GeographySurface Constructor

Initializes a new instance of the GeographySurface class.

Namespace:  System.Spatial
Assembly:  System.Spatial (in System.Spatial.dll)

Syntax

'Declaration
Protected Sub New ( _
    coordinateSystem As CoordinateSystem, _
    creator As SpatialImplementation _
)
'Usage
Dim coordinateSystem As CoordinateSystem 
Dim creator As SpatialImplementation 

Dim instance As New GeographySurface(coordinateSystem, _
    creator)
protected GeographySurface(
    CoordinateSystem coordinateSystem,
    SpatialImplementation creator
)
protected:
GeographySurface(
    CoordinateSystem^ coordinateSystem, 
    SpatialImplementation^ creator
)
new : 
        coordinateSystem:CoordinateSystem * 
        creator:SpatialImplementation -> GeographySurface
protected function GeographySurface(
    coordinateSystem : CoordinateSystem, 
    creator : SpatialImplementation
)

Parameters

See Also

Reference

GeographySurface Class

System.Spatial Namespace