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

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

Uses of ValueInBytePacking in org.opengis.coverage.grid
 

Fields in org.opengis.coverage.grid declared as ValueInBytePacking
static ValueInBytePacking ValueInBytePacking.HI_BIT_FIRST
          Deprecated. High bit first (big endian order).
static ValueInBytePacking ValueInBytePacking.LO_BIT_FIRST
          Deprecated. Low bit firts (little endian order).
 

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



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