|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectShapefileReader.Record
public final class 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()
|
Object |
shape()
Fetch the shape stored in this record. |
String |
toString()
A summary of the record. |
Methods inherited from class 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 Object shape()
public int offset()
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |