|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IImport3DFileRoots
COM Interface 'IImport3DFileRoots'. Generated 3/19/2015 1:20:51 PM from 'C:\ArcGIS\COM\esri3DAnalyst.olb'
Description: 'Provides access to a roots in a file used to create 3D General Multipatches.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =
Field Summary | |
---|---|
static java.lang.String |
IID
Deprecated. Internal use only |
static int |
IID141ced35_f903_47b3_9ea3_210b751583e7
|
static int |
xxDummy
Deprecated. Internal use only |
Method Summary | |
---|---|
int |
getRootCountFromFile(java.lang.String filePath)
The Root Count of the File. |
IGeometry |
getRootGeometry(int rootIndex)
The Geometry interface. |
boolean |
isValidFile(java.lang.String filePath)
Indicates if this is a valid 3D Import File. |
void |
releaseCurrentFile()
Release the Current File. |
Field Detail |
---|
static final int IID141ced35_f903_47b3_9ea3_210b751583e7
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
boolean isValidFile(java.lang.String filePath) throws java.io.IOException, AutomationException
filePath
- The filePath (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getRootCountFromFile(java.lang.String filePath) throws java.io.IOException, AutomationException
filePath
- The filePath (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IGeometry getRootGeometry(int rootIndex) throws java.io.IOException, AutomationException
rootIndex
- The rootIndex (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void releaseCurrentFile() throws java.io.IOException, AutomationException
java.io.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 |