com.esri.arcgis.globecore
Interface IGlobeHelperPub2

All Superinterfaces:
IGlobeHelperPub, java.io.Serializable
All Known Implementing Classes:
IGlobeHelperPub2Proxy

public interface IGlobeHelperPub2
extends IGlobeHelperPub, java.io.Serializable

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 =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID27de37ab_53d3_483b_b20a_7dfa1801f679
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.globecore.IGlobeHelperPub
IIDc61d0917_097f_44cf_ba84_80a4b6537bf6
 
Method Summary
 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.
 
Methods inherited from interface com.esri.arcgis.globecore.IGlobeHelperPub
addGlobeProperties, adjustGCS360, createAllCacheSubDirectoriesInPath, deleteAllowedLayerCachesInGlobeCacheDirectory, deleteLayerCacheDirectory, findGlobeLayerProperties, setGroupLayerCache, syncExtrusionProperties
 

Field Detail

IID27de37ab_53d3_483b_b20a_7dfa1801f679

static final int IID27de37ab_53d3_483b_b20a_7dfa1801f679
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

getGroupLayerFromCacheName

IGroupLayer getGroupLayerFromCacheName(java.lang.String groupCacheName)
                                       throws java.io.IOException,
                                              AutomationException
Gets Group Layer given a cache name.

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

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.

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

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.

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

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.

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

java.lang.Object encryptCredentials(java.lang.String credentials)
                                    throws java.io.IOException,
                                           AutomationException
Encrypts given a user credentail.

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.