Uses of Interface
net.opengis.gml.MultiPolygonType
-
Packages that use MultiPolygonType Package Description net.opengis.gml net.opengis.gml.impl -
-
Uses of MultiPolygonType in net.opengis.gml
Methods in net.opengis.gml that return MultiPolygonType Modifier and Type Method Description MultiPolygonTypeMultiPolygonDocument. addNewMultiPolygon()Appends and returns a new empty "MultiPolygon" elementMultiPolygonTypeMultiPolygonPropertyType. addNewMultiPolygon()Appends and returns a new empty "MultiPolygon" elementMultiPolygonTypeMultiPolygonDocument. getMultiPolygon()Gets the "MultiPolygon" elementMultiPolygonTypeMultiPolygonPropertyType. getMultiPolygon()Gets the "MultiPolygon" elementstatic MultiPolygonTypeMultiPolygonType.Factory. newInstance()static MultiPolygonTypeMultiPolygonType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static MultiPolygonTypeMultiPolygonType.Factory. parse(File file)static MultiPolygonTypeMultiPolygonType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static MultiPolygonTypeMultiPolygonType.Factory. parse(InputStream is)static MultiPolygonTypeMultiPolygonType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static MultiPolygonTypeMultiPolygonType.Factory. parse(Reader r)static MultiPolygonTypeMultiPolygonType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static MultiPolygonTypeMultiPolygonType.Factory. parse(String xmlAsString)static MultiPolygonTypeMultiPolygonType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static MultiPolygonTypeMultiPolygonType.Factory. parse(URL u)static MultiPolygonTypeMultiPolygonType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static MultiPolygonTypeMultiPolygonType.Factory. parse(XMLStreamReader sr)static MultiPolygonTypeMultiPolygonType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static MultiPolygonTypeMultiPolygonType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic MultiPolygonTypeMultiPolygonType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic MultiPolygonTypeMultiPolygonType.Factory. parse(Node node)static MultiPolygonTypeMultiPolygonType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.gml with parameters of type MultiPolygonType Modifier and Type Method Description voidMultiPolygonDocument. setMultiPolygon(MultiPolygonType multiPolygon)Sets the "MultiPolygon" elementvoidMultiPolygonPropertyType. setMultiPolygon(MultiPolygonType multiPolygon)Sets the "MultiPolygon" element -
Uses of MultiPolygonType in net.opengis.gml.impl
Classes in net.opengis.gml.impl that implement MultiPolygonType Modifier and Type Class Description classMultiPolygonTypeImplAn XML MultiPolygonType(@http://www.opengis.net/gml).Methods in net.opengis.gml.impl that return MultiPolygonType Modifier and Type Method Description MultiPolygonTypeMultiPolygonDocumentImpl. addNewMultiPolygon()Appends and returns a new empty "MultiPolygon" elementMultiPolygonTypeMultiPolygonPropertyTypeImpl. addNewMultiPolygon()Appends and returns a new empty "MultiPolygon" elementMultiPolygonTypeMultiPolygonDocumentImpl. getMultiPolygon()Gets the "MultiPolygon" elementMultiPolygonTypeMultiPolygonPropertyTypeImpl. getMultiPolygon()Gets the "MultiPolygon" elementMethods in net.opengis.gml.impl with parameters of type MultiPolygonType Modifier and Type Method Description voidMultiPolygonDocumentImpl. setMultiPolygon(MultiPolygonType multiPolygon)Sets the "MultiPolygon" elementvoidMultiPolygonPropertyTypeImpl. setMultiPolygon(MultiPolygonType multiPolygon)Sets the "MultiPolygon" element
-