|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IImport3DFile
Provides access to a file used to create 3D General Multipatches.
Use this interface to import supported 3D models for 3D symbology. As of version 9.3, the following 3D model formats are supported: 3D Studio (*.3ds), OpenFlight 15.8 (*.flt), VRML 2.0 (*.wrl), SketchUp 6 (*.skp), and Collada 1.4 (*.dae). You can also use this interface to implement your own custom 3D models so that they can be imported on the user interface the same way as the other built-in 3D models. Please see the examples.
This interface is new at ArcGIS 9.3. It supersedes IImport3DFile.
| Method Summary | |
|---|---|
void |
createFromFile(String filePath)
Load from File. |
String |
getFileDescription()
The File Description for Browsing. |
String |
getFileExtension()
The File Extension for Browsing. |
IGeometry |
getGeometry()
The Geometry interface. |
boolean |
isCanBrowse()
Indicates if this implementation can browse for files. |
boolean |
isValidFile(String filePath)
Indicates if this is a valid 3D Import File. |
| Method Detail |
|---|
boolean isValidFile(String filePath)
throws IOException,
AutomationException
filePath - The filePath (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void createFromFile(String filePath)
throws IOException,
AutomationException
filePath - The filePath (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IGeometry getGeometry()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isCanBrowse()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
String getFileDescription()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
String getFileExtension()
throws IOException,
AutomationException
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 | ||||||||