org.geotools.data.shapefile.shp
Class ShapefileReader.Record

java.lang.Object
  extended byorg.geotools.data.shapefile.shp.ShapefileReader.Record
Enclosing class:
ShapefileReader

public final class ShapefileReader.Record
extends java.lang.Object

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

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.

Constructor Detail

ShapefileReader.Record

public ShapefileReader.Record()
Method Detail

shape

public java.lang.Object shape()
Fetch the shape stored in this record.


offset

public int offset()

toString

public java.lang.String toString()
A summary of the record.



Copyright © GeoTools. All Rights Reserved.