| java.lang.Object org.geotools.data.vpf.io.VariableIndexRow
VariableIndexRow | public class VariableIndexRow implements VPFRow(Code) | | VariableIndexRow.java Created: Sun Mar 16 23:28:11 2003
author: Artur Hefczyc version: $Id: VariableIndexRow.java 22482 2006-10-31 02:58:00Z desruisseaux $ |
Constructor Summary | |
public | VariableIndexRow(int offset, int size) Creates a new VariableIndexRow instance. |
VariableIndexRow | public VariableIndexRow(int offset, int size)(Code) | | Creates a new VariableIndexRow instance.
Parameters: offset - an int value Parameters: size - an int value |
getOffset | public int getOffset()(Code) | | Gets the value of offset
the value of offset |
getSize | public int getSize()(Code) | | Gets the value of size
the value of size |
|
|