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