public class MultiPointType extends GeometryCollectionType implements Visitable
Java class for MultiPointType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MultiPointType">
<complexContent>
<restriction base="{http://www.opengis.net/gml}GeometryCollectionType">
<sequence maxOccurs="unbounded">
<element ref="{http://www.opengis.net/gml}pointMember"/>
</sequence>
<attribute name="gid" type="{http://www.w3.org/2001/XMLSchema}ID" />
<attribute name="srsName" use="required" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
</restriction>
</complexContent>
</complexType>
geometryMembergid, srsName| Constructor and Description |
|---|
MultiPointType() |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(Visitor aVisitor) |
getGeometryMember, isSetGeometryMember, unsetGeometryMemberafterUnmarshal, getGid, getJAXBElementName, getSrsName, isSetGid, isSetSrsName, setGid, setJAXBElementName, setSrsNamepublic void accept(Visitor aVisitor)
accept in interface Visitableaccept in class GeometryCollectionTypeThis work is licensed under a Creative Commons Attribution 4.0 International License.