Uses of Interface
net.opengis.ows.x11.PositionType
-
Packages that use PositionType Package Description net.opengis.ows.x11 net.opengis.ows.x11.impl -
-
Uses of PositionType in net.opengis.ows.x11
Subinterfaces of PositionType in net.opengis.ows.x11 Modifier and Type Interface Description interfacePositionType2DAn XML PositionType2D(@http://www.opengis.net/ows/1.1).Methods in net.opengis.ows.x11 that return PositionType Modifier and Type Method Description static PositionTypePositionType.Factory. newInstance()static PositionTypePositionType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static PositionTypePositionType.Factory. newValue(Object obj)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)PositionTypeBoundingBoxType. xgetLowerCorner()Gets (as xml) the "LowerCorner" elementPositionTypeBoundingBoxType. xgetUpperCorner()Gets (as xml) the "UpperCorner" elementMethods in net.opengis.ows.x11 with parameters of type PositionType Modifier and Type Method Description voidBoundingBoxType. xsetLowerCorner(PositionType lowerCorner)Sets (as xml) the "LowerCorner" elementvoidBoundingBoxType. xsetUpperCorner(PositionType upperCorner)Sets (as xml) the "UpperCorner" element -
Uses of PositionType in net.opengis.ows.x11.impl
Classes in net.opengis.ows.x11.impl that implement PositionType Modifier and Type Class Description classPositionType2DImplAn XML PositionType2D(@http://www.opengis.net/ows/1.1).classPositionTypeImplAn XML PositionType(@http://www.opengis.net/ows/1.1).Methods in net.opengis.ows.x11.impl that return PositionType Modifier and Type Method Description PositionTypeBoundingBoxTypeImpl. xgetLowerCorner()Gets (as xml) the "LowerCorner" elementPositionTypeBoundingBoxTypeImpl. xgetUpperCorner()Gets (as xml) the "UpperCorner" elementMethods in net.opengis.ows.x11.impl with parameters of type PositionType Modifier and Type Method Description voidBoundingBoxTypeImpl. xsetLowerCorner(PositionType lowerCorner)Sets (as xml) the "LowerCorner" elementvoidBoundingBoxTypeImpl. xsetUpperCorner(PositionType upperCorner)Sets (as xml) the "UpperCorner" element
-