|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GridSampleDimension | |
---|---|
org.geotools.arcsde.raster.info | |
org.geotools.coverage | Coverage implementation. |
org.geotools.coverage.grid | GridCoverage2D implementation. |
org.geotools.coverage.io | Helper classes for coverage reader implementations. |
org.geotools.coverage.processing | Coverage processing implementations. |
org.geotools.coverage.processing.operation | List of coverage operations. |
Uses of GridSampleDimension in org.geotools.arcsde.raster.info |
---|
Methods in org.geotools.arcsde.raster.info that return GridSampleDimension | |
---|---|
GridSampleDimension[] |
RasterDatasetInfo.getGridSampleDimensions()
|
Uses of GridSampleDimension in org.geotools.coverage |
---|
Methods in org.geotools.coverage that return GridSampleDimension | |
---|---|
GridSampleDimension |
GridSampleDimension.geophysics(boolean geo)
Returns the geophysics or packed view of this sample dimension. |
GridSampleDimension |
GridSampleDimension.rescale(double scale,
double offset)
Returns a sample dimension using new scale and offset
coefficients. |
static GridSampleDimension |
GridSampleDimension.wrap(org.opengis.coverage.SampleDimension sd)
Wraps the specified OpenGIS's sample dimension into a Geotools's implementation of GridSampleDimension . |
Constructors in org.geotools.coverage with parameters of type GridSampleDimension | |
---|---|
GridSampleDimension(GridSampleDimension other)
Constructs a new sample dimension with the same categories and units than the specified sample dimension. |
Uses of GridSampleDimension in org.geotools.coverage.grid |
---|
Methods in org.geotools.coverage.grid that return GridSampleDimension | |
---|---|
GridSampleDimension |
GridCoverageBuilder.Variable.getSampleDimension()
Returns a sample dimension for the current range of sample values. |
GridSampleDimension |
GridCoverage2D.getSampleDimension(int index)
Retrieve sample dimension information for the coverage. |
GridSampleDimension[] |
GridCoverage2D.getSampleDimensions()
Returns all sample dimensions for this grid coverage. |
Methods in org.geotools.coverage.grid with parameters of type GridSampleDimension | |
---|---|
GridCoverage2D |
GridCoverageFactory.create(java.lang.CharSequence name,
javax.media.jai.ImageFunction function,
GridGeometry2D gridGeometry,
GridSampleDimension[] bands,
java.util.Map<?,?> properties)
Constructs a grid coverage from an image function. |
GridCoverage2D |
GridCoverageFactory.create(java.lang.CharSequence name,
java.awt.image.RenderedImage image,
org.opengis.referencing.crs.CoordinateReferenceSystem crs,
org.opengis.referencing.operation.MathTransform gridToCRS,
GridSampleDimension[] bands,
org.opengis.coverage.grid.GridCoverage[] sources,
java.util.Map<?,?> properties)
Constructs a grid coverage from the specified image and "grid to CRS" transform. |
GridCoverage2D |
GridCoverageFactory.create(java.lang.CharSequence name,
java.awt.image.RenderedImage image,
org.opengis.geometry.Envelope envelope,
GridSampleDimension[] bands,
org.opengis.coverage.grid.GridCoverage[] sources,
java.util.Map<?,?> properties)
Constructs a grid coverage from the specified image and envelope. |
GridCoverage2D |
GridCoverageFactory.create(java.lang.CharSequence name,
java.awt.image.RenderedImage image,
GridGeometry2D gridGeometry,
GridSampleDimension[] bands,
org.opengis.coverage.grid.GridCoverage[] sources,
java.util.Map<?,?> properties)
Constructs a grid coverage from the specified image and grid geometry. |
GridCoverage2D |
GridCoverageFactory.create(java.lang.CharSequence name,
java.awt.image.WritableRaster raster,
org.opengis.referencing.crs.CoordinateReferenceSystem crs,
org.opengis.referencing.operation.MathTransform gridToCRS,
GridSampleDimension[] bands)
Constructs a grid coverage from the specified raster and "grid to CRS" transform. |
GridCoverage2D |
GridCoverageFactory.create(java.lang.CharSequence name,
java.awt.image.WritableRaster raster,
org.opengis.geometry.Envelope envelope,
GridSampleDimension[] bands)
Constructs a grid coverage from the specified raster and envelope. |
Constructors in org.geotools.coverage.grid with parameters of type GridSampleDimension | |
---|---|
GridCoverage2D(java.lang.CharSequence name,
javax.media.jai.PlanarImage image,
GridGeometry2D gridGeometry,
GridSampleDimension[] bands,
org.opengis.coverage.grid.GridCoverage[] sources,
java.util.Map<?,?> properties,
Hints hints)
Constructs a grid coverage with the specified grid geometry and sample dimensions. |
Uses of GridSampleDimension in org.geotools.coverage.io |
---|
Methods in org.geotools.coverage.io that return GridSampleDimension | |
---|---|
GridSampleDimension[] |
ExoreferencedGridCoverageReader.getSampleDimensions(int index)
Deprecated. Returns the sample dimensions for each band of the GridCoverage
to be read. |
GridSampleDimension[] |
AbstractGridCoverageReader.getSampleDimensions(int index)
Returns the sample dimensions for each band of the GridCoverage
to be read. |
GridSampleDimension[] |
GridCoverageReader.getSampleDimensions(int index)
Returns the sample dimensions for each band of the GridCoverage
to be read. |
Uses of GridSampleDimension in org.geotools.coverage.processing |
---|
Methods in org.geotools.coverage.processing that return GridSampleDimension | |
---|---|
protected GridSampleDimension[] |
OperationJAI.deriveSampleDimension(GridSampleDimension[][] bandLists,
OperationJAI.Parameters parameters)
Returns the sample dimensions for the target grid coverage. |
protected GridSampleDimension[] |
BilevelOperation.deriveSampleDimension(GridSampleDimension[][] bandLists,
OperationJAI.Parameters parameters)
Derives the GridSampleDimension s for the destination image. |
protected GridSampleDimension[] |
FilterOperation.deriveSampleDimension(GridSampleDimension[][] bandLists,
OperationJAI.Parameters parameters)
Returns the target sample dimensions. |
GridSampleDimension |
ColorMap.recolor(GridSampleDimension sampleDimension,
int[] ARGB)
Applies to the specified sample dimension the colors given to this color map. |
Methods in org.geotools.coverage.processing with parameters of type GridSampleDimension | |
---|---|
protected GridSampleDimension[] |
OperationJAI.deriveSampleDimension(GridSampleDimension[][] bandLists,
OperationJAI.Parameters parameters)
Returns the sample dimensions for the target grid coverage. |
protected GridSampleDimension[] |
BilevelOperation.deriveSampleDimension(GridSampleDimension[][] bandLists,
OperationJAI.Parameters parameters)
Derives the GridSampleDimension s for the destination image. |
protected GridSampleDimension[] |
FilterOperation.deriveSampleDimension(GridSampleDimension[][] bandLists,
OperationJAI.Parameters parameters)
Returns the target sample dimensions. |
GridSampleDimension |
ColorMap.recolor(GridSampleDimension sampleDimension,
int[] ARGB)
Applies to the specified sample dimension the colors given to this color map. |
Uses of GridSampleDimension in org.geotools.coverage.processing.operation |
---|
Methods in org.geotools.coverage.processing.operation that return GridSampleDimension | |
---|---|
protected GridSampleDimension |
Recolor.transformColormap(int[] ARGB,
int band,
GridSampleDimension sampleDimension,
org.opengis.parameter.ParameterValueGroup parameters)
Transforms the supplied RGB colors. |
Methods in org.geotools.coverage.processing.operation with parameters of type GridSampleDimension | |
---|---|
protected GridSampleDimension |
Recolor.transformColormap(int[] ARGB,
int band,
GridSampleDimension sampleDimension,
org.opengis.parameter.ParameterValueGroup parameters)
Transforms the supplied RGB colors. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |