DataSetInfo.FromDirectory Method
Returns a new collection of DataSetInfo instances with information about the geodata in the given directory.
FromDirectory(System.String path, System.Boolean searchSubdirectories)
Returns a new collection of DataSetInfo instances with information about the geodata in the given directory.Syntax
public static DataSetInfoCollection FromDirectory (
System.String path,
System.Boolean searchSubdirectories
)
Parameters
The path to the directory.
Tells whether files in subdirectories shall be considered.
Return Value
A new collection of DataSetInfo instances with information about the geodata in the given directory.
Remarks
The result is not exhaustive: there are some kinds of geodata files that can be read by Carmenta Engine, but which are not recognized by this method. Sometimes this is because the required type of DataSet is not supported by FromDirectory, and sometimes it is because the file extension is not searched for.
Supported types of DataSet
The FromDirectory method supports all the dataset types that inherit from FileDataSet, except ArincDataSet and S57DataSet. In addition, the method also supports RaveGeoDataSet even though it does not inherit from FileDataSet.
An ARINC file can be opened by FromFile instead, but S57 data cannot.
Supported file extensions
The FromDirectory method retrieves only files that match a list of commonly occurring file extensions for geodata files. We have omitted file extensions that are rarely seen, since they could otherwise slow down the method.
Also, your Carmenta Engine license may exclude some types of datasets, so the method will ignore geodata files that require a dataset type for which you have no license.
File name pattern | The type of DataSet you can get from CreateDataSet() |
---|---|
*.2nd | |
*.asc | |
*.bil | |
*.bip | |
*.bmp | |
*.bsq | |
dat_01.001 | |
*.dem | |
*.dt0 | |
*.dt1 | |
*.dt2 | |
*.dwg | |
*.dxf | |
*.ecw | |
*.gen | |
*.gif | |
*.gpkg | |
*.gpkx | |
*.grd | |
*.hgt | |
*.img | |
*.jif | |
*.jp2 | |
*.jpeg | |
*.jpg | |
LAT | |
*.mif | |
*.mpx | |
*.n1 | |
*.png | |
*.rlib | |
*.shp | |
*.sid | |
contents.thf | |
*.tif | |
*.tiff | |
*.toc |
Platforms
Windows, Linux, Android