GeoBlazor Pro

dymaptic.GeoBlazor.Pro

dymaptic.GeoBlazor.Pro.Options

WCSLayerSaveAsOptions Class

public class WCSLayerSaveAsOptions :
System.IEquatable<dymaptic.GeoBlazor.Pro.Options.WCSLayerSaveAsOptions>

Inheritance System.Object 🡒 WCSLayerSaveAsOptions

Implements System.IEquatable<WCSLayerSaveAsOptions>

Constructors

WCSLayerSaveAsOptions(PortalFolder, Nullable) Constructor

public WCSLayerSaveAsOptions(dymaptic.GeoBlazor.Core.Components.PortalFolder? Folder=null, System.Nullable<bool> IgnoreUnsupported=null);

Parameters

Folder dymaptic.GeoBlazor.Core.Components.PortalFolder

IgnoreUnsupported System.Nullable<System.Boolean>

Properties

WCSLayerSaveAsOptions.Folder Property

public dymaptic.GeoBlazor.Core.Components.PortalFolder? Folder { get; set; }

Property Value

dymaptic.GeoBlazor.Core.Components.PortalFolder

WCSLayerSaveAsOptions.IgnoreUnsupported Property

public System.Nullable<bool> IgnoreUnsupported { get; set; }

Property Value

System.Nullable<System.Boolean>