Class ShpRecord
java.lang.Object
org.apache.sedona.core.formatMapper.shapefileParser.shapes.ShpRecord
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionShpRecord(byte[] byteArray, int shapeTypeID) create a ShpRecord with primitive bytes and shape type id we abstract from .shp file -
Method Summary
-
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
-