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 | ||
---|---|---|
![]() |
AddOutputCoordinate | AddOutputCoordinate, adds a target coordinate to the set which automatically receive this Coordinates output. |
![]() |
FormattingExpression | The formatting expression, output. |
![]() |
Geotransform | Specifies the GeoTransform to use. |
![]() |
GetApplicableGeotransformations | The method returns Geotransformations which can be used for the Input and Output spatial references. |
![]() |
GetCoords | The coordinate as x, y. |
![]() |
GetOptionFlag | The method returns the value one of the Coordinate Tool Option Flags. |
![]() |
InputSpatialReference | Spatial reference for input values. |
![]() |
IsValid | Indicates if the input was parsed. |
![]() |
OptionFlags | The method gets the value of the Coordinate Tool Option Flags. |
![]() |
OutputCoordinateSet | OutputCoordinateSet, the set of points which will recieve this Coordinates output. |
![]() |
OutputSpatialReference | Spatial reference for output values. |
![]() |
ParsingExpression | The parsing expression, output. |
![]() |
Point | Coordinate value as Point Property. |
![]() |
PointArray | The array of Points, output. |
![]() |
Precision | Property to get back precision. |
![]() |
PutCoords | The coordinate as x, y. |
![]() |
RemoveOutputCoordinate | RemoveOutputCoordinate, removes a target coordinate from the set which automatically receive this Coordinates output. |
![]() |
SetOptionFlag | The method sets the value one of the Coordinate Tool Option Flags. |
![]() |
String | The formatted string, output. |
![]() |
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). |