public class MultiPointTypeBinding extends GeometryBinding
<MultiPoint gid="c731" srsName="http://www.opengis.net/gml/srs/epsg.xml#4326">
<pointMember>
<Point gid="P6776">
<coord><X>50.0</X><Y>50.0</Y></coord>
</Point>
</pointMember>
<pointMember>
<Point gid="P6777">
<coord><X>50.0</X><Y>50.0</Y></coord>
</Point>
</pointMember>
</MultiPoint>
id, srsName| Constructor and Description |
|---|
MultiPointTypeBinding() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
parse(IXmlStreamReader parser,
GPEDefaultGmlParser handler)
It parses the gml:MultiPoint tag
|
getID, getID, getSrs, getSRS, parseTag, setAtributtespublic java.lang.Object parse(IXmlStreamReader parser,
GPEDefaultGmlParser handler)
throws XmlStreamException,
java.io.IOException
parse in class GeometryBindingparser - The XML parserhandler - The GPE parser that contains the content handler and
the error handlerXmlStreamExceptionjava.io.IOException