|
| 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) |
| |
| virtual bool | Create (const std::shared_ptr< RasterProjector > &vm, double dScale, const BasicGeoTypes::GeoRect &gr, GridLayout *pGL) |
| |
| virtual int | Build () |
| |
|
void | BuildPolarTicks () |
| |
|
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 | SetTics (double dCompfactor, double dGridSizeX, double dGridSizeY, bool bUseVertFL) |
| |
|
bool | GetPoint (double dLat, double dLon, BasicGeoTypes::PointDXY &pt) const |
| |
|
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) |
| |
|
|
static void | GetLabelStrings (double dVal, std::string &sMajor, std::string &sMinor) |
| |
|
GridLayout * | m_pGL |
| |
|
GridSpacing | m_GS |
| |
|
std::string | _id |
| |
|
bool | _visible |
| |
|
double | m_dGridSizeX |
| |
|
double | m_dStepSizeX |
| |
|
double | m_dStartX |
| |
|
int | m_nLinesX |
| |
|
double | m_dGridSizeY |
| |
|
double | m_dStepSizeY |
| |
|
double | m_dStartY |
| |
|
int | m_nLinesY |
| |
|
int | _numVectorsPrimary |
| |
|
std::shared_ptr< RasterProjector > | m_vm |
| |
|
double | m_dScale |
| |
|
bool | m_bPolar |
| |
|
double | m_dMinLat |
| |
|
double | m_dMaxLat |
| |
|
double | m_dMinLon |
| |
|
double | m_dMaxLon |
| |
|
double | m_dGridSize |
| |
|
int | _numPathCollections |
| |
|
std::shared_ptr< GridPathCollection > | _pfcPrimary |
| |
|
std::shared_ptr< GridPathCollection > | _pfcSecondary |
| |
|
std::shared_ptr< GridPathCollection > | _pfcThird |
| |
|
std::shared_ptr< GridPathCollection > | _pfcFourth |
| |
|
std::shared_ptr< FlCache > | _flCache |
| |
|
GridTypes | _gridType |
| |
◆ Build()
◆ BuildAuxPath()
| int MGridGars::BuildAuxPath |
( |
std::shared_ptr< STK::PolylineRender2D > & |
pfc, |
|
|
int |
pathtype, |
|
|
int & |
numVectors |
|
) |
| |
|
virtual |
◆ Create()
The documentation for this class was generated from the following files:
- Native/MariaNative/MGeoLayers/MGridGars.h
- Native/MariaNative/MGeoLayers/MGridGars.cpp