Uses of Interface
org.opengis.parameter.GeneralParameterValue

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

Uses of GeneralParameterValue in org.opengis.parameter
 

Subinterfaces of GeneralParameterValue in org.opengis.parameter
 interface ParameterValue<T>
          A parameter value used by an operation method.
 interface ParameterValueGroup
          A group of related parameter values.
 

Methods in org.opengis.parameter that return GeneralParameterValue
 GeneralParameterValue GeneralParameterValue.clone()
          Returns a copy of this parameter value or group.
 GeneralParameterValue GeneralParameterDescriptor.createValue()
          Creates a new instance of parameter value or group initialized with the default value(s).
 

Methods in org.opengis.parameter that return types with arguments of type GeneralParameterValue
 List<GeneralParameterValue> ParameterValueGroup.values()
          Returns the values in this group.
 



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