|
| virtual int | GetVersion () const |
| |
| virtual bool | LatLonToXY (const BasicGeoTypes::GeoPos &latlon, BasicGeoTypes::PointDXY &xy) const |
| |
| virtual bool | LatLonToXY (const BasicGeoTypes::GeoPos *latlon, BasicGeoTypes::PointDXY *xy, int count) const |
| |
| virtual bool | XYToLatLon (const BasicGeoTypes::PointDXY &xy, BasicGeoTypes::GeoPos &latlon) const |
| |
| virtual bool | XYToLatLon (const BasicGeoTypes::PointDXY *xy, BasicGeoTypes::GeoPos *latlon, int count) const |
| |
| virtual DistanceUnit | Unit () const |
| | Nominal unit in the XY plane.
|
| |
|
virtual int | GetVersion () const |
| |
|
virtual bool | Init (const CPROJCS &projcs) |
| |
| bool | LatLonToXY (const BasicGeoTypes::GeoPos &, BasicGeoTypes::PointDXY &) const override |
| |
| bool | LatLonToXY (const BasicGeoTypes::GeoPos *latlon, BasicGeoTypes::PointDXY *xy, int count) const override |
| |
| bool | XYToLatLon (const BasicGeoTypes::PointDXY &, BasicGeoTypes::GeoPos &) const override |
| |
| bool | XYToLatLon (const BasicGeoTypes::PointDXY *xy, BasicGeoTypes::GeoPos *latlon, int count) const override |
| |
| virtual const char * | GetId () const override |
| |
| bool | IsProjection () const override |
| | True if the IProjector transform contains a projection component, false if the transform is 'only' a datum converion.
|
| |
| double | UnitScale () const override |
| | XY unit scale factor. If XY unit is 'Meters' and UnitScale is 1e3, actual XY values are in kilometers.
|
| |
| DistanceUnit | Unit () const override |
| | Nominal unit in the XY plane.
|
| |
|
virtual bool | IsEqual (const IProjector *p) const |
| |
|
virtual bool | IsScreenProjector () const |
| |
|
virtual bool | GetGeoFrame (const BasicGeoTypes::RectD &, BasicGeoTypes::RectD &) const |
| |
|
virtual double | GetScaleFactor (const BasicGeoTypes::GeoPos &) const |
| |
|
| IProjector (const IProjector &)=delete |
| |
|
IProjector & | operator= (const IProjector &)=delete |
| |
|
| IProjector (IProjector &&)=delete |
| |
|
IProjector & | operator= (IProjector &&)=delete |
| |
|
virtual bool | LatLonToXY (const BasicGeoTypes::GeoPos &latlon, BasicGeoTypes::PointDXY &xy) const =0 |
| |
|
virtual bool | LatLonToXY (const BasicGeoTypes::GeoPos *latlon, BasicGeoTypes::PointDXY *xy, int count) const =0 |
| |
|
virtual bool | XYToLatLon (const BasicGeoTypes::PointDXY &xy, BasicGeoTypes::GeoPos &latlon) const =0 |
| |
|
virtual bool | XYToLatLon (const BasicGeoTypes::PointDXY *xy, BasicGeoTypes::GeoPos *latlon, int count) const =0 |
| |
|
virtual const char * | GetId () const =0 |
| |
| virtual DistanceUnit | Unit () const =0 |
| | Nominal unit in the XY plane.
|
| |
| virtual double | UnitScale () const =0 |
| | XY unit scale factor. If XY unit is 'Meters' and UnitScale is 1e3, actual XY values are in kilometers.
|
| |
| virtual bool | IsProjection () const =0 |
| | True if the IProjector transform contains a projection component, false if the transform is 'only' a datum converion.
|
| |
GeoProjectionSimpleMercator - Short description. Detailed description.