public class GeopackageGeometryParser
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
void |
clean() |
Envelope |
getEnvelope(SQLiteConnection conn) |
double |
getMaxX() |
double |
getMaxY() |
double |
getMinX() |
double |
getMinY() |
int |
getSrsId() |
boolean |
isEmpty(byte[] bytes) |
void |
parseEnvelope(byte[] bytes) |
Geometry |
parseToGeometry(SQLiteConnection conn,
byte[] bytes) |
byte[] |
parseToWKB(byte[] bytes) |
void |
setMinX(double minX) |
public Geometry parseToGeometry(SQLiteConnection conn, byte[] bytes)
public byte[] parseToWKB(byte[] bytes)
public void parseEnvelope(byte[] bytes)
public boolean isEmpty(byte[] bytes)
public double getMinX()
public void setMinX(double minX)
public double getMaxX()
public double getMinY()
public double getMaxY()
public int getSrsId()
public Envelope getEnvelope(SQLiteConnection conn)
public void clean()