|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ISchematicMapLayerFeature
Provides access to members that control the schematic tuple (Map, Layer, Feature).
| 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 |
|---|
IMap getMap()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
ILayer getLayer()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IFeature getFeature()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void initialize(IMap map,
ILayer layer,
IFeature feature)
throws IOException,
AutomationException
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)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||