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