|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IBasicScene
Provides access to basic members of the scene.
Method Summary | |
---|---|
IViewers3D |
getBasicDisplay()
The basic 3D display used by the scene. |
void |
loadAnimation(String pFilename)
Load the animation from a file. |
void |
saveAnimation(String pFilename)
Save the animation to a file. |
Method Detail |
---|
IViewers3D getBasicDisplay() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void saveAnimation(String pFilename) throws IOException, AutomationException
pFilename
- The pFilename (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void loadAnimation(String pFilename) throws IOException, AutomationException
pFilename
- The pFilename (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |