Uses of Class
org.geotools.api.referencing.datum.PixelInCell
Packages that use PixelInCell
Package
Description
Geodetic datum (the relationship of a
coordinate system to the earth).
GridCoverage2D implementation.
GRASS input/output drivers
Basic geometry concepts to support referencing and coverage use.
Datum implementation.
Base classes for factories and
authority factories.
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 PixelInCellModifier and TypeFieldDescriptionstatic final PixelInCell
PixelInCell.CELL_CENTER
The origin of the image coordinate system is the centre of a grid cell or image pixel.static final 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 PixelInCellModifier and TypeMethodDescriptionPixelInCell.family()
Returns the list of enumerations of the same kind than this enum.ImageDatum.getPixelInCell()
Specification of the way the image grid is associated with the image data attributes.static PixelInCell
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 PixelInCellModifier and TypeMethodDescriptionDatumFactory.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 PixelInCellModifier and TypeMethodDescriptionGeneralGridGeometry.getGridToCRS
(PixelInCell anchor) Returns the transform from grid coordinates to real world earth coordinates.Constructors in org.geotools.coverage.grid with parameters of type PixelInCellModifierConstructorDescriptionGeneralGridEnvelope
(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 PixelInCellModifier and TypeMethodDescriptionAbstractGridCoverage2DReader.getOriginalGridToWorld
(String coverageName, PixelInCell pixInCell) Retrieves the original grid to world transformation for thisAbstractGridCoverage2DReader
.AbstractGridCoverage2DReader.getOriginalGridToWorld
(PixelInCell pixInCell) Retrieves the original grid to world transformation for thisAbstractGridCoverage2DReader
.GridCoverage2DReader.getOriginalGridToWorld
(String coverageName, PixelInCell pixInCell) Retrieves theMathTransform
associated to the requested coverageName for thisGridCoverage2DReader
.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 PixelInCellModifier and TypeMethodDescriptionstatic 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 PixelInCellModifier and TypeMethodDescriptionNetCDFReader.getOriginalGridToWorld
(String coverageName, PixelInCell pixInCell) NetCDFReader.getOriginalGridToWorld
(PixelInCell pixInCell) -
Uses of PixelInCell in org.geotools.coverage.io.util
Methods in org.geotools.coverage.io.util with parameters of type PixelInCellModifier and TypeMethodDescriptionstatic 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 PixelInCellModifier and TypeMethodDescriptionvoid
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 PixelInCellModifier and TypeMethodDescriptionImageMosaicReader.getOriginalGridToWorld
(String coverageName, PixelInCell pixInCell) ImageMosaicReader.getOriginalGridToWorld
(PixelInCell pixInCell) -
Uses of PixelInCell in org.geotools.gce.imagepyramid
Methods in org.geotools.gce.imagepyramid with parameters of type PixelInCellModifier and TypeMethodDescriptionImagePyramidReader.getOriginalGridToWorld
(String coverageName, PixelInCell pixInCell) -
Uses of PixelInCell in org.geotools.geometry
Methods in org.geotools.geometry with parameters of type PixelInCellModifier and TypeMethodDescriptionstatic 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 PixelInCellModifierConstructorDescriptionGeneralBounds
(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 PixelInCellModifier and TypeMethodDescriptionDefaultImageDatum.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 PixelInCellModifierConstructorDescriptionDefaultImageDatum
(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 PixelInCellModifier and TypeMethodDescriptionDatumAliases.createImageDatum
(Map<String, ?> properties, PixelInCell pixelInCell) Creates an image datum.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 PixelInCellModifier and TypeMethodDescriptionGridToEnvelopeMapper.getPixelAnchor()
Returns whatever the grid range maps pixel center or pixel corner.Methods in org.geotools.referencing.operation.builder with parameters of type PixelInCellModifier and TypeMethodDescriptionvoid
GridToEnvelopeMapper.setPixelAnchor
(PixelInCell anchor) Sets whatever the grid range maps pixel center or pixel corner.