| Constructor and Description |
|---|
GeometryPoint() |
GeometryPoint(org.postgis.PGgeometry theGeometry,
Map<String,Serializable> attributes) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Serializable> |
getAttributes() |
org.postgis.PGgeometry |
getTheGeometry() |
void |
setAttributes(Map<String,Serializable> attributes) |
void |
setTheGeometry(org.postgis.PGgeometry theGeometry) |
String |
toString() |
public GeometryPoint()
public GeometryPoint(org.postgis.PGgeometry theGeometry,
Map<String,Serializable> attributes)
public org.postgis.PGgeometry getTheGeometry()
public void setTheGeometry(org.postgis.PGgeometry theGeometry)
theGeometry - the theGeometry to setpublic Map<String,Serializable> getAttributes()
public void setAttributes(Map<String,Serializable> attributes)
attributes - the attributes to setCopyright © 2015. All Rights Reserved.