|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PixelOrientation | |
---|---|
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 | |
---|---|
static PixelOrientation |
PixelOrientation.CENTER
Point in a pixel corresponding to the Earth location of the pixel. |
static 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 PixelOrientation |
PixelOrientation.LOWER_RIGHT
Next corner counterclockwise from the lower left. |
static PixelOrientation |
PixelOrientation.UPPER_LEFT
Next corner counterclockwise from the upper right. |
static PixelOrientation |
PixelOrientation.UPPER_RIGHT
Next corner counterclockwise from the lower right. |
Methods in org.opengis.metadata.spatial that return PixelOrientation | |
---|---|
PixelOrientation |
Georectified.getPointInPixel()
Point in a pixel corresponding to the Earth location of the pixel. |
static PixelOrientation |
PixelOrientation.valueOf(String code)
Returns the PixelOrientation that matches the given string, or returns a new one if none match it. |
static PixelOrientation[] |
PixelOrientation.values()
Returns the list of PixelOrientation s. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |