Class ArcGISImageCapabilities
Inheritance
ArcGISImageCapabilities
Assembly: Mapsui.ArcGIS.dll
Syntax
public class ArcGISImageCapabilities : IArcGISCapabilities
Constructors
|
Edit this page
View Source
ArcGISImageCapabilities()
Declaration
public ArcGISImageCapabilities()
|
Edit this page
View Source
ArcGISImageCapabilities(string, long, long, string, InterpolationType)
Declaration
public ArcGISImageCapabilities(string url, long startTime = -1, long endTime = -1, string format = "jpgpng", InterpolationType interpolation = InterpolationType.RSP_NearestNeighbor)
Parameters
Properties
|
Edit this page
View Source
EndTime
Declaration
public long EndTime { get; set; }
Property Value
|
Edit this page
View Source
Declaration
public string Format { get; set; }
Property Value
|
Edit this page
View Source
Interpolation
Declaration
public InterpolationType Interpolation { get; set; }
Property Value
|
Edit this page
View Source
ServiceUrl
Declaration
public string ServiceUrl { get; set; }
Property Value
|
Edit this page
View Source
StartTime
Declaration
public long StartTime { get; set; }
Property Value
|
Edit this page
View Source
allowComputeTiePoints
Declaration
public bool allowComputeTiePoints { get; set; }
Property Value
|
Edit this page
View Source
allowRasterFunction
Declaration
public bool allowRasterFunction { get; set; }
Property Value
|
Edit this page
View Source
allowedMosaicMethods
Declaration
public string? allowedMosaicMethods { get; set; }
Property Value
|
Edit this page
View Source
bandCount
Declaration
public int bandCount { get; set; }
Property Value
|
Edit this page
View Source
cacheDirectory
Declaration
public string? cacheDirectory { get; set; }
Property Value
|
Edit this page
View Source
capabilities
Declaration
public string? capabilities { get; set; }
Property Value
|
Edit this page
View Source
copyrightText
Declaration
public string? copyrightText { get; set; }
Property Value
|
Edit this page
View Source
currentVersion
Declaration
public double? currentVersion { get; set; }
Property Value
|
Edit this page
View Source
defaultCompressionQuality
Declaration
public double? defaultCompressionQuality { get; set; }
Property Value
|
Edit this page
View Source
defaultMosaicMethod
Declaration
public string? defaultMosaicMethod { get; set; }
Property Value
|
Edit this page
View Source
defaultResamplingMethod
Declaration
public string? defaultResamplingMethod { get; set; }
Property Value
|
Edit this page
View Source
description
Declaration
public string? description { get; set; }
Property Value
|
Edit this page
View Source
editFieldsInfo
Declaration
public EditFieldsInfo? editFieldsInfo { get; set; }
Property Value
|
Edit this page
View Source
fields
Declaration
public Field[]? fields { get; set; }
Property Value
|
Edit this page
View Source
fullExtent
Declaration
public Extent? fullExtent { get; set; }
Property Value
|
Edit this page
View Source
hasColormap
Declaration
public bool hasColormap { get; set; }
Property Value
|
Edit this page
View Source
hasHistograms
Declaration
public bool hasHistograms { get; set; }
Property Value
|
Edit this page
View Source
hasRasterAttributeTable
Declaration
public bool hasRasterAttributeTable { get; set; }
Property Value
|
Edit this page
View Source
initialExtent
Declaration
public Extent? initialExtent { get; set; }
Property Value
|
Edit this page
View Source
maxDownloadImageCount
Declaration
public double maxDownloadImageCount { get; set; }
Property Value
|
Edit this page
View Source
maxDownloadSizeLimit
Declaration
public double maxDownloadSizeLimit { get; set; }
Property Value
|
Edit this page
View Source
maxImageHeight
Declaration
public double maxImageHeight { get; set; }
Property Value
|
Edit this page
View Source
maxImageWidth
Declaration
public double maxImageWidth { get; set; }
Property Value
|
Edit this page
View Source
maxMosaicImageCount
Declaration
public double maxMosaicImageCount { get; set; }
Property Value
|
Edit this page
View Source
maxPixelSize
Declaration
public double maxPixelSize { get; set; }
Property Value
|
Edit this page
View Source
maxRecordCount
Declaration
public double maxRecordCount { get; set; }
Property Value
|
Edit this page
View Source
maxScale
Declaration
public double maxScale { get; set; }
Property Value
|
Edit this page
View Source
maxValues
Declaration
public double[]? maxValues { get; set; }
Property Value
|
Edit this page
View Source
mensurationCapabilities
Declaration
public string? mensurationCapabilities { get; set; }
Property Value
|
Edit this page
View Source
minPixelSize
Declaration
public double minPixelSize { get; set; }
Property Value
|
Edit this page
View Source
minScale
Declaration
public double minScale { get; set; }
Property Value
|
Edit this page
View Source
minValues
Declaration
public double[]? minValues { get; set; }
Property Value
|
Edit this page
View Source
mosaicOperator
Declaration
public string? mosaicOperator { get; set; }
Property Value
|
Edit this page
View Source
name
Declaration
public string? name { get; set; }
Property Value
|
Edit this page
View Source
objectIdField
Declaration
public string? objectIdField { get; set; }
Property Value
|
Edit this page
View Source
ownershipBasedAccessControlForRasters
Declaration
public OwnershipBasedAccessControlForRasters? ownershipBasedAccessControlForRasters { get; set; }
Property Value
|
Edit this page
View Source
pixelSizeX
Declaration
public double pixelSizeX { get; set; }
Property Value
|
Edit this page
View Source
pixelSizeY
Declaration
public double pixelSizeY { get; set; }
Property Value
|
Edit this page
View Source
pixelType
Declaration
public string? pixelType { get; set; }
Property Value
|
Edit this page
View Source
rasterFunctionInfos
Declaration
public RasterFunctionInfo[]? rasterFunctionInfos { get; set; }
Property Value
|
Edit this page
View Source
rasterTypeInfos
Declaration
public RasterTypeInfo[]? rasterTypeInfos { get; set; }
Property Value
|
Edit this page
View Source
serviceDataType
Declaration
public string? serviceDataType { get; set; }
Property Value
|
Edit this page
View Source
serviceDescription
Declaration
public string? serviceDescription { get; set; }
Property Value
|
Edit this page
View Source
singleFusedMapCache
Declaration
public bool singleFusedMapCache { get; set; }
Property Value
|
Edit this page
View Source
sortField
Declaration
public string? sortField { get; set; }
Property Value
|
Edit this page
View Source
sortValue
Declaration
public string? sortValue { get; set; }
Property Value
|
Edit this page
View Source
spatialReference
Declaration
public SpatialReference? spatialReference { get; set; }
Property Value
|
Edit this page
View Source
stdvValues
Declaration
public double[]? stdvValues { get; set; }
Property Value
|
Edit this page
View Source
supportsAdvancedQueries
Declaration
public bool supportsAdvancedQueries { get; set; }
Property Value
|
Edit this page
View Source
supportsStatistics
Declaration
public bool supportsStatistics { get; set; }
Property Value
|
Edit this page
View Source
tileInfo
Declaration
public TileInfo? tileInfo { get; set; }
Property Value
|
Edit this page
View Source
timeInfo
Declaration
public TimeInfo? timeInfo { get; set; }
Property Value
|
Edit this page
View Source
useStandardizedQueries
Declaration
public bool useStandardizedQueries { get; set; }
Property Value
Implements
Extension Methods