|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.analyst3d.Import3DFile
public class Import3DFile
Import 3D File component.
| Constructor Summary | |
|---|---|
Import3DFile()
Constructs a Import3DFile using ArcGIS Engine. |
|
Import3DFile(Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. Import3DFile theImport3DFile = (Import3DFile) obj; |
|
| Method Summary | |
|---|---|
void |
createFromFile(String filePath)
Load from File. |
boolean |
equals(Object o)
Compare this object with another |
IGeometry |
getApplicationGeometry(Object pApplication,
boolean onlySelected)
The Geometry interface. |
static String |
getClsid()
getClsid. |
String |
getFileDescription()
The File Description for Browsing. |
String |
getFileExtension()
The File Extension for Browsing. |
IGeometry |
getGeometry()
The Geometry interface. |
int |
getRootCountFromFile(String filePath)
The Root Count of the 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(Object pApplication)
Indicates if this is a valid 3D Application. |
boolean |
isValidFile(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 |
| Methods inherited from interface com.esri.arcgis.interop.RemoteObjRef |
|---|
getJintegraDispatch, release |
| Constructor Detail |
|---|
public Import3DFile()
throws IOException,
UnknownHostException
IOException - if there are interop problems
UnknownHostException - if there are interop problems
public Import3DFile(Object obj)
throws IOException
Import3DFile theImport3DFile = (Import3DFile) obj;
obj to Import3DFile.
obj - an object returned from ArcGIS Engine or Server
IOException - if there are interop problems| Method Detail |
|---|
public static String getClsid()
public boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Object
public boolean isValidFile(String filePath)
throws IOException,
AutomationException
isValidFile in interface IImport3DFileisValidFile in interface IImport3DFileRootsfilePath - 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 IImport3DFilefilePath - 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 IImport3DFileIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isCanBrowse()
throws IOException,
AutomationException
isCanBrowse in interface IImport3DFileIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public String getFileDescription()
throws IOException,
AutomationException
getFileDescription in interface IImport3DFileIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public String getFileExtension()
throws IOException,
AutomationException
getFileExtension in interface IImport3DFileIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getRootCountFromFile(String filePath)
throws IOException,
AutomationException
getRootCountFromFile in interface IImport3DFileRootsfilePath - The filePath (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IGeometry getRootGeometry(int rootIndex)
throws IOException,
AutomationException
getRootGeometry in interface IImport3DFileRootsrootIndex - The rootIndex (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void releaseCurrentFile()
throws IOException,
AutomationException
releaseCurrentFile in interface IImport3DFileRootsIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isValidApplication(Object pApplication)
throws IOException,
AutomationException
isValidApplication in interface IImport3DApplicationpApplication - A Variant (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IGeometry getApplicationGeometry(Object pApplication,
boolean onlySelected)
throws IOException,
AutomationException
getApplicationGeometry in interface IImport3DApplicationpApplication - A Variant (in)onlySelected - The onlySelected (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 | ||||||||