Uses of Interface
net.opengis.gml.LocationPropertyType
-
Packages that use LocationPropertyType Package Description net.opengis.gml net.opengis.gml.impl -
-
Uses of LocationPropertyType in net.opengis.gml
Subinterfaces of LocationPropertyType in net.opengis.gml Modifier and Type Interface Description interfacePriorityLocationPropertyTypeAn XML PriorityLocationPropertyType(@http://www.opengis.net/gml).Methods in net.opengis.gml that return LocationPropertyType Modifier and Type Method Description LocationPropertyTypeAbstractFeatureType. addNewLocation()Appends and returns a new empty "location" elementLocationPropertyTypeLocationDocument. addNewLocation()Appends and returns a new empty "location" elementLocationPropertyTypeMovingObjectStatusType. addNewLocation()Appends and returns a new empty "location" elementLocationPropertyTypeAbstractFeatureType. getLocation()Gets the "location" elementLocationPropertyTypeLocationDocument. getLocation()Gets the "location" elementLocationPropertyTypeMovingObjectStatusType. getLocation()Gets the "location" elementstatic LocationPropertyTypeLocationPropertyType.Factory. newInstance()static LocationPropertyTypeLocationPropertyType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static LocationPropertyTypeLocationPropertyType.Factory. parse(File file)static LocationPropertyTypeLocationPropertyType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static LocationPropertyTypeLocationPropertyType.Factory. parse(InputStream is)static LocationPropertyTypeLocationPropertyType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static LocationPropertyTypeLocationPropertyType.Factory. parse(Reader r)static LocationPropertyTypeLocationPropertyType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static LocationPropertyTypeLocationPropertyType.Factory. parse(String xmlAsString)static LocationPropertyTypeLocationPropertyType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static LocationPropertyTypeLocationPropertyType.Factory. parse(URL u)static LocationPropertyTypeLocationPropertyType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static LocationPropertyTypeLocationPropertyType.Factory. parse(XMLStreamReader sr)static LocationPropertyTypeLocationPropertyType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static LocationPropertyTypeLocationPropertyType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic LocationPropertyTypeLocationPropertyType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic LocationPropertyTypeLocationPropertyType.Factory. parse(Node node)static LocationPropertyTypeLocationPropertyType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.gml with parameters of type LocationPropertyType Modifier and Type Method Description voidAbstractFeatureType. setLocation(LocationPropertyType location)Sets the "location" elementvoidLocationDocument. setLocation(LocationPropertyType location)Sets the "location" elementvoidMovingObjectStatusType. setLocation(LocationPropertyType location)Sets the "location" element -
Uses of LocationPropertyType in net.opengis.gml.impl
Classes in net.opengis.gml.impl that implement LocationPropertyType Modifier and Type Class Description classLocationPropertyTypeImplAn XML LocationPropertyType(@http://www.opengis.net/gml).classPriorityLocationPropertyTypeImplAn XML PriorityLocationPropertyType(@http://www.opengis.net/gml).Methods in net.opengis.gml.impl that return LocationPropertyType Modifier and Type Method Description LocationPropertyTypeAbstractFeatureTypeImpl. addNewLocation()Appends and returns a new empty "location" elementLocationPropertyTypeLocationDocumentImpl. addNewLocation()Appends and returns a new empty "location" elementLocationPropertyTypeMovingObjectStatusTypeImpl. addNewLocation()Appends and returns a new empty "location" elementLocationPropertyTypeAbstractFeatureTypeImpl. getLocation()Gets the "location" elementLocationPropertyTypeLocationDocumentImpl. getLocation()Gets the "location" elementLocationPropertyTypeMovingObjectStatusTypeImpl. getLocation()Gets the "location" elementMethods in net.opengis.gml.impl with parameters of type LocationPropertyType Modifier and Type Method Description voidAbstractFeatureTypeImpl. setLocation(LocationPropertyType location)Sets the "location" elementvoidLocationDocumentImpl. setLocation(LocationPropertyType location)Sets the "location" elementvoidMovingObjectStatusTypeImpl. setLocation(LocationPropertyType location)Sets the "location" element
-