public interface Movable
Modifier and Type | Method and Description |
---|---|
Position |
getReferencePosition()
A position associated with the object that indicates its aggregate geographic position.
|
void |
move(Position position)
Shift the shape over the globe's surface while maintaining its original azimuth, its orientation relative to
North.
|
void |
moveTo(Position position)
Move the shape over the globe's surface while maintaining its original azimuth, its orientation relative to
North.
|
Position getReferencePosition()
void move(Position position)
position
- the latitude and longitude to add to the shape's reference position.void moveTo(Position position)
position
- the new position of the shape's reference position.