Show / Hide Table of Contents

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
TargetVersions
.NET Standard 2.0100.3 - 200.8
.NET100.13 - 200.8
.NET Windows100.13 - 200.8
.NET Android200.0 - 200.8
.NET iOS200.0 - 200.8
.NET Framework100.0 - 200.8
Xamarin.Android100.0 - 100.15
Xamarin.iOS100.0 - 100.15
UWP100.0 - 200.8

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
TargetVersions
.NET Standard 2.0100.3 - 200.8
.NET100.13 - 200.8
.NET Windows100.13 - 200.8
.NET Android200.0 - 200.8
.NET iOS200.0 - 200.8
.NET Framework100.0 - 200.8
Xamarin.Android100.0 - 100.15
Xamarin.iOS100.0 - 100.15
UWP100.0 - 200.8
In This Article
Back to top Copyright © 2022 Esri.