java.lang.Object
org.apache.sedona.core.formatMapper.shapefileParser.shapes.ShpRecord
All Implemented Interfaces:
Serializable

public class ShpRecord extends Object implements Serializable
See Also:
  • Constructor Details

    • ShpRecord

      public ShpRecord(byte[] byteArray, int shapeTypeID)
      create a ShpRecord with primitive bytes and shape type id we abstract from .shp file
      Parameters:
      byteArray -
      shapeTypeID -
  • Method Details

    • getBytes

      public org.apache.hadoop.io.BytesWritable getBytes()
    • getTypeID

      public int getTypeID()
    • getType

      public ShapeType getType()