com.esri.arcgis.analyst3d
Interface IImport3DFileRoots

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IImport3DFileRootsProxy, Import3DFile

public interface IImport3DFileRoots
extends java.io.Serializable

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

IID141ced35_f903_47b3_9ea3_210b751583e7

static final int IID141ced35_f903_47b3_9ea3_210b751583e7
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

isValidFile

boolean isValidFile(java.lang.String filePath)
                    throws java.io.IOException,
                           AutomationException
Indicates if this is a valid 3D Import File.

Parameters:
filePath - The filePath (in)
Returns:
The pValid
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getRootCountFromFile

int getRootCountFromFile(java.lang.String filePath)
                         throws java.io.IOException,
                                AutomationException
The Root Count of the File.

Parameters:
filePath - The filePath (in)
Returns:
The pCount
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getRootGeometry

IGeometry getRootGeometry(int rootIndex)
                          throws java.io.IOException,
                                 AutomationException
The Geometry interface.

Parameters:
rootIndex - The rootIndex (in)
Returns:
A reference to a com.esri.arcgis.geometry.IGeometry
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

releaseCurrentFile

void releaseCurrentFile()
                        throws java.io.IOException,
                               AutomationException
Release the Current File.

Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.