Freigeben über


GeometryFactory.Polygon Methode

Definition

Überlädt

Polygon()

Erstellen eines Geometriepolygons

Polygon(CoordinateSystem)

Erstellen eines Geometriepolygons

Polygon()

Erstellen eines Geometriepolygons

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)

Gibt zurück

Eine Geometry-Polygonfactory

Gilt für:

Polygon(CoordinateSystem)

Erstellen eines Geometriepolygons

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)

Parameter

coordinateSystem
CoordinateSystem

Das Koordinatensystem

Gibt zurück

Eine Geometry-Polygonfactory

Gilt für: