GeographyFactory<T>.Point 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
Point() |
Starten eines neuen leeren Punkts |
Point(Double, Double) |
Starten eines neuen Punkts |
Point(Double, Double, Nullable<Double>, Nullable<Double>) |
Starten eines neuen Punkts |
Point()
Starten eines neuen leeren Punkts
public Microsoft.Spatial.GeographyFactory<T> Point ();
member this.Point : unit -> Microsoft.Spatial.GeographyFactory<'T (requires 'T :> Microsoft.Spatial.Geography)>
Public Function Point () As GeographyFactory(Of T)
Gibt zurück
Die aktuelle Instanz von GeographyFactory
Gilt für:
Point(Double, Double)
Starten eines neuen Punkts
public Microsoft.Spatial.GeographyFactory<T> Point (double latitude, double longitude);
member this.Point : double * double -> Microsoft.Spatial.GeographyFactory<'T (requires 'T :> Microsoft.Spatial.Geography)>
Public Function Point (latitude As Double, longitude As Double) As GeographyFactory(Of T)
Parameter
- latitude
- Double
Der Breitengradwert
- longitude
- Double
Der Längengradwert
Gibt zurück
Die aktuelle Instanz von GeographyFactory
Gilt für:
Point(Double, Double, Nullable<Double>, Nullable<Double>)
Starten eines neuen Punkts
public Microsoft.Spatial.GeographyFactory<T> Point (double latitude, double longitude, double? z, double? m);
member this.Point : double * double * Nullable<double> * Nullable<double> -> Microsoft.Spatial.GeographyFactory<'T (requires 'T :> Microsoft.Spatial.Geography)>
Public Function Point (latitude As Double, longitude As Double, z As Nullable(Of Double), m As Nullable(Of Double)) As GeographyFactory(Of T)
Parameter
- latitude
- Double
Der Breitengradwert
- longitude
- Double
Der Längengradwert
Gibt zurück
Die aktuelle Instanz von GeographyFactory