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