Package | Description |
---|---|
org.geotools.arcsde.raster.info | |
org.geotools.coverage.grid |
GridCoverage2D implementation.
|
org.geotools.coverage.grid.io | |
org.geotools.coverage.grid.io.imageio.geotiff | |
org.geotools.coverage.io.netcdf | |
org.geotools.coverage.io.util | |
org.geotools.gce.grassraster |
GRASS input/output drivers
In this package the I/O drivers for reading and writing GRASS raster maps are placed.
|
org.geotools.gce.imagemosaic | |
org.geotools.gce.imagepyramid | |
org.geotools.geometry |
org.geotools.geometry.Geometry implementation.
|
org.geotools.referencing.datum |
Datum implementation.
|
org.geotools.referencing.factory |
Base classes for factories and
authority factories.
|
org.geotools.referencing.operation.builder |
A package of convenience classes which use control points common to two
data sets to derive empirically the transformation parameters needed to
convert positions between the coordinate systems of the two data sets.
|
org.opengis.referencing.datum |
Geodetic datum (the relationship of a
coordinate system to the earth).
|
Modifier and Type | Method and Description |
---|---|
GeneralEnvelope |
RasterDatasetInfo.getOriginalEnvelope(PixelInCell pixelAnchor) |
Modifier and Type | Method and Description |
---|---|
MathTransform |
GeneralGridGeometry.getGridToCRS(PixelInCell anchor)
Returns the transform from grid coordinates to real world earth coordinates.
|
Constructor and Description |
---|
GeneralGridEnvelope(Envelope envelope,
PixelInCell anchor)
Casts the specified envelope into a grid envelope.
|
GeneralGridEnvelope(Envelope envelope,
PixelInCell anchor,
boolean isHighIncluded)
Casts the specified envelope into a grid envelope.
|
GeneralGridGeometry(GridEnvelope gridRange,
PixelInCell anchor,
MathTransform gridToCRS,
CoordinateReferenceSystem crs)
Constructs a new grid geometry from a grid range and a math
transform mapping pixel center or corner.
|
GeneralGridGeometry(PixelInCell anchor,
MathTransform gridToCRS,
Envelope envelope)
Constructs a new grid geometry from an envelope and a math
transform.
|
GeneralGridGeometry(PixelInCell anchor,
MathTransform gridToCRS,
Envelope envelope,
boolean gridMaxInclusive,
boolean preserveGridToCRS)
Constructs a new grid geometry from an envelope and a math
transform.
|
GridEnvelope2D(Envelope2D envelope,
PixelInCell anchor)
Casts the specified envelope into a grid envelope.
|
GridEnvelope2D(Envelope2D envelope,
PixelInCell anchor,
boolean isHighIncluded)
Casts the specified envelope into a grid envelope.
|
GridGeometry2D(GridEnvelope gridRange,
PixelInCell anchor,
MathTransform gridToCRS,
CoordinateReferenceSystem crs,
Hints hints)
Constructs a new grid geometry from a math transform.
|
GridGeometry2D(PixelInCell anchor,
MathTransform gridToCRS,
Envelope envelope,
Hints hints)
Constructs a new grid geometry from an envelope and a math
transform.
|
Modifier and Type | Method and Description |
---|---|
MathTransform |
AbstractGridCoverage2DReader.getOriginalGridToWorld(PixelInCell pixInCell)
Retrieves the original grid to world transformation for this
AbstractGridCoverage2DReader . |
MathTransform |
GridCoverage2DReader.getOriginalGridToWorld(PixelInCell pixInCell)
Retrieves the
MathTransform associated to the default coverage for this GridCoverage2DReader . |
MathTransform |
AbstractGridCoverage2DReader.getOriginalGridToWorld(String coverageName,
PixelInCell pixInCell)
Retrieves the original grid to world transformation for this
AbstractGridCoverage2DReader . |
MathTransform |
GridCoverage2DReader.getOriginalGridToWorld(String coverageName,
PixelInCell pixInCell)
Retrieves the
MathTransform associated to the requested coverageName for this GridCoverage2DReader . |
Modifier and Type | Method and Description |
---|---|
static PixelInCell |
GeoTiffMetadata2CRSAdapter.getRasterType(GeoTiffIIOMetadataDecoder metadata)
Maps the RasterType GeoKey for this geotiff the
PixelInCell |
Modifier and Type | Method and Description |
---|---|
MathTransform |
NetCDFReader.getOriginalGridToWorld(PixelInCell pixInCell) |
MathTransform |
NetCDFReader.getOriginalGridToWorld(String coverageName,
PixelInCell pixInCell) |
Modifier and Type | Method and Description |
---|---|
static MathTransform |
Utilities.getOriginalGridToWorld(MathTransform raster2Model,
PixelInCell pixInCell)
Retrieves the original grid to world transformation for this
AbstractGridCoverage2DReader . |
static void |
Utilities.setReadParameters(OverviewPolicy overviewPolicy,
ImageReadParam readParam,
GeneralEnvelope requestedEnvelope,
Rectangle requestedDim,
double[] highestRes,
GridEnvelope gridRange,
PixelInCell pixelInCell)
Prepares the read parameters for doing an
ImageReader.read(int, ImageReadParam) . |
Modifier and Type | Method and Description |
---|---|
void |
GrassCoverageReader.setParams(PixelInCell cellAnchor,
Interpolation interpolation,
boolean useSubSamplingAsColsRows,
boolean castDoubleToFloating,
ProgressListener monitor)
Constructor for the
GrassCoverageReader . |
Modifier and Type | Method and Description |
---|---|
MathTransform |
ImageMosaicReader.getOriginalGridToWorld(PixelInCell pixInCell) |
MathTransform |
ImageMosaicReader.getOriginalGridToWorld(String coverageName,
PixelInCell pixInCell) |
Modifier and Type | Method and Description |
---|---|
MathTransform |
ImagePyramidReader.getOriginalGridToWorld(String coverageName,
PixelInCell pixInCell) |
Modifier and Type | Method and Description |
---|---|
static PixelOrientation |
PixelTranslation.getPixelOrientation(PixelInCell anchor)
Returns the pixel orientation for the given
PixelInCell code. |
static double |
PixelTranslation.getPixelTranslation(PixelInCell anchor)
Returns the position relative to the pixel center.
|
static MathTransform |
PixelTranslation.translate(MathTransform gridToCRS,
PixelInCell current,
PixelInCell expected)
Translates the specified math transform according the specified pixel orientations.
|
Constructor and Description |
---|
GeneralEnvelope(GridEnvelope gridRange,
PixelInCell anchor,
MathTransform gridToCRS,
CoordinateReferenceSystem crs)
Creates an envelope for a grid range transformed to an envelope using the specified math
transform.
|
Modifier and Type | Method and Description |
---|---|
PixelInCell |
DefaultImageDatum.getPixelInCell()
Specification of the way the image grid is associated with the image data attributes.
|
Constructor and Description |
---|
DefaultImageDatum(Map<String,?> properties,
PixelInCell pixelInCell)
Constructs an image datum from a set of properties.
|
DefaultImageDatum(String name,
PixelInCell pixelInCell)
Constructs an image datum from a name.
|
Modifier and Type | Method and Description |
---|---|
ImageDatum |
DatumAliases.createImageDatum(Map<String,?> properties,
PixelInCell pixelInCell)
Creates an image datum.
|
ImageDatum |
ReferencingObjectFactory.createImageDatum(Map<String,?> properties,
PixelInCell pixelInCell)
Creates an image datum.
|
Modifier and Type | Method and Description |
---|---|
PixelInCell |
GridToEnvelopeMapper.getGridType()
Deprecated.
|
PixelInCell |
GridToEnvelopeMapper.getPixelAnchor()
Returns whatever the grid range maps pixel center or
pixel corner.
|
Modifier and Type | Method and Description |
---|---|
void |
GridToEnvelopeMapper.setGridType(PixelInCell anchor)
Deprecated.
|
void |
GridToEnvelopeMapper.setPixelAnchor(PixelInCell anchor)
Sets whatever the grid range maps pixel center or
pixel corner.
|
Modifier and Type | Field and Description |
---|---|
static PixelInCell |
PixelInCell.CELL_CENTER
The origin of the image coordinate system is the centre of a grid cell or image pixel.
|
static PixelInCell |
PixelInCell.CELL_CORNER
The origin of the image coordinate system is the corner of a grid cell, or half-way between
the centres of adjacent image pixels.
|
Modifier and Type | Method and Description |
---|---|
PixelInCell[] |
PixelInCell.family()
Returns the list of enumerations of the same kind than this enum.
|
PixelInCell |
ImageDatum.getPixelInCell()
Specification of the way the image grid is associated with the image data attributes.
|
static PixelInCell |
PixelInCell.valueOf(String code)
Returns the pixel in cell that matches the given string, or returns a new one if none match
it.
|
static PixelInCell[] |
PixelInCell.values()
Returns the list of
PixelInCell s. |
Modifier and Type | Method and Description |
---|---|
ImageDatum |
DatumFactory.createImageDatum(Map<String,?> properties,
PixelInCell pixelInCell)
Creates an image datum.
|
Copyright © 1996–2019 Geotools. All rights reserved.