C# (CSharp) MapAround.DataProviders Namespace

Classes

Name Description
FeatureOperationEventArgs Instances of this class contains a data passed to the feature operation event.
GDALRasterProvider Provides access to rasters via GDAL library.

GDAL library is distributed under the terms of X11/ MIT License:

Copyright (c) 2000, Frank Warmerdam Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
GDALRasterProviderHolder GDAL raster provider holder.
IdNeededEventArgs Instances of Maparound.DataProviders.IdNeededEventArgs contains data for the IdNeeded event.
InMemoryRasterProvider Provides access to the in-memory stored raster.
RasterProviderHolderBase MapAround.DataProviders.RasterProviderHolderBase is the base class for the data provider holding classes. Instances of these classes contains the providers registration info, initialization parameters and defines the resource menegement by implementing the ReleaseProviderIfNeeded method.
RasterProviderManager Represents a registry of raster providers.
ShapeFileSpatialDataProvider Instances of MapAround.DataProviders.ShapeFileSpatialDataProvider provides access to the data stored in ESRI shape-file format.
ShapeFileSpatialDataProviderHolder Shape-file data provider holder.
SmallRasterProviderHolder InMemory raster provider holder.
SpatialDataProviderBase Maparound.DataProviders.SpatialDataProviderBase is the base class for the spatial data providers.
SpatialDataProviderHolderBase MapAround.DataProviders.SpatialDataProviderHolderBase is the base class for the data provider holding classes. Instances of these classes contains the providers registration info, initialization parameters and defines the resource menegement by implementing the ReleaseProviderIfNeeded method.
SpatialDataProviderManager Represents a registry of spatial data providers.
SqlSpatialDataProvider Maparound.DataProviders.SqlSpatialDataProvider is the base class for the spatial data providers from SQL servers which hasn't native spatial data types and functions.