|
| MGridlineUps (GridLayout *pGL, const std::shared_ptr< RasterProjector > &vm, double dMinLat, double dMinLon, double dMaxLat, double dMaxLon, double dMinNorthing, double dMaxNorthing, double dMinEasting, double dMaxEasting, const MUpsPos &ups, bool bVertical, double dFixedNorthing, double dFixedEasting, double dGridSize) |
|
bool | Valid () |
|
double | GetSpacing () |
|
void | SetSpacing (double spacing) |
|
void | SetPolar (bool bPolar) |
|
void | SetFlCache (const std::shared_ptr< FlCache > &flCache) |
|
void | SetHashTagVertcal (double tag) |
|
void | SetHashTagHorizontal (double tag) |
|
void | SetShowFrameTicks (bool b) |
|
void | SetShowInteriorTicks (bool b) |
|
virtual void | Init (const std::shared_ptr< RasterProjector > &vm, GridLayout *pGL, double dMinLat, double dMinLon, double dMaxLat, double dMaxLon, bool bVertical, double dFixedNorthing, double dFixedEasting, double dGridSize, int nSteps, std::string strLab) |
|
virtual void | Build (std::shared_ptr< STK::PolylineRender2D > &pfc, int &lastLineIx) |
|
|
bool | GetMinMaxNorthing () |
|
bool | GetMinMaxEasting () |
|
bool | GetLatLon (double dNorthing, double dEasting, double &dLat, double &dLon) |
|
void | OnCrossPoint (const BasicGeoTypes::PointDXY &p) |
|
virtual void | OnCrossingEdge (const BasicGeoTypes::PointDXY &p, GridEdges nEdge) |
|
GridEdges | IsCrossingEdge (const BasicGeoTypes::PointDXY &pt) const |
|
virtual void | MakeLabelStrings (bool bNorthing, std::string &strMajor, std::string &strMinor) |
|
void | MakeMGRSStrings (bool bNorthing, std::string &strMajor, std::string &strMinor) |
|
bool | GetNorthing (double Easting, double atLat, double &Northing) |
|
bool | GetEasting (double Northing, double atLat, double &Easting) |
|
virtual bool | GetLatLon (double dNorthing, double dEasting, double &dLat, double &dLon) |
|
virtual bool | GetLatLon (double &dLat, double &dLon) |
|
virtual bool | GetMinMaxNorthing () |
|
virtual bool | GetMinMaxEasting () |
|
virtual void | MakeLabelStrings (bool bNorthing, std::string &strMajor, std::string &strMinor) |
|
virtual void | MakeFrameLabelStrings (bool bNorthing, std::string &strMajor, std::string &strMinor) |
|
virtual void | OnCrossPoint (const BasicGeoTypes::PointDXY &p) |
|
virtual void | OnCrossingEdge (const BasicGeoTypes::PointDXY &p, GridEdges nEdge) |
|
virtual void | OnPoint (const BasicGeoTypes::PointDXY &p) |
|
virtual void | BuildFrameLabel (const BasicGeoTypes::PointDXY &p, GridEdges nEdge) |
|
virtual void | BuildAdditionalLabel (const BasicGeoTypes::PointDXY &p) |
|
bool | IsInside (const BasicGeoTypes::PointDXY &pt) const |
|
virtual GridEdges | IsCrossingEdge (const BasicGeoTypes::PointDXY &pt) const |
|
double | GetEdgePoint (const BasicGeoTypes::PointDXY &pt, GridEdges nEdge) const |
|
virtual bool | GetPoint (BasicGeoTypes::PointDXY &pt) |
|
virtual void | Advance (std::shared_ptr< STK::PolylineRender2D > &pfc, std::vector< STK::Vector2f > &pf, int &lastLineIx) |
|