Uses of Interface
org.opengis.gc.GC_Parameter

Packages that use GC_Parameter
org.deegree_impl.model.cv   
org.deegree_impl.model.gc   
org.deegree_impl.model.gp   
org.opengis.gc   
org.opengis.gp   
 

Uses of GC_Parameter in org.deegree_impl.model.cv
 

Constructors in org.deegree_impl.model.cv with parameters of type GC_Parameter
CV_SampleDimension_Impl(java.lang.String[] categoryNames, java.lang.String description, double minimumValue, double maximumValue, GC_Parameter[] metadata, double[] noData, int offset, int[][] colorPalette, double scale, CS_Unit units, CV_ColorInterpretation colorInterpretation, CV_PaletteInterpretation paletteInterpretation, CV_SampleDimensionType sampleDimensionType)
           
 

Uses of GC_Parameter in org.deegree_impl.model.gc
 

Classes in org.deegree_impl.model.gc that implement GC_Parameter
(package private)  class GC_Parameter_Impl
          The parameter required for a grid coverage processing operation.
 

Methods in org.deegree_impl.model.gc with parameters of type GC_Parameter
 void GC_GridCoverageExchange_Impl.exportTo(GC_GridCoverage gridCoverage, java.lang.String fileFormat, java.lang.String fileName, GC_Parameter[] creationOptions)
          Export a grid coverage to a persistent file format.
 

Constructors in org.deegree_impl.model.gc with parameters of type GC_Parameter
GC_GridCoverageExchange_Impl(GC_Parameter[] metadata)
          constructor initializing the GC_GridCoverageExchange with user defined metadata
 

Uses of GC_Parameter in org.deegree_impl.model.gp
 

Methods in org.deegree_impl.model.gp with parameters of type GC_Parameter
 GC_GridCoverage GP_GridCoverageProcessor_Impl.doOperation(java.lang.String operationName, GC_Parameter[] parameters)
          Apply a process operation to a grid coverage.
 

Uses of GC_Parameter in org.opengis.gc
 

Methods in org.opengis.gc with parameters of type GC_Parameter
 void GC_GridCoverageExchange.exportTo(GC_GridCoverage gridCoverage, java.lang.String fileFormat, java.lang.String fileName, GC_Parameter[] creationOptions)
          Export a grid coverage to a persistent file format.
 

Uses of GC_Parameter in org.opengis.gp
 

Methods in org.opengis.gp with parameters of type GC_Parameter
 GC_GridCoverage GP_GridCoverageProcessor.doOperation(java.lang.String operationName, GC_Parameter[] parameters)
          Apply a process operation to a grid coverage.