Class GeoView
A base class for the map control.
Implements
Namespace: Esri.ArcGISRuntime.UI.Controls
Assembly: Esri.ArcGISRuntime.WinUI.dll
Syntax
public abstract class GeoView : Control, INotifyPropertyChanged
Fields
Name | Description |
---|---|
Graphics |
Identifies the Graphics |
Is |
Identifies the Is |
Labeling |
Identifies the Labeling Dependency Property |
Overlays |
Identifies the Overlays dependency property. |
Selection |
Identifies the Selection |
Time |
Identifies the Time |
View |
Identifies the View |
View |
Identifies the ViewOverlayAnchor dependency property. |
Properties
Name | Description |
---|---|
Attribution |
Gets the full attribution text for all active layers, concatenated into a single string. |
Draw |
Gets the current draw status. |
Graphics |
Gets or sets the GraphicsOverlayCollection. |
Is |
Gets or sets a value indicating whether Esri attribution text is visible. |
Is |
Gets a value indicating whether a callout is currently open |
Is |
Gets a value indicating whether the map is currently navigating.
when navigation has finished the Navigation |
Is |
Gets a value indicating whether the wrap around feature is currently active. For wrap around to be
active the Wrap |
Labeling | Gets or sets the View |
Overlays | Gets or sets the XAML elements that can be used to overlay on the map, and placed using the . attached property. |
Selection |
Gets or sets the selection properties that is applied to graphic overlays and layers within the view. |
Spatial |
Gets the current spatial reference of the map. |
Time |
Gets or sets the time extent that is applied to layers within the view |
View |
Gets or sets the viewport inset padding. |
Methods
Name | Description |
---|---|
Cancel |
Cancels any pending or currently running SetViewpointAsync operations. |
Dismiss |
Dismisses a callout if it's open. |
Export |
Creates an image snapshot of the current map view |
Get |
Gets the current Viewpoint of the view. |
Get |
Gets the Layer |
Get |
Gets the value of the ViewOverlayAnchor XAML attached property from the specified |
Identify |
Initiates an identify operation on the specified graphics overlay which will return the visible topmost graphic. |
Identify |
Initiates an identify operation on the specified graphics overlay. |
Identify |
Initiate an identify operation on all graphics overlays which will return the single visible topmost graphic per overlay only. |
Identify |
Initiate an identify operation on all graphics overlays. |
Identify |
Initiates an identify operation on the specified layer which will return the single visible topmost GeoElement only. |
Identify |
Initiates an identify operation on the specified layer. |
Identify |
Initiates an identify operation on the specified layer. |
Identify |
Initiates an identify operation on the specified layer which will return the single visible topmost GeoElement only. |
Identify |
Initiates an identify operation on all layers in the view which will return the single visible topmost GeoElement per layer only. |
Identify |
Initiates an identify operation on all layers in the view. |
Identify |
Initiates an identify operation on all layers in the view. |
Identify |
Initiates an identify operation on all layers in the view which will return the single visible topmost GeoElement per layer only. |
On |
|
On |
Called before the |
Set |
Sets the GeoView's viewpoint with the bookmark's value. |
Set |
Sets the value of the ViewOverlayAnchor XAML attached property on the specified |
Set |
Sets the view to the given Viewpoint location |
Set |
Animates the view to the given Viewpoint location |
Set |
Animates the view to the given Viewpoint location |
Show |
Shows a callout based on a Callout |
Show |
Shows a callout at the given location with Visual Element as content |
Show |
Shows a callout for the given GeoElement at an appropriate location for the tap location by snapping to the geometry of the element. |
Events
Name | Description |
---|---|
Draw |
Occurs when the Draw |
Geo |
Occurs when an otherwise unhandled DoubleTap interaction occurs over the hit test area of the view. |
Geo |
Occurs when an otherwise unhandled holding interaction occurs over the hit test area of the view. |
Geo |
Occurs when an otherwise unhandled Tap interaction occurs over the hit test area of the view. |
Layer |
Occurs when the Layer |
Navigation |
When navigation on the map has completed this event will be raised. |
Spatial |
Occurs when spatial reference of the view changes. |
Viewpoint |
Occurs when the current viewpoint changes. |
Name | Description |
---|---|
INotify |
Occurs when a property value changes. |
See Also
Applies to
Target | Versions |
---|---|
.NET 6.0 Windows | 100.13 - 100.15 |