|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IImport3DFile2
Provides access to a file used to create 3D General Multipatches.
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. |
void |
getPlacementPreferences(double[] normalizedAnchorX,
double[] normalizedAnchorY,
double[] normalizedAnchorZ,
boolean[] bIsBillboard)
Symbol placement preferences. |
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.
void getPlacementPreferences(double[] normalizedAnchorX,
double[] normalizedAnchorY,
double[] normalizedAnchorZ,
boolean[] bIsBillboard)
throws IOException,
AutomationException
normalizedAnchorX - The normalizedAnchorX (out: use single element array)normalizedAnchorY - The normalizedAnchorY (out: use single element array)normalizedAnchorZ - The normalizedAnchorZ (out: use single element array)bIsBillboard - The bIsBillboard (out: use single element array)
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 | ||||||||