Partager via


GeographyFactory.Collection Méthode

Définition

Surcharges

Collection()

Créer une collection Geography

Collection(CoordinateSystem)

Créer une collection Geography

Collection()

Créer une collection Geography

public static Microsoft.Spatial.GeographyFactory<Microsoft.Spatial.GeographyCollection> Collection ();
static member Collection : unit -> Microsoft.Spatial.GeographyFactory<Microsoft.Spatial.GeographyCollection>
Public Shared Function Collection () As GeographyFactory(Of GeographyCollection)

Retours

Une fabrique de collection Geography

S’applique à

Collection(CoordinateSystem)

Créer une collection Geography

public static Microsoft.Spatial.GeographyFactory<Microsoft.Spatial.GeographyCollection> Collection (Microsoft.Spatial.CoordinateSystem coordinateSystem);
static member Collection : Microsoft.Spatial.CoordinateSystem -> Microsoft.Spatial.GeographyFactory<Microsoft.Spatial.GeographyCollection>
Public Shared Function Collection (coordinateSystem As CoordinateSystem) As GeographyFactory(Of GeographyCollection)

Paramètres

coordinateSystem
CoordinateSystem

The CoordinateSystem

Retours

Une fabrique de collection Geography

S’applique à