org.gcube.data.publishing.gis.publisher.model
Class GeometryPoint
java.lang.Object
org.gcube.data.publishing.gis.publisher.model.GeometryPoint
- All Implemented Interfaces:
- GeoPoint
public class GeometryPoint
- extends Object
- implements GeoPoint
GeometryPoint
public GeometryPoint()
GeometryPoint
public GeometryPoint(org.postgis.PGgeometry theGeometry,
Map<String,Serializable> attributes)
getTheGeometry
public org.postgis.PGgeometry getTheGeometry()
- Returns:
- the theGeometry
setTheGeometry
public void setTheGeometry(org.postgis.PGgeometry theGeometry)
- Parameters:
theGeometry - the theGeometry to set
getAttributes
public Map<String,Serializable> getAttributes()
- Returns:
- the attributes
setAttributes
public void setAttributes(Map<String,Serializable> attributes)
- Parameters:
attributes - the attributes to set
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2013. All Rights Reserved.