Class ShapeKey
- java.lang.Object
-
- org.apache.sedona.core.formatMapper.shapefileParser.shapes.ShapeKey
-
- All Implemented Interfaces:
Serializable
public class ShapeKey extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ShapeKey()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description long
getIndex()
void
setIndex(long _index)
void
write(DataOutput dataOutput)
-
-
-
Method Detail
-
write
public void write(DataOutput dataOutput) throws IOException
- Throws:
IOException
-
getIndex
public long getIndex()
-
setIndex
public void setIndex(long _index)
-
-