com.esri.arcgis.globecore
Class IGlobeHelperPub2Proxy
java.lang.Object
com.esri.arcgis.interop.Dispatch
com.esri.arcgis.globecore.IGlobeHelperPubProxy
com.esri.arcgis.globecore.IGlobeHelperPub2Proxy
- All Implemented Interfaces:
- IGlobeHelperPub, IGlobeHelperPub2, java.io.Externalizable, java.io.Serializable
public class IGlobeHelperPub2Proxy
- extends IGlobeHelperPubProxy
- implements IGlobeHelperPub2, java.io.Serializable
Internal use class
Proxy for COM Interface 'IGlobeHelperPub2'. Generated 3/19/2015 1:20:58 PM
from 'C:\ArcGIS\COM\esriGlobeCore.olb'
Description: 'an interface with some standard Globe Utility functions.'
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 =
- See Also:
- Serialized Form
| Fields inherited from class com.esri.arcgis.interop.Dispatch |
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef |
|
Method Summary |
void |
addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
|
java.lang.Object |
encryptCredentials(java.lang.String credentials)
Encrypts given a user credentail. |
IGroupLayer |
getGroupLayerFromCacheName(java.lang.String groupCacheName)
Gets Group Layer given a cache name. |
IEnumBSTR |
getListofServerObjects(java.lang.String bsfullServerName,
java.lang.String[] bsServiceURL,
java.lang.String[] bsServiceName,
java.lang.String[] bsServiceType,
java.lang.String[] bsUsername,
java.lang.Object[] vPassword,
IEnumBSTR[] ppTypes)
Gets a flat list of server objects. |
IEnumLayer |
loadNamedServerObject(java.lang.String bsServerName,
java.lang.String bsServerObjectname,
java.lang.String bsServiceType,
java.lang.String bsUsername,
java.lang.Object vPassword,
IGlobe pGlobe,
boolean bRequestLoadAnimation)
Loads the named arcgis service into the globe. |
void |
loadServerObject(java.lang.String bsfullServerName,
java.lang.String bsUsername,
java.lang.Object vPassword,
IGlobe ipGlobe,
java.lang.String[] bsServerObjectname,
IEnumBSTR[] ppEnum)
Loads the arcgis service into the globe. |
void |
removeListener(java.lang.String iidStr,
java.lang.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 |
targetClass
public static final java.lang.Class targetClass
noncastable
public boolean noncastable
IGlobeHelperPub2Proxy
public IGlobeHelperPub2Proxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
throws java.net.UnknownHostException,
java.io.IOException
- Throws:
java.net.UnknownHostException
java.io.IOException
IGlobeHelperPub2Proxy
public IGlobeHelperPub2Proxy()
- For internal use only
IGlobeHelperPub2Proxy
public IGlobeHelperPub2Proxy(java.lang.Object obj)
throws java.io.IOException
- Throws:
java.io.IOException
IGlobeHelperPub2Proxy
protected IGlobeHelperPub2Proxy(java.lang.Object obj,
java.lang.String iid)
throws java.io.IOException
- Throws:
java.io.IOException
IGlobeHelperPub2Proxy
protected IGlobeHelperPub2Proxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
throws java.io.IOException
- Throws:
java.io.IOException
addListener
public void addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
throws java.io.IOException
- Overrides:
addListener in class IGlobeHelperPubProxy
- Throws:
java.io.IOException
removeListener
public void removeListener(java.lang.String iidStr,
java.lang.Object theListener)
throws java.io.IOException
- Overrides:
removeListener in class IGlobeHelperPubProxy
- Throws:
java.io.IOException
getGroupLayerFromCacheName
public IGroupLayer getGroupLayerFromCacheName(java.lang.String groupCacheName)
throws java.io.IOException,
AutomationException
- Gets Group Layer given a cache name.
- Specified by:
getGroupLayerFromCacheName in interface IGlobeHelperPub2
- Parameters:
groupCacheName - The groupCacheName (in)
- Returns:
- A reference to a com.esri.arcgis.carto.IGroupLayer
- Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
loadServerObject
public void loadServerObject(java.lang.String bsfullServerName,
java.lang.String bsUsername,
java.lang.Object vPassword,
IGlobe ipGlobe,
java.lang.String[] bsServerObjectname,
IEnumBSTR[] ppEnum)
throws java.io.IOException,
AutomationException
- Loads the arcgis service into the globe.
- Specified by:
loadServerObject in interface IGlobeHelperPub2
- Parameters:
bsfullServerName - The bsfullServerName (in)bsUsername - The bsUsername (in)vPassword - A Variant (in)ipGlobe - A reference to a com.esri.arcgis.globecore.IGlobe (in)bsServerObjectname - The bsServerObjectname (in/out: use single element array)ppEnum - A reference to a com.esri.arcgis.system.IEnumBSTR (out: use single element array)
- Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
loadNamedServerObject
public IEnumLayer loadNamedServerObject(java.lang.String bsServerName,
java.lang.String bsServerObjectname,
java.lang.String bsServiceType,
java.lang.String bsUsername,
java.lang.Object vPassword,
IGlobe pGlobe,
boolean bRequestLoadAnimation)
throws java.io.IOException,
AutomationException
- Loads the named arcgis service into the globe.
- Specified by:
loadNamedServerObject in interface IGlobeHelperPub2
- Parameters:
bsServerName - The bsServerName (in)bsServerObjectname - The bsServerObjectname (in)bsServiceType - The bsServiceType (in)bsUsername - The bsUsername (in)vPassword - A Variant (in)pGlobe - A reference to a com.esri.arcgis.globecore.IGlobe (in)bRequestLoadAnimation - The bRequestLoadAnimation (in)
- Returns:
- A reference to a com.esri.arcgis.carto.IEnumLayer
- Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
getListofServerObjects
public IEnumBSTR getListofServerObjects(java.lang.String bsfullServerName,
java.lang.String[] bsServiceURL,
java.lang.String[] bsServiceName,
java.lang.String[] bsServiceType,
java.lang.String[] bsUsername,
java.lang.Object[] vPassword,
IEnumBSTR[] ppTypes)
throws java.io.IOException,
AutomationException
- Gets a flat list of server objects. If full name is provided returns the ServiceURL, ServiceName and SeviceType.
- Specified by:
getListofServerObjects in interface IGlobeHelperPub2
- Parameters:
bsfullServerName - The bsfullServerName (in)bsServiceURL - The bsServiceURL (out: use single element array)bsServiceName - The bsServiceName (out: use single element array)bsServiceType - The bsServiceType (in/out: use single element array)bsUsername - The bsUsername (in/out: use single element array)vPassword - A Variant (in/out: use single element array)ppTypes - A reference to a com.esri.arcgis.system.IEnumBSTR (out: use single element array)
- Returns:
- A reference to a com.esri.arcgis.system.IEnumBSTR
- Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
encryptCredentials
public java.lang.Object encryptCredentials(java.lang.String credentials)
throws java.io.IOException,
AutomationException
- Encrypts given a user credentail.
- Specified by:
encryptCredentials in interface IGlobeHelperPub2
- Parameters:
credentials - The credentials (in)
- Returns:
- A Variant
- Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.