| Package | Description |
|---|---|
| net.opengis.gml.x33.lrov | |
| net.opengis.gml.x33.lrov.impl |
| Modifier and Type | Method and Description |
|---|---|
VectorType |
VectorOffsetLinearSRSType.addNewOffsetVector()
Appends and returns a new empty value (as xml) as the last "offsetVector" element
|
VectorType[] |
VectorOffsetLinearSRSType.getOffsetVectorArray()
Gets array of all "offsetVector" elements
|
VectorType |
VectorOffsetLinearSRSType.getOffsetVectorArray(int i)
Gets ith "offsetVector" element
|
VectorType |
VectorOffsetLinearSRSType.insertNewOffsetVector(int i)
Inserts and returns a new empty value (as xml) as the ith "offsetVector" element
|
static VectorType |
VectorType.Factory.newInstance() |
static VectorType |
VectorType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) |
static VectorType |
VectorType.Factory.parse(java.io.File file) |
static VectorType |
VectorType.Factory.parse(java.io.File file,
org.apache.xmlbeans.XmlOptions options) |
static VectorType |
VectorType.Factory.parse(java.io.InputStream is) |
static VectorType |
VectorType.Factory.parse(java.io.InputStream is,
org.apache.xmlbeans.XmlOptions options) |
static VectorType |
VectorType.Factory.parse(org.w3c.dom.Node node) |
static VectorType |
VectorType.Factory.parse(org.w3c.dom.Node node,
org.apache.xmlbeans.XmlOptions options) |
static VectorType |
VectorType.Factory.parse(java.io.Reader r) |
static VectorType |
VectorType.Factory.parse(java.io.Reader r,
org.apache.xmlbeans.XmlOptions options) |
static VectorType |
VectorType.Factory.parse(java.lang.String xmlAsString) |
static VectorType |
VectorType.Factory.parse(java.lang.String xmlAsString,
org.apache.xmlbeans.XmlOptions options) |
static VectorType |
VectorType.Factory.parse(java.net.URL u) |
static VectorType |
VectorType.Factory.parse(java.net.URL u,
org.apache.xmlbeans.XmlOptions options) |
static VectorType |
VectorType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated.
XMLInputStream |
static VectorType |
VectorType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated.
XMLInputStream |
static VectorType |
VectorType.Factory.parse(javax.xml.stream.XMLStreamReader sr) |
static VectorType |
VectorType.Factory.parse(javax.xml.stream.XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options) |
| Modifier and Type | Method and Description |
|---|---|
void |
VectorOffsetLinearSRSType.setOffsetVectorArray(int i,
VectorType offsetVector)
Sets ith "offsetVector" element
|
void |
VectorOffsetLinearSRSType.setOffsetVectorArray(VectorType[] offsetVectorArray)
Sets array of all "offsetVector" element
|
| Modifier and Type | Method and Description |
|---|---|
VectorType |
VectorOffsetLinearSRSTypeImpl.addNewOffsetVector()
Appends and returns a new empty value (as xml) as the last "offsetVector" element
|
VectorType[] |
VectorOffsetLinearSRSTypeImpl.getOffsetVectorArray()
Gets array of all "offsetVector" elements
|
VectorType |
VectorOffsetLinearSRSTypeImpl.getOffsetVectorArray(int i)
Gets ith "offsetVector" element
|
VectorType |
VectorOffsetLinearSRSTypeImpl.insertNewOffsetVector(int i)
Inserts and returns a new empty value (as xml) as the ith "offsetVector" element
|
| Modifier and Type | Method and Description |
|---|---|
void |
VectorOffsetLinearSRSTypeImpl.setOffsetVectorArray(int i,
VectorType offsetVector)
Sets ith "offsetVector" element
|
void |
VectorOffsetLinearSRSTypeImpl.setOffsetVectorArray(VectorType[] offsetVectorArray)
Sets array of all "offsetVector" element
|
Copyright © 2015–2018 52north.org. All rights reserved.