|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.geotools.data.shapefile.shp.ShapefileReader.Record
The reader returns only one Record instance in its lifetime. The record contains the current record information.
Field Summary | |
double |
maxX
The maximum X value. |
double |
maxY
The maximum Y value. |
double |
minX
The minimum X value. |
double |
minY
The minimum Y value. |
Constructor Summary | |
ShapefileReader.Record()
|
Method Summary | |
int |
offset()
|
java.lang.Object |
shape()
Fetch the shape stored in this record. |
java.lang.String |
toString()
A summary of the record. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public double minX
public double minY
public double maxX
public double maxY
Constructor Detail |
public ShapefileReader.Record()
Method Detail |
public java.lang.Object shape()
public int offset()
public java.lang.String toString()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |