Generated with .NET Object Model Diagram Generator

Esri.ArcGISRuntime.Data

IdentifyGeometryEditorResult

Properties

Esri.ArcGISRuntime.Geometry

SpatialReference

Properties

  • Resolution { get; } : double
  • Tolerance { get; } : double
  • VerticalResolution { get; } : double
  • VerticalTolerance { get; } : double
SpatialReferenceBuilder

Constructors

  • SpatialReferenceBuilder(SpatialReference spatialReference)
  • SpatialReferenceBuilder(int wkid)
  • SpatialReferenceBuilder(int wkid, int verticalWkid)
  • SpatialReferenceBuilder(string wkText)

Properties

  • IsValid { get; } : bool
  • Resolution { get; set; } : double
  • Tolerance { get; set; } : double
  • Unit { get; } : Unit
  • VerticalResolution { get; set; } : double
  • VerticalTolerance { get; set; } : double
  • VerticalUnit { get; } : LinearUnit
  • VerticalWkid { get; } : int
  • Wkid { get; } : int
  • WkText { get; } : string

Methods

Esri.ArcGISRuntime.Mapping

BingMapsLayer
BingMapsLayerStyle
GeoModel

Properties

  • UnusedJson { get; } : string

Esri.ArcGISRuntime.Mapping.FeatureForms

FormElement

Properties

  • UnknownJson { get; } : IReadOnlyDictionary<String, Object>
  • UnsupportedJson { get; } : IReadOnlyDictionary<String, Object>

Methods

  • ToJson() : string
FormInput

Properties

  • UnknownJson { get; } : IReadOnlyDictionary<String, Object>
  • UnsupportedJson { get; } : IReadOnlyDictionary<String, Object>

Methods

  • ToJson() : string

Esri.ArcGISRuntime.Maui

MapView

Methods

Esri.ArcGISRuntime.Portal

PortalGroup

Properties

  • Thumbnail { get; } : RuntimeImage
  • ThumbnailUri { get; } : Uri
PortalInfo

Properties

  • BingKey { get; } : string
  • CanShareBingPublic { get; } : Nullable<Boolean>
  • OrganizationBanner { get; } : RuntimeImage
  • OrganizationBannerUri { get; } : Uri
  • PortalThumbnailUri { get; } : Uri
  • Thumbnail { get; } : RuntimeImage
  • ThumbnailUri { get; } : Uri

Methods

  • GetPortalThumbnailDataAsync() : Task<Stream>
  • GetPortalThumbnailDataAsync(CancellationToken cancellationToken) : Task<Stream>
PortalLoginType
PortalUser

Properties

  • Thumbnail { get; } : RuntimeImage
  • ThumbnailUri { get; } : Uri

Esri.ArcGISRuntime.Security

AccessTokenCredential

Methods

  • CreateNetworkSecuredAsync(Uri url, string username = , TimeSpan tokenExpirationInterval = null, CancellationToken cancellationToken = null) : Task<AccessTokenCredential>
  • CreateNetworkSecuredAsync(Uri url, string username, TimeSpan tokenExpirationInterval = null, CancellationToken cancellationToken = null) : Task<AccessTokenCredential>
AppDataCredentialPersistence
Implements ILoadable

Constructors

  • AppDataCredentialPersistence(string persistenceId = null)

Properties

  • LoadError { get; } : Exception
  • LoadStatus { get; } : LoadStatus

Methods

  • CancelLoad()
  • LoadAsync() : Task
  • RetryLoadAsync() : Task

Events

AuthenticationExtensions

Methods

CredentialPersistence

Methods

GenerateTokenOptions
ServerInfo
TokenAuthenticationType

Esri.ArcGISRuntime.Toolkit

FileDownloadProgress

Properties

  • Percentage { get; } : Nullable<Int32>
  • TotalBytes { get; } : long
  • TotalLength { get; } : Nullable<Int64>
FileDownloadStatus : System.Int32
  • Downloading = 0
  • Paused = 1
  • Queued = 2
  • Resuming = 3
  • Starting = 4
  • Completed = 5
  • Error = 6
  • Cancelled = 7
FileDownloadTask

Properties

  • BufferSize { get; set; } : int
  • BytesDownloaded { get; } : long
  • DownloadSpeed { get; } : int
  • Exception { get; } : Exception
  • IsResumable { get; } : bool
  • MaxConcurrentDownloads { get; set; } : uint
  • Priority { get; set; } : int
  • Status { get; } : FileDownloadStatus
  • TotalLength { get; } : Nullable<Int64>

Methods

  • BeginDownloadAsync(string destinationPath, Uri requestUri, HttpMessageHandler handler = null, CancellationToken cancellationToken = null) : Task<FileDownloadTask>
  • CancelAsync() : Task
  • ClearQueue()
  • Dispose()
  • FromJson(string json, HttpMessageHandler handler = null) : FileDownloadTask
  • PauseAsync() : Task
  • RestartAsync(CancellationToken cancellationToken = null) : Task
  • ResumeAsync(CancellationToken cancellationToken = null) : Task
  • ToJson() : string

Events

  • Completed : EventHandler
  • Error : EventHandler<Exception>
  • Progress : EventHandler<FileDownloadProgress>
  • StatusChanged : EventHandler
FileDownloadTaskExtensions

Methods

Esri.ArcGISRuntime.Toolkit.Maui

FeatureFormView

Properties

  • CurrentFeatureForm { get; } : FeatureForm
  • DiscardEditsCommand { get; } : ICommand
  • ErrorsVisibility { get; set; } : ValidationErrorVisibility
  • FinishEditingCommand { get; } : ICommand
  • IsNavigationEnabled { get; set; } : bool

Methods

  • FinishEditingAsync(bool requireAllErrorsResolved) : Task<Boolean>
  • ScrollTo(FormElement element)
  • ScrollToFirstError() : bool

Fields

  • ErrorsVisibilityProperty : BindableProperty
  • FeatureFormContentScrollViewerName : string
  • IsNavigationEnabledProperty : BindableProperty
LegendEntry

Properties

  • Name { get; } : string
  • Symbol { get; } : Symbol

Methods

  • OnPropertyChanged(string propertyName)

Events

  • PropertyChanged : PropertyChangedEventHandler
LocatorSearchSource

Methods

  • OnPropertyChanged(string propertyName)

Events

  • PropertyChanged : PropertyChangedEventHandler
MapViewController : GeoViewController

Constructors

  • MapViewController()

Properties

Methods

  • GetMapViewController(BindableObject mapView) : MapViewController
  • IdentifyGeometryEditorAsync(Point screenPoint, double tolerance) : Task<IdentifyGeometryEditorResult>
  • LocationToScreen(MapPoint location) : Nullable<Point>
  • ScreenToLocation(Point screenPoint) : MapPoint
  • SetMapViewController(BindableObject mapView, MapViewController value)
  • SetViewpointAsync(Viewpoint viewpoint, TimeSpan duration, AnimationCurve animationCurve) : Task<Boolean>
  • SetViewpointCenterAsync(MapPoint center) : Task<Boolean>
  • SetViewpointCenterAsync(MapPoint center, double scale) : Task<Boolean>
  • SetViewpointCenterAsync(double latitude, double longitude, double scale) : Task<Boolean>
  • SetViewpointCenterAsync(double x, double y) : Task<Boolean>
  • SetViewpointGeometryAsync(Geometry geometry) : Task<Boolean>
  • SetViewpointGeometryAsync(Geometry geometry, double padding) : Task<Boolean>
  • SetViewpointRotationAsync(double rotation) : Task<Boolean>
  • SetViewpointScaleAsync(double scale) : Task<Boolean>

Fields

  • MapViewControllerProperty : BindableProperty
ValidationErrorVisibility : System.Int32
  • Visible = 0
  • Automatic = 1

Esri.ArcGISRuntime.Toolkit.Maui.Primitives

FeatureFormContentTemplateSelector : DataTemplateSelector

Constructors

  • FeatureFormContentTemplateSelector()

Properties

  • FeatureFormTemplate { get; set; } : DataTemplate
  • UtilityAssociationGroupResultTemplate { get; set; } : DataTemplate
  • UtilityAssociationsFilterResultTemplate { get; set; } : DataTemplate
NavigationSubView : TemplatedView

Constructors

  • NavigationSubView()

