ArcObjects Library Reference (Geometry)  

IGeographicCoordinateSystem Interface

Provides access to members that control access to all properties of geographic coordinate systems. Note: the IGeographicCoordinateSystem interface has been superseded byIGeographicCoordinateSystem2. Please consider using the more recent version.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Description

A geographic coordinate system is defined (at minimum) by a name, an angular unit of measure, a horizontal datum, and a prime meridian.

Members

Description
Read-only property Abbreviation The abbreviated name of this spatial reference component.
Read-only property Alias The alias of this spatial reference component.
Method Changed Notify this object that some of its parts have changed (parameter values, z unit, etc.).
Read-only property CoordinateUnit The angular unit of this geographic coordinate system.
Read-only property Datum The horizontal datum of this geographic coordinate system.
Read-only property FactoryCode The factory code (WKID) of the spatial reference.
Method GetDomain The XY domain extent.
Method GetFalseOriginAndUnits Get the false origin and units.
Method GetMDomain The measure domain extent.
Method GetMFalseOriginAndUnits Get the measure false origin and units.
Method GetZDomain The Z domain extent.
Method GetZFalseOriginAndUnits Get the Z false origin and units.
Method HasMPrecision Returns true when m-value precision information has been defined.
Method HasXYPrecision Returns true when (x,y) precision information has been defined.
Method HasZPrecision Returns true when z-value precision information has been defined.
Method IsPrecisionEqual Returns TRUE when the precision information for the two spatial references is the same.
Read-only property Name The name of this spatial reference component.
Read-only property PrimeMeridian The prime meridian of this geographic coordinate system.
Read-only property Remarks The comment string of this spatial reference component.
Method SetDomain The XY domain extent.
Method SetFalseOriginAndUnits Set the false origin and units.
Method SetMDomain The measure domain extent.
Method SetMFalseOriginAndUnits Set the measure false origin and units.
Method SetZDomain The Z domain extent.
Method SetZFalseOriginAndUnits Set the Z false origin and units.
Read-only property Usage The usage notes of this geographic coordinate system.
Read/write property ZCoordinateUnit The unit for the Z coordinate.

Inherited Interfaces

Interfaces Description
ISpatialReference Provides access to members that control a SpatialReference.
ISpatialReferenceInfo Provides access to members that control the properties common to all components of a spatial reference system.

CoClasses that implement IGeographicCoordinateSystem

CoClasses and Classes Description
GeographicCoordinateSystem Creates a geographic coordinate system.

.NET Snippets

Create Low Precision Spatial Reference | Create High Precision Spatial Reference

.NET Samples

RSS weather GraphicTracker (Code Files: RSSWeather) | Geoevents in a MapControl (Code Files: GeoEvents) | RSS weather layer (Code Files: AddWeatherItemTool RSSWeatherLayerClass) | Clonable object (Code Files: TestClass)

.NET Related Topics

Creating a custom geographic coordinate system | Creating a custom projected coordinate system | Creating a predefined geographic coordinate system | Geometry