|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.esri.arcgis.analyst3d.Import3DFile
Import 3D File component.
| Constructor Summary | |
Import3DFile()
Constructs a Import3DFile using ArcGIS Engine. |
|
Import3DFile(java.lang.Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. |
|
| Method Summary | |
void |
createFromFile(java.lang.String filePath)
Load from File. |
boolean |
equals(java.lang.Object o)
Compare this object with another |
IGeometry |
getApplicationGeometry(java.lang.Object pApplication,
boolean onlySelected)
The Geometry interface. |
IImport3DApplication |
getAsIImport3DApplication()
Deprecated. No replacement. The object reference can be directly used where the implemented interface is needed. |
IImport3DFile |
getAsIImport3DFile()
Deprecated. No replacement. The object reference can be directly used where the implemented interface is needed. |
IImport3DFileRoots |
getAsIImport3DFileRoots()
Deprecated. No replacement. The object reference can be directly used where the implemented interface is needed. |
static java.lang.String |
getClsid()
|
java.lang.String |
getFileDescription()
The File Description for Browsing. |
java.lang.String |
getFileExtension()
The File Extension for Browsing. |
IGeometry |
getGeometry()
The Geometry interface. |
int |
getRootCountFromFile(java.lang.String filePath)
Get Root Count from File. |
IGeometry |
getRootGeometry(int rootIndex)
The Geometry interface. |
int |
hashCode()
the hashcode for this object |
boolean |
isCanBrowse()
Indicates if this implementation can browse for files. |
boolean |
isValidApplication(java.lang.Object pApplication)
Indicates if this is a valid 3D Application. |
boolean |
isValidFile(java.lang.String filePath)
Indicates if this is a valid 3D Import File. |
void |
releaseCurrentFile()
Release the Current File. |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public Import3DFile()
throws java.io.IOException,
java.net.UnknownHostException
java.io.IOException - if there are interop problems
java.net.UnknownHostException - if there are interop problems
public Import3DFile(java.lang.Object obj)
throws java.io.IOException
obj to Import3DFile. Import3DFile theImport3DFile = (Import3DFile) obj;
obj - an object returned from ArcGIS Engine or Server
java.io.IOException - if there are interop problems| Method Detail |
public static java.lang.String getClsid()
public IImport3DFile getAsIImport3DFile()
public IImport3DFileRoots getAsIImport3DFileRoots()
public IImport3DApplication getAsIImport3DApplication()
public boolean equals(java.lang.Object o)
public int hashCode()
public boolean isValidFile(java.lang.String filePath)
throws java.io.IOException,
AutomationException
IImport3DFile
isValidFile in interface IImport3DFilefilePath - The filePath (in)
AutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public void createFromFile(java.lang.String filePath)
throws java.io.IOException,
AutomationException
IImport3DFile
createFromFile in interface IImport3DFilefilePath - The filePath (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IGeometry getGeometry()
throws java.io.IOException,
AutomationException
IImport3DFile
getGeometry in interface IImport3DFilejava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isCanBrowse()
throws java.io.IOException,
AutomationException
IImport3DFile
isCanBrowse in interface IImport3DFilejava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String getFileDescription()
throws java.io.IOException,
AutomationException
IImport3DFile
getFileDescription in interface IImport3DFileAutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public java.lang.String getFileExtension()
throws java.io.IOException,
AutomationException
IImport3DFile
getFileExtension in interface IImport3DFileAutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public int getRootCountFromFile(java.lang.String filePath)
throws java.io.IOException,
AutomationException
IImport3DFileRoots
getRootCountFromFile in interface IImport3DFileRootsfilePath - The filePath (in)
AutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public IGeometry getRootGeometry(int rootIndex)
throws java.io.IOException,
AutomationException
IImport3DFileRoots
getRootGeometry in interface IImport3DFileRootsrootIndex - The rootIndex (in)
AutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public void releaseCurrentFile()
throws java.io.IOException,
AutomationException
IImport3DFileRoots
releaseCurrentFile in interface IImport3DFileRootsAutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public boolean isValidApplication(java.lang.Object pApplication)
throws java.io.IOException,
AutomationException
IImport3DApplication
isValidApplication in interface IImport3DApplicationpApplication - A Variant (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IGeometry getApplicationGeometry(java.lang.Object pApplication,
boolean onlySelected)
throws java.io.IOException,
AutomationException
IImport3DApplication
getApplicationGeometry in interface IImport3DApplicationpApplication - A Variant (in)onlySelected - The onlySelected (in)
AutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||