org.geotools.data.vpf.io
Class VariableIndexRow

java.lang.Object
  extended byorg.geotools.data.vpf.io.VariableIndexRow
All Implemented Interfaces:
VPFRow

public class VariableIndexRow
extends java.lang.Object
implements VPFRow

VariableIndexRow.java Created: Sun Mar 16 23:28:11 2003

Version:
$Id: VariableIndexRow.java 17700 2006-01-22 23:30:39Z desruisseaux $
Author:
Artur Hefczyc

Constructor Summary
VariableIndexRow(int offset, int size)
          Creates a new VariableIndexRow instance.
 
Method Summary
 int getOffset()
          Gets the value of offset
 int getSize()
          Gets the value of size
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VariableIndexRow

public VariableIndexRow(int offset,
                        int size)
Creates a new VariableIndexRow instance.

Parameters:
offset - an int value
size - an int value
Method Detail

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


Copyright © GeoTools. All Rights Reserved.