Class OfflineMapUpdateCapabilities


  • public final class OfflineMapUpdateCapabilities
    extends java.lang.Object
    Describes supported methods for obtaining updates for an offline map.
    Since:
    100.6.0
    See Also:
    PreplannedMapArea.getUpdateCapabilities()
    • Method Detail

      • isSupportsScheduledUpdatesForFeatures

        public boolean isSupportsScheduledUpdatesForFeatures()
        Indicates whether an offline map supports downloading of read-only scheduled update packages.

        If this property is true, updates are generated whenever the online map area is refreshed; for example, according to its update schedule.

        Updates are prepared once and cached for download by all users of the offline map area. Sharing a single set of cached updates, rather than performing individual sync operations, reduces the load on the back-end services. This approach is scalable for large deployments. As updates are only downloaded, this approach can only be used with read-only workflows. The updates reflect a snapshot of the feature data at the time the online map area was refreshed. It does not reflect the most up-to-date feature data. For this approach the web map author must configure the online map to perform scheduled updates.

        If this property is false, no updates will be available for download.

        Returns:
        whether an offline map supports downloading of read-only scheduled update packages
        Since:
        100.6.0
      • isSupportsSyncWithFeatureServices

        public boolean isSupportsSyncWithFeatureServices()
        Indicates whether an offline map references feature services which are sync enabled.
        Returns:
        true if the offline map references feature services which are sync enabled, false if it doesn't
        Since:
        100.6.0