dymaptic.GeoBlazor.Core

dymaptic.GeoBlazor.Core.Model

WebsceneInitialViewProperties Class

Represents the initial viewing state of the WebScene when displayed in a SceneView. ArcGIS Maps SDK for JavaScript

public record WebsceneInitialViewProperties : System.IEquatable<dymaptic.GeoBlazor.Core.Model.WebsceneInitialViewProperties>

Inheritance System.Object 🡒 WebsceneInitialViewProperties

Implements System.IEquatable<WebsceneInitialViewProperties>

Constructors

WebsceneInitialViewProperties(IEnvironment, SpatialReference, TimeExtent, Nullable, Viewpoint, IReadOnlyCollection) Constructor

Represents the initial viewing state of the WebScene when displayed in a SceneView. ArcGIS Maps SDK for JavaScript

public WebsceneInitialViewProperties(dymaptic.GeoBlazor.Core.Interfaces.IEnvironment? Environment=null, dymaptic.GeoBlazor.Core.Components.SpatialReference? SpatialReference=null, dymaptic.GeoBlazor.Core.Components.TimeExtent? TimeExtent=null, System.Nullable<dymaptic.GeoBlazor.Core.Enums.ViewingMode> ViewingMode=null, dymaptic.GeoBlazor.Core.Components.Viewpoint? Viewpoint=null, System.Collections.Generic.IReadOnlyCollection<dymaptic.GeoBlazor.Core.Interfaces.ISliceAnalysis>? Analyses=null);

Parameters

Environment IEnvironment

The initial environment settings of the WebScene. ArcGIS Maps SDK for JavaScript

SpatialReference SpatialReference

The spatial reference of the WebScene. ArcGIS Maps SDK for JavaScript

TimeExtent TimeExtent

The initial time extent of the WebScene. ArcGIS Maps SDK for JavaScript

ViewingMode System.Nullable<ViewingMode>

The viewing mode of the scene. default "global" ArcGIS Maps SDK for JavaScript

Viewpoint Viewpoint

The initial viewpoint of the WebScene. ArcGIS Maps SDK for JavaScript

Analyses System.Collections.Generic.IReadOnlyCollection<ISliceAnalysis>

List of initial analyses. ArcGIS Maps SDK for JavaScript

Properties

WebsceneInitialViewProperties.Analyses Property

List of initial analyses. ArcGIS Maps SDK for JavaScript

public System.Collections.Generic.IReadOnlyCollection<dymaptic.GeoBlazor.Core.Interfaces.ISliceAnalysis>? Analyses { get; init; }

Property Value

System.Collections.Generic.IReadOnlyCollection<ISliceAnalysis>

WebsceneInitialViewProperties.Environment Property

The initial environment settings of the WebScene. ArcGIS Maps SDK for JavaScript

public dymaptic.GeoBlazor.Core.Interfaces.IEnvironment? Environment { get; init; }

Property Value

IEnvironment

WebsceneInitialViewProperties.SpatialReference Property

The spatial reference of the WebScene. ArcGIS Maps SDK for JavaScript

public dymaptic.GeoBlazor.Core.Components.SpatialReference? SpatialReference { get; init; }

Property Value

SpatialReference

WebsceneInitialViewProperties.TimeExtent Property

The initial time extent of the WebScene. ArcGIS Maps SDK for JavaScript

public dymaptic.GeoBlazor.Core.Components.TimeExtent? TimeExtent { get; init; }

Property Value

TimeExtent

WebsceneInitialViewProperties.ViewingMode Property

The viewing mode of the scene. default "global" ArcGIS Maps SDK for JavaScript

public System.Nullable<dymaptic.GeoBlazor.Core.Enums.ViewingMode> ViewingMode { get; init; }

Property Value

System.Nullable<ViewingMode>

WebsceneInitialViewProperties.Viewpoint Property

The initial viewpoint of the WebScene. ArcGIS Maps SDK for JavaScript

public dymaptic.GeoBlazor.Core.Components.Viewpoint? Viewpoint { get; init; }

Property Value

Viewpoint