|
|||||||||
| 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
COM Class 'Import3DFile'. Generated 3/19/2015 1:20:41 PM from 'C:\ArcGIS\COM\esri3DAnalyst.olb'
Description 'Import 3D File component.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =
| Field Summary |
|---|
| Fields inherited from interface com.esri.arcgis.analyst3d.IImport3DFile |
|---|
IID, IID95e48b87_336e_4062_9b68_eb8ec9177ab8, xxDummy |
| Fields inherited from interface com.esri.arcgis.analyst3d.IImport3DFileRoots |
|---|
IID, IID141ced35_f903_47b3_9ea3_210b751583e7, xxDummy |
| Fields inherited from interface com.esri.arcgis.analyst3d.IImport3DApplication |
|---|
IID, IID8ca5fc21_a755_400f_b47e_cbff35f4ff46, xxDummy |
| 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. Import3DFile theImport3DFile = (Import3DFile) obj; |
|
| 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. |
static java.lang.String |
getClsid()
getClsid. |
java.lang.String |
getFileDescription()
The File Description for Browsing. |
java.lang.String |
getFileExtension()
The File Extension for Browsing. |
IGeometry |
getGeometry()
The Geometry interface. |
com.esri.arcgis.interop.Dispatch |
getJintegraDispatch()
Deprecated. Internal use only. |
int |
getRootCountFromFile(java.lang.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(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 |
release()
Release a Import3DFile. |
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
Import3DFile theImport3DFile = (Import3DFile) obj;
obj to Import3DFile.
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 boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic com.esri.arcgis.interop.Dispatch getJintegraDispatch()
getJintegraDispatch in interface com.esri.arcgis.interop.RemoteObjRefpublic void release()
release in interface com.esri.arcgis.interop.RemoteObjRef
public boolean isValidFile(java.lang.String filePath)
throws java.io.IOException,
AutomationException
isValidFile in interface IImport3DFileisValidFile in interface IImport3DFileRootsfilePath - The filePath (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void createFromFile(java.lang.String filePath)
throws java.io.IOException,
AutomationException
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
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
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
getFileDescription in interface IImport3DFilejava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String getFileExtension()
throws java.io.IOException,
AutomationException
getFileExtension in interface IImport3DFilejava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getRootCountFromFile(java.lang.String filePath)
throws java.io.IOException,
AutomationException
getRootCountFromFile in interface IImport3DFileRootsfilePath - The filePath (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IGeometry getRootGeometry(int rootIndex)
throws java.io.IOException,
AutomationException
getRootGeometry in interface IImport3DFileRootsrootIndex - The rootIndex (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void releaseCurrentFile()
throws java.io.IOException,
AutomationException
releaseCurrentFile in interface IImport3DFileRootsjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isValidApplication(java.lang.Object pApplication)
throws java.io.IOException,
AutomationException
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
getApplicationGeometry in interface IImport3DApplicationpApplication - A Variant (in)onlySelected - The onlySelected (in)
java.io.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 | ||||||||