com.esri.arcgis.carto
Interface IGraphicFeatureLayer2

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IGraphicFeatureLayer2Proxy

public interface IGraphicFeatureLayer2
extends java.io.Serializable

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

Description: 'GraphicFeatureLayer2.' 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 IID27c6ff5d_631c_4e80_a77c_2c7229bb7b10
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 boolean isHasM()
          isHasM
 boolean isHasZ()
          isHasZ
 boolean isVisible()
          Indicates whether the layer is visible as defined in the TOC (i.e.
 

Field Detail

IID27c6ff5d_631c_4e80_a77c_2c7229bb7b10

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

isHasM

boolean isHasM()
               throws java.io.IOException,
                      AutomationException
isHasM

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

isHasZ

boolean isHasZ()
               throws java.io.IOException,
                      AutomationException
isHasZ

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

isVisible

boolean isVisible()
                  throws java.io.IOException,
                         AutomationException
Indicates whether the layer is visible as defined in the TOC (i.e. marked on).

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