org.gcube.data.analysis.tabulardata.model.datatype
Class GeometryType

java.lang.Object
  extended by org.gcube.data.analysis.tabulardata.model.datatype.DataType
      extended by org.gcube.data.analysis.tabulardata.model.datatype.GeometryType
All Implemented Interfaces:
Serializable

public class GeometryType
extends DataType

See Also:
Serialized Form

Constructor Summary
GeometryType()
           
GeometryType(GeometryShape type, int dimensions)
           
GeometryType(int dimensions)
           
GeometryType(int srid, GeometryShape type, int dimensions)
           
GeometryType(int srid, int dimensions)
           
 
Method Summary
 boolean equals(Object obj)
           
 int getDimensions()
           
 GeometryShape getGeometryType()
           
 int getSrid()
           
 int hashCode()
           
 void setDimensions(int dimensions)
           
 void setSrid(int srid)
           
 void setType(GeometryShape type)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GeometryType

public GeometryType()

GeometryType

public GeometryType(int srid,
                    int dimensions)

GeometryType

public GeometryType(int dimensions)

GeometryType

public GeometryType(int srid,
                    GeometryShape type,
                    int dimensions)

GeometryType

public GeometryType(GeometryShape type,
                    int dimensions)
Method Detail

getSrid

public int getSrid()

setSrid

public void setSrid(int srid)

getGeometryType

public GeometryShape getGeometryType()

setType

public void setType(GeometryShape type)

getDimensions

public int getDimensions()

setDimensions

public void setDimensions(int dimensions)

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2013. All Rights Reserved.