Package org.geotools.data.shapefile.shp
Class ShapefileReader.Record
- Object
-
- Record
-
- Enclosing class:
- ShapefileReader
public final class ShapefileReader.Record extends Object
The reader returns only one Record instance in its lifetime. The record contains the current record information.
-
-
Constructor Summary
Constructors Constructor Description Record()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Envelope
envelope()
Object
getSimplifiedShape()
Object
getSimplifiedShape(ScreenMap sm)
int
offset()
Object
shape()
Fetch the shape stored in this record.String
toString()
A summary of the record.
-
-
-
Field Detail
-
number
public int number
-
minX
public double minX
The minimum X value.
-
minY
public double minY
The minimum Y value.
-
maxX
public double maxX
The maximum X value.
-
maxY
public double maxY
The maximum Y value.
-
type
public ShapeType type
-
-