Uses of Interface
org.opengis.parameter.GeneralParameterValue

Packages that use GeneralParameterValue
org.opengis.coverage.grid Quadrilateral grid coverages. 
org.opengis.coverage.processing   
org.opengis.parameter Description and storage of parameter values
 

Uses of GeneralParameterValue in org.opengis.coverage.grid
 

Methods in org.opengis.coverage.grid with parameters of type GeneralParameterValue
 GridCoverage GridCoverageReader.read(GeneralParameterValue[] parameters)
          Deprecated. Read the grid coverage from the current stream position, and move to the next grid coverage.
 void GridCoverageWriter.write(GridCoverage coverage, GeneralParameterValue[] parameters)
          Deprecated. Writes the specified grid coverage.
 

Uses of GeneralParameterValue in org.opengis.coverage.processing
 

Methods in org.opengis.coverage.processing with parameters of type GeneralParameterValue
 GridCoverage GridCoverageProcessor.doOperation(String operationName, GeneralParameterValue[] parameters)
          Deprecated. 
 

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