|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DataType | |
---|---|
net.opengis.wps10 | |
net.opengis.wps10.impl | |
net.opengis.wps10.util | |
org.geotools.data.wps | package with WPS specs and utils. |
org.geotools.data.wps.request | package with request classes. |
Uses of DataType in net.opengis.wps10 |
---|
Methods in net.opengis.wps10 that return DataType | |
---|---|
DataType |
Wps10Factory.createDataType()
Returns a new object of class 'Data Type'. |
DataType |
InputType.getData()
Returns the value of the 'Data' containment reference. |
DataType |
OutputDataType.getData()
Returns the value of the 'Data' containment reference. |
Methods in net.opengis.wps10 with parameters of type DataType | |
---|---|
void |
InputType.setData(DataType value)
Sets the value of the ' Data ' containment reference. |
void |
OutputDataType.setData(DataType value)
Sets the value of the ' Data ' containment reference. |
Uses of DataType in net.opengis.wps10.impl |
---|
Classes in net.opengis.wps10.impl that implement DataType | |
---|---|
class |
DataTypeImpl
An implementation of the model object 'Data Type'. |
Fields in net.opengis.wps10.impl declared as DataType | |
---|---|
protected DataType |
OutputDataTypeImpl.data
The cached value of the ' Data ' containment reference. |
protected DataType |
InputTypeImpl.data
The cached value of the ' Data ' containment reference. |
Methods in net.opengis.wps10.impl that return DataType | |
---|---|
DataType |
Wps10FactoryImpl.createDataType()
|
DataType |
OutputDataTypeImpl.getData()
|
DataType |
InputTypeImpl.getData()
|
Methods in net.opengis.wps10.impl with parameters of type DataType | |
---|---|
org.eclipse.emf.common.notify.NotificationChain |
OutputDataTypeImpl.basicSetData(DataType newData,
org.eclipse.emf.common.notify.NotificationChain msgs)
|
org.eclipse.emf.common.notify.NotificationChain |
InputTypeImpl.basicSetData(DataType newData,
org.eclipse.emf.common.notify.NotificationChain msgs)
|
void |
OutputDataTypeImpl.setData(DataType newData)
|
void |
InputTypeImpl.setData(DataType newData)
|
Uses of DataType in net.opengis.wps10.util |
---|
Methods in net.opengis.wps10.util with parameters of type DataType | |
---|---|
java.lang.Object |
Wps10Switch.caseDataType(DataType object)
Returns the result of interpreting the object as an instance of 'Data Type'. |
boolean |
Wps10Validator.validateDataType(DataType dataType,
org.eclipse.emf.common.util.DiagnosticChain diagnostics,
java.util.Map context)
|
Uses of DataType in org.geotools.data.wps |
---|
Methods in org.geotools.data.wps that return DataType | |
---|---|
static DataType |
WPSUtils.createInputDataType(java.lang.Object obj,
InputDescriptionType idt)
Creates a DataType input object from the given object and InputDescriptionType (from a describeprocess) and decides if the input is a literal or complex data based on its type. |
static DataType |
WPSUtils.createInputDataType(java.lang.Object obj,
int type,
java.lang.String schema)
Creates a DataType input object from the given object, schema and type (complex or literal). |
Uses of DataType in org.geotools.data.wps.request |
---|
Method parameters in org.geotools.data.wps.request with type arguments of type DataType | |
---|---|
void |
ExecuteProcessRequest.addInput(java.lang.String name,
java.util.List<DataType> value)
Sets an input for the process to execute |
void |
AbstractExecuteProcessRequest.addInput(java.lang.String name,
java.util.List<DataType> value)
Add an input to the input properties. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |