DataSetInfo.Crs Property
Gets or sets the Crs of the data, if homogeneous, but the Crs that a multi-file dataset has or would have, for heterogeneous data.
Syntax
public Crs Crs { get; set; }
Property Value
Default: null
The Crs of the data, if homogeneous, but the Crs that a multi-file dataset has or would have, for heterogeneous data.
Remarks
If the DataSetInfo instance was created by DataSet.GetDataSetInfo, this Crs should be the same as the DataSet.Crs, which may or may not be the same as all features in the dataset.
Likewise, if the instance was created by FromDirectory or by FromFile, then Carmenta Engine has generated it via a temporary dataset, often a MultiFileDataSet, based on the files. Note that the creation of the temporary dataset can succeed even if the different data files have different Crs. In such a case, the Crs at the root node is just a spokesman for the collective and does not tell you much, but the Crs of each child node will be the true Crs for the data file it refers to.
Platforms
Windows, Linux, Android