GeometryFactory.MultiPoint Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
MultiPoint(CoordinateSystem) |
Erstellen eines Geometry-MultiPoint-Bereichs |
MultiPoint() |
Erstellen eines Geometry-MultiPoint-Bereichs |
MultiPoint(CoordinateSystem)
Erstellen eines Geometry-MultiPoint-Bereichs
public static Microsoft.Spatial.GeometryFactory<Microsoft.Spatial.GeometryMultiPoint> MultiPoint (Microsoft.Spatial.CoordinateSystem coordinateSystem);
static member MultiPoint : Microsoft.Spatial.CoordinateSystem -> Microsoft.Spatial.GeometryFactory<Microsoft.Spatial.GeometryMultiPoint>
Public Shared Function MultiPoint (coordinateSystem As CoordinateSystem) As GeometryFactory(Of GeometryMultiPoint)
Parameter
- coordinateSystem
- CoordinateSystem
Das Koordinatensystem
Gibt zurück
Eine Geometry MultiPoint Factory
Gilt für:
MultiPoint()
Erstellen eines Geometry-MultiPoint-Bereichs
public static Microsoft.Spatial.GeometryFactory<Microsoft.Spatial.GeometryMultiPoint> MultiPoint ();
static member MultiPoint : unit -> Microsoft.Spatial.GeometryFactory<Microsoft.Spatial.GeometryMultiPoint>
Public Shared Function MultiPoint () As GeometryFactory(Of GeometryMultiPoint)
Gibt zurück
Eine Geometry MultiPoint Factory