|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectCodeList<PixelOrientation>
PixelOrientation
@UML(identifier="MD_PixelOrientationCode", specification=ISO_19115) public final class PixelOrientation
Point in a pixel corresponding to the Earth location of the pixel.
Field Summary | |
---|---|
static PixelOrientation |
CENTER
Point in a pixel corresponding to the Earth location of the pixel. |
static 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 |
LOWER_RIGHT
Next corner counterclockwise from the lower left. |
static PixelOrientation |
UPPER_LEFT
Next corner counterclockwise from the upper right. |
static PixelOrientation |
UPPER_RIGHT
Next corner counterclockwise from the lower right. |
Method Summary | |
---|---|
CodeList[] |
family()
Returns the list of enumerations of the same kind than this enum. |
static PixelOrientation |
valueOf(String code)
Returns the PixelOrientation that matches the given string, or returns a new one if none match it. |
static PixelOrientation[] |
values()
Returns the list of PixelOrientation s. |
Methods inherited from class CodeList |
---|
compareTo, name, ordinal, readResolve, toString |
Methods inherited from class Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
@UML(identifier="center", obligation=CONDITIONAL, specification=ISO_19115) public static final PixelOrientation CENTER
@UML(identifier="lowerLeft", obligation=CONDITIONAL, specification=ISO_19115) public static final PixelOrientation LOWER_LEFT
@UML(identifier="lowerRight", obligation=CONDITIONAL, specification=ISO_19115) public static final PixelOrientation LOWER_RIGHT
@UML(identifier="upperRight", obligation=CONDITIONAL, specification=ISO_19115) public static final PixelOrientation UPPER_RIGHT
@UML(identifier="upperLeft", obligation=CONDITIONAL, specification=ISO_19115) public static final PixelOrientation UPPER_LEFT
Method Detail |
---|
public static PixelOrientation[] values()
PixelOrientation
s.
public CodeList[] family()
family
in class CodeList<PixelOrientation>
public static PixelOrientation valueOf(String code)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |