| Package | Description |
|---|---|
| net.opengis.gml.x33.lr | |
| net.opengis.gml.x33.lr.impl |
| Modifier and Type | Method and Description |
|---|---|
StartValueType |
LinearElementType.addNewStartValue()
Appends and returns a new empty value (as xml) as the last "startValue" element
|
StartValueType[] |
LinearElementType.getStartValueArray()
Gets array of all "startValue" elements
|
StartValueType |
LinearElementType.getStartValueArray(int i)
Gets ith "startValue" element
|
StartValueType |
LinearElementType.insertNewStartValue(int i)
Inserts and returns a new empty value (as xml) as the ith "startValue" element
|
static StartValueType |
StartValueType.Factory.newInstance() |
static StartValueType |
StartValueType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) |
static StartValueType |
StartValueType.Factory.parse(java.io.File file) |
static StartValueType |
StartValueType.Factory.parse(java.io.File file,
org.apache.xmlbeans.XmlOptions options) |
static StartValueType |
StartValueType.Factory.parse(java.io.InputStream is) |
static StartValueType |
StartValueType.Factory.parse(java.io.InputStream is,
org.apache.xmlbeans.XmlOptions options) |
static StartValueType |
StartValueType.Factory.parse(org.w3c.dom.Node node) |
static StartValueType |
StartValueType.Factory.parse(org.w3c.dom.Node node,
org.apache.xmlbeans.XmlOptions options) |
static StartValueType |
StartValueType.Factory.parse(java.io.Reader r) |
static StartValueType |
StartValueType.Factory.parse(java.io.Reader r,
org.apache.xmlbeans.XmlOptions options) |
static StartValueType |
StartValueType.Factory.parse(java.lang.String xmlAsString) |
static StartValueType |
StartValueType.Factory.parse(java.lang.String xmlAsString,
org.apache.xmlbeans.XmlOptions options) |
static StartValueType |
StartValueType.Factory.parse(java.net.URL u) |
static StartValueType |
StartValueType.Factory.parse(java.net.URL u,
org.apache.xmlbeans.XmlOptions options) |
static StartValueType |
StartValueType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated.
XMLInputStream |
static StartValueType |
StartValueType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated.
XMLInputStream |
static StartValueType |
StartValueType.Factory.parse(javax.xml.stream.XMLStreamReader sr) |
static StartValueType |
StartValueType.Factory.parse(javax.xml.stream.XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options) |
| Modifier and Type | Method and Description |
|---|---|
void |
LinearElementType.setStartValueArray(int i,
StartValueType startValue)
Sets ith "startValue" element
|
void |
LinearElementType.setStartValueArray(StartValueType[] startValueArray)
Sets array of all "startValue" element
|
| Modifier and Type | Class and Description |
|---|---|
class |
StartValueTypeImpl
An XML StartValueType(@http://www.opengis.net/gml/3.3/lr).
|
| Modifier and Type | Method and Description |
|---|---|
StartValueType |
LinearElementTypeImpl.addNewStartValue()
Appends and returns a new empty value (as xml) as the last "startValue" element
|
StartValueType[] |
LinearElementTypeImpl.getStartValueArray()
Gets array of all "startValue" elements
|
StartValueType |
LinearElementTypeImpl.getStartValueArray(int i)
Gets ith "startValue" element
|
StartValueType |
LinearElementTypeImpl.insertNewStartValue(int i)
Inserts and returns a new empty value (as xml) as the ith "startValue" element
|
| Modifier and Type | Method and Description |
|---|---|
void |
LinearElementTypeImpl.setStartValueArray(int i,
StartValueType startValue)
Sets ith "startValue" element
|
void |
LinearElementTypeImpl.setStartValueArray(StartValueType[] startValueArray)
Sets array of all "startValue" element
|
Copyright © 2015–2018 52north.org. All rights reserved.