|
||||||||||
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.processing | Coverage processing implementations. |
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(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(CharSequence name,
ImageFunction function,
GridGeometry2D gridGeometry,
GridSampleDimension[] bands,
Map<?,?> properties)
Constructs a grid coverage from an image function. |
GridCoverage2D |
GridCoverageFactory.create(CharSequence name,
RenderedImage image,
CoordinateReferenceSystem crs,
MathTransform gridToCRS,
GridSampleDimension[] bands,
GridCoverage[] sources,
Map<?,?> properties)
Constructs a grid coverage from the specified image and "grid to CRS" transform. |
GridCoverage2D |
GridCoverageFactory.create(CharSequence name,
RenderedImage image,
Envelope envelope,
GridSampleDimension[] bands,
GridCoverage[] sources,
Map<?,?> properties)
Constructs a grid coverage from the specified image and envelope. |
GridCoverage2D |
GridCoverageFactory.create(CharSequence name,
RenderedImage image,
GridGeometry2D gridGeometry,
GridSampleDimension[] bands,
GridCoverage[] sources,
Map<?,?> properties)
Constructs a grid coverage from the specified image and grid geometry. |
GridCoverage2D |
GridCoverageFactory.create(CharSequence name,
WritableRaster raster,
CoordinateReferenceSystem crs,
MathTransform gridToCRS,
GridSampleDimension[] bands)
Constructs a grid coverage from the specified raster and "grid to CRS" transform. |
GridCoverage2D |
GridCoverageFactory.create(CharSequence name,
WritableRaster raster,
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(CharSequence name,
PlanarImage image,
GridGeometry2D gridGeometry,
GridSampleDimension[] bands,
GridCoverage[] sources,
Map<?,?> properties,
Hints hints)
Constructs a grid coverage with the specified grid geometry and sample dimensions. |
Uses of GridSampleDimension in org.geotools.coverage.processing |
---|
Methods in org.geotools.coverage.processing that return GridSampleDimension | |
---|---|
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. |
protected GridSampleDimension[] |
OperationJAI.deriveSampleDimension(GridSampleDimension[][] bandLists,
OperationJAI.Parameters parameters)
Returns the sample dimensions for the target grid coverage. |
Methods in org.geotools.coverage.processing with parameters of type GridSampleDimension | |
---|---|
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. |
protected GridSampleDimension[] |
OperationJAI.deriveSampleDimension(GridSampleDimension[][] bandLists,
OperationJAI.Parameters parameters)
Returns the sample dimensions for the target grid coverage. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |