ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.Geometry Namespace / SpatialReference Class
Members

In This Topic
    SpatialReference Class
    In This Topic
    Class representing a spatial reference.
    Object Model
    SpatialReference ClassDatum ClassEnvelope ClassSpatialReference ClassEnvelope ClassPolygon ClassUnit ClassUnit Class
    Syntax
    public sealed class SpatialReference 
    Public NotInheritable Class SpatialReference 
    Remarks

    Each spatial reference can be represented by either a well-known ID (WKID), or a well-known text (WKT). Spatial References define the spatial properties of a geometry, for instance the coordinate system it uses. There are 2 broad classes of coordinate systems - Geographic & Projected. A Geographic Coordinate system uses a 3-dimensional spherical surface to define locations on the earth. A Projected Coordinate system on the other hand uses a flat, 2-dimensional surface. More information about spatial references and coordinate systems is available here.

    It is very important to associate spatial data, such as geometry objects, with corresponding spatial references.

    Inheritance Hierarchy

    System.Object
       ArcGIS.Core.Geometry.SpatialReference

    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also