A circle object. More...
#import <deCartaCircle.h>
Public Member Functions | |
| (id) | - initWithPosition:radius:name: |
Properties | |
| deCartaLength * | radius |
| deCartaPosition * | position |
A circle object.
deCartaCircle is an extension of deCartaShape, one that is specifically geared towards displaying a circle overlay at a specific coordinate on a deCartaMap. The deCartaCircle class inherits from the deCartaShape class, which inherits from the deCartaEventSource class. So, deCartaCircle could theoretically support event-capturing, but this functionality is not implemented, so a deCartaCircle will not trigger any events.
| - (id) initWithPosition: | (deCartaPosition *) | inPosition | ||
| radius: | (deCartaLength *) | inRadius | ||
| name: | (NSString *) | inName | ||
Initialize the deCartaCircle object with a center position, radius, and name.
| inPosition | Geographic position of center of the circle | |
| inRadius | Radius of the circle | |
| inName | String name for the circle |
- (deCartaPosition*) position [read, write, retain] |
Center position of the circle
- (deCartaLength*) radius [read, write, retain] |
Radius of the circle (Units of measure are defined within the deCartaLength class)
1.6.1