Uses of Class
org.geotools.api.referencing.datum.PixelInCell
-
Packages that use PixelInCell Package Description org.geotools.api.referencing.datum Geodetic datum (the relationship of a coordinate system to the earth).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 driversorg.geotools.gce.imagemosaic org.geotools.gce.imagepyramid org.geotools.geometry Basic geometry concepts to support referencing and coverage use.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. -
-
Uses of PixelInCell in org.geotools.api.referencing.datum
Fields in org.geotools.api.referencing.datum declared as PixelInCell Modifier and Type Field 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.Methods in org.geotools.api.referencing.datum that return PixelInCell Modifier and Type Method 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 ofPixelInCell
s.Methods in org.geotools.api.referencing.datum with parameters of type PixelInCell Modifier and Type Method Description ImageDatum
DatumFactory. createImageDatum(Map<String,?> properties, PixelInCell pixelInCell)
Creates an image datum. -
Uses of PixelInCell in org.geotools.coverage.grid
Methods in org.geotools.coverage.grid with parameters of type PixelInCell Modifier and Type Method Description MathTransform
GeneralGridGeometry. getGridToCRS(PixelInCell anchor)
Returns the transform from grid coordinates to real world earth coordinates.Constructors in org.geotools.coverage.grid with parameters of type PixelInCell Constructor Description GeneralGridEnvelope(Bounds envelope, PixelInCell anchor)
Casts the specified envelope into a grid envelope.GeneralGridEnvelope(Bounds 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, Bounds envelope)
Constructs a new grid geometry from an envelope and a math transform.GeneralGridGeometry(PixelInCell anchor, MathTransform gridToCRS, Bounds envelope, boolean gridMaxInclusive, boolean preserveGridToCRS)
Constructs a new grid geometry from an envelope and a math transform.GridEnvelope2D(Rectangle envelope, PixelInCell anchor)
Casts the specified envelope into a grid envelope.GridEnvelope2D(Rectangle envelope, PixelInCell anchor, boolean isHighIncluded)
Casts the specified envelope into a grid envelope.GridEnvelope2D(ReferencedEnvelope envelope, PixelInCell anchor)
Casts the specified envelope into a grid envelope.GridEnvelope2D(ReferencedEnvelope 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, Bounds envelope, Hints hints)
Constructs a new grid geometry from an envelope and a math transform. -
Uses of PixelInCell in org.geotools.coverage.grid.io
Methods in org.geotools.coverage.grid.io with parameters of type PixelInCell Modifier and Type Method Description MathTransform
AbstractGridCoverage2DReader. getOriginalGridToWorld(String coverageName, PixelInCell pixInCell)
Retrieves the original grid to world transformation for thisAbstractGridCoverage2DReader
.MathTransform
AbstractGridCoverage2DReader. getOriginalGridToWorld(PixelInCell pixInCell)
Retrieves the original grid to world transformation for thisAbstractGridCoverage2DReader
.MathTransform
GridCoverage2DReader. getOriginalGridToWorld(String coverageName, PixelInCell pixInCell)
Retrieves theMathTransform
associated to the requested coverageName for thisGridCoverage2DReader
.MathTransform
GridCoverage2DReader. getOriginalGridToWorld(PixelInCell pixInCell)
Retrieves theMathTransform
associated to the default coverage for thisGridCoverage2DReader
. -
Uses of PixelInCell in org.geotools.coverage.grid.io.imageio.geotiff
Methods in org.geotools.coverage.grid.io.imageio.geotiff that return PixelInCell Modifier and Type Method Description static PixelInCell
GeoTiffMetadata2CRSAdapter. getRasterType(GeoTiffIIOMetadataDecoder metadata)
Maps the RasterType GeoKey for this geotiff thePixelInCell
-
Uses of PixelInCell in org.geotools.coverage.io.netcdf
Methods in org.geotools.coverage.io.netcdf with parameters of type PixelInCell Modifier and Type Method Description MathTransform
NetCDFReader. getOriginalGridToWorld(String coverageName, PixelInCell pixInCell)
MathTransform
NetCDFReader. getOriginalGridToWorld(PixelInCell pixInCell)
-
Uses of PixelInCell in org.geotools.coverage.io.util
Methods in org.geotools.coverage.io.util with parameters of type PixelInCell Modifier and Type Method Description static MathTransform
Utilities. getOriginalGridToWorld(MathTransform raster2Model, PixelInCell pixInCell)
Retrieves the original grid to world transformation for thisAbstractGridCoverage2DReader
.static void
Utilities. setReadParameters(OverviewPolicy overviewPolicy, ImageReadParam readParam, GeneralBounds requestedEnvelope, Rectangle requestedDim, double[] highestRes, GridEnvelope gridRange, PixelInCell pixelInCell)
Prepares the read parameters for doing anImageReader.read(int, ImageReadParam)
. -
Uses of PixelInCell in org.geotools.gce.grassraster
Methods in org.geotools.gce.grassraster with parameters of type PixelInCell Modifier and Type Method Description void
GrassCoverageReader. setParams(PixelInCell cellAnchor, Interpolation interpolation, boolean useSubSamplingAsColsRows, boolean castDoubleToFloating, ProgressListener monitor)
Constructor for theGrassCoverageReader
. -
Uses of PixelInCell in org.geotools.gce.imagemosaic
Methods in org.geotools.gce.imagemosaic with parameters of type PixelInCell Modifier and Type Method Description MathTransform
ImageMosaicReader. getOriginalGridToWorld(String coverageName, PixelInCell pixInCell)
MathTransform
ImageMosaicReader. getOriginalGridToWorld(PixelInCell pixInCell)
-
Uses of PixelInCell in org.geotools.gce.imagepyramid
Methods in org.geotools.gce.imagepyramid with parameters of type PixelInCell Modifier and Type Method Description MathTransform
ImagePyramidReader. getOriginalGridToWorld(String coverageName, PixelInCell pixInCell)
-
Uses of PixelInCell in org.geotools.geometry
Methods in org.geotools.geometry with parameters of type PixelInCell Modifier and Type Method Description static PixelOrientation
PixelTranslation. getPixelOrientation(PixelInCell anchor)
Returns the pixel orientation for the givenPixelInCell
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.Constructors in org.geotools.geometry with parameters of type PixelInCell Constructor Description GeneralBounds(GridEnvelope gridRange, PixelInCell anchor, MathTransform gridToCRS, CoordinateReferenceSystem crs)
Creates an envelope for a grid range transformed to an envelope using the specified math transform. -
Uses of PixelInCell in org.geotools.referencing.datum
Methods in org.geotools.referencing.datum that return PixelInCell Modifier and Type Method Description PixelInCell
DefaultImageDatum. getPixelInCell()
Specification of the way the image grid is associated with the image data attributes.Constructors in org.geotools.referencing.datum with parameters of type PixelInCell Constructor Description DefaultImageDatum(String name, PixelInCell pixelInCell)
Constructs an image datum from a name.DefaultImageDatum(Map<String,?> properties, PixelInCell pixelInCell)
Constructs an image datum from a set of properties. -
Uses of PixelInCell in org.geotools.referencing.factory
Methods in org.geotools.referencing.factory with parameters of type PixelInCell Modifier and Type Method 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. -
Uses of PixelInCell in org.geotools.referencing.operation.builder
Methods in org.geotools.referencing.operation.builder that return PixelInCell Modifier and Type Method Description PixelInCell
GridToEnvelopeMapper. getPixelAnchor()
Returns whatever the grid range maps pixel center or pixel corner.Methods in org.geotools.referencing.operation.builder with parameters of type PixelInCell Modifier and Type Method Description void
GridToEnvelopeMapper. setPixelAnchor(PixelInCell anchor)
Sets whatever the grid range maps pixel center or pixel corner.
-