GeographyFactory<T>.Ring 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
Ring(Double, Double) |
Starten eines neuen Polygonrings |
Ring(Double, Double, Nullable<Double>, Nullable<Double>) |
Starten eines neuen Polygonrings |
Ring(Double, Double)
Starten eines neuen Polygonrings
public Microsoft.Spatial.GeographyFactory<T> Ring (double latitude, double longitude);
member this.Ring : double * double -> Microsoft.Spatial.GeographyFactory<'T (requires 'T :> Microsoft.Spatial.Geography)>
Public Function Ring (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:
Ring(Double, Double, Nullable<Double>, Nullable<Double>)
Starten eines neuen Polygonrings
public Microsoft.Spatial.GeographyFactory<T> Ring (double latitude, double longitude, double? z, double? m);
member this.Ring : double * double * Nullable<double> * Nullable<double> -> Microsoft.Spatial.GeographyFactory<'T (requires 'T :> Microsoft.Spatial.Geography)>
Public Function Ring (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