Geotools.Net

Geometry.CheckEqualSRID Method 

Throws an exception if the spatial reference IDs differ

[Visual Basic]
Overridable Protected Sub CheckEqualSRID( _
   ByVal geometry As Geometry _
)
[C#]
protected virtual void CheckEqualSRID(
   Geometry geometry
);

Parameters

geometry
The Geometry with which to compare this Geometry.

Remarks

Missing <remarks> documentation for M:Geotools.Geometries.Geometry.CheckEqualSRID(Geotools.Geometries.Geometry)

Exceptions

Exception TypeCondition
ArgumentExceptionIf the two Geometrys have *different SRIDs

See Also

Geometry Class | Geometry Members | Geotools.Geometries Namespace