Method GenerateGeodatabase
GenerateGeodatabase(GenerateGeodatabaseParameters, string)
Returns a job to generate and download a geodatabase from an ArcGIS feature service.
Declaration
public GenerateGeodatabaseJob GenerateGeodatabase(GenerateGeodatabaseParameters parameters, string pathToGeodatabaseFile)
Parameters
| Type | Name | Description |
|---|---|---|
| GenerateGeodatabaseParameters | parameters | The parameters for generate geodatabase. |
| string | pathToGeodatabaseFile | A path including a new filename where the downloaded geodatabase is written to. |
Returns
| Type | Description |
|---|---|
| GenerateGeodatabaseJob | Returns a job to generate a geodatabase into the specified filename. The filenames should end in .geodatabase. |
Remarks
If the ServiceCurveGeometryMode is set to 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 IsTrueCurveClient set to
true.
See Also
Applies to
Platforms and versions
| Target | Versions |
|---|---|
| .NET Standard 2.0 | 100.3 - 200.8 |
| .NET | 100.13 - 300.0 |
| .NET Windows | 100.13 - 300.0 |
| .NET Android | 200.0 - 300.0 |
| .NET iOS | 200.0 - 300.0 |
| .NET Framework | 100.0 - 200.8 |
| Xamarin.Android | 100.0 - 100.15 |
| Xamarin.iOS | 100.0 - 100.15 |
| UWP | 100.0 - 200.8 |
Relevant samples
Edit and sync features: Synchronize offline edits with a feature service.
Generate geodatabase: Generate a local geodatabase from an online feature service.
Geodatabase transactions: Use transactions to manage how changes are committed to a geodatabase.