Package org.geotools.data.vpf.io
Class VariableIndexRow
Object
VariableIndexRow
- All Implemented Interfaces:
VPFRow
VariableIndexRow.java Created: Sun Mar 16 23:28:11 2003
- Author:
- Artur Hefczyc
-
Constructor Summary
ConstructorsConstructorDescriptionVariableIndexRow(int offset, int size) Creates a newVariableIndexRowinstance. -
Method Summary
-
Constructor Details
-
VariableIndexRow
public VariableIndexRow(int offset, int size) Creates a newVariableIndexRowinstance.- Parameters:
offset- anintvaluesize- anintvalue
-
-
Method Details
-
getOffset
public int getOffset()Gets the value of offset- Returns:
- the value of offset
-
getSize
public int getSize()Gets the value of size- Returns:
- the value of size
-