create Generate Geodatabase Job
fun createGenerateGeodatabaseJob(parameters: GenerateGeodatabaseParameters, pathToGeodatabaseFile: String): GenerateGeodatabaseJob
Returns a job to generate and download a geodatabase from an ArcGIS feature service. If the ArcGISEnvironment.serviceCurveGeometryMode is set to ServiceCurveGeometryMode.TrueCurveClient the generated geodatabase will include true curve geometries.
Additionally, if the result is a sync-enabled geodatabase and the feature service supports preserving true curves in geodatabase replicas the generated geodatabase will have Geodatabase.isTrueCurveClient set to true.
Return
a job to generate a geodatabase into the specified filename. The filenames should end in .geodatabase.
Since
200.1.0
Parameters
parameters
The parameters for generate geodatabase.
path To Geodatabase File
a path including a new filename where the downloaded geodatabase is written to.