public interface OriginUpdateListener
OriginData
structure contains necessary information about the origin, together
with convenience methods for transformation
The PositionOrientationProvider
will maintain the origin, and call the
originChanged(OriginData)
method as necessary. Implementing classes
should recompute (and possibly reload) all their geographic data when this is called.
Modifier and Type | Method and Description |
---|---|
void |
originChanged(OriginData origin)
The origin is changed, please recompute model coordinates and model transforms
|
void originChanged(OriginData origin)
origin
-