|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IImport3DFileRoots
Provides access to a roots in a file used to create 3D General Multipatches.
Method Summary | |
---|---|
int |
getRootCountFromFile(String filePath)
The Root Count of the File. |
IGeometry |
getRootGeometry(int rootIndex)
The Geometry interface. |
boolean |
isValidFile(String filePath)
Indicates if this is a valid 3D Import File. |
void |
releaseCurrentFile()
Release the Current 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.int getRootCountFromFile(String filePath) throws IOException, AutomationException
filePath
- The filePath (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IGeometry getRootGeometry(int rootIndex) throws IOException, AutomationException
rootIndex
- The rootIndex (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void releaseCurrentFile() 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 |