public class FastShapefileReader extends java.lang.Object implements ShapefileConstants, java.util.Iterator
| Modifier and Type | Field and Description |
|---|---|
Naming |
currentData |
PolylineArray |
currentPoints |
int |
currentRecordNumber |
int |
currentShapeType |
ARCINFO_ARC, ARCINFO_ARCMAYBE, MULTIPATCH, MULTIPOINT, MULTIPOINTM, MULTIPOINTZ, NULLSHAPE, POINT, POINTM, POINTZ, POLYGON, POLYGONM, POLYGONZ, POLYLINE, POLYLINEM, POLYLINEZ, shapeNames, WHATZIT4, WHATZIT9| Constructor and Description |
|---|
FastShapefileReader(java.io.File shapefile) |
public int currentRecordNumber
public PolylineArray currentPoints
public Naming currentData
public int currentShapeType
public FastShapefileReader(java.io.File shapefile)
throws java.io.IOException
java.io.IOExceptionpublic static void debug(java.lang.String path)
public static void main(java.lang.String[] argv)
public void close()
throws java.io.IOException
java.io.IOExceptionpublic boolean hasNext()
hasNext in interface java.util.Iteratorpublic java.lang.Object next()
next in interface java.util.Iteratorpublic void remove()
remove in interface java.util.Iterator