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