GlobeEngine
geGIS::Style Struct Reference

#include <StyleCollection.h>

Public Member Functions

 Style ()
 
 Style (std::string _name, std::string _value, double _strokeWidth)
 

Public Attributes

std::string name
 
std::string value
 
std::string type
 
std::string iconurl
 
double strokeWidth
 
double borderWidth
 
double midBorderWidth
 
std::vector< std::shared_ptr< StylePiece > > strokes
 

Constructor & Destructor Documentation

geGIS::Style::Style ( )
inline
geGIS::Style::Style ( std::string  _name,
std::string  _value,
double  _strokeWidth 
)
inline

Member Data Documentation

double geGIS::Style::borderWidth
std::string geGIS::Style::iconurl
double geGIS::Style::midBorderWidth
std::string geGIS::Style::name
std::vector< std::shared_ptr<StylePiece> > geGIS::Style::strokes
double geGIS::Style::strokeWidth
std::string geGIS::Style::type
std::string geGIS::Style::value

The documentation for this struct was generated from the following file: