Geotools.Net

Geometry.SetSRID Method 

Sets the ID of the Spatial Reference System used by the Geometry.

[Visual Basic]
Public Sub SetSRID( _
   ByVal SRID As Integer _
)
[C#]
public void SetSRID(
   int SRID
);

Parameters

SRID
The SRID to set to this geometry.

Remarks

Missing <remarks> documentation for M:Geotools.Geometries.Geometry.SetSRID(System.Int32)

See Also

Geometry Class | Geometry Members | Geotools.Geometries Namespace