Uses of Interface
net.opengis.swe.x101.PositionType
-
Packages that use PositionType Package Description net.opengis.swe.x101 net.opengis.swe.x101.impl -
-
Uses of PositionType in net.opengis.swe.x101
Methods in net.opengis.swe.x101 that return PositionType Modifier and Type Method Description PositionTypePositionDocument. addNewPosition()Appends and returns a new empty "Position" elementPositionTypePositionDocument. getPosition()Gets the "Position" elementstatic PositionTypePositionType.Factory. newInstance()static PositionTypePositionType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static PositionTypePositionType.Factory. parse(File file)static PositionTypePositionType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static PositionTypePositionType.Factory. parse(InputStream is)static PositionTypePositionType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static PositionTypePositionType.Factory. parse(Reader r)static PositionTypePositionType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static PositionTypePositionType.Factory. parse(String xmlAsString)static PositionTypePositionType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static PositionTypePositionType.Factory. parse(URL u)static PositionTypePositionType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static PositionTypePositionType.Factory. parse(XMLStreamReader sr)static PositionTypePositionType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static PositionTypePositionType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic PositionTypePositionType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic PositionTypePositionType.Factory. parse(Node node)static PositionTypePositionType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.swe.x101 with parameters of type PositionType Modifier and Type Method Description voidPositionDocument. setPosition(PositionType position)Sets the "Position" element -
Uses of PositionType in net.opengis.swe.x101.impl
Classes in net.opengis.swe.x101.impl that implement PositionType Modifier and Type Class Description classPositionTypeImplAn XML PositionType(@http://www.opengis.net/swe/1.0.1).Methods in net.opengis.swe.x101.impl that return PositionType Modifier and Type Method Description PositionTypePositionDocumentImpl. addNewPosition()Appends and returns a new empty "Position" elementPositionTypePositionDocumentImpl. getPosition()Gets the "Position" elementMethods in net.opengis.swe.x101.impl with parameters of type PositionType Modifier and Type Method Description voidPositionDocumentImpl. setPosition(PositionType position)Sets the "Position" element
-