Class ShapefileReader.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 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.
    • Constructor Detail

      • Record

        public Record()
    • Method Detail

      • 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)