com.esri.arcgis.analyst3d
Interface IExportColladaFile

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ExportColladaFile, IExportColladaFileProxy

public interface IExportColladaFile
extends java.io.Serializable

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

Description: 'Exports Multipatch to Collada.' 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 IID3b7066dc_bd50_41be_b4fb_89c857ef73e6
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void multipatchToCollada(IMultiPatch pMultiPatch, java.lang.String bsFileDirectory, java.lang.String bsFilename, boolean bCompressIndexes)
          Exports Multipatch to Collada.
 void multipatchToCollada2(IMultiPatch pMultiPatch, java.lang.String bsFileDirectory, java.lang.String bsFilename, boolean bCompressIndexes, IRgbColor pColor)
          multipatchToCollada2
 

Field Detail

IID3b7066dc_bd50_41be_b4fb_89c857ef73e6

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

multipatchToCollada

void multipatchToCollada(IMultiPatch pMultiPatch,
                         java.lang.String bsFileDirectory,
                         java.lang.String bsFilename,
                         boolean bCompressIndexes)
                         throws java.io.IOException,
                                AutomationException
Exports Multipatch to Collada.

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

multipatchToCollada2

void multipatchToCollada2(IMultiPatch pMultiPatch,
                          java.lang.String bsFileDirectory,
                          java.lang.String bsFilename,
                          boolean bCompressIndexes,
                          IRgbColor pColor)
                          throws java.io.IOException,
                                 AutomationException
multipatchToCollada2

Parameters:
pMultiPatch - A reference to a com.esri.arcgis.geometry.IMultiPatch (in)
bsFileDirectory - The bsFileDirectory (in)
bsFilename - The bsFilename (in)
bCompressIndexes - The bCompressIndexes (in)
pColor - A reference to a com.esri.arcgis.display.IRgbColor (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.