dymaptic.GeoBlazor.Core

dymaptic.GeoBlazor.Core.Components

ArcGISImageServiceCapabilitiesMensuration Class

Describes mensuration operations supported by the ImageryLayer.
ArcGIS Maps SDK for JavaScript

public class ArcGISImageServiceCapabilitiesMensuration : dymaptic.GeoBlazor.Core.Components.MapComponent

Inheritance System.Object 🡒 Microsoft.AspNetCore.Components.ComponentBase 🡒 MapComponent 🡒 ArcGISImageServiceCapabilitiesMensuration

Constructors

ArcGISImageServiceCapabilitiesMensuration() Constructor

Parameterless constructor for use as a Razor Component.

public ArcGISImageServiceCapabilitiesMensuration();

ArcGISImageServiceCapabilitiesMensuration(Nullable, Nullable, Nullable, Nullable, Nullable, Nullable, Nullable) Constructor

Constructor for use in C# code. Use named parameters (e.g., item1: value1, item2: value2) to set properties in any order.

public ArcGISImageServiceCapabilitiesMensuration(System.Nullable<bool> supports3D=null, System.Nullable<bool> supportsAreaAndPerimeter=null, System.Nullable<bool> supportsDistanceAndAngle=null, System.Nullable<bool> supportsHeightFromBaseAndTop=null, System.Nullable<bool> supportsHeightFromBaseAndTopShadow=null, System.Nullable<bool> supportsHeightFromTopAndTopShadow=null, System.Nullable<bool> supportsPointOrCentroid=null);

Parameters

supports3D System.Nullable<System.Boolean>

Indicates if the layer supports 3D mensuration operations.
ArcGIS Maps SDK for JavaScript

supportsAreaAndPerimeter System.Nullable<System.Boolean>

Indicates if the layer supports area and perimeter mensuration operation.
ArcGIS Maps SDK for JavaScript

supportsDistanceAndAngle System.Nullable<System.Boolean>

Indicates if the layer supports distance and angle mensuration operation.
ArcGIS Maps SDK for JavaScript

supportsHeightFromBaseAndTop System.Nullable<System.Boolean>

Indicates if the layer supports a mensuration operation for calculating a height of a ground feature by measuring from the base of the object to the top of the object.
ArcGIS Maps SDK for JavaScript

supportsHeightFromBaseAndTopShadow System.Nullable<System.Boolean>

Indicates if the layer supports a mensuration operation for calculating a height of a feature by measuring from the base of the object to the top of the object’s shadow on the ground.
ArcGIS Maps SDK for JavaScript

supportsHeightFromTopAndTopShadow System.Nullable<System.Boolean>

Indicates if the layer supports mensuration operation for calculating a height from the top of the object to the top of the objects’s shadow on the ground.
ArcGIS Maps SDK for JavaScript

supportsPointOrCentroid System.Nullable<System.Boolean>

Indicates if the layer supports point or centroid mensuration operations.
ArcGIS Maps SDK for JavaScript

Properties

ArcGISImageServiceCapabilitiesMensuration.Supports3D Property

Indicates if the layer supports 3D mensuration operations.
ArcGIS Maps SDK for JavaScript

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

Property Value

System.Nullable<System.Boolean>

ArcGISImageServiceCapabilitiesMensuration.SupportsAreaAndPerimeter Property

Indicates if the layer supports area and perimeter mensuration operation.
ArcGIS Maps SDK for JavaScript

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

Property Value

System.Nullable<System.Boolean>

ArcGISImageServiceCapabilitiesMensuration.SupportsDistanceAndAngle Property

Indicates if the layer supports distance and angle mensuration operation.
ArcGIS Maps SDK for JavaScript

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

Property Value

System.Nullable<System.Boolean>

ArcGISImageServiceCapabilitiesMensuration.SupportsHeightFromBaseAndTop Property

Indicates if the layer supports a mensuration operation for calculating a height of a ground feature by measuring from the base of the object to the top of the object.
ArcGIS Maps SDK for JavaScript

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

Property Value

System.Nullable<System.Boolean>

ArcGISImageServiceCapabilitiesMensuration.SupportsHeightFromBaseAndTopShadow Property

Indicates if the layer supports a mensuration operation for calculating a height of a feature by measuring from the base of the object to the top of the object’s shadow on the ground.
ArcGIS Maps SDK for JavaScript

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

Property Value

System.Nullable<System.Boolean>

ArcGISImageServiceCapabilitiesMensuration.SupportsHeightFromTopAndTopShadow Property

Indicates if the layer supports mensuration operation for calculating a height from the top of the object to the top of the objects’s shadow on the ground.
ArcGIS Maps SDK for JavaScript

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

Property Value

System.Nullable<System.Boolean>

ArcGISImageServiceCapabilitiesMensuration.SupportsPointOrCentroid Property

Indicates if the layer supports point or centroid mensuration operations.
ArcGIS Maps SDK for JavaScript

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

Property Value

System.Nullable<System.Boolean>

Methods

ArcGISImageServiceCapabilitiesMensuration.GetSupports3D() Method

Asynchronously retrieve the current value of the Supports3D property.

public System.Threading.Tasks.Task<System.Nullable<bool>> GetSupports3D();

Returns

System.Threading.Tasks.Task<System.Nullable<System.Boolean>>

