|
||||||||||
| 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 PixelOrientationPoint in a pixel corresponding to the Earth location of the pixel.
This code list is restricted to the two-dimensional case. A similar code
list, PixelInCell, can be used for
n-dimensional grid cell.
PixelInCell,
Serialized Form| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class CodeList |
|---|
CodeList.Filter |
| 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 | |
|---|---|
PixelOrientation[] |
family()
Returns the list of enumerations of the same kind than this enum. |
static PixelOrientation |
valueOf(String code)
Returns the pixel orientation that matches the given string, or returns a new one if none match it. |
static PixelOrientation[] |
values()
Returns the list of PixelOrientations. |
| Methods inherited from class CodeList |
|---|
compareTo, equals, identifier, name, names, ordinal, readResolve, toString, valueOf, valueOf |
| Methods inherited from class Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
@UML(identifier="center",
obligation=CONDITIONAL,
specification=ISO_19115)
public static final PixelOrientation CENTER
PixelInCell.CELL_CENTER
@UML(identifier="lowerLeft",
obligation=CONDITIONAL,
specification=ISO_19115)
public static final PixelOrientation LOWER_LEFT
PixelInCell.CELL_CORNER
@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()
PixelOrientations.
public PixelOrientation[] family()
family in class CodeList<PixelOrientation>public static PixelOrientation valueOf(String code)
code - The name of the code to fetch or to create.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||