|
const BasicGeoTypes::DblTransform2D & | GetProjToImage () const |
|
const BasicGeoTypes::DblTransform2D & | GetImageToProj () const |
|
const BasicGeoTypes::RectXY & | Rect () const |
|
const BasicGeoTypes::PointDXY | RectCenter () const |
|
const BasicGeoTypes::RectD | ProjRect () const |
|
const BasicGeoTypes::PointXY | Size () const |
|
int | Width () const |
|
int | Height () const |
|
const BasicGeoTypes::GeoPos & | Center () const |
|
void | GetCorners (BasicGeoTypes::GeoPos corners[]) const |
|
std::vector< BasicGeoTypes::GeoPos > | GetCorners () const |
|
std::shared_ptr< IProjector > | GetGeoProjector () const |
|
void | GetRefinedBoundary (int subdivisions, std::vector< BasicGeoTypes::GeoPos > &boundaryPoints) const |
|
BasicGeoTypes::PointDXY | GetNorthVector (const BasicGeoTypes::GeoPos &pos) const |
| Gets relative XY of point 1 m north of pos.
|
|
BasicGeoTypes::PointDXY | GetNorthVector () const |
|
BasicGeoTypes::PointDXY | GetEastVector (const BasicGeoTypes::GeoPos &pos) const |
| Gets relative XY of point 1 m east of pos.
|
|
BasicGeoTypes::PointDXY | GetEastVector () const |
|
BasicGeoTypes::PointDXY | GetPixelSize (const BasicGeoTypes::GeoPos &pos) const |
|
BasicGeoTypes::PointDXY | GetPixelSize () const |
|
bool | Contains (const BasicGeoTypes::GeoPos &pos) const |
|
bool | Intersects (RasterProjector *rp) const |
|
const char * | GetId () const |
|
const char * | GetProjectionId () 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 bool | IsProjection () const |
| True if the IProjector transform contains a projection component, false if the transform is 'only' a datum converion.
|
|
virtual double | UnitScale () const |
| XY unit scale factor. If XY unit is 'Meters' and UnitScale is 1e3, actual XY values are in kilometers.
|
|
virtual DistanceUnit | Unit () const |
| Nominal unit in the XY plane.
|
|
BasicGeoTypes::GeoRect | CalcQuickGeoRect () const |
|
BasicGeoTypes::GeoRect | CalcGeoRect () const |
|
virtual bool | Equals (RasterProjector *rp, double eps=1e-9) 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.
|
|
|
void | InitMatrix (const BasicGeoTypes::PointDXY &ul, const BasicGeoTypes::PointDXY &lr) |
|
| RasterProjector (std::shared_ptr< IProjector > proj, const BasicGeoTypes::DblTransform2D &projMatrix, int w, int h) |
|
| RasterProjector (std::shared_ptr< IProjector > proj, const BasicGeoTypes::PointDXY &ul, const BasicGeoTypes::PointDXY &lr, int w, int h) |
|
| RasterProjector (std::shared_ptr< IProjector > proj, const BasicGeoTypes::GeoPos &ul, const BasicGeoTypes::GeoPos &lr, int w, int h) |
|
| RasterProjector (std::shared_ptr< IProjector > proj, const BasicGeoTypes::DblTransform2D &projMatrix, double x0, double y0, int w, int h) |
|
| RasterProjector (std::shared_ptr< IProjector > proj, const BasicGeoTypes::DblTransform2D &projToImage, const BasicGeoTypes::DblTransform2D &imageToProj, const BasicGeoTypes::RectXY &rc, const BasicGeoTypes::GeoPos ¢er) |
|
RasterProjector - Short description. Detailed description.