|
Public Member Functions |
FDOWMS_API void | _writeXml (FdoXmlWriter *xmlWriter, const FdoXmlFlags *flags) |
FDOWMS_API FdoString * | GetBackgroundColor (void) const |
| Gets the background color.
|
FDOWMS_API FdoString * | GetElevationDimension (void) const |
| Gets the elevation dimension of the requested WMS map.
|
FDOWMS_API FdoString * | GetImageFormat (void) |
| Gets the format type in which the WMS image will be generated.
|
FDOWMS_API FdoWmsOvLayerCollection * | GetLayers (void) const |
| Gets the WMS layers that will be used to construct the composite WMS image.
|
virtual FDOWMS_API FdoStringP | GetQualifiedName () |
| Gets the fully qualified name of this element.
|
FDOWMS_API FdoString * | GetSpatialContextName (void) const |
| Gets the spatial context in which the requested WMS map will be returned.
|
FDOWMS_API FdoString * | GetTimeDimension (void) const |
| Gets the time dimension of the requested WMS map.
|
FDOWMS_API FdoBoolean | GetTransparent (void) const |
| Gets the transparency state.
|
FDOWMS_API FdoBoolean | GetUseTileCache (void) const |
| Gets the tile caching option value.
|
virtual FDOWMS_API void | InitFromXml (FdoXmlSaxContext *pContext, FdoXmlAttributeCollection *attrs) |
| DOXYGEN-IGNORE XML Serialization functions, not part of supported API.
|
FDOWMS_API void | SetBackgroundColor (FdoString *bgColor) |
| Sets the background color.
|
FDOWMS_API void | SetElevationDimension (FdoString *dimension) |
| Sets the time dimension of the requested WMS map.
|
FDOWMS_API void | SetImageFormat (FdoString *value) |
| Sets the format type in which the WMS image will be generated.
|
FDOWMS_API void | SetSpatialContextName (FdoString *value) |
| Sets the spatial context in which the requested WMS map will be returned.
|
FDOWMS_API void | SetTimeDimension (FdoString *time) |
| Sets the time dimension of the requested WMS map.
|
FDOWMS_API void | SetTransparent (FdoBoolean transparent) |
| Sets the transparency state.
|
FDOWMS_API void | SetUseTileCache (FdoBoolean value) |
| Sets the tile caching option value.
|
virtual FDOWMS_API FdoBoolean | XmlEndElement (FdoXmlSaxContext *context, FdoString *uri, FdoString *name, FdoString *qname) |
virtual FDOWMS_API FdoXmlSaxHandler * | XmlStartElement (FdoXmlSaxContext *context, FdoString *uri, FdoString *name, FdoString *qname, FdoXmlAttributeCollection *atts) |
Static Public Member Functions |
FDOWMS_API FdoWmsOvRasterDefinition * | Create () |
| Constructs a new Raster Definition.
|
Protected Member Functions |
FdoStringP | _GetFormatAbbr () const |
FdoStringP | _GetTransparent (void) const |
FdoStringP | _GetUseTileCache (void) const |
void | _SetFormatAbbr (FdoString *value) |
void | _SetFullFormatType (FdoString *value) |
void | _SetTransparent (FdoString *value) |
void | _SetUseTileCache (FdoString *value) |
FdoStringP | AbbrToMIMEFormatType (FdoString *abbrFormat) |
void | Dispose (void) |
FDOWMS_API | FdoWmsOvRasterDefinition (void) |
FdoStringP | MIMEFormatTypeToAbbr (FdoString *fullFormat) |
virtual FDOWMS_API | ~FdoWmsOvRasterDefinition (void) |
Friends |
class | FdoWmsOvClassDefinition |