org.opengis.gc
Class GC_ByteInValuePacking

java.lang.Object
  extended byorg.opengis.gc.GC_ByteInValuePacking
All Implemented Interfaces:
java.io.Serializable

public final class GC_ByteInValuePacking
extends java.lang.Object
implements java.io.Serializable

Specifies the order of the bytes in multi-byte values.

Since:
1.00
Version:
1.00
See Also:
Serialized Form

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

serialVersionUID

private static final long serialVersionUID
Use serialVersionUID from first draft for interoperability with GCS 1.00.

See Also:
Constant Field Values

value

public final int value
The enum value.


GC_wkbXDR

public static final int GC_wkbXDR
Big Endian.

See Also:
Constant Field Values

GC_wkbNDR

public static final int GC_wkbNDR
Little Endian.

See Also:
Constant Field Values
Constructor Detail

GC_ByteInValuePacking

public GC_ByteInValuePacking(int value)
Construct a new enum value.

Method Detail

hashCode

public int hashCode()
Returns the enum value.


equals

public boolean equals(java.lang.Object object)
Compares the specified object with this enum for equality.


toString

public java.lang.String toString()
Returns a string représentation of this enum. The returned string is implementation dependent. It is usually provided for debugging purposes only.