DataSets Module
The DataSets module contains most of the Carmenta Engine datasets.
Namespace: Carmenta.Engine
NuGet/Assembly: Carmenta.Engine.5.16.2.nupkg (in the CEDataSets assembly)
NuGet/Assembly: Carmenta.Engine.5.16.2.nupkg (in the CEDataSets assembly)
Classes
Class | Description |
---|---|
AixmDataSet | A dataset for reading aeronautical information from AIXM 5.1 and 5.1.1 files. |
AixmQuery | A class for specifying additional parameters to AixmDataSet queries. |
ArincDataSet | A dataset for reading navigation database files on the ARINC SPECIFICATION 424-16, 424-17 and 424-18 formats. |
ArincQuery | A class for specifying additional parameters to ArincDataSet queries. |
CmrgDataSet | A dataset for reading Compressed MilGeo Raster Graphics (CMRG) data distribution directories. |
CmrgQuery | A class for specifying additional parameters to CmrgDataSet queries. |
DatabaseColumn | Represents a database column. |
DatabaseColumnCollection | A strongly typed collection of DatabaseColumn elements that can be accessed by index. |
DatabaseDataSet | Abstract base class for all database datasets. |
DatabaseQuery | A class for specifying additional parameters to DatabaseDataSet queries. |
DemDataSet | A dataset for reading USGS Digital Elevation Model files according to USGS Data Users GUIDE5 (1993). |
DensityDataSet | Produces a smoothed density heatmap from a source dataset of point features. |
DensityQuery | Controls the resolution and the amount of Gaussian blur for rasters from a DensityDataSet. |
DfadDataSet | A dataset for reading databases according to the DFAD standard, MIL-PRF-89005. |
DirectoryDataSet | A dataset that monitors geodata files in a directory, and dynamically adds and removes child datasets to read them. |
DtedDataSet | A dataset that reads DTED files according to the CD-ROM standard in MIL-PRF-89020A, April 19 1996 and Amendment, October 3 1996. DTED is a format used by the US defense for storage of elevation data. |
GdalDataSet | A datasets that reads several different raster data formats. |
GdalQuery | A class for specifying additional parameters to GdalDataSet queries. |
GeoPackageMetadata | Contains metadata and associated fields for an entry in an OGC GeoPackage Metadata table. |
GeoPackageMetadataCollection | A strongly typed collection of GeoPackageMetadata elements that can be accessed by index. |
GeoPackageMetadataWriter | Used to write GeoPackageMetadata documents and metadata references to a GeoPackage file. |
GribDataSet | A dataset that reads meteorology data from GRIB files, edition 1 and 2. |
GribQuery | A class for specifying additional parameters to GribDataSet queries. |
GridAsciiDataSet | A datasets that reads raster files in the ARC/INFO GridASCII format. |
HdrDataSet | A dataset for reading .hdr files and corresponding binary raster files. |
ImageDataSet | A dataset that reads georeferenced images. |
ImageQuery | A class for specifying additional parameters to ImageDataSet queries. |
Jpeg2000DataSet | A dataset for reading JPEG 2000 files. |
MapPackage | Writes data to OGC GeoPackage files. |
MapPackageAttribute | Represents an attribute used by vector features in a GeoPackage table. |
MapPackageAttributeCollection | A strongly typed collection of MapPackageAttribute elements that can be accessed by index. |
MapPackageCoveragePyramidWriter | Used to create and write coverage raster tiles to a table in a GeoPackage. |
MapPackageCoverageTable | A table in a GeoPackage that contains coverage raster tiles. |
MapPackageDataSet | A dataset that reads data from an OGC GeoPackage, a Carmenta Engine Map Package or an MBTiles raster file. |
MapPackageImagePyramidWriter | Used to create and write image raster tiles to a table in a GeoPackage. |
MapPackageImageTable | A table in a GeoPackage that contains image raster tiles. |
MapPackageModelTable | A table in a GeoPackage that contains 3D models. |
MapPackageModelWriter | A writer class for writing 3D models to a GeoPackage, using a Carmenta-specific extension. |
MapPackageModelWriterProgress | A collection of values indicating the progress of a MapPackageModelWriter. |
MapPackagePyramidWriter | Used to write raster tiles to a table in a GeoPackage. |
MapPackageQuery | A class for specifying additional parameters to MapPackageDataSet queries. |
MapPackageTable | A table in a GeoPackage. |
MapPackageTableCollection | A strongly typed collection of MapPackageTable elements that can be accessed by index. |
MapPackageTransaction | Transaction object used when writing vector features to a GeoPackage. |
MapPackageVectorTable | A table in a GeoPackage that contains vector features. |
MapPackageVectorWriter | Used to write vector features to a table in a GeoPackage. |
MapPackageWriter | Used to create and write to tables in a GeoPackage. |
MifDataSet | A dataset that reads MapInfo MIF files. |
ModelDetailEstimate | Estimated detail of a 3D model written by MapPackageModelWriter. |
ModelDetailEstimateCollection | A strongly typed collection of ModelDetailEstimate elements that can be accessed by index. |
MvtDataSet | A dataset for reading tiled vector data from a Mapbox Vector Tile service, or a local MBTiles file. |
MySqlDataSet | A dataset that reads spatial data from a MySQL database. |
OgrDataSet | A dataset that reads various vector data formats, via the OGR Simple Features Library. |
OgrQuery | A class for specifying additional parameters to OgrDataSet queries. |
OracleDataSet | A dataset that reads spatial data from an Oracle database. |
PostgreSqlDataSet | A dataset that reads spatial data from a PostgreSQL database. |
RpfDataSet | A dataset that reads NIMA Raster Product Format (RPF) data e.g. CADRG. |
RpfQuery | A class for specifying additional parameters to RpfDataSet queries. |
S57AmlScaleBands | A class for specifying the scales at which an S57DataSet switches between different scale bands. |
S57DataSet | A dataset for reading nautical charts data in S-57 format. |
S57EncScaleBands | A class for specifying the scales at which an S57DataSet switches between different scale bands. |
S57ScaleBands | Abstract base class for S57EncScaleBands and S57AmlScaleBands. |
S63 | A class for creating and maintaining a database of encrypted S-63 data files |
S63Cell | Represents an ENC cell in an S-63 database. |
S63CellCollection | A strongly typed collection of S63Cell elements that can be accessed by index. |
S63CellPermit | Represents the cell permit with the license for an S-63 ENC cell. |
S63CellPermitCollection | A strongly typed collection of S63CellPermit elements that can be accessed by index. |
S63CellUpdate | Represents a single base or update version of an S-63 cell. |
S63CellUpdateCollection | A strongly typed collection of S63CellUpdate elements that can be accessed by index. |
S63ExchangeSet | Represents an S-63 exchange set registered in an S-63 database. |
S63ExchangeSetCollection | A strongly typed collection of S63ExchangeSet elements that can be accessed by index. |
S63PermitFile | Represents a permit file imported to an S-63 database. |
S63PermitFileCollection | A strongly typed collection of S63PermitFile elements that can be accessed by index. |
ShapefileAttribute | Specifies one attribute or column in a DBF file when writing Shapefile data. |
ShapefileAttributeCollection | A strongly typed collection of ShapefileAttribute elements that can be accessed by index. |
ShapefileDataSet | A dataset that reads and writes ESRI Shapefile vector data. |
ShapefileQuery | A class for specifying additional parameters to ShapefileDataSet queries. |
ShapefileSchema | Specifies parameters needed when writing Shapefile data. |
ShapefileWriter | Writer that allows an application to write features one by one to a Shapefile. |
SqlServerDataSet | A dataset that reads spatial data from a Microsoft SQL Server database. |
VpfDataSet | A dataset that reads VPF (Vector Product Format) data, specified by the American military standard MIL-STD-2407 |
VpfQuery | A class for specifying additional parameters to VpfDataSet queries. |
Interfaces
Structures
Delegates
Delegate | Description |
---|---|
DataSetChangedEventHandler | Represents the method that will handle DirectoryDataSet.DataSetChanged events. |
Enumerations
Enumeration | Description |
---|---|
CmrgDataSection | Specifies the possible data sections for a CmrgDataSet. |
DatabaseDataType | Specifies the data type of a value in a DatabaseColumn. |
DatabaseIsolationLevel | Specifies the database transaction isolation level. |
GeoPackageMetadataScope | This enumeration represents the possible GeoPackage metadata scopes which are valid according to the OGC Geopackage Metadata Extension. |
MapPackageImageFormat | Specifies the format of the raster tiles in a MapPackage. |
MapPackageModelWriterStage | The current stage of MapPackageModelWriter. |
MapPackageRasterFilter | Specifies the type of filter to use when processing raster tiles in a MapPackage. |
MapPackageTilingScheme | Specifies the tiling scheme used when writing image or coverage data to an OGC GeoPackage. |