Options
All
  • Public
  • Public/Protected
  • All
Menu

This interface represents a processed base coordinate, projected and formatted in the target coordinate system.

Hierarchy

Index

Properties

Optional formattedGeoCoordString

formattedGeoCoordString: GeoCoordinateString

Formatted output - geocoordinate string that's populated if the target coordinate system has an output type as defined in {@link GeoCoordinateStringType).

Optional formattedLatitudeOrX

formattedLatitudeOrX: string

Formatted output - X or Latitude depending on the target coordinate system

Optional formattedLongitudeOrY

formattedLongitudeOrY: string

Formatted output - Y or Longitude depending on the target coordinate system

Optional geoCoordinateString

geoCoordinateString: GeoCoordinateString

The input geocoordinate string representing the coordinate.

spatialReference

spatialReference: SpatialReference

The spatial reference of the coordinate.

targetCoordinateSystem

targetCoordinateSystem: CoordinateSystem

The target coordinate system for this coordinate.

Optional x

x: number

The 'x' coordinate of the input point.

Optional y

y: number

The 'y' coordinate of the input point.