GeoEco.Datasets.ArcGIS

Table and Grid wrappers around tabular, vector, and raster datasets accessible through the ArcGIS arcpy library.

Classes

ArcGISCopyableTable

Mixin that classes representing tables inherit to indicate they can be copied with the Copy() geoprocessing tool.

ArcGISRaster

A 2D raster dataset represented as a DatasetCollection of ArcGISRasterBands.

ArcGISRasterBand

A 2D raster band represented as a Grid.

ArcGISTable

A table, feature class, or other tabular dataset or layer represented as a Table.

ArcGISWorkspace

A DatasetCollectionTree and Database representing an ArcGIS workspace, such as a geodatabase or file system directory.