|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ParameterValueGroup | |
---|---|
org.opengis.coverage.grid | Quadrilateral grid coverages. |
org.opengis.coverage.processing | |
org.opengis.parameter | Description and storage of parameter values. |
org.opengis.referencing.operation | Coordinate operations (relationship between any two coordinate reference systems). |
Uses of ParameterValueGroup in org.opengis.coverage.grid |
---|
Methods in org.opengis.coverage.grid that return ParameterValueGroup | |
---|---|
ParameterValueGroup |
Format.getReadParameters()
Deprecated. Retrieve the parameter information for a read operation. |
ParameterValueGroup |
Format.getWriteParameters()
Deprecated. Retrieve the parameter information for a write operation. |
Uses of ParameterValueGroup in org.opengis.coverage.processing |
---|
Methods in org.opengis.coverage.processing that return ParameterValueGroup | |
---|---|
ParameterValueGroup |
Operation.getParameters()
Retrieve the parameters information. |
Uses of ParameterValueGroup in org.opengis.parameter |
---|
Methods in org.opengis.parameter that return ParameterValueGroup | |
---|---|
ParameterValueGroup |
ParameterValueGroup.addGroup(String name)
Create a new group of the specified name. |
Methods in org.opengis.parameter that return types with arguments of type ParameterValueGroup | |
---|---|
List<ParameterValueGroup> |
ParameterValueGroup.groups(String name)
Returns all subgroups with the specified name. |
Uses of ParameterValueGroup in org.opengis.referencing.operation |
---|
Methods in org.opengis.referencing.operation that return ParameterValueGroup | |
---|---|
ParameterValueGroup |
MathTransformFactory.getDefaultParameters(String method)
Returns the default parameter values for a math transform using the given method. |
ParameterValueGroup |
Operation.getParameterValues()
Returns the parameter values. |
Methods in org.opengis.referencing.operation with parameters of type ParameterValueGroup | |
---|---|
MathTransform |
MathTransformFactory.createBaseToDerived(CoordinateReferenceSystem baseCRS,
ParameterValueGroup parameters,
CoordinateSystem derivedCS)
Creates a parameterized transform from a base CRS to a derived CS. |
Conversion |
CoordinateOperationFactory.createDefiningConversion(Map<String,?> properties,
OperationMethod method,
ParameterValueGroup parameters)
Constructs a defining conversion from a set of properties. |
MathTransform |
MathTransformFactory.createParameterizedTransform(ParameterValueGroup parameters)
Creates a transform from a group of parameters. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |