|
|||||||||
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.carto.IGlobeDocumentProxy
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 =
public class IGlobeDocumentProxy
Internal use class
Field Summary | |
---|---|
boolean |
noncastable
Deprecated. |
static java.lang.Class |
targetClass
Deprecated. |
Fields inherited from class com.esri.arcgis.interop.Dispatch |
---|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef |
Fields inherited from interface com.esri.arcgis.carto.IGlobeDocument |
---|
IID, IIDd2bcaf32_541c_4965_9980_aae56ab3a964 |
Constructor Summary | |
---|---|
|
IGlobeDocumentProxy()
Deprecated. For internal use only |
|
IGlobeDocumentProxy(java.lang.Object obj)
Deprecated. |
protected |
IGlobeDocumentProxy(java.lang.Object obj,
java.lang.String iid)
Deprecated. |
|
IGlobeDocumentProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated. |
protected |
IGlobeDocumentProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated. |
Method Summary | |
---|---|
void |
addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
Deprecated. |
void |
close()
Deprecated. Close the globe document. |
void |
esri_new(java.lang.String bsDocument)
Deprecated. Creates and opens a new globe document in preparation for the contents to be retrieve or updated. |
java.lang.String |
getDocumentFilename()
Deprecated. The globe document filename that the GlobeDocument coclass is linked to. |
int |
getDocumentType()
Deprecated. The type of globe document currently loaded in the object. |
int |
getDocumentVersion()
Deprecated. Indicates if the version of the globe document is compatible with the current version of software. |
java.lang.Object |
getGlobeObject()
Deprecated. The Globe object. |
ILayer |
getLayer(int lLayerIndex)
Deprecated. The Layer object at the specified index. |
int |
getLayerCount()
Deprecated. The number of Layer objects contained within the globe document. |
IPicture |
getThumbnail()
Deprecated. The thumbnail stored in the globe document. |
void |
getVersionInfo(boolean[] pbVersionInfoMissing,
int[] plMajor,
int[] plMinor,
int[] plRevision,
int[] plBuild)
Deprecated. Retrieve the detailed version information of the globe document. |
boolean |
isGlobeDocument(java.lang.String bsDocument)
Deprecated. Indicates if the globe document is a valid globe document. |
boolean |
isPasswordProtected(java.lang.String bsDocument)
Deprecated. Indicates if the globe document is protected by a passsword. |
boolean |
isPresent(java.lang.String bsDocument)
Deprecated. Indicates if the globe document is present. |
boolean |
isReadOnly(java.lang.String bsDocument)
Deprecated. Indicates if the globe document is read only. |
boolean |
isRestricted(java.lang.String bsDocument)
Deprecated. Indicates if the use of the globe document is restricted to certain applications. |
boolean |
isUsesRelativePaths()
Deprecated. Indicates if the data in the globe document is referenced using relative paths. |
void |
open(java.lang.String bsDocument,
java.lang.String bsPassword)
Deprecated. Open the globe document in preparation for the contents to be retrieved or updated. |
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
Deprecated. |
void |
save(boolean bUseRelativePaths,
boolean bCreateThumnbail)
Deprecated. Save the contents of the globe document to the bound file. |
void |
saveAs(java.lang.String bsDocument,
boolean bUseRelativePaths,
boolean bCreateThumnbail)
Deprecated. Save the contents of the globe document to the specified file name. |
void |
setGlobeObject(java.lang.Object ppUnk)
Deprecated. The Globe object. |
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 static final java.lang.Class targetClass
public boolean noncastable
Constructor Detail |
---|
public IGlobeDocumentProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo) throws java.net.UnknownHostException, java.io.IOException
java.net.UnknownHostException
java.io.IOException
public IGlobeDocumentProxy()
public IGlobeDocumentProxy(java.lang.Object obj) throws java.io.IOException
java.io.IOException
protected IGlobeDocumentProxy(java.lang.Object obj, java.lang.String iid) throws java.io.IOException
java.io.IOException
protected IGlobeDocumentProxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo) throws java.io.IOException
java.io.IOException
Method Detail |
---|
public void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource) throws java.io.IOException
addListener
in class com.esri.arcgis.interop.Dispatch
java.io.IOException
public void removeListener(java.lang.String iidStr, java.lang.Object theListener) throws java.io.IOException
removeListener
in class com.esri.arcgis.interop.Dispatch
java.io.IOException
public boolean isGlobeDocument(java.lang.String bsDocument) throws java.io.IOException, AutomationException
isGlobeDocument
in interface IGlobeDocument
bsDocument
- The bsDocument (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isPresent(java.lang.String bsDocument) throws java.io.IOException, AutomationException
isPresent
in interface IGlobeDocument
bsDocument
- The bsDocument (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isReadOnly(java.lang.String bsDocument) throws java.io.IOException, AutomationException
isReadOnly
in interface IGlobeDocument
bsDocument
- The bsDocument (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isRestricted(java.lang.String bsDocument) throws java.io.IOException, AutomationException
isRestricted
in interface IGlobeDocument
bsDocument
- The bsDocument (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isPasswordProtected(java.lang.String bsDocument) throws java.io.IOException, AutomationException
isPasswordProtected
in interface IGlobeDocument
bsDocument
- The bsDocument (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void esri_new(java.lang.String bsDocument) throws java.io.IOException, AutomationException
esri_new
in interface IGlobeDocument
bsDocument
- The bsDocument (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void open(java.lang.String bsDocument, java.lang.String bsPassword) throws java.io.IOException, AutomationException
open
in interface IGlobeDocument
bsDocument
- The bsDocument (in)bsPassword
- The bsPassword (in, optional, pass if not required)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getDocumentFilename() throws java.io.IOException, AutomationException
getDocumentFilename
in interface IGlobeDocument
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getDocumentType() throws java.io.IOException, AutomationException
getDocumentType
in interface IGlobeDocument
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isUsesRelativePaths() throws java.io.IOException, AutomationException
isUsesRelativePaths
in interface IGlobeDocument
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getDocumentVersion() throws java.io.IOException, AutomationException
getDocumentVersion
in interface IGlobeDocument
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setGlobeObject(java.lang.Object ppUnk) throws java.io.IOException, AutomationException
setGlobeObject
in interface IGlobeDocument
ppUnk
- A reference to another Object (IUnknown) (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.Object getGlobeObject() throws java.io.IOException, AutomationException
getGlobeObject
in interface IGlobeDocument
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getLayerCount() throws java.io.IOException, AutomationException
getLayerCount
in interface IGlobeDocument
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public ILayer getLayer(int lLayerIndex) throws java.io.IOException, AutomationException
getLayer
in interface IGlobeDocument
lLayerIndex
- The lLayerIndex (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IPicture getThumbnail() throws java.io.IOException, AutomationException
getThumbnail
in interface IGlobeDocument
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void close() throws java.io.IOException, AutomationException
close
in interface IGlobeDocument
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void getVersionInfo(boolean[] pbVersionInfoMissing, int[] plMajor, int[] plMinor, int[] plRevision, int[] plBuild) throws java.io.IOException, AutomationException
getVersionInfo
in interface IGlobeDocument
pbVersionInfoMissing
- The pbVersionInfoMissing (in/out: use single element array)plMajor
- The plMajor (in/out: use single element array)plMinor
- The plMinor (in/out: use single element array)plRevision
- The plRevision (in/out: use single element array)plBuild
- The plBuild (in/out: use single element array)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void save(boolean bUseRelativePaths, boolean bCreateThumnbail) throws java.io.IOException, AutomationException
save
in interface IGlobeDocument
bUseRelativePaths
- The bUseRelativePaths (in, optional, pass true if not required)bCreateThumnbail
- The bCreateThumnbail (in, optional, pass true if not required)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void saveAs(java.lang.String bsDocument, boolean bUseRelativePaths, boolean bCreateThumnbail) throws java.io.IOException, AutomationException
saveAs
in interface IGlobeDocument
bsDocument
- The bsDocument (in)bUseRelativePaths
- The bUseRelativePaths (in, optional, pass true if not required)bCreateThumnbail
- The bCreateThumnbail (in, optional, pass true if not required)
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 |