New-UDMapVectorLayer
Übersicht
Erstellt eine Karten-Vektorebene.
Syntax
New-UDMapVectorLayer [-Id <String>] [-Color <DashboardColor>] [-FillColor <DashboardColor>] [-FillOpacity <Double>] [-Weight <Int32>] [-Opacity <Double>] -Circle -Latitude <Double> -Longitude <Double> -Radius <Int32> [-Popup <Object>] [<CommonParameters>]
New-UDMapVectorLayer [-Id <String>] [-Color <DashboardColor>] [-FillColor <DashboardColor>] [-FillOpacity <Double>] [-Weight <Int32>] [-Opacity <Double>] -Polyline -Positions <Object> [<CommonParameters>]
New-UDMapVectorLayer [-Id <String>] [-Color <DashboardColor>] [-FillColor <DashboardColor>] [-FillOpacity <Double>] [-Weight <Int32>] [-Opacity <Double>] -Polygon -Positions <Object> [<CommonParameters>]
New-UDMapVectorLayer [-Id <String>] [-Color <DashboardColor>] [-FillColor <DashboardColor>] [-FillOpacity <Double>] [-Weight <Int32>] [-Opacity <Double>] -Rectangle -LatitudeTopLeft <Double> -LongitudeTopLeft <Double> -LatitudeBottomRight <Double> -LongitudeBottomRight <Double> [<CommonParameters>]
New-UDMapVectorLayer [-Id <String>] [-Color <DashboardColor>] [-FillColor <DashboardColor>] [-FillOpacity <Double>] [-Weight <Int32>] [-Opacity <Double>] -GeoJSON <String> [<CommonParameters>]Beschreibung
Erstellt eine Karten-Vektorebene.
Parameter
-Id
Die ID der Karten-Vektorebene. Standardmäßig ist dies eine neue GUID.
-Color
Die Farbe der Vektorebene.
-FillColor
Die Füllfarbe der Vektorebene.
-FillOpacity
Die Fülldeckkraft der Vektorebene.
-Weight
Die Stärke der Vektorebene.
-Opacity
Die Deckkraft der Vektorebene.
-Circle
Erstellt einen Kreis.
-Latitude
Der Breitengrad des Kreises.
-Longitude
Der Längengrad des Kreises.
-Radius
Der Radius des Kreises.
-Polyline
Erstellt eine Polylinie.
-Polygon
Erstellt ein Polygon.
-Positions
Die Positionen der Polylinie oder des Polygons.
-Rectangle
Erstellt ein Rechteck.
-LatitudeTopLeft
Der Breitengrad der oberen linken Ecke des Rechtecks.
-LongitudeTopLeft
Der Längengrad der oberen linken Ecke des Rechtecks.
-LatitudeBottomRight
Der Breitengrad der unteren rechten Ecke des Rechtecks.
-LongitudeBottomRight
Der Längengrad der unteren rechten Ecke des Rechtecks.
-Popup
Das Popup der Vektorebene. Verwenden Sie New-UDMapPopup, um ein Popup zu erstellen.
-GeoJSON
Das GeoJSON der Vektorebene. Dies ist eine Alternative zur Angabe von Längen- und Breitengrad.
Allgemeine Parameter
Dieses Cmdlet unterstützt die allgemeinen Parameter: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, WarningVariable, OutBuffer, PipelineVariable und OutVariable. Weitere Informationen finden Sie unter about_CommonParameters.
Zuletzt aktualisiert
War das hilfreich?