Properties

  • Content { get; set; } : object
  • ContentTemplateSelector { get; set; } : DataTemplateSelector
  • HeaderTemplateSelector { get; set; } : DataTemplateSelector
  • IsBackNavigationEnabled { get; set; } : bool
  • NavigationStack { get; } : IEnumerable<Object>
  • VerticalScrollBarVisibility { get; set; } : ScrollBarVisibility

Fields

  • ContentProperty : BindableProperty
  • ContentTemplateSelectorProperty : BindableProperty
  • HeaderTemplateSelectorProperty : BindableProperty
  • IsBackNavigationEnabledProperty : BindableProperty
  • VerticalScrollBarVisibilityProperty : BindableProperty
PopupContentTemplateSelector : DataTemplateSelector

Constructors

  • PopupContentTemplateSelector()

Properties

  • PopupTemplate { get; set; } : DataTemplate
  • UtilityAssociationGroupResultTemplate { get; set; } : DataTemplate
  • UtilityAssociationsFilterResultTemplate { get; set; } : DataTemplate
PopupElementTemplateSelector

Properties

  • UtilityAssociationsPopupElementTemplate { get; set; } : DataTemplate
UtilityAssociationGroupResultPopupView : TemplatedView

Constructors

  • UtilityAssociationGroupResultPopupView()

Properties

Fields

  • GroupResultProperty : BindableProperty
UtilityAssociationGroupResultView : TemplatedView

Constructors

  • UtilityAssociationGroupResultView()

Properties

Fields

  • GroupResultProperty : BindableProperty
UtilityAssociationResultPopupView : TemplatedView

Constructors

  • UtilityAssociationResultPopupView()

Properties

Fields

  • AssociationResultProperty : BindableProperty
UtilityAssociationResultView : TemplatedView

Constructors

  • UtilityAssociationResultView()

Properties

Fields

  • AssociationResultProperty : BindableProperty
UtilityAssociationsFilterResultsPopupView : TemplatedView

Constructors

  • UtilityAssociationsFilterResultsPopupView()

Properties

Fields

  • AssociationsFilterResultProperty : BindableProperty
UtilityAssociationsFilterResultsView : TemplatedView

Constructors

  • UtilityAssociationsFilterResultsView()

Properties

Fields

  • AssociationsFilterResultProperty : BindableProperty
UtilityAssociationsFormElementView : TemplatedView

Constructors

  • UtilityAssociationsFormElementView()

Properties

Fields

  • ElementProperty : BindableProperty
  • FeatureFormProperty : BindableProperty
UtilityAssociationsPopupElementView : TemplatedView

Constructors

  • UtilityAssociationsPopupElementView()

Properties

Fields

  • ElementProperty : BindableProperty
  • PopupViewerProperty : BindableProperty

Esri.ArcGISRuntime.Toolkit.Primitives

FeatureFormContentTemplateSelector : DataTemplateSelector

Constructors

  • FeatureFormContentTemplateSelector()

Properties

  • FeatureFormTemplate { get; set; } : DataTemplate
  • UtilityAssociationGroupResultTemplate { get; set; } : DataTemplate
  • UtilityAssociationsFilterResultTemplate { get; set; } : DataTemplate
FormElementItemsControl

Properties

  • UtilityAssociationsFormElementTemplate { get; set; } : DataTemplate

Fields

  • UtilityAssociationsFormElementTemplateProperty : DependencyProperty
NavigationSubView : Control

Constructors

  • NavigationSubView()

Properties

  • Content { get; set; } : object
  • ContentTemplateSelector { get; set; } : DataTemplateSelector
  • HeaderTemplateSelector { get; set; } : DataTemplateSelector
  • IsBackNavigationEnabled { get; set; } : bool
  • NavigationStack { get; } : IEnumerable<Object>
  • VerticalScrollBarVisibility { get; set; } : ScrollBarVisibility

Fields

  • ContentProperty : DependencyProperty
  • ContentTemplateSelectorProperty : DependencyProperty
  • HeaderTemplateSelectorProperty : DependencyProperty
  • IsBackNavigationEnabledProperty : DependencyProperty
  • VerticalScrollBarVisibilityProperty : DependencyProperty
PopupContentTemplateSelector : DataTemplateSelector

Constructors

  • PopupContentTemplateSelector()

