| Package | Description |
|---|---|
| net.opengis.eml.x002 | |
| net.opengis.eml.x002.impl |
| Modifier and Type | Method and Description |
|---|---|
SelectFunctionType |
AbstractPatternType.SelectFunctions.addNewSelectFunction()
Appends and returns a new empty value (as xml) as the last "SelectFunction" element
|
SelectFunctionType |
SelectFunctionDocument.addNewSelectFunction()
Appends and returns a new empty "SelectFunction" element
|
SelectFunctionType |
SelectFunctionDocument.getSelectFunction()
Gets the "SelectFunction" element
|
SelectFunctionType[] |
AbstractPatternType.SelectFunctions.getSelectFunctionArray()
Gets array of all "SelectFunction" elements
|
SelectFunctionType |
AbstractPatternType.SelectFunctions.getSelectFunctionArray(int i)
Gets ith "SelectFunction" element
|
SelectFunctionType |
AbstractPatternType.SelectFunctions.insertNewSelectFunction(int i)
Inserts and returns a new empty value (as xml) as the ith "SelectFunction" element
|
static SelectFunctionType |
SelectFunctionType.Factory.newInstance() |
static SelectFunctionType |
SelectFunctionType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) |
static SelectFunctionType |
SelectFunctionType.Factory.parse(File file) |
static SelectFunctionType |
SelectFunctionType.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options) |
static SelectFunctionType |
SelectFunctionType.Factory.parse(InputStream is) |
static SelectFunctionType |
SelectFunctionType.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options) |
static SelectFunctionType |
SelectFunctionType.Factory.parse(Node node) |
static SelectFunctionType |
SelectFunctionType.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options) |
static SelectFunctionType |
SelectFunctionType.Factory.parse(Reader r) |
static SelectFunctionType |
SelectFunctionType.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options) |
static SelectFunctionType |
SelectFunctionType.Factory.parse(String xmlAsString) |
static SelectFunctionType |
SelectFunctionType.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options) |
static SelectFunctionType |
SelectFunctionType.Factory.parse(URL u) |
static SelectFunctionType |
SelectFunctionType.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options) |
static SelectFunctionType |
SelectFunctionType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated.
XMLInputStream |
static SelectFunctionType |
SelectFunctionType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated.
XMLInputStream |
static SelectFunctionType |
SelectFunctionType.Factory.parse(XMLStreamReader sr) |
static SelectFunctionType |
SelectFunctionType.Factory.parse(XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options) |
| Modifier and Type | Method and Description |
|---|---|
void |
SelectFunctionDocument.setSelectFunction(SelectFunctionType selectFunction)
Sets the "SelectFunction" element
|
void |
AbstractPatternType.SelectFunctions.setSelectFunctionArray(int i,
SelectFunctionType selectFunction)
Sets ith "SelectFunction" element
|
void |
AbstractPatternType.SelectFunctions.setSelectFunctionArray(SelectFunctionType[] selectFunctionArray)
Sets array of all "SelectFunction" element
|
| Modifier and Type | Class and Description |
|---|---|
class |
SelectFunctionTypeImpl
An XML SelectFunctionType(@http://www.opengis.net/eml/0.0.2).
|
| Modifier and Type | Method and Description |
|---|---|
SelectFunctionType |
SelectFunctionDocumentImpl.addNewSelectFunction()
Appends and returns a new empty "SelectFunction" element
|
SelectFunctionType |
AbstractPatternTypeImpl.SelectFunctionsImpl.addNewSelectFunction()
Appends and returns a new empty value (as xml) as the last "SelectFunction" element
|
SelectFunctionType |
SelectFunctionDocumentImpl.getSelectFunction()
Gets the "SelectFunction" element
|
SelectFunctionType[] |
AbstractPatternTypeImpl.SelectFunctionsImpl.getSelectFunctionArray()
Gets array of all "SelectFunction" elements
|
SelectFunctionType |
AbstractPatternTypeImpl.SelectFunctionsImpl.getSelectFunctionArray(int i)
Gets ith "SelectFunction" element
|
SelectFunctionType |
AbstractPatternTypeImpl.SelectFunctionsImpl.insertNewSelectFunction(int i)
Inserts and returns a new empty value (as xml) as the ith "SelectFunction" element
|
| Modifier and Type | Method and Description |
|---|---|
void |
SelectFunctionDocumentImpl.setSelectFunction(SelectFunctionType selectFunction)
Sets the "SelectFunction" element
|
void |
AbstractPatternTypeImpl.SelectFunctionsImpl.setSelectFunctionArray(int i,
SelectFunctionType selectFunction)
Sets ith "SelectFunction" element
|
void |
AbstractPatternTypeImpl.SelectFunctionsImpl.setSelectFunctionArray(SelectFunctionType[] selectFunctionArray)
Sets array of all "SelectFunction" element
|
Copyright © 2018 52north.org. All rights reserved.