Uses of Interface
org.opengis.parameter.GeneralParameterDescriptor

Packages that use GeneralParameterDescriptor
org.opengis.parameter Description and storage of parameter values
 

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 © 1994-2008 Open Geospatial Consortium. All Rights Reserved.