| Package | Description |
|---|---|
| net.opengis.gml.x33.tin | |
| net.opengis.gml.x33.tin.impl |
| Modifier and Type | Method and Description |
|---|---|
TINElementType |
TINElementDocument.addNewTINElement()
Appends and returns a new empty "TINElement" element
|
TINElementType |
TINElementPropertyType.addNewTINElement()
Appends and returns a new empty "TINElement" element
|
TINElementType |
TINElementDocument.getTINElement()
Gets the "TINElement" element
|
TINElementType |
TINElementPropertyType.getTINElement()
Gets the "TINElement" element
|
static TINElementType |
TINElementType.Factory.newInstance() |
static TINElementType |
TINElementType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) |
static TINElementType |
TINElementType.Factory.parse(java.io.File file) |
static TINElementType |
TINElementType.Factory.parse(java.io.File file,
org.apache.xmlbeans.XmlOptions options) |
static TINElementType |
TINElementType.Factory.parse(java.io.InputStream is) |
static TINElementType |
TINElementType.Factory.parse(java.io.InputStream is,
org.apache.xmlbeans.XmlOptions options) |
static TINElementType |
TINElementType.Factory.parse(org.w3c.dom.Node node) |
static TINElementType |
TINElementType.Factory.parse(org.w3c.dom.Node node,
org.apache.xmlbeans.XmlOptions options) |
static TINElementType |
TINElementType.Factory.parse(java.io.Reader r) |
static TINElementType |
TINElementType.Factory.parse(java.io.Reader r,
org.apache.xmlbeans.XmlOptions options) |
static TINElementType |
TINElementType.Factory.parse(java.lang.String xmlAsString) |
static TINElementType |
TINElementType.Factory.parse(java.lang.String xmlAsString,
org.apache.xmlbeans.XmlOptions options) |
static TINElementType |
TINElementType.Factory.parse(java.net.URL u) |
static TINElementType |
TINElementType.Factory.parse(java.net.URL u,
org.apache.xmlbeans.XmlOptions options) |
static TINElementType |
TINElementType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated.
XMLInputStream |
static TINElementType |
TINElementType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated.
XMLInputStream |
static TINElementType |
TINElementType.Factory.parse(javax.xml.stream.XMLStreamReader sr) |
static TINElementType |
TINElementType.Factory.parse(javax.xml.stream.XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options) |
| Modifier and Type | Method and Description |
|---|---|
void |
TINElementDocument.setTINElement(TINElementType tinElement)
Sets the "TINElement" element
|
void |
TINElementPropertyType.setTINElement(TINElementType tinElement)
Sets the "TINElement" element
|
| Modifier and Type | Class and Description |
|---|---|
class |
TINElementTypeImpl
An XML TINElementType(@http://www.opengis.net/gml/3.3/tin).
|
| Modifier and Type | Method and Description |
|---|---|
TINElementType |
TINElementPropertyTypeImpl.addNewTINElement()
Appends and returns a new empty "TINElement" element
|
TINElementType |
TINElementDocumentImpl.addNewTINElement()
Appends and returns a new empty "TINElement" element
|
TINElementType |
TINElementPropertyTypeImpl.getTINElement()
Gets the "TINElement" element
|
TINElementType |
TINElementDocumentImpl.getTINElement()
Gets the "TINElement" element
|
| Modifier and Type | Method and Description |
|---|---|
void |
TINElementPropertyTypeImpl.setTINElement(TINElementType tinElement)
Sets the "TINElement" element
|
void |
TINElementDocumentImpl.setTINElement(TINElementType tinElement)
Sets the "TINElement" element
|
Copyright © 2015–2018 52north.org. All rights reserved.