![]() |
MapLink Pro 11.1.1.0.
Envitia MapLink Pro: The Ultimate Mapping Application Toolkit
|
This class represents an available portrayal style for the offering. Some offering support multiple styles, the valid values of which are defined by the instances of this class available from the offering.
Public Member Functions | |
const char * | abstract () const |
const TSLOWCContent * | content () const |
void | destroy () |
bool | isDefault () const |
const char * | legendURL () const |
const char * | name () const |
const char * | title () const |
const char * TSLOWCStyle::abstract | ( | ) | const |
Returns a description of the style.
const TSLOWCContent * TSLOWCStyle::content | ( | ) | const |
Returns data for inline style definitions. For example, if the style is for a WMSSLD, the content object could contain an inline SLD to use with the offering.
void TSLOWCStyle::destroy | ( | ) |
Destroy method for style objects. This should be called rather than deleting the object as the calls are redirected internally to MapLink.
bool TSLOWCStyle::isDefault | ( | ) | const |
Returns whether this style is the default style used to portray the offering.
const char * TSLOWCStyle::legendURL | ( | ) | const |
Returns the URL of a legend image for the style.
const char * TSLOWCStyle::name | ( | ) | const |
Returns the unique name of the style.
const char * TSLOWCStyle::title | ( | ) | const |
Returns the human readable title that describes the style.