IGeoshape.SpatialReferenceId Property

Definition

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.

public:
 property unsigned int SpatialReferenceId { unsigned int get(); };
uint32_t SpatialReferenceId();
public uint SpatialReferenceId { get; }
var uInt32 = iGeoshape.spatialReferenceId;
Public ReadOnly Property SpatialReferenceId As UInteger

Property Value

UInt32

unsigned int

uint32_t

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.

Windows requirements

App capabilities
location

Remarks

The spatial reference id (SRID) corresponds to a spatial reference system based on the specific ellipsoid used for either flat-earth mapping or round-earth mapping. Spatial instances with the same SRID can be used when performing operations with spatial data methods on your data. The result of any spatial method derived from two spatial data instances is valid only if those instances have the same SRID that is based on the same unit of measurement, datum, and projection used to determine the coordinates of the instances. The most common units of measurement of a SRID are meters or square meters. The default SRID on Windows and Windows Phone is 4326 which is WGS84 ellipsoid.

The spatial reference identification system is defined by the European Petroleum Survey Group (EPSG) standard, which is a set of standards developed for cartography, surveying, and geodetic data storage. This standard is owned by the Oil and Gas Producers (OGP) Surveying and Positioning Committee.

Applies to