org.gcube.data.analysis.tabulardata.model.datatype
Class GeometryType
java.lang.Object
org.gcube.data.analysis.tabulardata.model.datatype.DataType
org.gcube.data.analysis.tabulardata.model.datatype.GeometryType
- All Implemented Interfaces:
- Serializable
public class GeometryType
- extends DataType
- See Also:
- Serialized Form
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)
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.