Uses of Class
org.opengis.metadata.spatial.PixelOrientation
-
Packages that use PixelOrientation Package Description org.opengis.metadata.spatial Spatial representation information (includes grid and vector representation). -
-
Uses of PixelOrientation in org.opengis.metadata.spatial
Fields in org.opengis.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.Fields in org.opengis.metadata.spatial with type parameters of type PixelOrientation Modifier and Type Field Description private static java.util.List<PixelOrientation>PixelOrientation. VALUESList of all enumerations of this type.Methods in org.opengis.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.PixelOrientationGeorectified. getPointInPixel()Point in a pixel corresponding to the Earth location of the pixel.static PixelOrientationPixelOrientation. valueOf(java.lang.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.
-