A Collection containing every Conversion that the widget is currently displaying.
Describes the location of the coordinates currently displayed by the widget as a Point.
A Collection containing every Format that the widget is capable of displaying.
This function provides the ability to override either the IMapView goTo() or SceneView goTo() methods.
Indicates the heading level to use for the coordinate input and coordinate settings headings.
The unique ID assigned to the widget when the widget is created.
The widget's label.
This symbol is used to visualize the location currently described by the widget when capture
mode is active.
Describes the current mode of the widget.
If this property is set to true
, multiple conversions can be displayed.
Determines whether the widget should expand up or down.
The number of milliseconds of delay before conversion requests will be sent to the GeometryService.
If this property is set to true
, sessionStorage will be used to hydrate and persist the CoordinateConversion widget's state within the same session.
The view model for this widget.
Indicates whether the widget is visible.
The visible elements that are displayed within the widget.
A utility method used for building the value for a widget's class
property.
Destroys the widget instance.
Emits an event on the instance.
Indicates whether there is an event listener on the instance that matches the provided event name.
isFulfilled()
may be used to verify if creating an instance of the class is fulfilled (either resolved or rejected).
isRejected()
may be used to verify if creating an instance of the class is rejected.
isResolved()
may be used to verify if creating an instance of the class is resolved.
Registers an event handler on the instance.
Widget teardown helper.
This method is primarily used by developers when implementing custom widgets. Executes after widget is ready for rendering.
This method is primarily used by developers when implementing custom widgets. It must be implemented by subclasses for rendering.
Renders widget to the DOM immediately.
This method is primarily used by developers when implementing custom widgets. Schedules widget rendering.
when()
may be leveraged once an instance of the class is created.
Generated using TypeDoc
The ID or node representing the DOM element containing the widget.
Read more...