dymaptic.GeoBlazor.Core
dymaptic.GeoBlazor.Core.Model
CoverageDescriptionV201BoundedByEnvelopeAllDims Class
The spatial extent dimensions.
ArcGIS Maps SDK for JavaScript
public class CoverageDescriptionV201BoundedByEnvelopeAllDims :
System.IEquatable<dymaptic.GeoBlazor.Core.Model.CoverageDescriptionV201BoundedByEnvelopeAllDims>
Inheritance System.Object 🡒 CoverageDescriptionV201BoundedByEnvelopeAllDims
Implements System.IEquatable<CoverageDescriptionV201BoundedByEnvelopeAllDims>
Constructors
CoverageDescriptionV201BoundedByEnvelopeAllDims(IReadOnlyCollection, IReadOnlyCollection) Constructor
The spatial extent dimensions.
ArcGIS Maps SDK for JavaScript
public CoverageDescriptionV201BoundedByEnvelopeAllDims(System.Collections.Generic.IReadOnlyCollection<double>? Maxs=null, System.Collections.Generic.IReadOnlyCollection<double>? Mins=null);
Parameters
Maxs
System.Collections.Generic.IReadOnlyCollection<System.Double>
Spatial extent min x and y.
ArcGIS Maps SDK for JavaScript
Mins
System.Collections.Generic.IReadOnlyCollection<System.Double>
Spatial extent min x and y.
ArcGIS Maps SDK for JavaScript
Properties
CoverageDescriptionV201BoundedByEnvelopeAllDims.Maxs Property
Spatial extent min x and y.
ArcGIS Maps SDK for JavaScript
public System.Collections.Generic.IReadOnlyCollection<double>? Maxs { get; set; }
Property Value
System.Collections.Generic.IReadOnlyCollection<System.Double>
CoverageDescriptionV201BoundedByEnvelopeAllDims.Mins Property
Spatial extent min x and y.
ArcGIS Maps SDK for JavaScript
public System.Collections.Generic.IReadOnlyCollection<double>? Mins { get; set; }
Property Value
System.Collections.Generic.IReadOnlyCollection<System.Double>