Interface IFdoRasterCapabilities
Describes the raster capabilities of the FDO provider
Namespace: OSGeo.MapGuide.ObjectModels.Capabilities
Assembly: OSGeo.MapGuide.ObjectModels.dll
Syntax
public interface IFdoRasterCapabilities
Properties
| Improve this Doc View SourceSupportsRaster
Indicates if rasters are supported
Declaration
bool SupportsRaster { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
SupportsStitching
Indicates if stitching is supported
Declaration
bool SupportsStitching { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
SupportsSubsampling
Indicates if sub-sampling is supported
Declaration
bool SupportsSubsampling { get; }
Property Value
Type | Description |
---|---|
System.Boolean |