com.esri.arcgis.gisclient
Interface IIMSFeatureClass

All Superinterfaces:
Serializable
All Known Implementing Classes:
IIMSFeatureClassProxy

public interface IIMSFeatureClass
extends Serializable

Provides access to members that control the ArcIMS Feature Class.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.


Method Summary
 String getAxl()
          The Feature Class AXL.
 String getLayerID()
          The Feature Class Layer ID.
 int getMapUnits()
          The map units.
 

Method Detail

getAxl

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

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

getLayerID

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

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

getMapUnits

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

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