Uses of Class
org.opengis.coverage.grid.ByteInValuePacking

Packages that use ByteInValuePacking
org.opengis.coverage.grid Quadrilateral grid coverages. 
 

Uses of ByteInValuePacking in org.opengis.coverage.grid
 

Fields in org.opengis.coverage.grid declared as ByteInValuePacking
static ByteInValuePacking ByteInValuePacking.WKB_NDR
          Deprecated. Little Endian.
static ByteInValuePacking ByteInValuePacking.WKB_XDR
          Deprecated. Big Endian.
 

Methods in org.opengis.coverage.grid that return ByteInValuePacking
 ByteInValuePacking GridPacking.getByteInValuePacking()
          Deprecated. Order of bytes packed in values for sample dimensions with greater than 8 bits.
static ByteInValuePacking ByteInValuePacking.valueOf(String code)
          Deprecated. Returns the ByteInValuePacking that matches the given string, or returns a new one if none match it.
static ByteInValuePacking[] ByteInValuePacking.values()
          Deprecated. Returns the list of ByteInValuePackings.
 



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