| Modifier and Type | Method and Description |
|---|---|
static ShpShape |
readShape(byte[] bytes)
Same as
readShape(ShapeByteReader) but takes a byte array as
input. |
static ShpShape |
readShape(ShapeByteReader reader)
Reads through a ShapeByteReader and converts it to an appropriate
ShpShape instance.
|
static ShpShape |
readShape(java.lang.String hex)
Same as
readShape(ShapeByteReader) but takes a hexadecimal String
as input. |
public static ShpShape readShape(java.lang.String hex)
readShape(ShapeByteReader) but takes a hexadecimal String
as input.public static ShpShape readShape(byte[] bytes)
readShape(ShapeByteReader) but takes a byte array as
input.public static ShpShape readShape(ShapeByteReader reader)