Geotools.Net

Geometry.GetNewSRID Method 

Retrieve the new ID of the Spatial Reference System used by the Geometry.

[Visual Basic]
Public Function GetNewSRID( _
   ByVal coordinateTransform As ICoordinateTransformation _
) As Integer
[C#]
public int GetNewSRID(
   ICoordinateTransformation coordinateTransform
);

Parameters

coordinateTransform
The coordinate transformatioin.

Return Value

An integer containing the new SRID.

Remarks

Missing <remarks> documentation for M:Geotools.Geometries.Geometry.GetNewSRID(Geotools.CoordinateTransformations.ICoordinateTransformation)

See Also

Geometry Class | Geometry Members | Geotools.Geometries Namespace