|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Number
org.geotools.data.vpf.io.TripletId
public class TripletId
Class TripletId.java is responsible for
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()
toString
in class java.lang.Object
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()
doubleValue
in class java.lang.Number
public float floatValue()
floatValue
in class java.lang.Number
public int intValue()
intValue
in class java.lang.Number
public long longValue()
longValue
in class java.lang.Number
public byte byteValue()
byteValue
in class java.lang.Number
public short shortValue()
shortValue
in class java.lang.Number
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |