GeoAPI 1.0
Build 2004-05-18

org.opengis.coverage.grid
Class ByteInValuePacking

Object
  extended by CodeList
      extended by ByteInValuePacking
All Implemented Interfaces:
Serializable

public final class ByteInValuePacking
extends CodeList

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

Version:
Grid Coverage specification 1.0
Author:
OpenGIS® consortium
See Also:
GridPacking, ValueInBytePacking, ByteOrder, Serialized Form
UML identifier (code list): GC_ByteInValuePacking

Field Summary
static ByteInValuePacking WKB_NDR
          Little Endian.
static ByteInValuePacking WKB_XDR
          Big Endian.
 
Constructor Summary
ByteInValuePacking(String name)
          Constructs an enum with the given name.
 
Method Summary
 ByteInValuePacking[] family()
          Returns the list of enumerations of the same kind than this enum.
static ByteInValuePacking[] values()
          Returns the list of ByteInValuePackings.
 
Methods inherited from class CodeList
name, ordinal, readResolve, toString
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

WKB_XDR

public static final ByteInValuePacking WKB_XDR
Big Endian.

See Also:
ByteOrder
UML identifier (conditional attribute): GC_wkbXDR

WKB_NDR

public static final ByteInValuePacking WKB_NDR
Little Endian.

See Also:
ByteOrder
UML identifier (conditional attribute): GC_wkbNDR
Constructor Detail

ByteInValuePacking

public ByteInValuePacking(String name)
Constructs an enum with the given name. The new enum is automatically added to the list returned by values().

Parameters:
name - The enum name. This name must not be in use by an other enum of this type.
Method Detail

values

public static ByteInValuePacking[] values()
Returns the list of ByteInValuePackings.


family

public ByteInValuePacking[] family()
Returns the list of enumerations of the same kind than this enum.

Specified by:
family in class CodeList

GeoAPI 1.0
Build 2004-05-18

Symbols, terms and definitions
Copyright OpenGIS® Consortium