QML views
A view for handling authentication challenges and automatically launching the appropriate UI for each type of authentication | |
User interface for the BasemapGallery | |
User interface for the BookmarksView | |
A view for displaying information at a geographic location on a Map | |
User interface for the coordinate conversion tool | |
Displays and filters the available floor aware layers in the current GeoModel. This component supports manual selection and text-based filtering for sites and facilities. Once a site and facility is selected, levels can be selected and the GeoView will be updated | |
Displays a compass overlaid on the GeoView, with the compass heading matching the current rotation of the MapView, or Camera heading of the SceneView. Double clicking on the NorthArrow triggers the heading of the connected GeoView to be orientainted to 0 | |
Defines a small "overview" (or "inset") map displaying a representation of the current viewpoint of the given GeoView. For MapViews, the current viewpoint will be represented by a polygon displaying the visible area of the MapView. For SceneViews, the current viewpoint will be represented by a reticle (crosshairs) displaying the viewpoint center | |
A view for displaying and editing information of GeoElements, including Features and Graphics | |
A view for displaying and editing information about a feature | |
A Scalebar control that shows an accurate distance that can be used to visually gauge distances on a map view. The measurement system used is controlled by unitSystem. The units used will be appropriate to the distance being shown e.g. km for long distances and m for shorter distances | |
Enables users to search for one or more locations or features, from a variety of sources, with suggestions | |
Slider provides a user interface for manually setting or animating changes to the current time extent of the GeoView |
QML controllers & associated classes
In MVC architecture, this is the controller for the corresponding AuthenticationView | |
Controller part of a BasemapGallery. This class handles the management of the BasemapGalleryItem objects, and listening to changes to the current Basemap of an associated GeoModel | |
Represents the contents of a BasemapGallery. Can be accessed via BasemapGalleryController.gallery | |
Controller part of a BookmarksView. This class handles the management of the Bookmark objects and zooming onto the bookmarks' view extents | |
In MVC architecture, this is the controller for the CoordinateConversion view | |
CoordinateConversionOption is a collection of properties that dictates how a Point should be converted to and from a string | |
CoordinateConversionResult stores the textual representation of a a point converted to a string using the formatting given in a CoordinateConversionOption | |
Controller part of a FloorFilter. This class handles the toggling of selected levels' visibility associated to the FloorFilter inputted GeoModel FloorAware layers. Automatically loads the GeoModel and its associated FloorManager | |
Uses a Locator to provide search and suggest results | |
In MVC architecture, this is the controller for the corresponding NorthArrow view | |
Controller part of a OverviewMap. This class handles the management of the inset MapView, including symbol styling and navigation | |
In MVC architecture, this is the controller for the corresponding PopupView | |
Performs searches and manages search state for a SearchView | |
Extends LocatorSearchSource with intelligent search behaviors; adds support for repeated search | |
In MVC architecture, this is the controller for the corresponding TimeSlider |