Uses of Interface
net.opengis.gml.x32.MultiPointPropertyType
-
Packages that use MultiPointPropertyType Package Description net.opengis.gml.x32 net.opengis.gml.x32.impl -
-
Uses of MultiPointPropertyType in net.opengis.gml.x32
Methods in net.opengis.gml.x32 that return MultiPointPropertyType Modifier and Type Method Description MultiPointPropertyTypeMultiCenterOfDocument. addNewMultiCenterOf()Appends and returns a new empty "multiCenterOf" elementMultiPointPropertyTypeMultiLocationDocument. addNewMultiLocation()Appends and returns a new empty "multiLocation" elementMultiPointPropertyTypeMultiPointPropertyDocument. addNewMultiPointProperty()Appends and returns a new empty "multiPointProperty" elementMultiPointPropertyTypeMultiPositionDocument. addNewMultiPosition()Appends and returns a new empty "multiPosition" elementMultiPointPropertyTypeMultiCenterOfDocument. getMultiCenterOf()Gets the "multiCenterOf" elementMultiPointPropertyTypeMultiLocationDocument. getMultiLocation()Gets the "multiLocation" elementMultiPointPropertyTypeMultiPointPropertyDocument. getMultiPointProperty()Gets the "multiPointProperty" elementMultiPointPropertyTypeMultiPositionDocument. getMultiPosition()Gets the "multiPosition" elementstatic MultiPointPropertyTypeMultiPointPropertyType.Factory. newInstance()static MultiPointPropertyTypeMultiPointPropertyType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static MultiPointPropertyTypeMultiPointPropertyType.Factory. parse(File file)static MultiPointPropertyTypeMultiPointPropertyType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static MultiPointPropertyTypeMultiPointPropertyType.Factory. parse(InputStream is)static MultiPointPropertyTypeMultiPointPropertyType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static MultiPointPropertyTypeMultiPointPropertyType.Factory. parse(Reader r)static MultiPointPropertyTypeMultiPointPropertyType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static MultiPointPropertyTypeMultiPointPropertyType.Factory. parse(String xmlAsString)static MultiPointPropertyTypeMultiPointPropertyType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static MultiPointPropertyTypeMultiPointPropertyType.Factory. parse(URL u)static MultiPointPropertyTypeMultiPointPropertyType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static MultiPointPropertyTypeMultiPointPropertyType.Factory. parse(XMLStreamReader sr)static MultiPointPropertyTypeMultiPointPropertyType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static MultiPointPropertyTypeMultiPointPropertyType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic MultiPointPropertyTypeMultiPointPropertyType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic MultiPointPropertyTypeMultiPointPropertyType.Factory. parse(Node node)static MultiPointPropertyTypeMultiPointPropertyType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.gml.x32 with parameters of type MultiPointPropertyType Modifier and Type Method Description voidMultiCenterOfDocument. setMultiCenterOf(MultiPointPropertyType multiCenterOf)Sets the "multiCenterOf" elementvoidMultiLocationDocument. setMultiLocation(MultiPointPropertyType multiLocation)Sets the "multiLocation" elementvoidMultiPointPropertyDocument. setMultiPointProperty(MultiPointPropertyType multiPointProperty)Sets the "multiPointProperty" elementvoidMultiPositionDocument. setMultiPosition(MultiPointPropertyType multiPosition)Sets the "multiPosition" element -
Uses of MultiPointPropertyType in net.opengis.gml.x32.impl
Classes in net.opengis.gml.x32.impl that implement MultiPointPropertyType Modifier and Type Class Description classMultiPointPropertyTypeImplAn XML MultiPointPropertyType(@http://www.opengis.net/gml/3.2).Methods in net.opengis.gml.x32.impl that return MultiPointPropertyType Modifier and Type Method Description MultiPointPropertyTypeMultiCenterOfDocumentImpl. addNewMultiCenterOf()Appends and returns a new empty "multiCenterOf" elementMultiPointPropertyTypeMultiLocationDocumentImpl. addNewMultiLocation()Appends and returns a new empty "multiLocation" elementMultiPointPropertyTypeMultiPointPropertyDocumentImpl. addNewMultiPointProperty()Appends and returns a new empty "multiPointProperty" elementMultiPointPropertyTypeMultiPositionDocumentImpl. addNewMultiPosition()Appends and returns a new empty "multiPosition" elementMultiPointPropertyTypeMultiCenterOfDocumentImpl. getMultiCenterOf()Gets the "multiCenterOf" elementMultiPointPropertyTypeMultiLocationDocumentImpl. getMultiLocation()Gets the "multiLocation" elementMultiPointPropertyTypeMultiPointPropertyDocumentImpl. getMultiPointProperty()Gets the "multiPointProperty" elementMultiPointPropertyTypeMultiPositionDocumentImpl. getMultiPosition()Gets the "multiPosition" elementMethods in net.opengis.gml.x32.impl with parameters of type MultiPointPropertyType Modifier and Type Method Description voidMultiCenterOfDocumentImpl. setMultiCenterOf(MultiPointPropertyType multiCenterOf)Sets the "multiCenterOf" elementvoidMultiLocationDocumentImpl. setMultiLocation(MultiPointPropertyType multiLocation)Sets the "multiLocation" elementvoidMultiPointPropertyDocumentImpl. setMultiPointProperty(MultiPointPropertyType multiPointProperty)Sets the "multiPointProperty" elementvoidMultiPositionDocumentImpl. setMultiPosition(MultiPointPropertyType multiPosition)Sets the "multiPosition" element
-