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

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

public class Geometry
extends Object
implements DataType

See Also:
Serialized Form

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

Constructor Detail

Geometry

public Geometry(int srid,
                int dimensions)

Geometry

public Geometry(int dimensions)

Geometry

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

Geometry

public Geometry(GeometryType type,
                int dimensions)
Method Detail

getDataType

public DataTypeEnum getDataType()
Specified by:
getDataType in interface DataType

getSrid

public int getSrid()

getGeometryType

public GeometryType getGeometryType()

getDimensions

public int getDimensions()

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.