Uses of Interface
org.opengis.parameter.GeneralParameterDescriptor

Packages that use GeneralParameterDescriptor
org.geotools.parameter Parameter implementation. 
org.geotools.referencing.operation Coordinate operation implementation. 
org.geotools.referencing.operation.projection Basic implementations of map projections
org.opengis.parameter Description and storage of parameter values
 

Uses of GeneralParameterDescriptor in org.geotools.parameter
 

Classes in org.geotools.parameter that implement GeneralParameterDescriptor
 class AbstractParameterDescriptor
          Abstract definition of a parameter or group of parameters used by an operation method.
 class DefaultParameterDescriptor<T>
          The definition of a parameter used by an operation method.
 class DefaultParameterDescriptorGroup
          The definition of a group of related parameters used by an operation method.
 class ImagingParameterDescriptors
          Wraps a JAI's ParameterListDescriptor.
 class MatrixParameterDescriptors
          A parameter group for matrix elements.
 class MatrixParameters
          The values for a group of matrix parameters.
 

Methods in org.geotools.parameter that return GeneralParameterDescriptor
 GeneralParameterDescriptor MatrixParameterDescriptors.descriptor(String name)
          Returns the parameter in this group for the specified name.
 GeneralParameterDescriptor DefaultParameterDescriptorGroup.descriptor(String name)
          Returns the first parameter in this group for the specified identifier code.
 GeneralParameterDescriptor MatrixParameters.descriptor(String name)
          Returns the parameter in this group for the specified name.
 GeneralParameterDescriptor AbstractParameter.getDescriptor()
          Returns the abstract definition of this parameter or group of parameters.
 

Methods in org.geotools.parameter that return types with arguments of type GeneralParameterDescriptor
 List<GeneralParameterDescriptor> MatrixParameterDescriptors.descriptors()
          Returns the parameters in this group.
 List<GeneralParameterDescriptor> DefaultParameterDescriptorGroup.descriptors()
          Returns the parameters in this group.
 List<GeneralParameterDescriptor> MatrixParameters.descriptors()
          Returns the parameters descriptors in this group.
 

Constructors in org.geotools.parameter with parameters of type GeneralParameterDescriptor
AbstractParameter(GeneralParameterDescriptor descriptor)
          Constructs a parameter value from the specified descriptor.
AbstractParameterDescriptor(GeneralParameterDescriptor descriptor)
          Constructs a descriptor with the same values than the specified one.
DefaultParameterDescriptorGroup(Citation authority, String name, GeneralParameterDescriptor[] parameters)
          Constructs a parameter group from a name and an authority.
DefaultParameterDescriptorGroup(Map<String,?> properties, GeneralParameterDescriptor[] parameters)
          Constructs a parameter group from a set of properties.
DefaultParameterDescriptorGroup(Map<String,?> properties, int minimumOccurs, int maximumOccurs, GeneralParameterDescriptor[] parameters)
          Constructs a parameter group from a set of properties.
DefaultParameterDescriptorGroup(String name, GeneralParameterDescriptor[] parameters)
          Constructs a parameter group from a name.
 

Uses of GeneralParameterDescriptor in org.geotools.referencing.operation
 

Methods in org.geotools.referencing.operation with parameters of type GeneralParameterDescriptor
protected static ParameterDescriptorGroup MathTransformProvider.createDescriptorGroup(ReferenceIdentifier[] identifiers, GeneralParameterDescriptor[] parameters)
          Constructs a parameter group from a set of alias.
 

Uses of GeneralParameterDescriptor in org.geotools.referencing.operation.projection
 

Constructor parameters in org.geotools.referencing.operation.projection with type arguments of type GeneralParameterDescriptor
WorldVanDerGrintenI(ParameterValueGroup values, Collection<GeneralParameterDescriptor> expected)
           
 

Uses of GeneralParameterDescriptor in org.opengis.parameter
 

Subinterfaces of GeneralParameterDescriptor in org.opengis.parameter
 interface ParameterDescriptor<T>
          The definition of a parameter used by an operation method.
 interface ParameterDescriptorGroup
          The definition of a group of related parameters used by an operation method.
 

Methods in org.opengis.parameter that return GeneralParameterDescriptor
 GeneralParameterDescriptor ParameterDescriptorGroup.descriptor(String name)
          Returns the parameter descriptor in this group for the specified identifier code.
 GeneralParameterDescriptor GeneralParameterValue.getDescriptor()
          Returns the abstract definition of this parameter or group of parameters.
 

Methods in org.opengis.parameter that return types with arguments of type GeneralParameterDescriptor
 List<GeneralParameterDescriptor> ParameterDescriptorGroup.descriptors()
          Returns the parameters in this group.
 



Copyright © 1996-2014 Geotools. All Rights Reserved.