Package org.geotools.data.vpf.io
Class VariableIndexRow
- Object
-
- VariableIndexRow
-
- All Implemented Interfaces:
VPFRow
public class VariableIndexRow extends Object implements VPFRow
VariableIndexRow.java Created: Sun Mar 16 23:28:11 2003- Author:
- Artur Hefczyc
-
-
Constructor Summary
Constructors Constructor Description VariableIndexRow(int offset, int size)
Creates a newVariableIndexRow
instance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getOffset()
Gets the value of offsetint
getSize()
Gets the value of size
-