Constructor and description |
---|
GeoPackageReader() |
Type Params | Return Type | Name and description |
---|---|---|
|
Geometry |
read(java.lang.String str) Read a Geometry from a String |
|
Geometry |
read(byte[] bytes) Read a Geometry from a byte array |
|
Bounds |
readBounds(java.lang.String str) Just read the Bounds from the hex string |
|
Bounds |
readBounds(byte[] bytes) Just read the Bounds from the byte arrya |
Methods inherited from class | Name |
---|---|
class java.lang.Object |
java.lang.Object#wait(long), java.lang.Object#wait(long, int), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
Read a Geometry from a String
str
- The StringRead a Geometry from a byte array
bytes
- The byte arrayJust read the Bounds from the hex string
str
- The hex stringJust read the Bounds from the byte arrya
byte[]
- The byte array