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.
  • Field Details

    • 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
  • Constructor Details

    • Record

      public Record()
  • Method Details

    • shape

      public Object shape()
      Fetch the shape stored in this record.
    • offset

      public int offset()
    • toString

      public String toString()
      A summary of the record.
      Overrides:
      toString in class Object
    • envelope

      public Envelope envelope()
    • getSimplifiedShape

      public Object getSimplifiedShape()
    • getSimplifiedShape

      public Object getSimplifiedShape(ScreenMap sm)