|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.h2gis.utilities.jts_utils.GeometryMetaData
public class GeometryMetaData
Extract Geometry MetaData from WKB.
WKB Conversion source from WKBReader
| Field Summary | |
|---|---|
int |
dimension
Geometry dimension 2 or 3 |
int |
geometryType
Geometry type code |
boolean |
hasSRID
If SRID is available |
boolean |
hasZ
If Z Component is available |
int |
SRID
Projection code |
| Method Summary | |
|---|---|
static GeometryMetaData |
getMetaDataFromWKB(byte[] bytes)
Read the first bytes of Geometry WKB. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public final boolean hasSRID
public final boolean hasZ
public final int geometryType
public final int dimension
public final int SRID
| Method Detail |
|---|
public static GeometryMetaData getMetaDataFromWKB(byte[] bytes)
throws IOException
bytes - WKB Bytes
IOException - If WKB meta is invalid (do not check the Geometry)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||