Geocircle Klasse

Definition

Beschreibt einen geografischen Kreis mit einem Mittelpunkt und einem Radius.

public ref class Geocircle sealed
/// [Windows.Foundation.Metadata.Activatable(Windows.Devices.Geolocation.IGeocircleFactory, 65536, Windows.Foundation.UniversalApiContract)]
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class Geocircle final
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Activatable(Windows.Devices.Geolocation.IGeocircleFactory, 65536, "Windows.Foundation.UniversalApiContract")]
class Geocircle final
[Windows.Foundation.Metadata.Activatable(typeof(Windows.Devices.Geolocation.IGeocircleFactory), 65536, typeof(Windows.Foundation.UniversalApiContract))]
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class Geocircle
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Activatable(typeof(Windows.Devices.Geolocation.IGeocircleFactory), 65536, "Windows.Foundation.UniversalApiContract")]
public sealed class Geocircle
function Geocircle(position, radius, altitudeReferenceSystem, spatialReferenceId)
Public NotInheritable Class Geocircle
Vererbung
Object Platform::Object IInspectable Geocircle
Attribute
Implementiert

Windows-Anforderungen

Gerätefamilie
Windows 10 (eingeführt in 10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (eingeführt in v1.0)
App-Funktionen
location

Konstruktoren

Geocircle(BasicGeoposition, Double)

Erstellen Sie ein geografisches Kreisobjekt für die angegebene Position und den angegebenen Radius.

Geocircle(BasicGeoposition, Double, AltitudeReferenceSystem)

Erstellen Sie ein geografisches Kreisobjekt für das angegebene Positions-, Radius- und Höhenreferenzsystem.

Geocircle(BasicGeoposition, Double, AltitudeReferenceSystem, UInt32)

Erstellen Sie ein geografisches Kreisobjekt für die angegebene Position, den Radius, das Höhenreferenzsystem und die räumliche Referenz-ID.

Eigenschaften

AltitudeReferenceSystem

Das Höhenbezugssystem des geografischen Kreises.

Center

Der Mittelpunkt eines geografischen Kreises.

GeoshapeType

Der Typ der geografischen Form.

Radius

Der Radius eines geografischen Kreises in Metern.

SpatialReferenceId

Der räumliche Bezugsbezeichner für den geografischen Kreis, der einem räumlichen Referenzsystem entspricht, das auf dem spezifischen Ellipsoid basiert, das entweder für die Flacherde- oder die Runderdekartierung verwendet wird.

Gilt für:

Weitere Informationen