Class ExportVectorTilesJob

    • Method Detail

      • getResult

        public ExportVectorTilesResult getResult()
        Returns an ExportVectorTilesResult object once the job has completed successfully.
        Specified by:
        getResult in class Job
        Returns:
        an ExportVectorTilesResult object once the job has completed successfully, otherwise null
        Since:
        100.2.0
      • getItemResourceCachePath

        public java.lang.String getItemResourceCachePath()
        Gets the path that the downloaded item resource cache is saved to. If this job was created with ExportVectorTilesTask.exportVectorTiles(ExportVectorTilesParameters, String), this will be an empty string.
        Returns:
        the path to download item resource cache, or empty string if it is not available
        Since:
        100.2.0
      • getVectorTileCachePath

        public java.lang.String getVectorTileCachePath()
        Gets the path that the downloaded vector tile cache is saved to.
        Returns:
        the path to download vector tile cache, or empty string if it is not available
        Since:
        100.2.0
      • getParameters

        public ExportVectorTilesParameters getParameters()
        Gets the export vector tile parameters used in the job.
        Returns:
        the export vector tile parameters
        Since:
        100.2.0