DataRepresentation Enumeration
Specifies whether data are rasters or vector data. Used by DataSetInfo.
NuGet/Assembly: Carmenta.Engine.5.16.2.nupkg (in the CECore assembly)
Syntax
public enum DataRepresentation
Values
Value name | Value | Description |
---|---|---|
Unknown | 0 | The data representation could not be determined, for example for a custom dataset. |
Raster | 1 | Only raster data. |
Vector | 2 | Only vector data: points, lines and polygons. |
Mixed | 3 | A mixture of raster and vector data. |
Platforms
Windows, Linux, Android