org.opengis.coverage.grid
Class ByteInValuePacking

Show UML class diagram
Object
  extended by CodeList<ByteInValuePacking>
      extended by ByteInValuePacking
All Implemented Interfaces:
Serializable, Comparable<ByteInValuePacking>

Deprecated. In favor of migrating to ISO 19123 definition for Coverage.

@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
See Also:
GridPacking, ValueInBytePacking, ByteOrder, Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class CodeList
CodeList.Filter
 
Field Summary
static ByteInValuePacking WKB_NDR
          Deprecated. Little Endian.
static ByteInValuePacking WKB_XDR
          Deprecated. Big Endian.
 
Method Summary
 ByteInValuePacking[] family()
          Deprecated. Returns the list of enumerations of the same kind than this enum.
static ByteInValuePacking valueOf(String code)
          Deprecated. Returns the byte in value packing that matches the given string, or returns a new one if none match it.
static ByteInValuePacking[] values()
          Deprecated. Returns the list of ByteInValuePackings.
 
Methods inherited from class CodeList
compareTo, equals, identifier, name, names, ordinal, readResolve, toString, valueOf, valueOf
 
Methods inherited from class Object
clone, 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
Deprecated. 
Big Endian.

See Also:
ByteOrder.BIG_ENDIAN

WKB_NDR

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

See Also:
ByteOrder.LITTLE_ENDIAN
Method Detail

values

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

Returns:
The list of codes declared in the current JVM.

family

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

Specified by:
family in class CodeList<ByteInValuePacking>
Returns:
The codes of the same kind than this code.

valueOf

public static ByteInValuePacking valueOf(String code)
Deprecated. 
Returns the byte in value packing that matches the given string, or returns a new one if none match it. More specifically, this methods returns the first instance for which name().equals(code) returns true. If no existing instance is found, then a new one is created for the given name.

Parameters:
code - The name of the code to fetch or to create.
Returns:
A code matching the given name.


Copyright © 1994-2012 Open Geospatial Consortium. All Rights Reserved.