Properties

  • PopupTemplate { get; set; } : DataTemplate
  • UtilityAssociationGroupResultTemplate { get; set; } : DataTemplate
  • UtilityAssociationsFilterResultTemplate { get; set; } : DataTemplate
PopupElementItemsControl

Properties

  • UtilityAssociationsPopupElementTemplate { get; set; } : DataTemplate

Fields

  • UtilityAssociationsPopupElementTemplateProperty : DependencyProperty
UtilityAssociationGroupResultPopupView : Control

Constructors

  • UtilityAssociationGroupResultPopupView()

Properties

  • DisplayCount { get; set; } : int
  • GroupResult { get; set; } : UtilityAssociationGroupResult
  • IsSearchable { get; set; } : bool
  • ItemTemplate { get; set; } : DataTemplate

Fields

  • DisplayCountProperty : DependencyProperty
  • GroupResultProperty : DependencyProperty
  • IsSearchableProperty : DependencyProperty
  • ItemTemplateProperty : DependencyProperty
UtilityAssociationGroupResultView : Control

Constructors

  • UtilityAssociationGroupResultView()

Properties

Fields

  • GroupResultProperty : DependencyProperty
  • ItemTemplateProperty : DependencyProperty
UtilityAssociationResultPopupView : Control

Constructors

  • UtilityAssociationResultPopupView()

Properties

Fields

  • AssociationResultProperty : DependencyProperty
UtilityAssociationResultView : Control

Constructors

  • UtilityAssociationResultView()

Properties

Fields

  • AssociationResultProperty : DependencyProperty
UtilityAssociationsFilterResultsPopupView : Control

Constructors

  • UtilityAssociationsFilterResultsPopupView()

Properties

  • AssociationsFilterResult { get; set; } : UtilityAssociationsFilterResult
  • DisplayCount { get; set; } : int
  • IsExpanded { get; set; } : bool
  • ItemTemplate { get; set; } : DataTemplate

Fields

  • AssociationsFilterResultProperty : DependencyProperty
  • DisplayCountProperty : DependencyProperty
  • IsExpandedProperty : DependencyProperty
  • ItemTemplateProperty : DependencyProperty
UtilityAssociationsFilterResultsView : Control

Constructors

  • UtilityAssociationsFilterResultsView()

Properties

Fields

  • AssociationsFilterResultProperty : DependencyProperty
  • ItemTemplateProperty : DependencyProperty
UtilityAssociationsFormElementView : Control

Constructors

  • UtilityAssociationsFormElementView()

Properties

Fields

  • ElementProperty : DependencyProperty
  • FeatureFormProperty : DependencyProperty
  • ItemTemplateProperty : DependencyProperty
UtilityAssociationsPopupElementView : Control

Constructors

  • UtilityAssociationsPopupElementView()

Properties

Fields

  • ElementProperty : DependencyProperty
  • ItemTemplateProperty : DependencyProperty
  • PopupViewerProperty : DependencyProperty

Esri.ArcGISRuntime.Toolkit.UI

LegendEntry

Properties

  • Name { get; } : string
  • Symbol { get; } : Symbol

Methods

  • OnPropertyChanged(string propertyName)

Events

  • PropertyChanged : PropertyChangedEventHandler
MapViewController : GeoViewController

Constructors

  • MapViewController()

Properties

Methods

  • GetMapViewController(MapView mapView) : MapViewController
  • IdentifyGeometryEditorAsync(Point screenPoint, double tolerance) : Task<IdentifyGeometryEditorResult>
  • LocationToScreen(MapPoint location) : Nullable<Point>
  • ScreenToLocation(Point screenPoint) : MapPoint
  • SetMapViewController(MapView mapView, MapViewController value)
  • SetViewpointAsync(Viewpoint viewpoint, TimeSpan duration, AnimationCurve animationCurve) : Task<Boolean>
  • SetViewpointCenterAsync(MapPoint center) : Task<Boolean>
  • SetViewpointCenterAsync(MapPoint center, double scale) : Task<Boolean>
  • SetViewpointCenterAsync(double latitude, double longitude, double scale) : Task<Boolean>
  • SetViewpointCenterAsync(double x, double y) : Task<Boolean>
  • SetViewpointGeometryAsync(Geometry geometry) : Task<Boolean>
  • SetViewpointGeometryAsync(Geometry geometry, double padding) : Task<Boolean>
  • SetViewpointRotationAsync(double rotation) : Task<Boolean>
  • SetViewpointScaleAsync(double scale) : Task<Boolean>

