| Package | Description |
|---|---|
| net.opengis.gml.x33.lr | |
| net.opengis.gml.x33.lr.impl |
| Modifier and Type | Method and Description |
|---|---|
MeasureType |
DistanceExpressionType.addNewDistanceAlong()
Appends and returns a new empty "distanceAlong" element
|
MeasureType |
DistanceExpressionType.getDistanceAlong()
Gets the "distanceAlong" element
|
static MeasureType |
MeasureType.Factory.newInstance() |
static MeasureType |
MeasureType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) |
static MeasureType |
MeasureType.Factory.parse(java.io.File file) |
static MeasureType |
MeasureType.Factory.parse(java.io.File file,
org.apache.xmlbeans.XmlOptions options) |
static MeasureType |
MeasureType.Factory.parse(java.io.InputStream is) |
static MeasureType |
MeasureType.Factory.parse(java.io.InputStream is,
org.apache.xmlbeans.XmlOptions options) |
static MeasureType |
MeasureType.Factory.parse(org.w3c.dom.Node node) |
static MeasureType |
MeasureType.Factory.parse(org.w3c.dom.Node node,
org.apache.xmlbeans.XmlOptions options) |
static MeasureType |
MeasureType.Factory.parse(java.io.Reader r) |
static MeasureType |
MeasureType.Factory.parse(java.io.Reader r,
org.apache.xmlbeans.XmlOptions options) |
static MeasureType |
MeasureType.Factory.parse(java.lang.String xmlAsString) |
static MeasureType |
MeasureType.Factory.parse(java.lang.String xmlAsString,
org.apache.xmlbeans.XmlOptions options) |
static MeasureType |
MeasureType.Factory.parse(java.net.URL u) |
static MeasureType |
MeasureType.Factory.parse(java.net.URL u,
org.apache.xmlbeans.XmlOptions options) |
static MeasureType |
MeasureType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated.
XMLInputStream |
static MeasureType |
MeasureType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated.
XMLInputStream |
static MeasureType |
MeasureType.Factory.parse(javax.xml.stream.XMLStreamReader sr) |
static MeasureType |
MeasureType.Factory.parse(javax.xml.stream.XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options) |
| Modifier and Type | Method and Description |
|---|---|
void |
DistanceExpressionType.setDistanceAlong(MeasureType distanceAlong)
Sets the "distanceAlong" element
|
| Modifier and Type | Class and Description |
|---|---|
class |
MeasureTypeImpl
An XML MeasureType(@http://www.opengis.net/gml/3.3/lr).
|
| Modifier and Type | Method and Description |
|---|---|
MeasureType |
DistanceExpressionTypeImpl.addNewDistanceAlong()
Appends and returns a new empty "distanceAlong" element
|
MeasureType |
DistanceExpressionTypeImpl.getDistanceAlong()
Gets the "distanceAlong" element
|
| Modifier and Type | Method and Description |
|---|---|
void |
DistanceExpressionTypeImpl.setDistanceAlong(MeasureType distanceAlong)
Sets the "distanceAlong" element
|
Copyright © 2015–2018 52north.org. All rights reserved.