GeoAPI 2.0
Build 2005-06-08

org.opengis.coverage.grid
Class ByteInValuePacking

Object
  extended by CodeList<ByteInValuePacking>
      extended by ByteInValuePacking
All Implemented Interfaces:
Serializable, Comparable<ByteInValuePacking>

@UML(identifier="GC_ByteInValuePacking",
     specification=OGC_01004)
public final class ByteInValuePacking
extends CodeList<ByteInValuePacking>

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

 

WARNING: THIS CLASS WILL CHANGE. Current API is derived from OGC Grid Coverages Implementation specification 1.0. We plan to replace it by new interfaces derived from ISO 19123 (Schema for coverage geometry and functions). Current interfaces should be considered as legacy and are included in this distribution only because they were part of GeoAPI 1.0 release. We will try to preserve as much compatibility as possible, but no migration plan has been determined yet.

Since:
GeoAPI 1.0
Version:
Grid Coverage specification 1.0
See Also:
GridPacking, ValueInBytePacking, ByteOrder, Serialized Form

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
compareTo, name, ordinal, readResolve, toString
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

WKB_XDR

@UML(identifier="GC_wkbXDR",
     obligation=CONDITIONAL,
     specification=OGC_01004)
public static final ByteInValuePacking WKB_XDR
Big Endian.

See Also:
ByteOrder.BIG_ENDIAN

WKB_NDR

@UML(identifier="GC_wkbNDR",
     obligation=CONDITIONAL,
     specification=OGC_01004)
public static final ByteInValuePacking WKB_NDR
Little Endian.

See Also:
ByteOrder.LITTLE_ENDIAN
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<ByteInValuePacking>

GeoAPI 2.0
Build 2005-06-08

Symbols, terms and definitions
Copyright OpenGIS® Consortium