com.esri.arcgis.analyst3d
Class IImport3DFile2Proxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.analyst3d.IImport3DFile2Proxy
All Implemented Interfaces:
IImport3DFile2, Externalizable, Serializable

public class IImport3DFile2Proxy
extends com.esri.arcgis.interop.Dispatch
implements IImport3DFile2, Serializable

Provides access to a file used to create 3D General Multipatches.

Description

This interface is new at ArcGIS 9.3. It supersedes IImport3DFile.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires 3D Analyst Extension.

See Also:
Serialized Form

Field Summary
 boolean noncastable
           
 
Fields inherited from class com.esri.arcgis.interop.Dispatch
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef
 
Constructor Summary
  IImport3DFile2Proxy()
           
  IImport3DFile2Proxy(Object obj)
           
protected IImport3DFile2Proxy(Object obj, String iid)
           
 
Method Summary
 void addListener(String iidStr, Object theListener, Object theSource)
           
 void createFromFile(String filePath)
          Load from File.
 String getFileDescription()
          The File Description for Browsing.
 String getFileExtension()
          The File Extension for Browsing.
 IGeometry getGeometry()
          The Geometry interface.
 void getPlacementPreferences(double[] normalizedAnchorX, double[] normalizedAnchorY, double[] normalizedAnchorZ, boolean[] bIsBillboard)
          Symbol placement preferences.
 boolean isCanBrowse()
          Indicates if this implementation can browse for files.
 boolean isValidFile(String filePath)
          Indicates if this is a valid 3D Import File.
 void removeListener(String iidStr, Object theListener)
           
 
Methods inherited from class com.esri.arcgis.interop.Dispatch
bindUsingMoniker, constructVtblPosTable, convertToNative, cookieForListener, createDispatch, createObjrefMonikerDisplayName, equals, getActiveObject, getActiveObject, getDefaultProperty, getDispatchIdOfName, getLastErrorCode, getMtsObjectContext, getObjRef, getPropertyByName, getPropertyByName, getVtblPos, hashCode, initDispatch, invoke, invokeMethodByName, invokeMethodByName, invokeMethodByName, invokePropertyGetByName, invokePropertyPutByName, invokePropertyPutByRefByName, isNativeMode, isObjRef, optimizedVtblInvoke, queryInterface, readExternal, release, setNativeMode, setPropertyByName, toString, vtblInvoke, writeExternal
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

noncastable

public boolean noncastable
Constructor Detail

IImport3DFile2Proxy

public IImport3DFile2Proxy()

IImport3DFile2Proxy

public IImport3DFile2Proxy(Object obj)
                    throws IOException
Throws:
IOException

IImport3DFile2Proxy

protected IImport3DFile2Proxy(Object obj,
                              String iid)
                       throws IOException
Throws:
IOException
Method Detail

addListener

public void addListener(String iidStr,
                        Object theListener,
                        Object theSource)
                 throws IOException
Overrides:
addListener in class com.esri.arcgis.interop.Dispatch
Throws:
IOException

removeListener

public void removeListener(String iidStr,
                           Object theListener)
                    throws IOException
Overrides:
removeListener in class com.esri.arcgis.interop.Dispatch
Throws:
IOException

isValidFile

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires 3D Analyst Extension.

Specified by:
isValidFile in interface IImport3DFile2
Parameters:
filePath - The filePath (in)
Returns:
The pValid
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

createFromFile

public void createFromFile(String filePath)
                    throws IOException,
                           AutomationException
Load from File.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires 3D Analyst Extension.

Specified by:
createFromFile in interface IImport3DFile2
Parameters:
filePath - The filePath (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getGeometry

public IGeometry getGeometry()
                      throws IOException,
                             AutomationException
The Geometry interface.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires 3D Analyst Extension.

Specified by:
getGeometry in interface IImport3DFile2
Returns:
A reference to a com.esri.arcgis.geometry.IGeometry
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isCanBrowse

public boolean isCanBrowse()
                    throws IOException,
                           AutomationException
Indicates if this implementation can browse for files.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires 3D Analyst Extension.

Specified by:
isCanBrowse in interface IImport3DFile2
Returns:
The pCanBrowse
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getFileDescription

public String getFileDescription()
                          throws IOException,
                                 AutomationException
The File Description for Browsing.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires 3D Analyst Extension.

Specified by:
getFileDescription in interface IImport3DFile2
Returns:
The pDescription
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getFileExtension

public String getFileExtension()
                        throws IOException,
                               AutomationException
The File Extension for Browsing.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires 3D Analyst Extension.

Specified by:
getFileExtension in interface IImport3DFile2
Returns:
The pFileExtention
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getPlacementPreferences

public void getPlacementPreferences(double[] normalizedAnchorX,
                                    double[] normalizedAnchorY,
                                    double[] normalizedAnchorZ,
                                    boolean[] bIsBillboard)
                             throws IOException,
                                    AutomationException
Symbol placement preferences.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires 3D Analyst Extension.

Specified by:
getPlacementPreferences in interface IImport3DFile2
Parameters:
normalizedAnchorX - The normalizedAnchorX (out: use single element array)
normalizedAnchorY - The normalizedAnchorY (out: use single element array)
normalizedAnchorZ - The normalizedAnchorZ (out: use single element array)
bIsBillboard - The bIsBillboard (out: use single element array)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.