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
-
Class Summary Class Description GenerateGeodatabaseJob A Job that requests a feature service to generate a geodatabase file to be downloaded for off-line use.GenerateGeodatabaseParameters Represents parameters that are used withGeodatabaseSyncTask.generateGeodatabase(GenerateGeodatabaseParameters, String)
to generate sync-enabled geodatabases from supporting ArcGIS feature services.GenerateLayerOption Used in conjunction withGenerateGeodatabaseParameters
to refine what layers or tables are included and allows filtering of features within these layers or tables.GeodatabaseDeltaInfo Represents the delta files created to synchronize changes to aGeodatabase
.GeodatabaseSyncTask A task that can be used to create, download, and synchronize a sync-enabled mobile geodatabase from a sync-enabled ArcGIS Feature service.SyncGeodatabaseJob A Job that synchronizes changes between a local geodatabase and an ArcGIS feature service.SyncGeodatabaseParameters Represents parameters that are used withGeodatabaseSyncTask.syncGeodatabase(SyncGeodatabaseParameters, Geodatabase)
to synchronize geodatabases.SyncLayerOption Used in conjunction withSyncGeodatabaseParameters
to refine the direction of sync on a per layer basis when usingGeodatabaseSyncTask.syncGeodatabase(SyncGeodatabaseParameters, com.esri.arcgisruntime.data.Geodatabase)
.SyncLayerResult Represents the result of a synchronize operation from aSyncGeodatabaseJob
for a single table in a geodatabase initiated byGeodatabaseSyncTask.syncGeodatabase(SyncGeodatabaseParameters, Geodatabase)
. -
Enum Summary Enum Description GenerateGeodatabaseParameters.AttachmentSyncDirection Specifies the direction to synchronize attachments when a geodatabase is synchronized against its originating service.GenerateLayerOption.QueryOption Control which features for a layer or table are copied from the server when creating a geodatabase.SyncGeodatabaseParameters.SyncDirection Signifies the geodatabase synchronization direction.UtilityNetworkSyncMode The different modes for generation and synchronization of utility networks as part of a geodatabase sync task.