Class GenerateGeodatabaseJob

    • Method Detail

      • getResult

        public Geodatabase getResult()
        For a successfully completed job, the result returns the local geodatabase.

        If the job is in progress, then a null result is returned until the job successfully completes. The returned geodatabase is in a not loaded state; use Geodatabase.loadAsync() to load it.

        A geodatabase downloaded in this way can contain features, annotation and dimensions that are accessed with the list returned by Geodatabase.getGeodatabaseFeatureTables(), Geodatabase.getGeodatabaseAnnotationTables(), and Geodatabase.getGeodatabaseDimensionTables() collections, respectively.

        Specified by:
        getResult in class Job
        Returns:
        a Geodatabase once the job has completed successfully, otherwise null
        Since:
        100.0.0
        See Also:
        Geodatabase