org.gcube.data.publishing.gis.publisher.model
Class GeometryPoint

java.lang.Object
  extended by org.gcube.data.publishing.gis.publisher.model.GeometryPoint
All Implemented Interfaces:
GeoPoint

public class GeometryPoint
extends Object
implements GeoPoint


Constructor Summary
GeometryPoint()
           
GeometryPoint(org.postgis.PGgeometry theGeometry, Map<String,Serializable> attributes)
           
 
Method Summary
 Map<String,Serializable> getAttributes()
           
 org.postgis.PGgeometry getTheGeometry()
           
 void setAttributes(Map<String,Serializable> attributes)
           
 void setTheGeometry(org.postgis.PGgeometry theGeometry)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GeometryPoint

public GeometryPoint()

GeometryPoint

public GeometryPoint(org.postgis.PGgeometry theGeometry,
                     Map<String,Serializable> attributes)
Method Detail

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.