Method CreateDefaultGenerateGeodatabaseParametersAsync
CreateDefaultGenerateGeodatabaseParametersAsync(Envelope)
Creates default parameters for a generate geodatabase.
Declaration
public Task<GenerateGeodatabaseParameters> CreateDefaultGenerateGeodatabaseParametersAsync(Envelope extent)
Parameters
Type | Name | Description |
---|---|---|
Envelope | extent | The extent of the data to be included in the generated geodatabase. |
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task<GenerateGeodatabaseParameters> | A task that represents the asynchronous create default generate geodatabase parameters operation. The value of the TResult parameter is the GenerateGeodatabaseParameters. |
Remarks
This will populate the parameters with values matching what the service supports. For example if the service does not
support Layer then Geodatabase will be used and all layers from the service will be included.
The extent
will be the service's full extent. Attachments are included by default. The output
SpatialReference is defined by the spatial reference of the provided extent.
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET Standard 2.0 | 100.3 - 100.15 |
.NET 6.0 | 100.13 - 100.15 |
.NET 6.0 Windows | 100.13 - 100.15 |
.NET Framework | 100.0 - 100.15 |
.NET 5 | 100.10 - 100.12 |
.NET Core 3.1 | 100.7 - 100.12 |
Xamarin.Android | 100.0 - 100.15 |
Xamarin.iOS | 100.0 - 100.15 |
UWP | 100.0 - 100.15 |
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.