Uses of Class
org.opengis.metadata.spatial.PixelOrientation
Packages that use PixelOrientation
Package
Description
A coverage backed by a regular grid.
Information about the mechanisms (grid or vector) used to represent spatial data.
Spatial representation information
(includes grid and vector representation).
-
Uses of PixelOrientation in org.apache.sis.coverage.grid
Fields in org.apache.sis.coverage.grid declared as PixelOrientationModifier and TypeFieldDescriptionfinal PixelOrientationPixelTranslation.orientationThe pixel orientation for this translation.Methods in org.apache.sis.coverage.grid that return PixelOrientationModifier and TypeMethodDescriptionstatic PixelOrientationPixelTranslation.getPixelOrientation(PixelInCell anchor) Returns the pixel orientation which is equivalent to the givenPixelInCellcode.Methods in org.apache.sis.coverage.grid with parameters of type PixelOrientationModifier and TypeMethodDescriptionstatic PixelTranslationPixelTranslation.getPixelTranslation(PixelOrientation anchor) Returns the specified position relative to the pixel center.static MathTransformPixelTranslation.translate(MathTransform gridToCRS, PixelOrientation current, PixelOrientation desired, int xDimension, int yDimension) Converts a math transform from a "pixel orientation" convention to another "pixel orientation" convention. -
Uses of PixelOrientation in org.apache.sis.metadata.iso.spatial
Methods in org.apache.sis.metadata.iso.spatial that return PixelOrientationModifier and TypeMethodDescriptionDefaultGeorectified.getPointInPixel()Returns the point in a pixel corresponding to the Earth location of the pixel.Methods in org.apache.sis.metadata.iso.spatial with parameters of type PixelOrientationModifier and TypeMethodDescriptionvoidDefaultGeorectified.setPointInPixel(PixelOrientation newValue) Sets the point in a pixel corresponding to the Earth location of the pixel. -
Uses of PixelOrientation in org.opengis.metadata.spatial
Subclasses with type arguments of type PixelOrientation in org.opengis.metadata.spatialModifier and TypeClassDescriptionfinal classPoint in a pixel corresponding to the Earth location of the pixel.Fields in org.opengis.metadata.spatial declared as PixelOrientationModifier and TypeFieldDescriptionstatic final PixelOrientationPixelOrientation.CENTERPoint in a pixel corresponding to the Earth location of the pixel.static final PixelOrientationPixelOrientation.LOWER_LEFTThe corner in the pixel closest to the origin of the SRS; if two are at the same distance from the origin, the one with the smallest x-value.static final PixelOrientationPixelOrientation.LOWER_RIGHTNext corner counterclockwise from the lower left.static final PixelOrientationPixelOrientation.UPPER_LEFTNext corner counterclockwise from the upper right.static final PixelOrientationPixelOrientation.UPPER_RIGHTNext corner counterclockwise from the lower right.Methods in org.opengis.metadata.spatial that return PixelOrientationModifier and TypeMethodDescriptionPixelOrientation.family()Returns the list of enumerations of the same kind as this enum.Georectified.getPointInPixel()Point in a pixel corresponding to the Earth location of the pixel.static PixelOrientationReturns the pixel orientation that matches the given string, or returns a new one if none match it.static PixelOrientation[]PixelOrientation.values()Returns the list ofPixelOrientations.