ESRI.ArcGIS.ADF.Web
SpatialReference Class
Members  See Also 
ESRI.ArcGIS.ADF.Web.SpatialReference Namespace : SpatialReference Class




Contains the properties for a spatial reference for geographic data.

Object Model


Syntax

Visual Basic (Declaration) 
<SerializableAttribute()>
Public Class SpatialReference 
Visual Basic (Usage)Copy Code
Dim instance As SpatialReference
C# 
[SerializableAttribute()]
public class SpatialReference 

Remarks

A spatial reference specifies the CoordinateSystem (projection) of geographic data. The spatial reference may be specified either as a string that contains the complete parameters of the coordinate system (projection parameters, datum, etc.), or as an integer ID from the standard coordinate system identifiers.

A spatial reference may also contain information about the datum, but currently the ESRI Web ADF does not store or use this information. However, the data sources used may contain and use datum information.

Geographic data usually contain a spatial reference to identify the projection of the map or data. For example, a Map control has a SpatialReference property to set or identify the spatial reference of the entire map.

For more information and codes for coordinate system IDs, see these references:

  • ArcGIS Desktop Help: the topic "An overview of map projections", under Map projections and coordinate systems - Getting started with map projections. ArcGIS Desktop Help is also available online at ESRI Support.
  • ArcIMS Help: the topic "Coordinate IDs and Descriptions" in the main ArcIMS Help (at ArcXML Guide - Coordinate IDs and Descriptions); ArcIMS Help is also available online at ESRI Support.

Inheritance Hierarchy

System.Object
   ESRI.ArcGIS.ADF.Web.SpatialReference.SpatialReference

See Also

© 2010 All Rights Reserved.