MapLink Pro 11.1.1.0.
Envitia MapLink Pro: The Ultimate Mapping Application Toolkit
Loading...
Searching...
No Matches
TSLOWCStyle Class Reference

Detailed Description

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 TSLOWCContentcontent () const
 
void destroy ()
 
bool isDefault () const
 
const char * legendURL () const
 
const char * name () const
 
const char * title () const
 

Member Function Documentation

◆ abstract()

const char * TSLOWCStyle::abstract ( ) const

Returns a description of the style.

◆ content()

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.

◆ destroy()

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.

◆ isDefault()

bool TSLOWCStyle::isDefault ( ) const

Returns whether this style is the default style used to portray the offering.

◆ legendURL()

const char * TSLOWCStyle::legendURL ( ) const

Returns the URL of a legend image for the style.

◆ name()

const char * TSLOWCStyle::name ( ) const

Returns the unique name of the style.

◆ title()

const char * TSLOWCStyle::title ( ) const

Returns the human readable title that describes the style.