| java.lang.Object java.lang.Number org.geotools.data.vpf.io.TripletId
Constructor Summary | |
public | TripletId(byte[] data) Creates a new TripletId instance. |
TripletId | public TripletId(byte[] data)(Code) | | Creates a new TripletId instance.
Parameters: data - a byte[] value |
byteValue | public byte byteValue()(Code) | | |
calculateDataSize | public static int calculateDataSize(byte definition)(Code) | | Describe calculateDataSize method here.
Parameters: definition - a byte value indicating the details of the bytes an int value |
doubleValue | public double doubleValue()(Code) | | |
floatValue | public float floatValue()(Code) | | |
getId | public int getId()(Code) | | Returns the ID value
Returns the ID, the first number of the triplet |
getNextId | public int getNextId()(Code) | | Returns the Next ID
Returns the Next ID, the third number of the triplet |
getTileId | public int getTileId()(Code) | | Returns the Tile ID
Returns the Tile ID, the second number of the triplet |
intValue | public int intValue()(Code) | | |
longValue | public long longValue()(Code) | | |
shortValue | public short shortValue()(Code) | | |
|
|