|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.interop.Dispatch com.esri.arcgis.analyst3d.IImport3DFile2Proxy
public class IImport3DFile2Proxy
Provides access to a file used to create 3D General Multipatches.
This interface is new at ArcGIS 9.3. It supersedes IImport3DFile.
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 |
---|
public boolean noncastable
Constructor Detail |
---|
public IImport3DFile2Proxy()
public IImport3DFile2Proxy(Object obj) throws IOException
IOException
protected IImport3DFile2Proxy(Object obj, String iid) throws IOException
IOException
Method Detail |
---|
public void addListener(String iidStr, Object theListener, Object theSource) throws IOException
addListener
in class com.esri.arcgis.interop.Dispatch
IOException
public void removeListener(String iidStr, Object theListener) throws IOException
removeListener
in class com.esri.arcgis.interop.Dispatch
IOException
public boolean isValidFile(String filePath) throws IOException, AutomationException
isValidFile
in interface IImport3DFile2
filePath
- The filePath (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void createFromFile(String filePath) throws IOException, AutomationException
createFromFile
in interface IImport3DFile2
filePath
- The filePath (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IGeometry getGeometry() throws IOException, AutomationException
getGeometry
in interface IImport3DFile2
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isCanBrowse() throws IOException, AutomationException
isCanBrowse
in interface IImport3DFile2
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getFileDescription() throws IOException, AutomationException
getFileDescription
in interface IImport3DFile2
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getFileExtension() throws IOException, AutomationException
getFileExtension
in interface IImport3DFile2
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void getPlacementPreferences(double[] normalizedAnchorX, double[] normalizedAnchorY, double[] normalizedAnchorZ, boolean[] bIsBillboard) throws IOException, AutomationException
getPlacementPreferences
in interface IImport3DFile2
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)
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 |