| Package | Description |
|---|---|
| net.opengis.eml.x001 | |
| net.opengis.eml.x001.impl |
| Modifier and Type | Method and Description |
|---|---|
SupportedViewType |
ViewCapabilitiesType.addNewSupportedDataView()
Appends and returns a new empty value (as xml) as the last "SupportedDataView" element
|
SupportedViewType[] |
ViewCapabilitiesType.getSupportedDataViewArray()
Gets array of all "SupportedDataView" elements
|
SupportedViewType |
ViewCapabilitiesType.getSupportedDataViewArray(int i)
Gets ith "SupportedDataView" element
|
SupportedViewType |
ViewCapabilitiesType.insertNewSupportedDataView(int i)
Inserts and returns a new empty value (as xml) as the ith "SupportedDataView" element
|
static SupportedViewType |
SupportedViewType.Factory.newInstance() |
static SupportedViewType |
SupportedViewType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) |
static SupportedViewType |
SupportedViewType.Factory.parse(File file) |
static SupportedViewType |
SupportedViewType.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options) |
static SupportedViewType |
SupportedViewType.Factory.parse(InputStream is) |
static SupportedViewType |
SupportedViewType.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options) |
static SupportedViewType |
SupportedViewType.Factory.parse(Node node) |
static SupportedViewType |
SupportedViewType.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options) |
static SupportedViewType |
SupportedViewType.Factory.parse(Reader r) |
static SupportedViewType |
SupportedViewType.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options) |
static SupportedViewType |
SupportedViewType.Factory.parse(String xmlAsString) |
static SupportedViewType |
SupportedViewType.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options) |
static SupportedViewType |
SupportedViewType.Factory.parse(URL u) |
static SupportedViewType |
SupportedViewType.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options) |
static SupportedViewType |
SupportedViewType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated.
XMLInputStream |
static SupportedViewType |
SupportedViewType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated.
XMLInputStream |
static SupportedViewType |
SupportedViewType.Factory.parse(XMLStreamReader sr) |
static SupportedViewType |
SupportedViewType.Factory.parse(XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options) |
| Modifier and Type | Method and Description |
|---|---|
void |
ViewCapabilitiesType.setSupportedDataViewArray(int i,
SupportedViewType supportedDataView)
Sets ith "SupportedDataView" element
|
void |
ViewCapabilitiesType.setSupportedDataViewArray(SupportedViewType[] supportedDataViewArray)
Sets array of all "SupportedDataView" element
|
| Modifier and Type | Class and Description |
|---|---|
class |
SupportedViewTypeImpl
An XML SupportedViewType(@http://www.opengis.net/eml/0.0.1).
|
| Modifier and Type | Method and Description |
|---|---|
SupportedViewType |
ViewCapabilitiesTypeImpl.addNewSupportedDataView()
Appends and returns a new empty value (as xml) as the last "SupportedDataView" element
|
SupportedViewType[] |
ViewCapabilitiesTypeImpl.getSupportedDataViewArray()
Gets array of all "SupportedDataView" elements
|
SupportedViewType |
ViewCapabilitiesTypeImpl.getSupportedDataViewArray(int i)
Gets ith "SupportedDataView" element
|
SupportedViewType |
ViewCapabilitiesTypeImpl.insertNewSupportedDataView(int i)
Inserts and returns a new empty value (as xml) as the ith "SupportedDataView" element
|
| Modifier and Type | Method and Description |
|---|---|
void |
ViewCapabilitiesTypeImpl.setSupportedDataViewArray(int i,
SupportedViewType supportedDataView)
Sets ith "SupportedDataView" element
|
void |
ViewCapabilitiesTypeImpl.setSupportedDataViewArray(SupportedViewType[] supportedDataViewArray)
Sets array of all "SupportedDataView" element
|
Copyright © 2016 52north.org. All rights reserved.