public class MultiGeometryBinding
extends java.lang.Object
<MultiGeometry>
<Point gid="P6776">
<coord><X>50.0</X><Y>50.0</Y></coord>
</Point>
<Polygon gid="_877789">
<outerBoundaryIs>
<LinearRing>
<coordinates>0.0,0.0 100.0,0.0 50.0,100.0 0.0,0.0</coordinates>
</LinearRing>
</outerBoundaryIs>
</Polygon>
<MultiGeometry>
http://code.google.com/apis/kml/documentation/kml_tags_21.html#multigeometry| Constructor and Description |
|---|
MultiGeometryBinding() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
parse(IXmlStreamReader parser,
GPEDeafultKmlParser handler)
It parses the MultiGeometry tag
|
public java.lang.Object parse(IXmlStreamReader parser,
GPEDeafultKmlParser handler)
throws XmlStreamException,
java.io.IOException
parser - The XML parserhandler - The GPE parser that contains the content handler and
the error handlerXmlStreamExceptionjava.io.IOException