Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Initialisiert eine neue Instanz der GeographyCollection-Klasse.
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 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
)
Parameter
- coordinateSystem
Typ: System.Spatial.CoordinateSystem
Das Koordinatensystem dieser Geografieauflistung.
- creator
Typ: System.Spatial.SpatialImplementation
Die Implementierung, durch die diese Instanz erstellt wurde.