| Package | Description |
|---|---|
| net.opengis.eml.x002 | |
| net.opengis.eml.x002.impl |
| Modifier and Type | Method and Description |
|---|---|
SupportedSelectFunctionType |
SelectFunctionCapabilitiesType.addNewSupportedSelectFunction()
Appends and returns a new empty value (as xml) as the last "SupportedSelectFunction" element
|
SupportedSelectFunctionType[] |
SelectFunctionCapabilitiesType.getSupportedSelectFunctionArray()
Gets array of all "SupportedSelectFunction" elements
|
SupportedSelectFunctionType |
SelectFunctionCapabilitiesType.getSupportedSelectFunctionArray(int i)
Gets ith "SupportedSelectFunction" element
|
SupportedSelectFunctionType |
SelectFunctionCapabilitiesType.insertNewSupportedSelectFunction(int i)
Inserts and returns a new empty value (as xml) as the ith "SupportedSelectFunction" element
|
static SupportedSelectFunctionType |
SupportedSelectFunctionType.Factory.newInstance() |
static SupportedSelectFunctionType |
SupportedSelectFunctionType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) |
static SupportedSelectFunctionType |
SupportedSelectFunctionType.Factory.parse(File file) |
static SupportedSelectFunctionType |
SupportedSelectFunctionType.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options) |
static SupportedSelectFunctionType |
SupportedSelectFunctionType.Factory.parse(InputStream is) |
static SupportedSelectFunctionType |
SupportedSelectFunctionType.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options) |
static SupportedSelectFunctionType |
SupportedSelectFunctionType.Factory.parse(Node node) |
static SupportedSelectFunctionType |
SupportedSelectFunctionType.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options) |
static SupportedSelectFunctionType |
SupportedSelectFunctionType.Factory.parse(Reader r) |
static SupportedSelectFunctionType |
SupportedSelectFunctionType.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options) |
static SupportedSelectFunctionType |
SupportedSelectFunctionType.Factory.parse(String xmlAsString) |
static SupportedSelectFunctionType |
SupportedSelectFunctionType.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options) |
static SupportedSelectFunctionType |
SupportedSelectFunctionType.Factory.parse(URL u) |
static SupportedSelectFunctionType |
SupportedSelectFunctionType.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options) |
static SupportedSelectFunctionType |
SupportedSelectFunctionType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated.
XMLInputStream |
static SupportedSelectFunctionType |
SupportedSelectFunctionType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated.
XMLInputStream |
static SupportedSelectFunctionType |
SupportedSelectFunctionType.Factory.parse(XMLStreamReader sr) |
static SupportedSelectFunctionType |
SupportedSelectFunctionType.Factory.parse(XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options) |
| Modifier and Type | Method and Description |
|---|---|
void |
SelectFunctionCapabilitiesType.setSupportedSelectFunctionArray(int i,
SupportedSelectFunctionType supportedSelectFunction)
Sets ith "SupportedSelectFunction" element
|
void |
SelectFunctionCapabilitiesType.setSupportedSelectFunctionArray(SupportedSelectFunctionType[] supportedSelectFunctionArray)
Sets array of all "SupportedSelectFunction" element
|
| Modifier and Type | Class and Description |
|---|---|
class |
SupportedSelectFunctionTypeImpl
An XML SupportedSelectFunctionType(@http://www.opengis.net/eml/0.0.2).
|
| Modifier and Type | Method and Description |
|---|---|
SupportedSelectFunctionType |
SelectFunctionCapabilitiesTypeImpl.addNewSupportedSelectFunction()
Appends and returns a new empty value (as xml) as the last "SupportedSelectFunction" element
|
SupportedSelectFunctionType[] |
SelectFunctionCapabilitiesTypeImpl.getSupportedSelectFunctionArray()
Gets array of all "SupportedSelectFunction" elements
|
SupportedSelectFunctionType |
SelectFunctionCapabilitiesTypeImpl.getSupportedSelectFunctionArray(int i)
Gets ith "SupportedSelectFunction" element
|
SupportedSelectFunctionType |
SelectFunctionCapabilitiesTypeImpl.insertNewSupportedSelectFunction(int i)
Inserts and returns a new empty value (as xml) as the ith "SupportedSelectFunction" element
|
| Modifier and Type | Method and Description |
|---|---|
void |
SelectFunctionCapabilitiesTypeImpl.setSupportedSelectFunctionArray(int i,
SupportedSelectFunctionType supportedSelectFunction)
Sets ith "SupportedSelectFunction" element
|
void |
SelectFunctionCapabilitiesTypeImpl.setSupportedSelectFunctionArray(SupportedSelectFunctionType[] supportedSelectFunctionArray)
Sets array of all "SupportedSelectFunction" element
|
Copyright © 2018 52north.org. All rights reserved.