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




Abstract representation of coordinate system properties.

Syntax

Visual Basic (Declaration) 
<XmlIncludeAttribute(ESRI.ArcGIS.ADF.Web.SpatialReference.DefinitionSpatialReferenceInfo)>
<SerializableAttribute()>
Public MustInherit Class SpatialReferenceInfo 
Visual Basic (Usage)Copy Code
Dim instance As SpatialReferenceInfo
C# 
[XmlIncludeAttribute(ESRI.ArcGIS.ADF.Web.SpatialReference.DefinitionSpatialReferenceInfo)]
[SerializableAttribute()]
public abstract class SpatialReferenceInfo 

Remarks

Classes that extend SpatialReferenceInfo are used to specify the coordinate system for a SpatialReference, which in turn is used to specify the spatial reference for a set of geographic data, such as a map or map layer.

A coordinate system may be specified in a variety of ways. This class provides a common way to identify these various approaches for specifying a coordinate system. Currently three classes extend this class:

Inheritance Hierarchy

See Also

© 2010 All Rights Reserved.