public abstract class PositionInterpolator extends Object implements IDisposable
PolylinePrimitive to render things such as
great arcs and rhumb lines.| Modifier | Constructor and Description | 
|---|---|
protected  | 
PositionInterpolator()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
dispose()
Performs application-defined tasks associated with freeing, releasing, or resetting
 unmanaged resources. 
 | 
protected void | 
dispose(boolean disposing)  | 
PolylineType | 
getPolylineType()
Gets the  
PolylineType of positions
returned from Interpolate | 
BaseCollection<Cartesian> | 
interpolate(Iterable<Cartesian> positions)
Computes interpolated positions based on the input  
positions. | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitclosepublic final void dispose()
IDisposabledispose in interface IDisposableprotected void dispose(boolean disposing)
public PolylineType getPolylineType()
PolylineType of positions
returned from InterpolateInterpolatepublic BaseCollection<Cartesian> interpolate(Iterable<Cartesian> positions)
positions.positions - Positions to use for interpolation.positions.