com.esri.arcgis.schematic
Interface ISchematicMapLayerFeature

All Superinterfaces:
Serializable
All Known Implementing Classes:
ISchematicMapLayerFeatureProxy

public interface ISchematicMapLayerFeature
extends Serializable

Provides access to members that control the schematic tuple (Map, Layer, Feature).

Product Availability

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


Method Summary
 IFeature getFeature()
          Feature.
 ILayer getLayer()
          Layer.
 IMap getMap()
          Map.
 void initialize(IMap map, ILayer layer, IFeature feature)
          Initializes the schematic tuple with the specified map, the specified layer and the specified feature.
 

Method Detail

getMap

IMap getMap()
            throws IOException,
                   AutomationException
Map.

Product Availability

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

Returns:
A reference to a com.esri.arcgis.carto.IMap
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getLayer

ILayer getLayer()
                throws IOException,
                       AutomationException
Layer.

Product Availability

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

Returns:
A reference to a com.esri.arcgis.carto.ILayer
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getFeature

IFeature getFeature()
                    throws IOException,
                           AutomationException
Feature.

Product Availability

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

Returns:
A reference to a com.esri.arcgis.geodatabase.IFeature
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

initialize

void initialize(IMap map,
                ILayer layer,
                IFeature feature)
                throws IOException,
                       AutomationException
Initializes the schematic tuple with the specified map, the specified layer and the specified feature.

Product Availability

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

Parameters:
map - A reference to a com.esri.arcgis.carto.IMap (in)
layer - A reference to a com.esri.arcgis.carto.ILayer (in)
feature - A reference to a com.esri.arcgis.geodatabase.IFeature (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.