CoordinateSystem.Geometry Method
Gets or creates a Geometry coordinate system with the ID, or the default if null is given.
Namespace: System.Spatial
Assembly: System.Spatial (in System.Spatial.dll)
Syntax
'Declaration
Public Shared Function Geometry ( _
epsgId As Nullable(Of Integer) _
) As CoordinateSystem
'Usage
Dim epsgId As Nullable(Of Integer)
Dim returnValue As CoordinateSystem
returnValue = CoordinateSystem.Geometry(epsgId)
public static CoordinateSystem Geometry(
Nullable<int> epsgId
)
public:
static CoordinateSystem^ Geometry(
Nullable<int> epsgId
)
static member Geometry :
epsgId:Nullable<int> -> CoordinateSystem
public static function Geometry(
epsgId : Nullable<int>
) : CoordinateSystem
Parameters
- epsgId
Type: System.Nullable<Int32>
The coordinate system id, according to the EPSG. Null indicates the default should be returned.
Return Value
Type: System.Spatial.CoordinateSystem
The coordinate system.