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




Contains the properties for a spatial reference for geographic data.

Object Model

SpatialReference Class

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.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2011 All Rights Reserved.