Uses of Class
org.opengis.metadata.spatial.PixelOrientation
-
Uses of PixelOrientation in org.opengis.metadata.spatial
Modifier and TypeFieldDescriptionstatic final PixelOrientation
PixelOrientation.CENTER
Point in a pixel corresponding to the Earth location of the pixel.static final PixelOrientation
PixelOrientation.LOWER_LEFT
The 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 PixelOrientation
PixelOrientation.LOWER_RIGHT
Next corner counterclockwise from the lower left.static final PixelOrientation
PixelOrientation.UPPER_LEFT
Next corner counterclockwise from the upper right.static final PixelOrientation
PixelOrientation.UPPER_RIGHT
Next corner counterclockwise from the lower right.Modifier 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 PixelOrientation
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 ofPixelOrientation
s.