@UML(identifier="CD_PixelInCell", specification=ISO_19111) public final class PixelInCell extends CodeList<PixelInCell>
This code list is similar to PixelOrientation except that
 the later is more clearly restricted to the two-dimensional case.
| Modifier and Type | Field and Description | 
|---|---|
| static PixelInCell | CELL_CENTERThe origin of the image coordinate system is the centre of a grid cell or image pixel. | 
| static PixelInCell | CELL_CORNERThe origin of the image coordinate system is the corner of a grid cell, or half-way between
 the centres of adjacent image pixels. | 
| Modifier and Type | Method and Description | 
|---|---|
| PixelInCell[] | family()Returns the list of enumerations of the same kind than this enum. | 
| static PixelInCell | valueOf(String code)Returns the pixel in cell that matches the given string, or returns a new one if none match
 it. | 
| static PixelInCell[] | values()Returns the list of  PixelInCells. | 
compareTo, equals, identifier, matches, name, ordinal, readResolve, toString, valueOf@UML(identifier="cell center", obligation=CONDITIONAL, specification=ISO_19111) public static final PixelInCell CELL_CENTER
PixelOrientation.CENTER@UML(identifier="cell corner", obligation=CONDITIONAL, specification=ISO_19111) public static final PixelInCell CELL_CORNER
PixelOrientation.LOWER_LEFTpublic static PixelInCell[] values()
PixelInCells.public PixelInCell[] family()
family in class CodeList<PixelInCell>public static PixelInCell valueOf(String code)
code - The name of the code to fetch or to create.Copyright © 1996–2019 Geotools. All rights reserved.