com.esri.arcgis.analyst3d
Interface IImport3DApplication

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

public interface IImport3DApplication
extends java.io.Serializable

COM Interface 'IImport3DApplication'. Generated 3/19/2015 1:20:51 PM from 'C:\ArcGIS\COM\esri3DAnalyst.olb'

Description: 'Provides access to an application 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 IID8ca5fc21_a755_400f_b47e_cbff35f4ff46
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 IGeometry getApplicationGeometry(java.lang.Object pApplication, boolean onlySelected)
          The Geometry interface.
 boolean isValidApplication(java.lang.Object pApplication)
          Indicates if this is a valid 3D Application.
 

Field Detail

IID8ca5fc21_a755_400f_b47e_cbff35f4ff46

static final int IID8ca5fc21_a755_400f_b47e_cbff35f4ff46
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

isValidApplication

boolean isValidApplication(java.lang.Object pApplication)
                           throws java.io.IOException,
                                  AutomationException
Indicates if this is a valid 3D Application.

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

getApplicationGeometry

IGeometry getApplicationGeometry(java.lang.Object pApplication,
                                 boolean onlySelected)
                                 throws java.io.IOException,
                                        AutomationException
The Geometry interface.

Parameters:
pApplication - A Variant (in)
onlySelected - The onlySelected (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.