Uses of Class
org.opengis.referencing.datum.PixelInCell
Packages that use PixelInCell
Package
Description
Relationship of a Coordinate System (CS) to the Earth, another celestial body or a platform.
-
Uses of PixelInCell in org.opengis.referencing.datum
Fields in org.opengis.referencing.datum declared as PixelInCellModifier and TypeFieldDescriptionstatic final PixelInCell
PixelInCell.CELL_CENTER
Deprecated.The origin of the image coordinate system is the centre of a grid cell or image pixel.static final PixelInCell
PixelInCell.CELL_CORNER
Deprecated.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.opengis.referencing.datum that return PixelInCellModifier and TypeMethodDescriptionPixelInCell.family()
Deprecated.Returns the list of codes of the same kind as this code list element.ImageDatum.getPixelInCell()
Deprecated.Specification of the way the image grid is associated with the image data attributes.static PixelInCell
Deprecated.Returns the pixel in cell that matches the given string, or returns a new one if none match it.static PixelInCell[]
PixelInCell.values()
Deprecated.Returns the list ofPixelInCell
s.Methods in org.opengis.referencing.datum with parameters of type PixelInCellModifier and TypeMethodDescriptiondefault ImageDatum
DatumFactory.createImageDatum
(Map<String, ?> properties, PixelInCell pixelInCell) Deprecated.
ImageDatum
is replaced byEngineeringDatum
as of ISO 19111:2019.