public class GeopackageGeometryParser
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
void |
clean() |
org.gvsig.fmap.geom.primitive.Envelope |
getEnvelope(org.sqlite.SQLiteConnection conn) |
double |
getMaxX() |
double |
getMaxY() |
double |
getMinX() |
double |
getMinY() |
int |
getSrsId() |
boolean |
isEmpty(byte[] bytes) |
void |
parseEnvelope(byte[] bytes) |
org.gvsig.fmap.geom.Geometry |
parseToGeometry(org.sqlite.SQLiteConnection conn,
byte[] bytes) |
byte[] |
parseToWKB(byte[] bytes) |
void |
setMinX(double minX) |
public void clean()
public org.gvsig.fmap.geom.primitive.Envelope getEnvelope(org.sqlite.SQLiteConnection conn)
public double getMaxX()
public double getMaxY()
public double getMinX()
public double getMinY()
public int getSrsId()
public boolean isEmpty(byte[] bytes)
public void parseEnvelope(byte[] bytes)
public org.gvsig.fmap.geom.Geometry parseToGeometry(org.sqlite.SQLiteConnection conn,
byte[] bytes)
public byte[] parseToWKB(byte[] bytes)
public void setMinX(double minX)
Copyright © 2026 gvSIG Association. All rights reserved.