dymaptic.GeoBlazor.Core

dymaptic.GeoBlazor.Core.Model

HelperServices Class

Provides access to various ArcGIS helper services and endpoints

public class HelperServices :
System.IEquatable<dymaptic.GeoBlazor.Core.Model.HelperServices>

Inheritance System.Object 🡒 HelperServices

Implements System.IEquatable<HelperServices>

Constructors

HelperServices() Constructor

public HelperServices();

Properties

HelperServices.AiAssistantServices Property

AI assistant services for various natural language processing tasks

public dymaptic.GeoBlazor.Core.Model.AiAssistantServices? AiAssistantServices { get; set; }

Property Value

AiAssistantServices

HelperServices.AiUtilityServices Property

Utility services for AI-related operations like translation and text extraction

public dymaptic.GeoBlazor.Core.Model.AiUtilityServices? AiUtilityServices { get; set; }

Property Value

AiUtilityServices

HelperServices.Analysis Property

Analysis service for spatial analysis tasks

public dymaptic.GeoBlazor.Core.Model.UrlService? Analysis { get; set; }

Property Value

UrlService

HelperServices.AnalysisModels Property

Service for analysis models

public dymaptic.GeoBlazor.Core.Model.UrlService? AnalysisModels { get; set; }

Property Value

UrlService

HelperServices.AsyncClosestFacility Property

Asynchronous closest facility routing service

public dymaptic.GeoBlazor.Core.Model.AsyncRoutingService? AsyncClosestFacility { get; set; }

Property Value

AsyncRoutingService

HelperServices.AsyncFleetRouting Property

Asynchronous fleet routing service

public dymaptic.GeoBlazor.Core.Model.AsyncFleetRouting? AsyncFleetRouting { get; set; }

Property Value

AsyncFleetRouting

HelperServices.AsyncGeocode Property

Asynchronous geocoding service

public dymaptic.GeoBlazor.Core.Model.UrlService? AsyncGeocode { get; set; }

Property Value

UrlService

HelperServices.AsyncLocationAllocation Property

Asynchronous location allocation service

public dymaptic.GeoBlazor.Core.Model.AsyncRoutingService? AsyncLocationAllocation { get; set; }

Property Value

AsyncRoutingService

HelperServices.AsyncODCostMatrix Property

Asynchronous origin-destination cost matrix service

public dymaptic.GeoBlazor.Core.Model.AsyncRoutingService? AsyncODCostMatrix { get; set; }

Property Value

AsyncRoutingService

HelperServices.AsyncPrintTask Property

Asynchronous print task service

public dymaptic.GeoBlazor.Core.Model.AsyncPrintTask? AsyncPrintTask { get; set; }

Property Value

AsyncPrintTask

HelperServices.AsyncRoute Property

Asynchronous route service

public dymaptic.GeoBlazor.Core.Model.AsyncRoutingService? AsyncRoute { get; set; }

Property Value

AsyncRoutingService

HelperServices.AsyncServiceArea Property

Asynchronous service area calculation service

public dymaptic.GeoBlazor.Core.Model.AsyncRoutingService? AsyncServiceArea { get; set; }

Property Value

AsyncRoutingService

HelperServices.AsyncVRP Property

Asynchronous vehicle routing problem service

public dymaptic.GeoBlazor.Core.Model.AsyncRoutingService? AsyncVRP { get; set; }

Property Value

AsyncRoutingService

HelperServices.ClosestFacility Property

Synchronous closest facility routing service

public dymaptic.GeoBlazor.Core.Model.RoutingService? ClosestFacility { get; set; }

Property Value

RoutingService

HelperServices.CreditEstimation Property

Service for estimating credits for operations

public dymaptic.GeoBlazor.Core.Model.UrlService? CreditEstimation { get; set; }

Property Value

UrlService

HelperServices.DashboardsUtility Property

Service for working with dashboards

public dymaptic.GeoBlazor.Core.Model.UrlService? DashboardsUtility { get; set; }

Property Value

UrlService

HelperServices.DataPipelines Property

Service for data pipeline operations

public dymaptic.GeoBlazor.Core.Model.UrlService? DataPipelines { get; set; }

Property Value

UrlService

HelperServices.DatastoreManagement Property

Service for managing datastores

public dymaptic.GeoBlazor.Core.Model.UrlService? DatastoreManagement { get; set; }

Property Value

UrlService

HelperServices.DefaultElevationLayers Property

Collection of default elevation layers

public System.Collections.Generic.IReadOnlyCollection<dymaptic.GeoBlazor.Core.Model.ElevationLayerService>? DefaultElevationLayers { get; set; }

