![]() ![]() |
ESRI.ArcGIS.ADF.IMS | |
CoordinateSystem Property | |
See Also Send Feedback |
ESRI.ArcGIS.ADF.IMS.SpatialReference Namespace > SpatialReference Class : CoordinateSystem Property |
Visual Basic (Declaration) | |
---|---|
Public Property CoordinateSystem As SpatialReferenceInfo |
Visual Basic (Usage) | ![]() |
---|---|
Dim instance As SpatialReference Dim value As SpatialReferenceInfo instance.CoordinateSystem = value value = instance.CoordinateSystem |
C# | |
---|---|
public SpatialReferenceInfo CoordinateSystem {get; set;} |
The CoordinateSystem defines the projection for the data. A projection specifies how latitude-longitude coordinates are transformed into 2-dimension x-y coordinates. For more information on coordinate systems, see ArcIMS Help.
The CoordinateSystem may be set either using an integer ID value or with a definition string. Commonly used projections have been assigned ID values. See ArcIMS Help, under ArcXML Guide, for coordinate system IDs. Definition strings allow flexibility to set parameters for the coordinate system. Use IDSpatialReferenceInfo when setting the coordinate system by ID. Use DefinitionSpatialReferenceInfo when setting by a definition string.
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