| Package | Description |
|---|---|
| net.opengis.eml.x001 | |
| net.opengis.eml.x001.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(java.io.File file) |
static SupportedSelectFunctionType |
SupportedSelectFunctionType.Factory.parse(java.io.File file,
org.apache.xmlbeans.XmlOptions options) |
static SupportedSelectFunctionType |
SupportedSelectFunctionType.Factory.parse(java.io.InputStream is) |
static SupportedSelectFunctionType |
SupportedSelectFunctionType.Factory.parse(java.io.InputStream is,
org.apache.xmlbeans.XmlOptions options) |
static SupportedSelectFunctionType |
SupportedSelectFunctionType.Factory.parse(org.w3c.dom.Node node) |
static SupportedSelectFunctionType |
SupportedSelectFunctionType.Factory.parse(org.w3c.dom.Node node,
org.apache.xmlbeans.XmlOptions options) |
static SupportedSelectFunctionType |
SupportedSelectFunctionType.Factory.parse(java.io.Reader r) |
static SupportedSelectFunctionType |
SupportedSelectFunctionType.Factory.parse(java.io.Reader r,
org.apache.xmlbeans.XmlOptions options) |
static SupportedSelectFunctionType |
SupportedSelectFunctionType.Factory.parse(java.lang.String xmlAsString) |
static SupportedSelectFunctionType |
SupportedSelectFunctionType.Factory.parse(java.lang.String xmlAsString,
org.apache.xmlbeans.XmlOptions options) |
static SupportedSelectFunctionType |
SupportedSelectFunctionType.Factory.parse(java.net.URL u) |
static SupportedSelectFunctionType |
SupportedSelectFunctionType.Factory.parse(java.net.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(javax.xml.stream.XMLStreamReader sr) |
static SupportedSelectFunctionType |
SupportedSelectFunctionType.Factory.parse(javax.xml.stream.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.1).
|
| 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 © 2015–2018 52north.org. All rights reserved.