Partager via


GeometryFactory.Polygon Méthode

Définition

Surcharges

Polygon()

Créer un polygone géométrique

Polygon(CoordinateSystem)

Créer un polygone géométrique

Polygon()

Créer un polygone géométrique

public static Microsoft.Spatial.GeometryFactory<Microsoft.Spatial.GeometryPolygon> Polygon ();
static member Polygon : unit -> Microsoft.Spatial.GeometryFactory<Microsoft.Spatial.GeometryPolygon>
Public Shared Function Polygon () As GeometryFactory(Of GeometryPolygon)

Retours

Une fabrique de polygones géométriques

S’applique à

Polygon(CoordinateSystem)

Créer un polygone géométrique

public static Microsoft.Spatial.GeometryFactory<Microsoft.Spatial.GeometryPolygon> Polygon (Microsoft.Spatial.CoordinateSystem coordinateSystem);
static member Polygon : Microsoft.Spatial.CoordinateSystem -> Microsoft.Spatial.GeometryFactory<Microsoft.Spatial.GeometryPolygon>
Public Shared Function Polygon (coordinateSystem As CoordinateSystem) As GeometryFactory(Of GeometryPolygon)

Paramètres

coordinateSystem
CoordinateSystem

The CoordinateSystem

Retours

Une fabrique de polygones géométriques

S’applique à