|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.geotools.data.shapefile.shp.ShapefileReader.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. |
ShapeType |
type
|
Constructor Summary | |
---|---|
ShapefileReader.Record()
|
Method Summary | |
---|---|
com.vividsolutions.jts.geom.Envelope |
envelope()
|
java.lang.Object |
getSimplifiedShape()
|
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
public ShapeType type
Constructor Detail |
---|
public ShapefileReader.Record()
Method Detail |
---|
public java.lang.Object shape()
public int offset()
public java.lang.String toString()
toString
in class java.lang.Object
public com.vividsolutions.jts.geom.Envelope envelope()
public java.lang.Object getSimplifiedShape()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |