Freigeben über


GeometryFactory.Point Methode

Definition

Überlädt

Point()

Erstellen einer Factory mit einem leeren Geometriepunkt

Point(CoordinateSystem)

Erstellen einer Factory mit einem leeren Geometriepunkt

Point(Double, Double)

Erstellen eines Geometriepunkts

Point(CoordinateSystem, Double, Double)

Erstellen eines Geometriepunkts

Point(Double, Double, Nullable<Double>, Nullable<Double>)

Erstellen eines Geometriepunkts

Point(CoordinateSystem, Double, Double, Nullable<Double>, Nullable<Double>)

Erstellen eines Geometriepunkts

Point()

Erstellen einer Factory mit einem leeren Geometriepunkt

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

Gibt zurück

Eine Geometry Point Factory

Gilt für:

Point(CoordinateSystem)

Erstellen einer Factory mit einem leeren Geometriepunkt

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

Parameter

coordinateSystem
CoordinateSystem

Koordinatensystem

Gibt zurück

Eine Geometry Point Factory

Gilt für:

Point(Double, Double)

Erstellen eines Geometriepunkts

public static Microsoft.Spatial.GeometryFactory<Microsoft.Spatial.GeometryPoint> Point (double x, double y);
static member Point : double * double -> Microsoft.Spatial.GeometryFactory<Microsoft.Spatial.GeometryPoint>
Public Shared Function Point (x As Double, y As Double) As GeometryFactory(Of GeometryPoint)

Parameter

x
Double

Der X-Wert

y
Double

Der Y-Wert

Gibt zurück

Eine Geometry Point Factory

Gilt für:

Point(CoordinateSystem, Double, Double)

Erstellen eines Geometriepunkts

public static Microsoft.Spatial.GeometryFactory<Microsoft.Spatial.GeometryPoint> Point (Microsoft.Spatial.CoordinateSystem coordinateSystem, double x, double y);
static member Point : Microsoft.Spatial.CoordinateSystem * double * double -> Microsoft.Spatial.GeometryFactory<Microsoft.Spatial.GeometryPoint>
Public Shared Function Point (coordinateSystem As CoordinateSystem, x As Double, y As Double) As GeometryFactory(Of GeometryPoint)

Parameter

coordinateSystem
CoordinateSystem

Koordinatensystem

x
Double

Der X-Wert

y
Double

Der Y-Wert

Gibt zurück

Eine Geometry Point Factory

Gilt für:

Point(Double, Double, Nullable<Double>, Nullable<Double>)

Erstellen eines Geometriepunkts

public static Microsoft.Spatial.GeometryFactory<Microsoft.Spatial.GeometryPoint> Point (double x, double y, double? z, double? m);
static member Point : double * double * Nullable<double> * Nullable<double> -> Microsoft.Spatial.GeometryFactory<Microsoft.Spatial.GeometryPoint>
Public Shared Function Point (x As Double, y As Double, z As Nullable(Of Double), m As Nullable(Of Double)) As GeometryFactory(Of GeometryPoint)

Parameter

x
Double

Der X-Wert

y
Double

Der Y-Wert

z
Nullable<Double>

Der Z-Wert

m
Nullable<Double>

Der M-Wert

Gibt zurück

Eine Geometry Point Factory

Gilt für:

Point(CoordinateSystem, Double, Double, Nullable<Double>, Nullable<Double>)

Erstellen eines Geometriepunkts

public static Microsoft.Spatial.GeometryFactory<Microsoft.Spatial.GeometryPoint> Point (Microsoft.Spatial.CoordinateSystem coordinateSystem, double x, double y, double? z, double? m);
static member Point : Microsoft.Spatial.CoordinateSystem * double * double * Nullable<double> * Nullable<double> -> Microsoft.Spatial.GeometryFactory<Microsoft.Spatial.GeometryPoint>
Public Shared Function Point (coordinateSystem As CoordinateSystem, x As Double, y As Double, z As Nullable(Of Double), m As Nullable(Of Double)) As GeometryFactory(Of GeometryPoint)

Parameter

coordinateSystem
CoordinateSystem

Koordinatensystem

x
Double

Der X-Wert

y
Double

Der Y-Wert

z
Nullable<Double>

Der Z-Wert

m
Nullable<Double>

Der M-Wert

Gibt zurück

Eine Geometry Point Factory

Gilt für: