dymaptic.GeoBlazor.Core
dymaptic.GeoBlazor.Core.Model
CoverageDescriptionV100SupportedCRSs Class
Coordinate reference systems supported by a coverage.
ArcGIS Maps SDK for JavaScript
public class CoverageDescriptionV100SupportedCRSs :
System.IEquatable<dymaptic.GeoBlazor.Core.Model.CoverageDescriptionV100SupportedCRSs>
Inheritance System.Object 🡒 CoverageDescriptionV100SupportedCRSs
Implements System.IEquatable<CoverageDescriptionV100SupportedCRSs>
Constructors
CoverageDescriptionV100SupportedCRSs(IReadOnlyCollection, IReadOnlyCollection) Constructor
Coordinate reference systems supported by a coverage.
ArcGIS Maps SDK for JavaScript
public CoverageDescriptionV100SupportedCRSs(System.Collections.Generic.IReadOnlyCollection<string>? NativeCRSs=null, System.Collections.Generic.IReadOnlyCollection<string>? RequestResponseCRSs=null);
Parameters
NativeCRSs
System.Collections.Generic.IReadOnlyCollection<System.String>
The native coordinate reference system of a coverage – that is, the coordinate reference systems in which coverages can be obtained without any distortion or degradation of the data.
ArcGIS Maps SDK for JavaScript
RequestResponseCRSs
System.Collections.Generic.IReadOnlyCollection<System.String>
Coordinate reference systems in which the coverage can both accept GetCoverage requests and deliver coverage responses.
ArcGIS Maps SDK for JavaScript
Properties
CoverageDescriptionV100SupportedCRSs.NativeCRSs Property
The native coordinate reference system of a coverage – that is, the coordinate reference systems in which coverages can be obtained without any distortion or degradation of the data.
ArcGIS Maps SDK for JavaScript
public System.Collections.Generic.IReadOnlyCollection<string>? NativeCRSs { get; set; }
Property Value
System.Collections.Generic.IReadOnlyCollection<System.String>
CoverageDescriptionV100SupportedCRSs.RequestResponseCRSs Property
Coordinate reference systems in which the coverage can both accept GetCoverage requests and deliver coverage responses.
ArcGIS Maps SDK for JavaScript
public System.Collections.Generic.IReadOnlyCollection<string>? RequestResponseCRSs { get; set; }
Property Value
System.Collections.Generic.IReadOnlyCollection<System.String>