Fields

  • MapViewControllerProperty : DependencyProperty

Esri.ArcGISRuntime.Toolkit.UI.Controls

FeatureFormView

Properties

  • CurrentFeatureForm { get; } : FeatureForm
  • DiscardEditsCommand { get; } : ICommand
  • ErrorsVisibility { get; set; } : ValidationErrorVisibility
  • FinishEditingCommand { get; } : ICommand
  • IsNavigationEnabled { get; set; } : bool

Methods

  • FinishEditingAsync(bool requireAllErrorsResolved) : Task<Boolean>
  • ScrollTo(FormElement element)
  • ScrollToFirstError() : bool

Fields

  • ErrorsVisibilityProperty : DependencyProperty
  • IsNavigationEnabledProperty : DependencyProperty
LocatorSearchSource

Methods

  • OnPropertyChanged(string propertyName)

Events

  • PropertyChanged : PropertyChangedEventHandler
ScaleLineAutomationPeer : FrameworkElementAutomationPeer

Properties

  • IsReadOnly { get; } : bool
  • Value { get; } : string

Methods

  • SetValue(string value)
ValidationErrorVisibility : System.Int32
  • Visible = 0
  • Automatic = 1

Esri.ArcGISRuntime.UI.Controls

MapView

Methods

Esri.ArcGISRuntime.UI.Editing

GeometryEditor

Properties

Methods

  • CancelCurrentAction()

Events

GeometryEditorElement
Implements IGeometryEditorHoverable
GeometryEditorGrowEffect

Constructors

  • GeometryEditorGrowEffect()

Properties

  • ApplyToMidVertices { get; set; } : bool
  • ApplyToVertices { get; set; } : bool
GeometryEditorStyle

Properties

HoveredElementChangedEventArgs : EventArgs

Properties

IGeometryEditorHoverable
PickedUpElementChangedEventArgs : EventArgs

Properties

ProgrammaticReticleTool : ReticleTool

Constructors

  • ProgrammaticReticleTool()

Properties

  • VertexCreationPreviewEnabled { get; set; } : bool

Methods

  • PickUpSelectedElement()
  • PlaceElementAtReticle()
  • SelectElementAtReticle() : bool
ReticleTool : GeometryEditorTool

Properties

ReticleVertexTool : GeometryEditorToolReticleTool

Properties

  • Reticle { get; set; } : GeometryEditorReticle

Esri.ArcGISRuntime.UtilityNetworks

UtilityAssociationResult

Properties

  • Title { get; } : string
UtilityNetwork

Constructors

  • UtilityNetwork(ServiceGeodatabase serviceGeodatabase)
  • UtilityNetwork(Uri uri)
  • UtilityNetwork(Uri uri, Map map)

Methods


Command line:
dotnet tool install --global dotMorten.OmdGenerator
generateomd C:\Users\mort5161\.dotnet\tools\.store\dotmorten.omdgenerator\1.5.2\dotmorten.omdgenerator\1.5.2\tools\net6.0\any\generateomd.dll -nuget=Esri.ArcGISRuntime:200.8.0;Esri.ArcGISRuntime.WPF:200.8.0;Esri.ArcGISRuntime.Maui:200.8.0;Esri.ArcGISRuntime.Hydrography:200.8.0;Esri.ArcGISRuntime.Toolkit.WPF:200.8.0;Esri.ArcGISRuntime.Toolkit.MAUI:200.8.0 -compareNuget=Esri.ArcGISRuntime:200.7.0;Esri.ArcGISRuntime.WPF:200.7.0;Esri.ArcGISRuntime.Maui:200.7.0;Esri.ArcGISRuntime.Hydrography:200.7.0;Esri.ArcGISRuntime.Toolkit.WPF:200.7.0;Esri.ArcGISRuntime.Toolkit.MAUI:200.7.0 -tfm=net9.0-windows10.0.19041.0 -output Esri.ArcGISRuntime_200.7.0_vs_200.8.0.html



Generated with .NET Object Model Diagram Generator