com.esri.arcgis.arcglobe
Interface IGMxDefaultLayers

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
Application, IGMxDefaultLayersProxy

public interface IGMxDefaultLayers
extends java.io.Serializable

COM Interface 'IGMxDefaultLayers'. Generated 3/19/2015 1:21:02 PM from 'C:\ArcGIS\COM\esriArcGlobe.olb'

Description: 'Provides access to Default Layers for New Documents.' 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 IID9306ec46_5a2c_4dc6_b87d_415150e668b2
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 int getNewDocumentDefaultLayersSetting()
          The selected layer in the layer control.
 void setNewDocumentDefaultLayersSetting(int pValue)
          The selected layer in the layer control.
 void useTOCAsCustomDefaultLayersForNewDocuments()
          Use Current Document TOC as Custom Default Layers for New Documents.
 void useTOCAsSystemDefaultLayersForNewDocuments()
          Use Current Document TOC as System Default Layers for New Documents.
 

Field Detail

IID9306ec46_5a2c_4dc6_b87d_415150e668b2

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

getNewDocumentDefaultLayersSetting

int getNewDocumentDefaultLayersSetting()
                                       throws java.io.IOException,
                                              AutomationException
The selected layer in the layer control.

Returns:
A com.esri.arcgis.arcglobe.esriDefaultLayersMode constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setNewDocumentDefaultLayersSetting

void setNewDocumentDefaultLayersSetting(int pValue)
                                        throws java.io.IOException,
                                               AutomationException
The selected layer in the layer control.

Parameters:
pValue - A com.esri.arcgis.arcglobe.esriDefaultLayersMode constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

useTOCAsSystemDefaultLayersForNewDocuments

void useTOCAsSystemDefaultLayersForNewDocuments()
                                                throws java.io.IOException,
                                                       AutomationException
Use Current Document TOC as System Default Layers for New Documents.

Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

useTOCAsCustomDefaultLayersForNewDocuments

void useTOCAsCustomDefaultLayersForNewDocuments()
                                                throws java.io.IOException,
                                                       AutomationException
Use Current Document TOC as Custom Default Layers for New Documents.

Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.