|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DistanceType | |
---|---|
net.opengis.ogc | |
net.opengis.ogc.impl |
Uses of DistanceType in net.opengis.ogc |
---|
Methods in net.opengis.ogc that return DistanceType | |
---|---|
DistanceType |
DistanceBufferType.addNewDistance()
Appends and returns a new empty "Distance" element |
DistanceType |
DistanceBufferType.getDistance()
Gets the "Distance" element |
static DistanceType |
DistanceType.Factory.newInstance()
|
static DistanceType |
DistanceType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
|
static DistanceType |
DistanceType.Factory.parse(File file)
|
static DistanceType |
DistanceType.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options)
|
static DistanceType |
DistanceType.Factory.parse(InputStream is)
|
static DistanceType |
DistanceType.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options)
|
static DistanceType |
DistanceType.Factory.parse(Node node)
|
static DistanceType |
DistanceType.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options)
|
static DistanceType |
DistanceType.Factory.parse(Reader r)
|
static DistanceType |
DistanceType.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options)
|
static DistanceType |
DistanceType.Factory.parse(String xmlAsString)
|
static DistanceType |
DistanceType.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options)
|
static DistanceType |
DistanceType.Factory.parse(URL u)
|
static DistanceType |
DistanceType.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options)
|
static DistanceType |
DistanceType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated. XMLInputStream |
static DistanceType |
DistanceType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated. XMLInputStream |
static DistanceType |
DistanceType.Factory.parse(XMLStreamReader sr)
|
static DistanceType |
DistanceType.Factory.parse(XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options)
|
Methods in net.opengis.ogc with parameters of type DistanceType | |
---|---|
void |
DistanceBufferType.setDistance(DistanceType distance)
Sets the "Distance" element |
Uses of DistanceType in net.opengis.ogc.impl |
---|
Classes in net.opengis.ogc.impl that implement DistanceType | |
---|---|
class |
DistanceTypeImpl
An XML DistanceType(@http://www.opengis.net/ogc). |
Methods in net.opengis.ogc.impl that return DistanceType | |
---|---|
DistanceType |
DistanceBufferTypeImpl.addNewDistance()
Appends and returns a new empty "Distance" element |
DistanceType |
DistanceBufferTypeImpl.getDistance()
Gets the "Distance" element |
Methods in net.opengis.ogc.impl with parameters of type DistanceType | |
---|---|
void |
DistanceBufferTypeImpl.setDistance(DistanceType distance)
Sets the "Distance" element |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |