public abstract class PathPrimitiveUpdatePolicy extends Object implements IDisposable
PathPrimitive.
Derived classes must implement the Update method.PathPrimitive.UpdatePolicy (get)| Modifier | Constructor and Description | 
|---|---|
protected  | 
PathPrimitiveUpdatePolicy()  | 
| 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)  | 
abstract void | 
update(PathPrimitive pathPrimitive,
      JulianDate date)
Updates the  
pathPrimitive at the specified date. | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitclosepublic final void dispose()
IDisposabledispose in interface IDisposableprotected void dispose(boolean disposing)
public abstract void update(PathPrimitive pathPrimitive, JulianDate date)
pathPrimitive at the specified date.pathPrimitive - The primitive to be updated.date - The time this method is called by the SceneManager.