Uses of Interface
org.geotools.data.vpf.ifc.VPFRow
-
Packages that use VPFRow Package Description org.geotools.data.vpf.io -
-
Uses of VPFRow in org.geotools.data.vpf.io
Classes in org.geotools.data.vpf.io that implement VPFRow Modifier and Type Class Description class
TableRow
TableRow.java Created: Thu Jan 02 23:58:39 2003class
VariableIndexRow
VariableIndexRow.java Created: Sun Mar 16 23:28:11 2003Methods in org.geotools.data.vpf.io that return VPFRow Modifier and Type Method Description VPFRow
SpatialIndexInputStream. readRow()
DescribereadRow
method here.VPFRow
VariableIndexInputStream. readRow()
DescribereadRow
method here.abstract VPFRow
VPFInputStream. readRow()
DescribereadRow
method here.VPFRow
VPFInputStream. readRow(int index)
MethodreadRow
is used to performMethods in org.geotools.data.vpf.io with parameters of type VPFRow Modifier and Type Method Description int
VPFInputStream. readRows(VPFRow[] rows)
MethodreadRows
is used to performint
VPFInputStream. readRows(VPFRow[] rows, int fromIndex)
DescribereadRows
method here.
-