| Package | Description |
|---|---|
| net.opengis.wcs.x11 | |
| net.opengis.wcs.x11.impl |
| Modifier and Type | Method and Description |
|---|---|
AxisType |
FieldType.addNewAxis()
Appends and returns a new empty value (as xml) as the last "Axis" element
|
AxisType[] |
FieldType.getAxisArray()
Gets array of all "Axis" elements
|
AxisType |
FieldType.getAxisArray(int i)
Gets ith "Axis" element
|
AxisType |
FieldType.insertNewAxis(int i)
Inserts and returns a new empty value (as xml) as the ith "Axis" element
|
static AxisType |
AxisType.Factory.newInstance() |
static AxisType |
AxisType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) |
static AxisType |
AxisType.Factory.parse(File file) |
static AxisType |
AxisType.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options) |
static AxisType |
AxisType.Factory.parse(InputStream is) |
static AxisType |
AxisType.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options) |
static AxisType |
AxisType.Factory.parse(Node node) |
static AxisType |
AxisType.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options) |
static AxisType |
AxisType.Factory.parse(Reader r) |
static AxisType |
AxisType.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options) |
static AxisType |
AxisType.Factory.parse(String xmlAsString) |
static AxisType |
AxisType.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options) |
static AxisType |
AxisType.Factory.parse(URL u) |
static AxisType |
AxisType.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options) |
static AxisType |
AxisType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated.
XMLInputStream |
static AxisType |
AxisType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated.
XMLInputStream |
static AxisType |
AxisType.Factory.parse(XMLStreamReader sr) |
static AxisType |
AxisType.Factory.parse(XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options) |
| Modifier and Type | Method and Description |
|---|---|
void |
FieldType.setAxisArray(AxisType[] axisArray)
Sets array of all "Axis" element
|
void |
FieldType.setAxisArray(int i,
AxisType axis)
Sets ith "Axis" element
|
| Modifier and Type | Class and Description |
|---|---|
class |
AxisTypeImpl
An XML AxisType(@http://www.opengis.net/wcs/1.1).
|
| Modifier and Type | Method and Description |
|---|---|
AxisType |
FieldTypeImpl.addNewAxis()
Appends and returns a new empty value (as xml) as the last "Axis" element
|
AxisType[] |
FieldTypeImpl.getAxisArray()
Gets array of all "Axis" elements
|
AxisType |
FieldTypeImpl.getAxisArray(int i)
Gets ith "Axis" element
|
AxisType |
FieldTypeImpl.insertNewAxis(int i)
Inserts and returns a new empty value (as xml) as the ith "Axis" element
|
| Modifier and Type | Method and Description |
|---|---|
void |
FieldTypeImpl.setAxisArray(AxisType[] axisArray)
Sets array of all "Axis" element
|
void |
FieldTypeImpl.setAxisArray(int i,
AxisType axis)
Sets ith "Axis" element
|
Copyright © 2017 52north.org. All rights reserved.