Uses of Class
org.postgis.binary.ByteGetter

Packages that use ByteGetter
org.postgis.binary   
org.postgis.java2d   
 

Uses of ByteGetter in org.postgis.binary
 

Subclasses of ByteGetter in org.postgis.binary
static class ByteGetter.BinaryByteGetter
           
static class ByteGetter.StringByteGetter
           
 

Methods in org.postgis.binary with parameters of type ByteGetter
static ValueGetter BinaryParser.valueGetterForEndian(ByteGetter bytes)
          Get the appropriate ValueGetter for my endianness
 

Constructors in org.postgis.binary with parameters of type ByteGetter
ValueGetter.NDR(ByteGetter data)
           
ValueGetter.XDR(ByteGetter data)
           
ValueGetter(ByteGetter data, byte endian)
           
 

Uses of ByteGetter in org.postgis.java2d
 

Methods in org.postgis.java2d with parameters of type ByteGetter
static ValueGetter ShapeBinaryParser.valueGetterForEndian(ByteGetter bytes)
          Get the appropriate ValueGetter for my endianness
 



Copyright © 2009. All Rights Reserved.