Uses of Class
org.geotools.api.metadata.spatial.PixelOrientation
- 
Packages that use PixelOrientation Package Description org.geotools.api.metadata.spatial org.geotools.coverage.grid GridCoverage2D implementation.org.geotools.geometry Basic geometry concepts to support referencing and coverage use. - 
- 
Uses of PixelOrientation in org.geotools.api.metadata.spatial
Fields in org.geotools.api.metadata.spatial declared as PixelOrientation Modifier and Type Field Description static PixelOrientationPixelOrientation. CENTERPoint in a pixel corresponding to the Earth location of the pixel.static 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 PixelOrientationPixelOrientation. LOWER_RIGHTNext corner counterclockwise from the lower left.static PixelOrientationPixelOrientation. UPPER_LEFTNext corner counterclockwise from the upper right.static PixelOrientationPixelOrientation. UPPER_RIGHTNext corner counterclockwise from the lower right.Methods in org.geotools.api.metadata.spatial that return PixelOrientation Modifier and Type Method Description PixelOrientation[]PixelOrientation. family()Returns the list of enumerations of the same kind than this enum.static PixelOrientationPixelOrientation. valueOf(String code)Returns 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. - 
Uses of PixelOrientation in org.geotools.coverage.grid
Methods in org.geotools.coverage.grid with parameters of type PixelOrientation Modifier and Type Method Description MathTransform2DGridGeometry2D. getCRSToGrid2D(PixelOrientation orientation)Returns a math transform for the two dimensional part.MathTransformGridGeometry2D. getGridToCRS(PixelOrientation orientation)Returns a math transform mapping the specified pixel part.MathTransform2DGridGeometry2D. getGridToCRS2D(PixelOrientation orientation)Returns a math transform for the two dimensional part.Constructors in org.geotools.coverage.grid with parameters of type PixelOrientation Constructor Description GridGeometry2D(GridEnvelope gridRange, PixelOrientation anchor, MathTransform gridToCRS, CoordinateReferenceSystem crs, Hints hints)Constructs a new grid geometry from a math transform. - 
Uses of PixelOrientation in org.geotools.geometry
Fields in org.geotools.geometry declared as PixelOrientation Modifier and Type Field Description PixelOrientationPixelTranslation. orientationThe pixel orientation for this translation.Methods in org.geotools.geometry that return PixelOrientation Modifier and Type Method Description static PixelOrientationPixelTranslation. getPixelOrientation(double dx, double dy)Returns the pixel orientation for the given offset, ornullif none.static PixelOrientationPixelTranslation. getPixelOrientation(PixelInCell anchor)Returns the pixel orientation for the givenPixelInCellcode.Methods in org.geotools.geometry with parameters of type PixelOrientation Modifier and Type Method Description static PixelTranslationPixelTranslation. getPixelTranslation(PixelOrientation anchor)Returns the specified position relative to the pixel center.static MathTransformPixelTranslation. translate(MathTransform gridToCRS, PixelOrientation current, PixelOrientation expected, int xDimension, int yDimension)Translates the specified math transform according the specified pixel orientations. 
 -