public class TripletId extends Number
Constructor and Description |
---|
TripletId(byte[] data)
Creates a new
TripletId instance. |
Modifier and Type | Method and Description |
---|---|
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() |
String |
toString() |
public TripletId(byte[] data)
TripletId
instance.data
- a byte[]
valuepublic 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 bytesint
valuepublic double doubleValue()
doubleValue
in class Number
public float floatValue()
floatValue
in class Number
public short shortValue()
shortValue
in class Number
Copyright © 1996–2022 Geotools. All rights reserved.