ArcObjects Library Reference (DefenseSolutions)  

ICoordinate Interface

Provides access to Coordinate Interface.

Product Availability

Available with ArcGIS Engine and ArcGIS Desktop.

Description

Base interface for the concrete classes each of which represents a coordinate format e.g. UTM, USNG, DMS, MGRS

Members

Description
Method AddOutputCoordinate AddOutputCoordinate, adds a target coordinate to the set which automatically receive this Coordinates output.
Read/write property FormattingExpression The formatting expression, output.
Write-only property Geotransform Specifies the GeoTransform to use.
Method GetApplicableGeotransformations The method returns Geotransformations which can be used for the Input and Output spatial references.
Method GetCoords The coordinate as x, y.
Method GetOptionFlag The method returns the value one of the Coordinate Tool Option Flags.
Read/write property InputSpatialReference Spatial reference for input values.
Read-only property IsValid Indicates if the input was parsed.
Read/write property OptionFlags The method gets the value of the Coordinate Tool Option Flags.
Read/write property OutputCoordinateSet OutputCoordinateSet, the set of points which will recieve this Coordinates output.
Read/write property OutputSpatialReference Spatial reference for output values.
Read/write property ParsingExpression The parsing expression, output.
Read/write property Point Coordinate value as Point Property.
Read/write property PointArray The array of Points, output.
Read/write property Precision Property to get back precision.
Method PutCoords The coordinate as x, y.
Method RemoveOutputCoordinate RemoveOutputCoordinate, removes a target coordinate from the set which automatically receive this Coordinates output.
Method SetOptionFlag The method sets the value one of the Coordinate Tool Option Flags.
Read/write property String The formatted string, output.
Read/write property StringArray The array of formatted strings, output.

CoClasses that implement ICoordinate

CoClasses and Classes Description
DDCoordinate Class to hold coordinates as Decimal Degrees.
DMSCoordinate Class to hold coordinates as DMS.
MGRSCoordinate Class to hold coordinates as Military Grade Reference System (MGRS) Coordinate.
USNGCoordinate Class to hold coordinates as USNG.
UTMCoordinate Class to hold coordinates as Universal Transverse Mercator(UTM).