Property Value

System.Collections.Generic.IReadOnlyCollection<ElevationLayerService>

HelperServices.Elevation Property

Elevation service

public dymaptic.GeoBlazor.Core.Model.UrlService? Elevation { get; set; }

Property Value

UrlService

HelperServices.ElevationSync Property

Synchronous elevation service

public dymaptic.GeoBlazor.Core.Model.UrlService? ElevationSync { get; set; }

Property Value

UrlService

HelperServices.Geocode Property

Collection of geocode services

public System.Collections.Generic.IReadOnlyCollection<dymaptic.GeoBlazor.Core.Model.GeocodeService>? Geocode { get; set; }

Property Value

System.Collections.Generic.IReadOnlyCollection<GeocodeService>

HelperServices.Geoenrichment Property

Geoenrichment service for adding demographic data

public dymaptic.GeoBlazor.Core.Model.UrlService? Geoenrichment { get; set; }

Property Value

UrlService

HelperServices.Geometry Property

Geometry service for spatial operations

public dymaptic.GeoBlazor.Core.Model.UrlService? Geometry { get; set; }

Property Value

UrlService

HelperServices.Hydrology Property

Hydrology service for water-related analysis

public dymaptic.GeoBlazor.Core.Model.UrlService? Hydrology { get; set; }

Property Value

UrlService

HelperServices.LayoutInfoTask Property

Service for layout information tasks

public dymaptic.GeoBlazor.Core.Model.UrlService? LayoutInfoTask { get; set; }

Property Value

UrlService

HelperServices.LocationTracking Property

Service for tracking locations

public dymaptic.GeoBlazor.Core.Model.UrlService? LocationTracking { get; set; }

Property Value

UrlService

HelperServices.OdCostMatrix Property

Origin-destination cost matrix service

public dymaptic.GeoBlazor.Core.Model.RoutingService? OdCostMatrix { get; set; }

Property Value

RoutingService

HelperServices.OrthomappingElevation Property

Orthomapping elevation service

public dymaptic.GeoBlazor.Core.Model.UrlService? OrthomappingElevation { get; set; }

Property Value

UrlService

HelperServices.Packaging Property

Service for packaging maps and data for offline use

public dymaptic.GeoBlazor.Core.Model.PackagingService? Packaging { get; set; }

Property Value

PackagingService

HelperServices.PrintTask Property

Print task service for creating printable maps

public dymaptic.GeoBlazor.Core.Model.PrintTaskService? PrintTask { get; set; }

Property Value

PrintTaskService

HelperServices.RasterAnalytics Property

Service for raster analysis operations

public dymaptic.GeoBlazor.Core.Model.UrlService? RasterAnalytics { get; set; }

Property Value

UrlService

HelperServices.RasterUtilities Property

Utilities for raster operations

public dymaptic.GeoBlazor.Core.Model.UrlService? RasterUtilities { get; set; }

Property Value

UrlService

HelperServices.Route Property

Route service for calculating paths between locations

public dymaptic.GeoBlazor.Core.Model.RoutingService? Route { get; set; }

Property Value

RoutingService

HelperServices.RoutingUtilities Property

Utilities for routing operations

public dymaptic.GeoBlazor.Core.Model.UrlService? RoutingUtilities { get; set; }

Property Value

UrlService

HelperServices.ServiceArea Property

Service area calculation service

public dymaptic.GeoBlazor.Core.Model.RoutingService? ServiceArea { get; set; }

Property Value

RoutingService

HelperServices.SnapToRoads Property

Service for snapping points to roads

public dymaptic.GeoBlazor.Core.Model.RoutingService? SnapToRoads { get; set; }

Property Value

RoutingService

HelperServices.Symbols Property

Symbol server for accessing map symbols

public dymaptic.GeoBlazor.Core.Model.UrlService? Symbols { get; set; }

Property Value

UrlService

HelperServices.SyncVRP Property

Synchronous vehicle routing problem service

public dymaptic.GeoBlazor.Core.Model.RoutingService? SyncVRP { get; set; }

Property Value

RoutingService

HelperServices.Traffic Property

Traffic information service

public dymaptic.GeoBlazor.Core.Model.UrlService? Traffic { get; set; }

Property Value

UrlService

HelperServices.TrafficData Property

Traffic data service

public dymaptic.GeoBlazor.Core.Model.UrlService? TrafficData { get; set; }

Property Value

UrlService

HelperServices.WorkflowManager Property

Workflow manager service

public dymaptic.GeoBlazor.Core.Model.UrlService? WorkflowManager { get; set; }

Property Value

UrlService