| Package | Description |
|---|---|
| net.opengis.eml.x001 | |
| net.opengis.eml.x001.impl |
| Modifier and Type | Method and Description |
|---|---|
UserParameterType |
SelectFunctionType.UserDefinedSelectFunction.FunctionParameters.addNewFunctionParameter()
Appends and returns a new empty value (as xml) as the last "FunctionParameter" element
|
UserParameterType |
ViewType.UserDefinedView.ViewParameters.addNewViewParameter()
Appends and returns a new empty value (as xml) as the last "ViewParameter" element
|
UserParameterType[] |
SelectFunctionType.UserDefinedSelectFunction.FunctionParameters.getFunctionParameterArray()
Gets array of all "FunctionParameter" elements
|
UserParameterType |
SelectFunctionType.UserDefinedSelectFunction.FunctionParameters.getFunctionParameterArray(int i)
Gets ith "FunctionParameter" element
|
UserParameterType[] |
ViewType.UserDefinedView.ViewParameters.getViewParameterArray()
Gets array of all "ViewParameter" elements
|
UserParameterType |
ViewType.UserDefinedView.ViewParameters.getViewParameterArray(int i)
Gets ith "ViewParameter" element
|
UserParameterType |
SelectFunctionType.UserDefinedSelectFunction.FunctionParameters.insertNewFunctionParameter(int i)
Inserts and returns a new empty value (as xml) as the ith "FunctionParameter" element
|
UserParameterType |
ViewType.UserDefinedView.ViewParameters.insertNewViewParameter(int i)
Inserts and returns a new empty value (as xml) as the ith "ViewParameter" element
|
static UserParameterType |
UserParameterType.Factory.newInstance() |
static UserParameterType |
UserParameterType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) |
static UserParameterType |
UserParameterType.Factory.parse(File file) |
static UserParameterType |
UserParameterType.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options) |
static UserParameterType |
UserParameterType.Factory.parse(InputStream is) |
static UserParameterType |
UserParameterType.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options) |
static UserParameterType |
UserParameterType.Factory.parse(Node node) |
static UserParameterType |
UserParameterType.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options) |
static UserParameterType |
UserParameterType.Factory.parse(Reader r) |
static UserParameterType |
UserParameterType.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options) |
static UserParameterType |
UserParameterType.Factory.parse(String xmlAsString) |
static UserParameterType |
UserParameterType.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options) |
static UserParameterType |
UserParameterType.Factory.parse(URL u) |
static UserParameterType |
UserParameterType.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options) |
static UserParameterType |
UserParameterType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated.
XMLInputStream |
static UserParameterType |
UserParameterType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated.
XMLInputStream |
static UserParameterType |
UserParameterType.Factory.parse(XMLStreamReader sr) |
static UserParameterType |
UserParameterType.Factory.parse(XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options) |
| Modifier and Type | Method and Description |
|---|---|
void |
SelectFunctionType.UserDefinedSelectFunction.FunctionParameters.setFunctionParameterArray(int i,
UserParameterType functionParameter)
Sets ith "FunctionParameter" element
|
void |
SelectFunctionType.UserDefinedSelectFunction.FunctionParameters.setFunctionParameterArray(UserParameterType[] functionParameterArray)
Sets array of all "FunctionParameter" element
|
void |
ViewType.UserDefinedView.ViewParameters.setViewParameterArray(int i,
UserParameterType viewParameter)
Sets ith "ViewParameter" element
|
void |
ViewType.UserDefinedView.ViewParameters.setViewParameterArray(UserParameterType[] viewParameterArray)
Sets array of all "ViewParameter" element
|
| Modifier and Type | Class and Description |
|---|---|
class |
UserParameterTypeImpl
An XML UserParameterType(@http://www.opengis.net/eml/0.0.1).
|
| Modifier and Type | Method and Description |
|---|---|
UserParameterType |
SelectFunctionTypeImpl.UserDefinedSelectFunctionImpl.FunctionParametersImpl.addNewFunctionParameter()
Appends and returns a new empty value (as xml) as the last "FunctionParameter" element
|
UserParameterType |
ViewTypeImpl.UserDefinedViewImpl.ViewParametersImpl.addNewViewParameter()
Appends and returns a new empty value (as xml) as the last "ViewParameter" element
|
UserParameterType[] |
SelectFunctionTypeImpl.UserDefinedSelectFunctionImpl.FunctionParametersImpl.getFunctionParameterArray()
Gets array of all "FunctionParameter" elements
|
UserParameterType |
SelectFunctionTypeImpl.UserDefinedSelectFunctionImpl.FunctionParametersImpl.getFunctionParameterArray(int i)
Gets ith "FunctionParameter" element
|
UserParameterType[] |
ViewTypeImpl.UserDefinedViewImpl.ViewParametersImpl.getViewParameterArray()
Gets array of all "ViewParameter" elements
|
UserParameterType |
ViewTypeImpl.UserDefinedViewImpl.ViewParametersImpl.getViewParameterArray(int i)
Gets ith "ViewParameter" element
|
UserParameterType |
SelectFunctionTypeImpl.UserDefinedSelectFunctionImpl.FunctionParametersImpl.insertNewFunctionParameter(int i)
Inserts and returns a new empty value (as xml) as the ith "FunctionParameter" element
|
UserParameterType |
ViewTypeImpl.UserDefinedViewImpl.ViewParametersImpl.insertNewViewParameter(int i)
Inserts and returns a new empty value (as xml) as the ith "ViewParameter" element
|
| Modifier and Type | Method and Description |
|---|---|
void |
SelectFunctionTypeImpl.UserDefinedSelectFunctionImpl.FunctionParametersImpl.setFunctionParameterArray(int i,
UserParameterType functionParameter)
Sets ith "FunctionParameter" element
|
void |
SelectFunctionTypeImpl.UserDefinedSelectFunctionImpl.FunctionParametersImpl.setFunctionParameterArray(UserParameterType[] functionParameterArray)
Sets array of all "FunctionParameter" element
|
void |
ViewTypeImpl.UserDefinedViewImpl.ViewParametersImpl.setViewParameterArray(int i,
UserParameterType viewParameter)
Sets ith "ViewParameter" element
|
void |
ViewTypeImpl.UserDefinedViewImpl.ViewParametersImpl.setViewParameterArray(UserParameterType[] viewParameterArray)
Sets array of all "ViewParameter" element
|
Copyright © 2016 52north.org. All rights reserved.