Uses of Class
org.opengis.referencing.datum.PixelInCell
Packages that use PixelInCell
Package
Description
Creates Coordinate Reference System (CRS) objects from given properties or authority codes.
Geodetic datum (the relationship of a
coordinate system to the earth).
-
Uses of PixelInCell in org.apache.sis.referencing.factory
Methods in org.apache.sis.referencing.factory with parameters of type PixelInCellModifier and TypeMethodDescriptionGeodeticObjectFactory.createImageDatum(Map<String, ?> properties, PixelInCell pixelInCell) Deprecated. -
Uses of PixelInCell in org.opengis.referencing.datum
Subclasses with type arguments of type PixelInCell in org.opengis.referencing.datumModifier and TypeClassDescriptionfinal classSpecification of the way the image grid is associated with the image data attributes.Fields in org.opengis.referencing.datum declared as PixelInCellModifier and TypeFieldDescriptionstatic final PixelInCellPixelInCell.CELL_CENTERThe origin of the image coordinate system is the centre of a grid cell or image pixel.static final PixelInCellPixelInCell.CELL_CORNERThe 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()Returns the list of enumerations of the same kind as this enum.ImageDatum.getPixelInCell()Specification of the way the image grid is associated with the image data attributes.static PixelInCellReturns 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 ofPixelInCells.Methods in org.opengis.referencing.datum with parameters of type PixelInCellModifier and TypeMethodDescriptionDatumFactory.createImageDatum(Map<String, ?> properties, PixelInCell pixelInCell) Creates an image datum.
ImageDatumclass has been removed in ISO 19111:2019.