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