com.esri.arcgis.gisclient
Interface IIMSFeatureClass

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

public interface IIMSFeatureClass
extends java.io.Serializable

COM Interface 'IIMSFeatureClass'. Generated 3/19/2015 1:21:01 PM from 'C:\ArcGIS\COM\esriGISClient.olb'

Description: 'Provides access to members that control the ArcIMS Feature Class.' 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 IIDb6f0197b_ea28_11d3_9f47_00c04f79927c
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 java.lang.String getAxl()
          The Feature Class AXL.
 java.lang.String getLayerID()
          The Feature Class Layer ID.
 int getMapUnits()
          The map units.
 

Field Detail

IIDb6f0197b_ea28_11d3_9f47_00c04f79927c

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

getAxl

java.lang.String getAxl()
                        throws java.io.IOException,
                               AutomationException
The Feature Class AXL.

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

getLayerID

java.lang.String getLayerID()
                            throws java.io.IOException,
                                   AutomationException
The Feature Class Layer ID.

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

getMapUnits

int getMapUnits()
                throws java.io.IOException,
                       AutomationException
The map units.

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