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

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

public class CSquarePoint
extends Object
implements GeoPoint


Constructor Summary
CSquarePoint()
           
CSquarePoint(String cSquareCode, Map<String,Serializable> attributes)
           
 
Method Summary
 Map<String,Serializable> getAttributes()
           
 String getcSquareCode()
           
 void setAttributes(Map<String,Serializable> attributes)
           
 void setcSquareCode(String cSquareCode)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CSquarePoint

public CSquarePoint()

CSquarePoint

public CSquarePoint(String cSquareCode,
                    Map<String,Serializable> attributes)
Method Detail

getcSquareCode

public String getcSquareCode()
Returns:
the cSquareCode

setcSquareCode

public void setcSquareCode(String cSquareCode)
Parameters:
cSquareCode - the cSquareCode 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.