5 namespace Deveel.Data.Spatial {
16 public int Srid {
get;
private set; }
20 if (otherType == null)
23 return IsComparable(otherType);
28 return Srid.Equals(other.
Srid);
bool IsComparable(SpatialType other)
static SpatialType Geometry(int srid)
static SpatialType Geometry()
override bool IsComparable(SqlType type)
Verifies if a given SqlType is comparable to this data-type.
Defines the properties of a specific SQL Type and handles the values compatible.
SqlTypeCode
Enumerates the codes of all SQL types handled by the system.