|
const MWhiskeyPos & | GetWhiskeyPos () const |
|
void | SetWhiskeyPos (const MWhiskeyPos &whiskeyPos) |
|
const MGrid4WhiskeyOriginReference & | GetOriginReference () const |
|
void | SetOriginReference (const MGrid4WhiskeyOriginReference &originReference) |
|
int | GetNLinesX () const |
|
void | SetNLinesX (int nLinesX) |
|
int | GetNLinesY () const |
|
void | SetNLinesY (int nLinesY) |
|
const std::string & | GetUnwantedLetters () const |
|
void | SetUnwantedLetters (const std::string &unwantedLetters) |
|
const std::set< std::string > & | GetUnwantedStrings () const |
|
void | SetUnwantedStrings (const std::set< std::string > &skipList) |
|
const std::string & | GetStartLabel () const |
|
void | SetStartLabel (const std::string &startLabel) |
|
int | GetStartIndex () const |
|
void | SetStartIndex (int startIndex) |
|
const std::set< int > & | GetUnwantedIndeces () const |
|
void | SetUnwantedIndeces (const std::set< int > &skips) |
|
bool | Create (const std::shared_ptr< RasterProjector > &vm, double dScale, const BasicGeoTypes::GeoRect &gr, GridLayout *pGL) |
|
int | Build () |
|
int | BuildAuxPath (std::shared_ptr< STK::PolylineRender2D > &pfc, int pathtype, int &numVectors) |
|
const std::shared_ptr< GridPathCollection > & | GetPathCollection (int pathCollectionIndex) const |
|
int | GetNumPathCollections () const |
|
const std::shared_ptr< FlCache > & | GetLabelCache () const |
|
virtual bool | Create (const std::shared_ptr< RasterProjector > &vm, double dScale, const BasicGeoTypes::GeoRect &gr, GridLayout *pGL) |
|
virtual int | Build () |
|
virtual int | BuildAuxPath (std::shared_ptr< STK::PolylineRender2D > &pfc, int pathtype, int &numVectors) |
|
const std::string | GetId () const |
|
GridTypes | GetGridType () const |
|
void | SetVisible (bool visible) |
|
bool | GetVisible () |
|
void | UnrequestAllGraphics () |
|
void | UpdatePixelResolution (float pixelResolutionScale) |
|