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, wait
close
public final void dispose()
IDisposable
dispose
in interface IDisposable
protected void dispose(boolean disposing)
public PolylineType getPolylineType()
PolylineType
of positions
returned from Interpolate
Interpolate
public BaseCollection<Cartesian> interpolate(Iterable<Cartesian> positions)
positions
.positions
- Positions to use for interpolation.positions
.