| RMFoundation.h | |
| Properties | |
| RMProjectedPoint | {struct} coordinates, in projected meters, paralleling CGPoint |
| RMProjectedSize | {struct} width/height struct, in projected meters, paralleling CGSize |
| RMProjectedRect | {struct} location and size, in projected meters, paralleling CGRect |
| RMProjectedPointEqualToProjectedPoint | {bool} The function checks whether two passed projected points are equal. |
| RMProjectedSizeEqualToProjectedSize | {bool} The fuction returns true if the passed sizes are equal |
| RMProjectedRectEqualToProjectedRect | {bool} The fuction returns true if the passed rects are equal |
| RMProjectedRectInterectsProjectedRect | {bool} The function returns true if passed rects intersect each other. |
| RMProjectedRectGetMidEasting | {double} The function returns the midpoint easting of the given rect. |
| RMProjectedRectGetMidNorthing | {double} The function returns the midpoint northing of the given rect. |