com.esri.arcgis.globecore
Interface IGlobeServerLayerFactory

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
GlobeServerLayerFactory, IGlobeServerLayerFactoryProxy

public interface IGlobeServerLayerFactory
extends java.io.Serializable

COM Interface 'IGlobeServerLayerFactory'. Generated 3/19/2015 1:20:58 PM from 'C:\ArcGIS\COM\esriGlobeCore.olb'

Description: 'Provides access to the available properties of a layer factory for globe server layers.' 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 IID0ab3f65a_35e8_4702_aca3_f0440ca7f254
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 IEnumLayer createLayer(java.lang.Object pObject, IGlobeLayerInfo pLayerInfo)
          Creates a globe server layer.
 IEnumLayer createLayersFromNames(IAGSServerObjectName pSOName, java.lang.String[] layerNames)
          Creates globe server layers from layer names.
 void setAnimationContainer(IGlobe rhs1)
          The container of animation tracks to be loaded from server.
 

Field Detail

IID0ab3f65a_35e8_4702_aca3_f0440ca7f254

static final int IID0ab3f65a_35e8_4702_aca3_f0440ca7f254
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

createLayer

IEnumLayer createLayer(java.lang.Object pObject,
                       IGlobeLayerInfo pLayerInfo)
                       throws java.io.IOException,
                              AutomationException
Creates a globe server layer.

Parameters:
pObject - A reference to another Object (IUnknown) (in)
pLayerInfo - A reference to a com.esri.arcgis.globecore.IGlobeLayerInfo (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.

setAnimationContainer

void setAnimationContainer(IGlobe rhs1)
                           throws java.io.IOException,
                                  AutomationException
The container of animation tracks to be loaded from server.

Parameters:
rhs1 - A reference to a com.esri.arcgis.globecore.IGlobe (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

createLayersFromNames

IEnumLayer createLayersFromNames(IAGSServerObjectName pSOName,
                                 java.lang.String[] layerNames)
                                 throws java.io.IOException,
                                        AutomationException
Creates globe server layers from layer names.

Parameters:
pSOName - A reference to a com.esri.arcgis.gisclient.IAGSServerObjectName (in)
layerNames - The layerNames (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.