dymaptic.GeoBlazor.Core
dymaptic.GeoBlazor.Core.Model
CoverageDescriptionV110 Class
Coverage description for WCS service version 1.1.0. ArcGIS Maps SDK for JavaScript
public record CoverageDescriptionV110 : dymaptic.GeoBlazor.Core.Interfaces.ICoverageInfoCoverageDescription, System.IEquatable<dymaptic.GeoBlazor.Core.Model.CoverageDescriptionV110>
Inheritance System.Object 🡒 CoverageDescriptionV110
Implements ICoverageInfoCoverageDescription, System.IEquatable<CoverageDescriptionV110>
Constructors
CoverageDescriptionV110(string, CoverageDescriptionV110Domain, string, string, IReadOnlyCollection, CoverageDescriptionV110Resolution, IReadOnlyCollection, IReadOnlyCollection, string, string) Constructor
Coverage description for WCS service version 1.1.0. ArcGIS Maps SDK for JavaScript
public CoverageDescriptionV110(string? Abstract=null, dymaptic.GeoBlazor.Core.Model.CoverageDescriptionV110Domain? Domain=null, string? Identifier=null, string? Metadata=null, System.Collections.Generic.IReadOnlyCollection<dymaptic.GeoBlazor.Core.Model.CoverageDescriptionV110Range>? Range=null, dymaptic.GeoBlazor.Core.Model.CoverageDescriptionV110Resolution? Resolution=null, System.Collections.Generic.IReadOnlyCollection<string>? SupportedCRSs=null, System.Collections.Generic.IReadOnlyCollection<string>? SupportedFormats=null, string? Title=null, string? Version=null);
Parameters
Abstract System.String
Coverage abstract. ArcGIS Maps SDK for JavaScript
Domain CoverageDescriptionV110Domain
Describes the spatial and temporal domain of a coverage. ArcGIS Maps SDK for JavaScript
Identifier System.String
Coverage identifier. ArcGIS Maps SDK for JavaScript
Metadata System.String
Coverage metadata. ArcGIS Maps SDK for JavaScript
Range System.Collections.Generic.IReadOnlyCollection<CoverageDescriptionV110Range>
Defines the properties (categories, measures, or values) assigned to each location in the domain. ArcGIS Maps SDK for JavaScript
Resolution CoverageDescriptionV110Resolution
Resolution x, y. ArcGIS Maps SDK for JavaScript
SupportedCRSs System.Collections.Generic.IReadOnlyCollection<System.String>
Coordinate reference systems supported by a coverage. ArcGIS Maps SDK for JavaScript
SupportedFormats System.Collections.Generic.IReadOnlyCollection<System.String>
Formats supported by a coverage. ArcGIS Maps SDK for JavaScript
Title System.String
Coverage title. ArcGIS Maps SDK for JavaScript
Version System.String
Coverage version. ArcGIS Maps SDK for JavaScript
Properties
CoverageDescriptionV110.Abstract Property
Coverage abstract. ArcGIS Maps SDK for JavaScript
public string? Abstract { get; init; }
Property Value
CoverageDescriptionV110.Domain Property
Describes the spatial and temporal domain of a coverage. ArcGIS Maps SDK for JavaScript
public dymaptic.GeoBlazor.Core.Model.CoverageDescriptionV110Domain? Domain { get; init; }
Property Value
CoverageDescriptionV110.Identifier Property
Coverage identifier. ArcGIS Maps SDK for JavaScript
public string? Identifier { get; init; }
Property Value
CoverageDescriptionV110.Metadata Property
Coverage metadata. ArcGIS Maps SDK for JavaScript
public string? Metadata { get; init; }
Property Value
CoverageDescriptionV110.Range Property
Defines the properties (categories, measures, or values) assigned to each location in the domain. ArcGIS Maps SDK for JavaScript
public System.Collections.Generic.IReadOnlyCollection<dymaptic.GeoBlazor.Core.Model.CoverageDescriptionV110Range>? Range { get; init; }
Property Value
System.Collections.Generic.IReadOnlyCollection<CoverageDescriptionV110Range>
CoverageDescriptionV110.Resolution Property
Resolution x, y. ArcGIS Maps SDK for JavaScript
public dymaptic.GeoBlazor.Core.Model.CoverageDescriptionV110Resolution? Resolution { get; init; }
Property Value
CoverageDescriptionV110Resolution
CoverageDescriptionV110.SupportedCRSs Property
Coordinate reference systems supported by a coverage. ArcGIS Maps SDK for JavaScript
public System.Collections.Generic.IReadOnlyCollection<string>? SupportedCRSs { get; init; }
Property Value
System.Collections.Generic.IReadOnlyCollection<System.String>
CoverageDescriptionV110.SupportedFormats Property
Formats supported by a coverage. ArcGIS Maps SDK for JavaScript
public System.Collections.Generic.IReadOnlyCollection<string>? SupportedFormats { get; init; }
Property Value
System.Collections.Generic.IReadOnlyCollection<System.String>
CoverageDescriptionV110.Title Property
Coverage title. ArcGIS Maps SDK for JavaScript
public string? Title { get; init; }
Property Value
CoverageDescriptionV110.Version Property
Coverage version. ArcGIS Maps SDK for JavaScript
public string? Version { get; init; }