ArcGISImageServiceCapabilitiesMensuration.GetSupportsAreaAndPerimeter() Method

Asynchronously retrieve the current value of the SupportsAreaAndPerimeter property.

public System.Threading.Tasks.Task<System.Nullable<bool>> GetSupportsAreaAndPerimeter();

Returns

System.Threading.Tasks.Task<System.Nullable<System.Boolean>>

ArcGISImageServiceCapabilitiesMensuration.GetSupportsDistanceAndAngle() Method

Asynchronously retrieve the current value of the SupportsDistanceAndAngle property.

public System.Threading.Tasks.Task<System.Nullable<bool>> GetSupportsDistanceAndAngle();

Returns

System.Threading.Tasks.Task<System.Nullable<System.Boolean>>

ArcGISImageServiceCapabilitiesMensuration.GetSupportsHeightFromBaseAndTop() Method

Asynchronously retrieve the current value of the SupportsHeightFromBaseAndTop property.

public System.Threading.Tasks.Task<System.Nullable<bool>> GetSupportsHeightFromBaseAndTop();

Returns

System.Threading.Tasks.Task<System.Nullable<System.Boolean>>

ArcGISImageServiceCapabilitiesMensuration.GetSupportsHeightFromBaseAndTopShadow() Method

Asynchronously retrieve the current value of the SupportsHeightFromBaseAndTopShadow property.

public System.Threading.Tasks.Task<System.Nullable<bool>> GetSupportsHeightFromBaseAndTopShadow();

Returns

System.Threading.Tasks.Task<System.Nullable<System.Boolean>>

ArcGISImageServiceCapabilitiesMensuration.GetSupportsHeightFromTopAndTopShadow() Method

Asynchronously retrieve the current value of the SupportsHeightFromTopAndTopShadow property.

public System.Threading.Tasks.Task<System.Nullable<bool>> GetSupportsHeightFromTopAndTopShadow();

Returns

System.Threading.Tasks.Task<System.Nullable<System.Boolean>>

ArcGISImageServiceCapabilitiesMensuration.GetSupportsPointOrCentroid() Method

Asynchronously retrieve the current value of the SupportsPointOrCentroid property.

public System.Threading.Tasks.Task<System.Nullable<bool>> GetSupportsPointOrCentroid();

Returns

System.Threading.Tasks.Task<System.Nullable<System.Boolean>>

ArcGISImageServiceCapabilitiesMensuration.SetSupports3D(Nullable) Method

Asynchronously set the value of the Supports3D property after render.

public System.Threading.Tasks.Task SetSupports3D(System.Nullable<bool> value);

Parameters

value System.Nullable<System.Boolean>

The value to set.

Returns

System.Threading.Tasks.Task

ArcGISImageServiceCapabilitiesMensuration.SetSupportsAreaAndPerimeter(Nullable) Method

Asynchronously set the value of the SupportsAreaAndPerimeter property after render.

public System.Threading.Tasks.Task SetSupportsAreaAndPerimeter(System.Nullable<bool> value);

Parameters

value System.Nullable<System.Boolean>

The value to set.

Returns

System.Threading.Tasks.Task

ArcGISImageServiceCapabilitiesMensuration.SetSupportsDistanceAndAngle(Nullable) Method

Asynchronously set the value of the SupportsDistanceAndAngle property after render.

public System.Threading.Tasks.Task SetSupportsDistanceAndAngle(System.Nullable<bool> value);

Parameters

value System.Nullable<System.Boolean>

The value to set.

Returns

System.Threading.Tasks.Task

ArcGISImageServiceCapabilitiesMensuration.SetSupportsHeightFromBaseAndTop(Nullable) Method

Asynchronously set the value of the SupportsHeightFromBaseAndTop property after render.

public System.Threading.Tasks.Task SetSupportsHeightFromBaseAndTop(System.Nullable<bool> value);

Parameters

value System.Nullable<System.Boolean>

The value to set.

Returns

System.Threading.Tasks.Task

ArcGISImageServiceCapabilitiesMensuration.SetSupportsHeightFromBaseAndTopShadow(Nullable) Method

Asynchronously set the value of the SupportsHeightFromBaseAndTopShadow property after render.

public System.Threading.Tasks.Task SetSupportsHeightFromBaseAndTopShadow(System.Nullable<bool> value);

Parameters

value System.Nullable<System.Boolean>

The value to set.

Returns

System.Threading.Tasks.Task

ArcGISImageServiceCapabilitiesMensuration.SetSupportsHeightFromTopAndTopShadow(Nullable) Method

Asynchronously set the value of the SupportsHeightFromTopAndTopShadow property after render.

public System.Threading.Tasks.Task SetSupportsHeightFromTopAndTopShadow(System.Nullable<bool> value);

Parameters

value System.Nullable<System.Boolean>

The value to set.

Returns

System.Threading.Tasks.Task

ArcGISImageServiceCapabilitiesMensuration.SetSupportsPointOrCentroid(Nullable) Method

Asynchronously set the value of the SupportsPointOrCentroid property after render.

public System.Threading.Tasks.Task SetSupportsPointOrCentroid(System.Nullable<bool> value);

Parameters

value System.Nullable<System.Boolean>

The value to set.

Returns

System.Threading.Tasks.Task