CatalogMetadata.SpatialResolutions Property
Gets the list of spatial resolutions defined for a catalog dataset.
Syntax
public DoubleCollection SpatialResolutions { get; }
Property Value
A list of spatial resolutions defined for the catalog dataset, in meters.
Remarks
If the metadata document describes a dataset, this property may indicate which resolutions the dataset supports natively. Other resolutions can also be supported but may require resampling. The list may be empty.
The resolution values are expressed in meters. If the metadata document specifies the values with a different unit-of-measure, they will be converted to meters when the document is parsed.
Platforms
Windows, Linux, Android