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
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
HelperServices.Analysis Property
Analysis service for spatial analysis tasks
public dymaptic.GeoBlazor.Core.Model.UrlService? Analysis { get; set; }
Property Value
HelperServices.AnalysisModels Property
Service for analysis models
public dymaptic.GeoBlazor.Core.Model.UrlService? AnalysisModels { get; set; }
Property Value
HelperServices.AsyncClosestFacility Property
Asynchronous closest facility routing service
public dymaptic.GeoBlazor.Core.Model.AsyncRoutingService? AsyncClosestFacility { get; set; }
Property Value
HelperServices.AsyncFleetRouting Property
Asynchronous fleet routing service
public dymaptic.GeoBlazor.Core.Model.AsyncFleetRouting? AsyncFleetRouting { get; set; }
Property Value
HelperServices.AsyncGeocode Property
Asynchronous geocoding service
public dymaptic.GeoBlazor.Core.Model.UrlService? AsyncGeocode { get; set; }
Property Value
HelperServices.AsyncLocationAllocation Property
Asynchronous location allocation service
public dymaptic.GeoBlazor.Core.Model.AsyncRoutingService? AsyncLocationAllocation { get; set; }
Property Value
HelperServices.AsyncODCostMatrix Property
Asynchronous origin-destination cost matrix service
public dymaptic.GeoBlazor.Core.Model.AsyncRoutingService? AsyncODCostMatrix { get; set; }
Property Value
HelperServices.AsyncPrintTask Property
Asynchronous print task service
public dymaptic.GeoBlazor.Core.Model.AsyncPrintTask? AsyncPrintTask { get; set; }
Property Value
HelperServices.AsyncRoute Property
Asynchronous route service
public dymaptic.GeoBlazor.Core.Model.AsyncRoutingService? AsyncRoute { get; set; }
Property Value
HelperServices.AsyncServiceArea Property
Asynchronous service area calculation service
public dymaptic.GeoBlazor.Core.Model.AsyncRoutingService? AsyncServiceArea { get; set; }
Property Value
HelperServices.AsyncVRP Property
Asynchronous vehicle routing problem service
public dymaptic.GeoBlazor.Core.Model.AsyncRoutingService? AsyncVRP { get; set; }
Property Value
HelperServices.ClosestFacility Property
Synchronous closest facility routing service
public dymaptic.GeoBlazor.Core.Model.RoutingService? ClosestFacility { get; set; }
Property Value
HelperServices.CreditEstimation Property
Service for estimating credits for operations
public dymaptic.GeoBlazor.Core.Model.UrlService? CreditEstimation { get; set; }
Property Value
HelperServices.DashboardsUtility Property
Service for working with dashboards
public dymaptic.GeoBlazor.Core.Model.UrlService? DashboardsUtility { get; set; }
Property Value
HelperServices.DataPipelines Property
Service for data pipeline operations
public dymaptic.GeoBlazor.Core.Model.UrlService? DataPipelines { get; set; }
Property Value
HelperServices.DatastoreManagement Property
Service for managing datastores
public dymaptic.GeoBlazor.Core.Model.UrlService? DatastoreManagement { get; set; }
Property Value
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
HelperServices.ElevationSync Property
Synchronous elevation service
public dymaptic.GeoBlazor.Core.Model.UrlService? ElevationSync { get; set; }
Property Value
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
HelperServices.Geometry Property
Geometry service for spatial operations
public dymaptic.GeoBlazor.Core.Model.UrlService? Geometry { get; set; }
Property Value
HelperServices.Hydrology Property
Hydrology service for water-related analysis
public dymaptic.GeoBlazor.Core.Model.UrlService? Hydrology { get; set; }
Property Value
HelperServices.LayoutInfoTask Property
Service for layout information tasks
public dymaptic.GeoBlazor.Core.Model.UrlService? LayoutInfoTask { get; set; }
Property Value
HelperServices.LocationTracking Property
Service for tracking locations
public dymaptic.GeoBlazor.Core.Model.UrlService? LocationTracking { get; set; }
Property Value
HelperServices.OdCostMatrix Property
Origin-destination cost matrix service
public dymaptic.GeoBlazor.Core.Model.RoutingService? OdCostMatrix { get; set; }
Property Value
HelperServices.OrthomappingElevation Property
Orthomapping elevation service
public dymaptic.GeoBlazor.Core.Model.UrlService? OrthomappingElevation { get; set; }
Property Value
HelperServices.Packaging Property
Service for packaging maps and data for offline use
public dymaptic.GeoBlazor.Core.Model.PackagingService? Packaging { get; set; }
Property Value
HelperServices.PrintTask Property
Print task service for creating printable maps
public dymaptic.GeoBlazor.Core.Model.PrintTaskService? PrintTask { get; set; }
Property Value
HelperServices.RasterAnalytics Property
Service for raster analysis operations
public dymaptic.GeoBlazor.Core.Model.UrlService? RasterAnalytics { get; set; }
Property Value
HelperServices.RasterUtilities Property
Utilities for raster operations
public dymaptic.GeoBlazor.Core.Model.UrlService? RasterUtilities { get; set; }
Property Value
HelperServices.Route Property
Route service for calculating paths between locations
public dymaptic.GeoBlazor.Core.Model.RoutingService? Route { get; set; }
Property Value
HelperServices.RoutingUtilities Property
Utilities for routing operations
public dymaptic.GeoBlazor.Core.Model.UrlService? RoutingUtilities { get; set; }
Property Value
HelperServices.ServiceArea Property
Service area calculation service
public dymaptic.GeoBlazor.Core.Model.RoutingService? ServiceArea { get; set; }
Property Value
HelperServices.SnapToRoads Property
Service for snapping points to roads
public dymaptic.GeoBlazor.Core.Model.RoutingService? SnapToRoads { get; set; }
Property Value
HelperServices.Symbols Property
Symbol server for accessing map symbols
public dymaptic.GeoBlazor.Core.Model.UrlService? Symbols { get; set; }
Property Value
HelperServices.SyncVRP Property
Synchronous vehicle routing problem service
public dymaptic.GeoBlazor.Core.Model.RoutingService? SyncVRP { get; set; }
Property Value
HelperServices.Traffic Property
Traffic information service
public dymaptic.GeoBlazor.Core.Model.UrlService? Traffic { get; set; }
Property Value
HelperServices.TrafficData Property
Traffic data service
public dymaptic.GeoBlazor.Core.Model.UrlService? TrafficData { get; set; }
Property Value
HelperServices.WorkflowManager Property
Workflow manager service
public dymaptic.GeoBlazor.Core.Model.UrlService? WorkflowManager { get; set; }