com.esri.arcgis.analyst3d
Interface IExportColladaFile
- All Superinterfaces:
- Serializable
- All Known Implementing Classes:
- ExportColladaFile
public interface IExportColladaFile
- extends Serializable
Exports Multipatch to Collada.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires 3D Analyst Extension.
multipatchToCollada
void multipatchToCollada(IMultiPatch pMultiPatch,
String bsFileDirectory,
String bsFilename,
boolean bCompressIndexes)
throws IOException,
AutomationException
- Exports Multipatch to Collada.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires 3D Analyst Extension.
- 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:
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.