X,Y double-precision coordinate pair (for geo-coordinates). More...
#import <deCartaXYDouble.h>
Public Member Functions | |
| (id) | - initWithXd:andYd: |
Static Public Member Functions | |
| (id) | + XYWithX:andY: |
Protected Attributes | |
| double | _x |
| double | _y |
Properties | |
| double | x |
| double | y |
X,Y double-precision coordinate pair (for geo-coordinates).
An object containing a 2-part coordinate, with X and Y values represented in double-precision floating point. This is typically used for storing real-word geographic coordinates.
| - (id) initWithXd: | (double) | x | ||
| andYd: | (double) | y | ||
Initializes the deCartaXYDouble object with X and Y coordinate values
Initializes the deCartaXYDouble object with X and Y coordinate values
| x | Floating point x value (latitude) | |
| y | Floating point y value (longitude) |
| + (id) XYWithX: | (double) | x | ||
| andY: | (double) | y | ||
Sets the deCartaXYDouble object's X and Y coordinate values
| x | Floating point x value (latitude) | |
| y | Floating point y value (longitude) |
- (double) _x [protected] |
X component
- (double) _y [protected] |
Y component
- (double) x [read, write, assign] |
X component
- (double) y [read, write, assign] |
Y component
1.6.1