|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IExportColladaFile
Exports Multipatch to Collada.
Method Summary | |
---|---|
void |
multipatchToCollada(IMultiPatch pMultiPatch,
String bsFileDirectory,
String bsFilename,
boolean bCompressIndexes)
Exports Multipatch to Collada. |
void |
multipatchToCollada2(IMultiPatch pMultiPatch,
String bsFileDirectory,
String bsFilename,
boolean bCompressIndexes,
IRgbColor pColor)
multipatchToCollada2 |
Method Detail |
---|
void multipatchToCollada(IMultiPatch pMultiPatch, String bsFileDirectory, String bsFilename, boolean bCompressIndexes) throws IOException, AutomationException
pMultiPatch
- A reference to a com.esri.arcgis.geometry.IMultiPatch (in)bsFileDirectory
- The bsFileDirectory (in)bsFilename
- The bsFilename (in)bCompressIndexes
- The bCompressIndexes (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void multipatchToCollada2(IMultiPatch pMultiPatch, String bsFileDirectory, String bsFilename, boolean bCompressIndexes, IRgbColor pColor) throws IOException, AutomationException
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)
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 |