Partager via


Constructeur GeographyPoint

Initialise une nouvelle instance de la classe GeographyPoint.

Espace de noms :  System.Spatial
Assembly :  System.Spatial (en System.Spatial.dll)

Syntaxe

'Déclaration
Protected Sub New ( _
    coordinateSystem As CoordinateSystem, _
    creator As SpatialImplementation _
)
'Utilisation
Dim coordinateSystem As CoordinateSystem
Dim creator As SpatialImplementation

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

Paramètres

Voir aussi

Référence

GeographyPoint Classe

Espace de noms System.Spatial