Uses of Interface
org.opengis.parameter.ParameterDescriptorGroup

Packages that use ParameterDescriptorGroup
org.opengis.parameter Description and storage of parameter values
org.opengis.referencing.operation Coordinate operations (relationship between any two coordinate reference systems). 
 

Uses of ParameterDescriptorGroup in org.opengis.parameter
 

Methods in org.opengis.parameter that return ParameterDescriptorGroup
 ParameterDescriptorGroup ParameterValueGroup.getDescriptor()
          The abstract definition of this group of parameters.
 

Uses of ParameterDescriptorGroup in org.opengis.referencing.operation
 

Methods in org.opengis.referencing.operation that return ParameterDescriptorGroup
 ParameterDescriptorGroup OperationMethod.getParameters()
          The set of parameters.
 

Methods in org.opengis.referencing.operation with parameters of type ParameterDescriptorGroup
 OperationMethod CoordinateOperationFactory.createOperationMethod(Map<String,?> properties, Integer sourceDimension, Integer targetDimension, ParameterDescriptorGroup parameters)
          Creates an operation method from a set of properties and a descriptor group.
 



Copyright © 1994-2012 Open Geospatial Consortium. All Rights Reserved.