Method Create
Create(String, String, SpatialReference)
Creates a mosaic dataset raster with the specified database path, name, and the desired spatial reference.
Declaration
public static MosaicDatasetRaster Create(string path, string name, SpatialReference spatialReference)
Parameters
Type | Name | Description |
---|---|---|
System.String | path | Path of the SQLite file to be created that will contain the mosaic dataset raster. |
System.String | name | Name of the mosaic dataset raster to be created. |
SpatialReference | spatialReference | The spatial reference of the mosaic dataset raster to be created. |
Returns
Type | Description |
---|---|
MosaicDatasetRaster | A mosaic dataset |
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET Standard 2.0 | 100.3 - 200.5 |
.NET | 100.13 - 200.5 |
.NET Windows | 100.13 - 200.5 |
.NET Android | 200.0 - 200.5 |
.NET iOS | 200.0 - 200.5 |
.NET Framework | 100.0 - 200.5 |
Xamarin.Android | 100.0 - 100.15 |
Xamarin.iOS | 100.0 - 100.15 |
UWP | 100.0 - 200.5 |
Create(Geodatabase, String, SpatialReference)
Creates a mosaic dataset raster with input geodatabase, name, and the desired spatial reference.
Declaration
public static MosaicDatasetRaster Create(Geodatabase geodatabase, string name, SpatialReference spatialReference)
Parameters
Type | Name | Description |
---|---|---|
Geodatabase | geodatabase | The geodatabase. |
System.String | name | Name of the mosaic dataset raster to be created. |
SpatialReference | spatialReference | The spatial reference of the mosaic dataset raster to be created. |
Returns
Type | Description |
---|---|
MosaicDatasetRaster | A mosaic dataset |
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET Standard 2.0 | 100.3 - 200.5 |
.NET | 100.13 - 200.5 |
.NET Windows | 100.13 - 200.5 |
.NET Android | 200.0 - 200.5 |
.NET iOS | 200.0 - 200.5 |
.NET Framework | 100.0 - 200.5 |
Xamarin.Android | 100.0 - 100.15 |
Xamarin.iOS | 100.0 - 100.15 |
UWP | 100.0 - 200.5 |