|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.opengis.cv.CV_SampleDimensionType
Specifies the various dimension types for coverage values. For grid coverages, these correspond to band types.
Field Summary | |
static int |
CV_16BIT_S
Signed 16 bits integers. |
static int |
CV_16BIT_U
Unsigned 16 bits integers. |
static int |
CV_1BIT
1 bits integers. |
static int |
CV_2BIT
2 bits integers. |
static int |
CV_32BIT_REAL
Simple precision floating point numbers. |
static int |
CV_32BIT_S
Signed 32 bits integers. |
static int |
CV_32BIT_U
Unsigned 32 bits integers. |
static int |
CV_4BIT
4 bits integers. |
static int |
CV_64BIT_REAL
Double precision floating point numbers. |
static int |
CV_8BIT_S
Signed 8 bits integers. |
static int |
CV_8BIT_U
Unsigned 8 bits integers. |
private static long |
serialVersionUID
Use serialVersionUID from first
draft for interoperability with GCS 1.00. |
int |
value
The enum value. |
Constructor Summary | |
CV_SampleDimensionType(int value)
Construct a new enum value. |
Method Summary | |
boolean |
equals(java.lang.Object object)
Compares the specified object with this enum for equality. |
int |
hashCode()
Returns the enum value. |
java.lang.String |
toString()
Returns a string representation of this enum. |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
private static final long serialVersionUID
serialVersionUID
from first
draft for interoperability with GCS 1.00.
public final int value
public static final int CV_1BIT
public static final int CV_2BIT
public static final int CV_4BIT
public static final int CV_8BIT_U
public static final int CV_8BIT_S
public static final int CV_16BIT_U
public static final int CV_16BIT_S
public static final int CV_32BIT_U
public static final int CV_32BIT_S
public static final int CV_32BIT_REAL
public static final int CV_64BIT_REAL
Constructor Detail |
public CV_SampleDimensionType(int value)
Method Detail |
public int hashCode()
public boolean equals(java.lang.Object object)
public java.lang.String toString()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |