Uses of Interface
net.opengis.ogc.DistanceType
-
Packages that use DistanceType Package Description net.opengis.ogc net.opengis.ogc.impl -
-
Uses of DistanceType in net.opengis.ogc
Methods in net.opengis.ogc that return DistanceType Modifier and Type Method Description DistanceTypeDistanceBufferType. addNewDistance()Appends and returns a new empty "Distance" elementDistanceTypeDistanceBufferType. getDistance()Gets the "Distance" elementstatic DistanceTypeDistanceType.Factory. newInstance()static DistanceTypeDistanceType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static DistanceTypeDistanceType.Factory. parse(File file)static DistanceTypeDistanceType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static DistanceTypeDistanceType.Factory. parse(InputStream is)static DistanceTypeDistanceType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static DistanceTypeDistanceType.Factory. parse(Reader r)static DistanceTypeDistanceType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static DistanceTypeDistanceType.Factory. parse(String xmlAsString)static DistanceTypeDistanceType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static DistanceTypeDistanceType.Factory. parse(URL u)static DistanceTypeDistanceType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static DistanceTypeDistanceType.Factory. parse(XMLStreamReader sr)static DistanceTypeDistanceType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static DistanceTypeDistanceType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic DistanceTypeDistanceType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic DistanceTypeDistanceType.Factory. parse(Node node)static DistanceTypeDistanceType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.ogc with parameters of type DistanceType Modifier and Type Method Description voidDistanceBufferType. setDistance(DistanceType distance)Sets the "Distance" element -
Uses of DistanceType in net.opengis.ogc.impl
Classes in net.opengis.ogc.impl that implement DistanceType Modifier and Type Class Description classDistanceTypeImplAn XML DistanceType(@http://www.opengis.net/ogc).Methods in net.opengis.ogc.impl that return DistanceType Modifier and Type Method Description DistanceTypeDistanceBufferTypeImpl. addNewDistance()Appends and returns a new empty "Distance" elementDistanceTypeDistanceBufferTypeImpl. getDistance()Gets the "Distance" elementMethods in net.opengis.ogc.impl with parameters of type DistanceType Modifier and Type Method Description voidDistanceBufferTypeImpl. setDistance(DistanceType distance)Sets the "Distance" element
-