|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.opengis.gc.GC_ByteInValuePacking
Specifies the order of the bytes in multi-byte values.
Field Summary | |
static int |
GC_wkbNDR
Little Endian. |
static int |
GC_wkbXDR
Big Endian. |
private static long |
serialVersionUID
Use serialVersionUID from first
draft for interoperability with GCS 1.00. |
int |
value
The enum value. |
Constructor Summary | |
GC_ByteInValuePacking(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 représentation 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 GC_wkbXDR
public static final int GC_wkbNDR
Constructor Detail |
public GC_ByteInValuePacking(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 |