dymaptic.GeoBlazor.Core
dymaptic.GeoBlazor.Core.Components
ArcGISImageServiceCapabilitiesOperations Class
Describes operations supported by the ImageryLayer.
ArcGIS Maps SDK for JavaScript
public class ArcGISImageServiceCapabilitiesOperations : dymaptic.GeoBlazor.Core.Components.MapComponent
Inheritance System.Object 🡒 Microsoft.AspNetCore.Components.ComponentBase 🡒 MapComponent 🡒 ArcGISImageServiceCapabilitiesOperations
Constructors
ArcGISImageServiceCapabilitiesOperations() Constructor
Parameterless constructor for use as a Razor Component.
public ArcGISImageServiceCapabilitiesOperations();
ArcGISImageServiceCapabilitiesOperations(Nullable, Nullable, Nullable, Nullable, Nullable, Nullable, Nullable, Nullable, Nullable, Nullable, Nullable, 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 ArcGISImageServiceCapabilitiesOperations(System.Nullable<bool> supportsCalculateVolume=null, System.Nullable<bool> supportsComputeHistograms=null, System.Nullable<bool> supportsComputePixelLocation=null, System.Nullable<bool> supportsComputeStatisticsHistograms=null, System.Nullable<bool> supportsDownload=null, System.Nullable<bool> supportsExportImage=null, System.Nullable<bool> supportsFindImages=null, System.Nullable<bool> supportsGetImageUrl=null, System.Nullable<bool> supportsGetSamples=null, System.Nullable<bool> supportsIdentify=null, System.Nullable<bool> supportsImageToMap=null, System.Nullable<bool> supportsImageToMapMultiray=null, System.Nullable<bool> supportsMapToImage=null, System.Nullable<bool> supportsMeasure=null, System.Nullable<bool> supportsProject=null, System.Nullable<bool> supportsQuery=null, System.Nullable<bool> supportsQueryBoundary=null, System.Nullable<bool> supportsQueryGPSInfo=null);
Parameters
supportsCalculateVolume
System.Nullable<System.Boolean>
Indicates if the elevation layer supports an operation to compute volumes.
ArcGIS Maps SDK for JavaScript
supportsComputeHistograms
System.Nullable<System.Boolean>
Indicates if the layer supports a compute histograms operation from an area of interest.
ArcGIS Maps SDK for JavaScript
supportsComputePixelLocation
System.Nullable<System.Boolean>
Indicates if the layer supports computing pixel location in pixel space.
ArcGIS Maps SDK for JavaScript
supportsComputeStatisticsHistograms
System.Nullable<System.Boolean>
Indicates if the layer supports an operation computing statistics and histograms from an area of interest.
ArcGIS Maps SDK for JavaScript
supportsDownload
System.Nullable<System.Boolean>
Indicates if the layer allows the source image to be downloaded.
ArcGIS Maps SDK for JavaScript
supportsExportImage
System.Nullable<System.Boolean>
Indicates if the layer supports an export image operation based on a bounding box.
ArcGIS Maps SDK for JavaScript
supportsFindImages
System.Nullable<System.Boolean>
Indicates if the layer supports find images operation.
ArcGIS Maps SDK for JavaScript
supportsGetImageUrl
System.Nullable<System.Boolean>
Indicates if the layer supports get image url operation.
ArcGIS Maps SDK for JavaScript
supportsGetSamples
System.Nullable<System.Boolean>
Indicates if the layer supports a sampling operation.
ArcGIS Maps SDK for JavaScript
supportsIdentify
System.Nullable<System.Boolean>
Indicates if the layer supports an identify operation on pixel values.
ArcGIS Maps SDK for JavaScript
supportsImageToMap
System.Nullable<System.Boolean>
Indicates if the layer supports image to map operation.
ArcGIS Maps SDK for JavaScript
supportsImageToMapMultiray
System.Nullable<System.Boolean>
Indicates if the layer supports image to map multiray operation.
ArcGIS Maps SDK for JavaScript
supportsMapToImage
System.Nullable<System.Boolean>
Indicates if the layer supports map to image operation.
ArcGIS Maps SDK for JavaScript
supportsMeasure
System.Nullable<System.Boolean>
Indicates if the layer supports mensuration.
ArcGIS Maps SDK for JavaScript
supportsProject
System.Nullable<System.Boolean>
Indicates if the layer supports projection of geometries, including from/to image spatial reference.
ArcGIS Maps SDK for JavaScript
supportsQuery
System.Nullable<System.Boolean>
Indicates if the layer supports an operation to query images.
ArcGIS Maps SDK for JavaScript
supportsQueryBoundary
System.Nullable<System.Boolean>
Indicates if the layer supports an operation to query the service’s boundary.
ArcGIS Maps SDK for JavaScript
supportsQueryGPSInfo
System.Nullable<System.Boolean>
Indicates if the layer supports an operation to query the service’s gps info.
ArcGIS Maps SDK for JavaScript
Properties
ArcGISImageServiceCapabilitiesOperations.SupportsCalculateVolume Property
Indicates if the elevation layer supports an operation to compute volumes.
ArcGIS Maps SDK for JavaScript
public System.Nullable<bool> SupportsCalculateVolume { get; set; }
Property Value
System.Nullable<System.Boolean>
ArcGISImageServiceCapabilitiesOperations.SupportsComputeHistograms Property
Indicates if the layer supports a compute histograms operation from an area of interest.
ArcGIS Maps SDK for JavaScript
public System.Nullable<bool> SupportsComputeHistograms { get; set; }
Property Value
System.Nullable<System.Boolean>
ArcGISImageServiceCapabilitiesOperations.SupportsComputePixelLocation Property
Indicates if the layer supports computing pixel location in pixel space.
ArcGIS Maps SDK for JavaScript
public System.Nullable<bool> SupportsComputePixelLocation { get; set; }
Property Value
System.Nullable<System.Boolean>
ArcGISImageServiceCapabilitiesOperations.SupportsComputeStatisticsHistograms Property
Indicates if the layer supports an operation computing statistics and histograms from an area of interest.
ArcGIS Maps SDK for JavaScript
public System.Nullable<bool> SupportsComputeStatisticsHistograms { get; set; }
Property Value
System.Nullable<System.Boolean>
ArcGISImageServiceCapabilitiesOperations.SupportsDownload Property
Indicates if the layer allows the source image to be downloaded.
ArcGIS Maps SDK for JavaScript
public System.Nullable<bool> SupportsDownload { get; set; }
Property Value
System.Nullable<System.Boolean>
ArcGISImageServiceCapabilitiesOperations.SupportsExportImage Property
Indicates if the layer supports an export image operation based on a bounding box.
ArcGIS Maps SDK for JavaScript
public System.Nullable<bool> SupportsExportImage { get; set; }
Property Value
System.Nullable<System.Boolean>
ArcGISImageServiceCapabilitiesOperations.SupportsFindImages Property
Indicates if the layer supports find images operation.
ArcGIS Maps SDK for JavaScript
public System.Nullable<bool> SupportsFindImages { get; set; }
Property Value
System.Nullable<System.Boolean>
ArcGISImageServiceCapabilitiesOperations.SupportsGetImageUrl Property
Indicates if the layer supports get image url operation.
ArcGIS Maps SDK for JavaScript
public System.Nullable<bool> SupportsGetImageUrl { get; set; }
Property Value
System.Nullable<System.Boolean>
ArcGISImageServiceCapabilitiesOperations.SupportsGetSamples Property
Indicates if the layer supports a sampling operation.
ArcGIS Maps SDK for JavaScript
public System.Nullable<bool> SupportsGetSamples { get; set; }
Property Value
System.Nullable<System.Boolean>
ArcGISImageServiceCapabilitiesOperations.SupportsIdentify Property
Indicates if the layer supports an identify operation on pixel values.
ArcGIS Maps SDK for JavaScript
public System.Nullable<bool> SupportsIdentify { get; set; }
Property Value
System.Nullable<System.Boolean>
ArcGISImageServiceCapabilitiesOperations.SupportsImageToMap Property
Indicates if the layer supports image to map operation.
ArcGIS Maps SDK for JavaScript
public System.Nullable<bool> SupportsImageToMap { get; set; }
Property Value
System.Nullable<System.Boolean>
ArcGISImageServiceCapabilitiesOperations.SupportsImageToMapMultiray Property
Indicates if the layer supports image to map multiray operation.
ArcGIS Maps SDK for JavaScript
public System.Nullable<bool> SupportsImageToMapMultiray { get; set; }
Property Value
System.Nullable<System.Boolean>
ArcGISImageServiceCapabilitiesOperations.SupportsMapToImage Property
Indicates if the layer supports map to image operation.
ArcGIS Maps SDK for JavaScript
public System.Nullable<bool> SupportsMapToImage { get; set; }
Property Value
System.Nullable<System.Boolean>
ArcGISImageServiceCapabilitiesOperations.SupportsMeasure Property
Indicates if the layer supports mensuration.
ArcGIS Maps SDK for JavaScript
public System.Nullable<bool> SupportsMeasure { get; set; }
Property Value
System.Nullable<System.Boolean>
ArcGISImageServiceCapabilitiesOperations.SupportsProject Property
Indicates if the layer supports projection of geometries, including from/to image spatial reference.
ArcGIS Maps SDK for JavaScript
public System.Nullable<bool> SupportsProject { get; set; }
Property Value
System.Nullable<System.Boolean>
ArcGISImageServiceCapabilitiesOperations.SupportsQuery Property
Indicates if the layer supports an operation to query images.
ArcGIS Maps SDK for JavaScript
public System.Nullable<bool> SupportsQuery { get; set; }
Property Value
System.Nullable<System.Boolean>
ArcGISImageServiceCapabilitiesOperations.SupportsQueryBoundary Property
Indicates if the layer supports an operation to query the service’s boundary.
ArcGIS Maps SDK for JavaScript
public System.Nullable<bool> SupportsQueryBoundary { get; set; }
Property Value
System.Nullable<System.Boolean>
ArcGISImageServiceCapabilitiesOperations.SupportsQueryGPSInfo Property
Indicates if the layer supports an operation to query the service’s gps info.
ArcGIS Maps SDK for JavaScript
public System.Nullable<bool> SupportsQueryGPSInfo { get; set; }
Property Value
System.Nullable<System.Boolean>
Methods
ArcGISImageServiceCapabilitiesOperations.GetSupportsCalculateVolume() Method
Asynchronously retrieve the current value of the SupportsCalculateVolume property.
public System.Threading.Tasks.Task<System.Nullable<bool>> GetSupportsCalculateVolume();
Returns
System.Threading.Tasks.Task<System.Nullable<System.Boolean>>
ArcGISImageServiceCapabilitiesOperations.GetSupportsComputeHistograms() Method
Asynchronously retrieve the current value of the SupportsComputeHistograms property.
public System.Threading.Tasks.Task<System.Nullable<bool>> GetSupportsComputeHistograms();
Returns
System.Threading.Tasks.Task<System.Nullable<System.Boolean>>
ArcGISImageServiceCapabilitiesOperations.GetSupportsComputePixelLocation() Method
Asynchronously retrieve the current value of the SupportsComputePixelLocation property.
public System.Threading.Tasks.Task<System.Nullable<bool>> GetSupportsComputePixelLocation();
Returns
System.Threading.Tasks.Task<System.Nullable<System.Boolean>>
ArcGISImageServiceCapabilitiesOperations.GetSupportsComputeStatisticsHistograms() Method
Asynchronously retrieve the current value of the SupportsComputeStatisticsHistograms property.
public System.Threading.Tasks.Task<System.Nullable<bool>> GetSupportsComputeStatisticsHistograms();
Returns
System.Threading.Tasks.Task<System.Nullable<System.Boolean>>
ArcGISImageServiceCapabilitiesOperations.GetSupportsDownload() Method
Asynchronously retrieve the current value of the SupportsDownload property.
public System.Threading.Tasks.Task<System.Nullable<bool>> GetSupportsDownload();
Returns
System.Threading.Tasks.Task<System.Nullable<System.Boolean>>
ArcGISImageServiceCapabilitiesOperations.GetSupportsExportImage() Method
Asynchronously retrieve the current value of the SupportsExportImage property.
public System.Threading.Tasks.Task<System.Nullable<bool>> GetSupportsExportImage();
Returns
System.Threading.Tasks.Task<System.Nullable<System.Boolean>>
ArcGISImageServiceCapabilitiesOperations.GetSupportsFindImages() Method
Asynchronously retrieve the current value of the SupportsFindImages property.
public System.Threading.Tasks.Task<System.Nullable<bool>> GetSupportsFindImages();
Returns
System.Threading.Tasks.Task<System.Nullable<System.Boolean>>
ArcGISImageServiceCapabilitiesOperations.GetSupportsGetImageUrl() Method
Asynchronously retrieve the current value of the SupportsGetImageUrl property.
public System.Threading.Tasks.Task<System.Nullable<bool>> GetSupportsGetImageUrl();
Returns
System.Threading.Tasks.Task<System.Nullable<System.Boolean>>
ArcGISImageServiceCapabilitiesOperations.GetSupportsGetSamples() Method
Asynchronously retrieve the current value of the SupportsGetSamples property.
public System.Threading.Tasks.Task<System.Nullable<bool>> GetSupportsGetSamples();
Returns
System.Threading.Tasks.Task<System.Nullable<System.Boolean>>
ArcGISImageServiceCapabilitiesOperations.GetSupportsIdentify() Method
Asynchronously retrieve the current value of the SupportsIdentify property.
public System.Threading.Tasks.Task<System.Nullable<bool>> GetSupportsIdentify();
Returns
System.Threading.Tasks.Task<System.Nullable<System.Boolean>>
ArcGISImageServiceCapabilitiesOperations.GetSupportsImageToMap() Method
Asynchronously retrieve the current value of the SupportsImageToMap property.
public System.Threading.Tasks.Task<System.Nullable<bool>> GetSupportsImageToMap();
Returns
System.Threading.Tasks.Task<System.Nullable<System.Boolean>>
ArcGISImageServiceCapabilitiesOperations.GetSupportsImageToMapMultiray() Method
Asynchronously retrieve the current value of the SupportsImageToMapMultiray property.
public System.Threading.Tasks.Task<System.Nullable<bool>> GetSupportsImageToMapMultiray();
Returns
System.Threading.Tasks.Task<System.Nullable<System.Boolean>>
ArcGISImageServiceCapabilitiesOperations.GetSupportsMapToImage() Method
Asynchronously retrieve the current value of the SupportsMapToImage property.
public System.Threading.Tasks.Task<System.Nullable<bool>> GetSupportsMapToImage();
Returns
System.Threading.Tasks.Task<System.Nullable<System.Boolean>>
ArcGISImageServiceCapabilitiesOperations.GetSupportsMeasure() Method
Asynchronously retrieve the current value of the SupportsMeasure property.
public System.Threading.Tasks.Task<System.Nullable<bool>> GetSupportsMeasure();
Returns
System.Threading.Tasks.Task<System.Nullable<System.Boolean>>
ArcGISImageServiceCapabilitiesOperations.GetSupportsProject() Method
Asynchronously retrieve the current value of the SupportsProject property.
public System.Threading.Tasks.Task<System.Nullable<bool>> GetSupportsProject();
Returns
System.Threading.Tasks.Task<System.Nullable<System.Boolean>>
ArcGISImageServiceCapabilitiesOperations.GetSupportsQuery() Method
Asynchronously retrieve the current value of the SupportsQuery property.
public System.Threading.Tasks.Task<System.Nullable<bool>> GetSupportsQuery();
Returns
System.Threading.Tasks.Task<System.Nullable<System.Boolean>>
ArcGISImageServiceCapabilitiesOperations.GetSupportsQueryBoundary() Method
Asynchronously retrieve the current value of the SupportsQueryBoundary property.
public System.Threading.Tasks.Task<System.Nullable<bool>> GetSupportsQueryBoundary();
Returns
System.Threading.Tasks.Task<System.Nullable<System.Boolean>>
ArcGISImageServiceCapabilitiesOperations.GetSupportsQueryGPSInfo() Method
Asynchronously retrieve the current value of the SupportsQueryGPSInfo property.
public System.Threading.Tasks.Task<System.Nullable<bool>> GetSupportsQueryGPSInfo();
Returns
System.Threading.Tasks.Task<System.Nullable<System.Boolean>>
ArcGISImageServiceCapabilitiesOperations.SetSupportsCalculateVolume(Nullable) Method
Asynchronously set the value of the SupportsCalculateVolume property after render.
public System.Threading.Tasks.Task SetSupportsCalculateVolume(System.Nullable<bool> value);
Parameters
value
System.Nullable<System.Boolean>
The value to set.
Returns
ArcGISImageServiceCapabilitiesOperations.SetSupportsComputeHistograms(Nullable) Method
Asynchronously set the value of the SupportsComputeHistograms property after render.
public System.Threading.Tasks.Task SetSupportsComputeHistograms(System.Nullable<bool> value);
Parameters
value
System.Nullable<System.Boolean>
The value to set.
Returns
ArcGISImageServiceCapabilitiesOperations.SetSupportsComputePixelLocation(Nullable) Method
Asynchronously set the value of the SupportsComputePixelLocation property after render.
public System.Threading.Tasks.Task SetSupportsComputePixelLocation(System.Nullable<bool> value);
Parameters
value
System.Nullable<System.Boolean>
The value to set.
Returns
ArcGISImageServiceCapabilitiesOperations.SetSupportsComputeStatisticsHistograms(Nullable) Method
Asynchronously set the value of the SupportsComputeStatisticsHistograms property after render.
public System.Threading.Tasks.Task SetSupportsComputeStatisticsHistograms(System.Nullable<bool> value);
Parameters
value
System.Nullable<System.Boolean>
The value to set.
Returns
ArcGISImageServiceCapabilitiesOperations.SetSupportsDownload(Nullable) Method
Asynchronously set the value of the SupportsDownload property after render.
public System.Threading.Tasks.Task SetSupportsDownload(System.Nullable<bool> value);
Parameters
value
System.Nullable<System.Boolean>
The value to set.
Returns
ArcGISImageServiceCapabilitiesOperations.SetSupportsExportImage(Nullable) Method
Asynchronously set the value of the SupportsExportImage property after render.
public System.Threading.Tasks.Task SetSupportsExportImage(System.Nullable<bool> value);
Parameters
value
System.Nullable<System.Boolean>
The value to set.
Returns
ArcGISImageServiceCapabilitiesOperations.SetSupportsFindImages(Nullable) Method
Asynchronously set the value of the SupportsFindImages property after render.
public System.Threading.Tasks.Task SetSupportsFindImages(System.Nullable<bool> value);
Parameters
value
System.Nullable<System.Boolean>
The value to set.
Returns
ArcGISImageServiceCapabilitiesOperations.SetSupportsGetImageUrl(Nullable) Method
Asynchronously set the value of the SupportsGetImageUrl property after render.
public System.Threading.Tasks.Task SetSupportsGetImageUrl(System.Nullable<bool> value);
Parameters
value
System.Nullable<System.Boolean>
The value to set.
Returns
ArcGISImageServiceCapabilitiesOperations.SetSupportsGetSamples(Nullable) Method
Asynchronously set the value of the SupportsGetSamples property after render.
public System.Threading.Tasks.Task SetSupportsGetSamples(System.Nullable<bool> value);
Parameters
value
System.Nullable<System.Boolean>
The value to set.
Returns
ArcGISImageServiceCapabilitiesOperations.SetSupportsIdentify(Nullable) Method
Asynchronously set the value of the SupportsIdentify property after render.
public System.Threading.Tasks.Task SetSupportsIdentify(System.Nullable<bool> value);
Parameters
value
System.Nullable<System.Boolean>
The value to set.
Returns
ArcGISImageServiceCapabilitiesOperations.SetSupportsImageToMap(Nullable) Method
Asynchronously set the value of the SupportsImageToMap property after render.
public System.Threading.Tasks.Task SetSupportsImageToMap(System.Nullable<bool> value);
Parameters
value
System.Nullable<System.Boolean>
The value to set.
Returns
ArcGISImageServiceCapabilitiesOperations.SetSupportsImageToMapMultiray(Nullable) Method
Asynchronously set the value of the SupportsImageToMapMultiray property after render.
public System.Threading.Tasks.Task SetSupportsImageToMapMultiray(System.Nullable<bool> value);
Parameters
value
System.Nullable<System.Boolean>
The value to set.
Returns
ArcGISImageServiceCapabilitiesOperations.SetSupportsMapToImage(Nullable) Method
Asynchronously set the value of the SupportsMapToImage property after render.
public System.Threading.Tasks.Task SetSupportsMapToImage(System.Nullable<bool> value);
Parameters
value
System.Nullable<System.Boolean>
The value to set.
Returns
ArcGISImageServiceCapabilitiesOperations.SetSupportsMeasure(Nullable) Method
Asynchronously set the value of the SupportsMeasure property after render.
public System.Threading.Tasks.Task SetSupportsMeasure(System.Nullable<bool> value);
Parameters
value
System.Nullable<System.Boolean>
The value to set.
Returns
ArcGISImageServiceCapabilitiesOperations.SetSupportsProject(Nullable) Method
Asynchronously set the value of the SupportsProject property after render.
public System.Threading.Tasks.Task SetSupportsProject(System.Nullable<bool> value);
Parameters
value
System.Nullable<System.Boolean>
The value to set.
Returns
ArcGISImageServiceCapabilitiesOperations.SetSupportsQuery(Nullable) Method
Asynchronously set the value of the SupportsQuery property after render.
public System.Threading.Tasks.Task SetSupportsQuery(System.Nullable<bool> value);
Parameters
value
System.Nullable<System.Boolean>
The value to set.
Returns
ArcGISImageServiceCapabilitiesOperations.SetSupportsQueryBoundary(Nullable) Method
Asynchronously set the value of the SupportsQueryBoundary property after render.
public System.Threading.Tasks.Task SetSupportsQueryBoundary(System.Nullable<bool> value);
Parameters
value
System.Nullable<System.Boolean>
The value to set.
Returns
ArcGISImageServiceCapabilitiesOperations.SetSupportsQueryGPSInfo(Nullable) Method
Asynchronously set the value of the SupportsQueryGPSInfo property after render.
public System.Threading.Tasks.Task SetSupportsQueryGPSInfo(System.Nullable<bool> value);
Parameters
value
System.Nullable<System.Boolean>
The value to set.