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