|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Parameter | |
---|---|
org.n52.oxf.ows.capabilities |
Uses of Parameter in org.n52.oxf.ows.capabilities |
---|
Subclasses of Parameter in org.n52.oxf.ows.capabilities | |
---|---|
class |
DatasetParameter
You can use this class "DatasetParameter" to associate a Parameter with a specific dataset (that means a Dataset). |
Methods in org.n52.oxf.ows.capabilities that return Parameter | |
---|---|
Parameter |
Operation.getParameter(String serviceSidedName)
|
Parameter[] |
OperationsMetadata.getParameters()
This parameters are inherited by ALL operations. |
Methods in org.n52.oxf.ows.capabilities that return types with arguments of type Parameter | |
---|---|
List<Parameter> |
Operation.getParameters()
|
Map<String,Parameter> |
Operation.getParametersAsMap()
This returns a Map, which contains the parameterNames (= serviceSidedNames) as Keys and the Parameters itself as values. |
Methods in org.n52.oxf.ows.capabilities with parameters of type Parameter | |
---|---|
void |
Operation.addParameter(Parameter param)
|
protected void |
OperationsMetadata.setParameters(Parameter[] parameters)
This parameters are inherited by ALL operations |
protected void |
Operation.setParameters(Parameter[] parameters)
|
Constructors in org.n52.oxf.ows.capabilities with parameters of type Parameter | |
---|---|
Operation(String name,
Parameter[] parameters,
String[] constraints,
DCP[] dcps)
|
|
OperationsMetadata(Operation[] operations,
Parameter[] parameters,
String[] constraints)
this constructor has all attributes of the class as its parameters. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |