com.esri.arcgis.carto
Interface ITemporaryLayer

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
CadAnnotationLayer, CadastralFabricSubLayer, CadFeatureLayer, CoverageAnnotationLayer, DimensionLayer, FDOGraphicsLayer, FeatureLayer, ITemporaryLayerProxy, RasterLayer, SchematicLayer

public interface ITemporaryLayer
extends java.io.Serializable

COM Interface 'ITemporaryLayer'. Generated 3/19/2015 1:20:52 PM from 'C:\ArcGIS\COM\esriCarto.olb'

Description: 'Provides access to temporary layer properties.' 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 IIDfceff094_8e6a_4972_9bb4_429c71b07289
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 boolean isTemporary()
          Indicates if the layer is a temporary layer.
 void setTemporary(boolean temporary)
          Indicates if the layer is a temporary layer.
 

Field Detail

IIDfceff094_8e6a_4972_9bb4_429c71b07289

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

setTemporary

void setTemporary(boolean temporary)
                  throws java.io.IOException,
                         AutomationException
Indicates if the layer is a temporary layer.

Parameters:
temporary - The temporary (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isTemporary

boolean isTemporary()
                    throws java.io.IOException,
                           AutomationException
Indicates if the layer is a temporary layer.

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