|
bool | Create (const std::shared_ptr< RasterProjector > &vm, double dScale, const BasicGeoTypes::GeoRect &gr, GridLayout *pGL) |
|
int | Build () |
|
virtual bool | Create (const std::shared_ptr< RasterProjector > &vm, double dScale, const BasicGeoTypes::GeoRect &gr, GridLayout *pGL) |
|
virtual int | Build () |
|
int | BuildAuxPath (std::shared_ptr< STK::PolylineRender2D > &pfc, int iAgain, 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) |
|
|
void | BuildZone (std::shared_ptr< STK::PolylineRender2D > &pfc, int &lastLineIx, int z, double dMinLat, double l1, double dMaxLat, double l2) |
|
int | BuildBandLines (std::shared_ptr< STK::PolylineRender2D > &pfc, int &numVectors) |
|
void | BuildBandLine (std::shared_ptr< STK::PolylineRender2D > &pfc, int &lastLineIx, double l1) |
|
void | BuildBandTicks () |
|
bool | SkipLine (int ux, int nGridSize) |
|
int | Build (std::shared_ptr< STK::PolylineRender2D > &pfc, int &numVectors) |
|
int | BuildZoneSeparationLines (std::shared_ptr< STK::PolylineRender2D > &pfc, int &numVectors) |
|
virtual void | BuildZone (std::shared_ptr< STK::PolylineRender2D > &pfc, int &lastLineIx, int z, double dMinLat, double l1, double dMaxLat, double l2) |
|
void | BuildZone31 (std::shared_ptr< STK::PolylineRender2D > &pfc, int &lastLineIx, double l1, double l2) |
|
void | BuildZone32_34_36 (std::shared_ptr< STK::PolylineRender2D > &pfc, int &lastLineIx, int z, int z1, int z2, double dZonebreak, double l1, double l2) |
|
void | BuildZone33_35_37 (std::shared_ptr< STK::PolylineRender2D > &pfc, int &lastLineIx, int z, double dZonebreak1, double dZonebreak2, double l1, double l2) |
|
void | BuildSeparationLine (std::shared_ptr< STK::PolylineRender2D > &pfc, int &lastLineIx, int z, double l1, double l2) |
|
void | BuildSeparationLine31 (std::shared_ptr< STK::PolylineRender2D > &pfc, int &lastLineIx, double l1, double l2) |
|
void | BuildSeparationLine32_34_36 (std::shared_ptr< STK::PolylineRender2D > &pfc, int &lastLineIx, int z, double dZonebreak, double l1, double l2) |
|
void | BuildSeparationLine33_35 (std::shared_ptr< STK::PolylineRender2D > &pfc, int &lastLineIx, int z, double l1, double l2) |
|
void | BuildOriginLabel (bool bMgrs) |
|
void | BuildZoneSepLabel (double minLat, double maxLat, double lon) |
|
bool | GetPoint (double dLat, double dLon, BasicGeoTypes::PointDXY &pt) |
|
virtual void | Init (const std::shared_ptr< RasterProjector > &vm, double dScale, const BasicGeoTypes::GeoRect &gr, GridLayout *pGL, double dGridSize) |
|
virtual void | SetTics (double dCompfactor, double dGridSizeX, double dGridSizeY) |
|
double | SanityCheck (double value, double sweep, double max) |
|