IGeoshape Interface

Definition

Interface to define a geographic shape.

public interface class IGeoshape
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(3382485679, 50985, 17345, 143, 171, 214, 222, 201, 20, 223, 126)]
struct IGeoshape
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.Guid(3382485679, 50985, 17345, 143, 171, 214, 222, 201, 20, 223, 126)]
public interface IGeoshape
Public Interface IGeoshape
Derived
Attributes

Windows requirements

Device family
Windows 10 (introduced in 10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v1.0)
App capabilities
location

Properties

AltitudeReferenceSystem

The altitude reference system of the geographic shape.

GeoshapeType

The type of geographic shape.

SpatialReferenceId

The spatial reference identifier for the geographic shape, corresponding to a spatial reference system based on the specific ellipsoid used for either flat-earth mapping or round-earth mapping.

Applies to