Constructeur GeographyMultiSurface
Initialise une nouvelle instance de la classe GeographyMultiSurface.
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 GeographyMultiSurface(coordinateSystem, _
creator)
protected GeographyMultiSurface(
CoordinateSystem coordinateSystem,
SpatialImplementation creator
)
protected:
GeographyMultiSurface(
CoordinateSystem^ coordinateSystem,
SpatialImplementation^ creator
)
new :
coordinateSystem:CoordinateSystem *
creator:SpatialImplementation -> GeographyMultiSurface
protected function GeographyMultiSurface(
coordinateSystem : CoordinateSystem,
creator : SpatialImplementation
)
Paramètres
- coordinateSystem
Type : System.Spatial.CoordinateSystem
Système de coordonnées de cette instance.
- creator
Type : System.Spatial.SpatialImplementation
Implémentation qui a créé cette instance.