Class GenerateOfflineMapJob

    • Method Detail

      • getDownloadDirectoryPath

        public java.lang.String getDownloadDirectoryPath()
        Gets the download directory path used by this job. This is the folder in which the resultant mobile map package is stored.

        As the job also returns a mobile map package, the same path can be used to instantiate the MobileMapPackage.

        Returns:
        the download directory path used by this job
        Since:
        100.1.0
      • getOnlineMap

        public ArcGISMap getOnlineMap()
        Gets the online map used by this job.
        Returns:
        the online map used by this job
        Since:
        100.1.0
      • getParameters

        public GenerateOfflineMapParameters getParameters()
        Gets the parameters used by this job.
        Returns:
        the parameters used by this job
        Since:
        100.1.0
      • getParameterOverrides

        public GenerateOfflineMapParameterOverrides getParameterOverrides()
        Gets the parameter overrides used by this job.
        Returns:
        the parameter overrides, or null if none
        Since:
        100.4.0