| .NET API Reference | OSGeo FDO Provider for WMS |
OvRasterDefinition Class Reference
#include <mgOvRasterDefinition.h>
Detailed Description
The FdoWmsOvRasterDefinition class defines the physical overrides for a raster property in a WMS FDO schema.
Definition at line 30 of file mgOvRasterDefinition.h.
Public Member Functions | |
| __property System::String * | get_BackgroundColor () |
| Gets the background color. | |
| __property System::String * | get_ElevationDimension () |
| Gets the elevation dimension of the requested WMS map. | |
| __property System::String * | get_ImageFormat () |
| Gets the format type in which the WMS image will be generated. | |
| __property NAMESPACE_OSGEO_FDO_PROVIDERS_WMS_OVERRIDE::OvLayerCollection * | get_Layers () |
| Gets the WMS layers that will be used to construct the composite WMS image. | |
| __property System::String * | get_SpatialContextName () |
| Gets the spatial context in which the requested WMS map will be returned. | |
| __property System::String * | get_TimeDimension () |
| Gets the time dimension of the requested WMS map. | |
| __property System::Boolean | get_Transparent () |
| Gets the transparency state. | |
| __property System::Boolean | get_UseTileCache () |
| Gets the tile caching option value. | |
| OvRasterDefinition () | |
| Constructs a new Raster Definition. | |
| __property System::Void | set_BackgroundColor (System::String *bgColor) |
| Sets the background color. | |
| __property System::Void | set_ElevationDimension (System::String *dimension) |
| Sets the time dimension of the requested WMS map. | |
| __property System::Void | set_ImageFormat (System::String *value) |
| Sets the format type in which the WMS image will be generated. | |
| __property System::Void | set_SpatialContextName (System::String *value) |
| Sets the spatial context in which the requested WMS map will be returned. | |
| __property System::Void | set_TimeDimension (System::String *time) |
| Sets the time dimension of the requested WMS map. | |
| __property System::Void | set_Transparent (System::Boolean transparent) |
| Sets the transparency state. | |
| __property System::Void | set_UseTileCache (System::Boolean value) |
| Sets the tile caching option value. | |
The documentation for this class was generated from the following file:
| Comments? |