Module com.esri.arcgisruntime
Package com.esri.arcgisruntime.tasks.geodatabase
package com.esri.arcgisruntime.tasks.geodatabase
Contains classes to download and synchronize geodatabases from ArcGIS services to the local device. Helps provide
offline mapping workflows, including editing and synchronizing edits back to the server.
- Since:
- 100.0.0
-
ClassDescriptionA Job that requests a feature service to generate a geodatabase file to be downloaded for off-line use.Represents parameters that are used with
GeodatabaseSyncTask.generateGeodatabase(GenerateGeodatabaseParameters, String)
to generate sync-enabled geodatabases from supporting ArcGIS feature services.Specifies the direction to synchronize attachments when a geodatabase is synchronized against its originating service.Used in conjunction withGenerateGeodatabaseParameters
to refine what layers or tables are included and allows filtering of features within these layers or tables.Control which features for a layer or table are copied from the server when creating a geodatabase.Represents the delta files created to synchronize changes to aGeodatabase
.A task to generate and synchronize a mobile geodatabase with a sync-enabled ArcGIS feature service.A Job that synchronizes changes between a local geodatabase and an ArcGIS feature service.Represents parameters that are used withGeodatabaseSyncTask.syncGeodatabase(SyncGeodatabaseParameters, Geodatabase)
to synchronize geodatabases.Signifies the geodatabase synchronization direction.Used in conjunction withSyncGeodatabaseParameters
to refine the direction of sync on a per layer basis when usingGeodatabaseSyncTask.syncGeodatabase(SyncGeodatabaseParameters, com.esri.arcgisruntime.data.Geodatabase)
.Represents the result of a synchronize operation from aSyncGeodatabaseJob
for a single table in a geodatabase initiated byGeodatabaseSyncTask.syncGeodatabase(SyncGeodatabaseParameters, Geodatabase)
.The different modes for generation and synchronization of utility networks as part of a geodatabase sync task.