|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Number org.geotools.data.vpf.io.TripletId
DOCUMENT ME!
Constructor Summary | |
TripletId(byte[] data)
Creates a new TripletId instance. |
Method Summary | |
byte |
byteValue()
|
static int |
calculateDataSize(byte definition)
Describe calculateDataSize method here. |
double |
doubleValue()
|
float |
floatValue()
|
int |
getId()
Returns the ID value |
int |
getNextId()
Returns the Next ID |
int |
getTileId()
Returns the Tile ID |
int |
intValue()
|
long |
longValue()
|
short |
shortValue()
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public TripletId(byte[] data)
TripletId
instance.
data
- a byte[]
valueMethod Detail |
public java.lang.String toString()
public int getId()
public int getTileId()
public int getNextId()
public static int calculateDataSize(byte definition)
calculateDataSize
method here.
definition
- a byte
value indicating the details of the bytes
int
valuepublic double doubleValue()
public float floatValue()
public int intValue()
public long longValue()
public byte byteValue()
public short shortValue()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |