|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ISchematicInMemoryFeatureClass
Provides access to members that manage the schematic in memory feature class.
| Method Summary | |
|---|---|
ISchematicInMemoryFeature |
createSchematicInMemoryFeatureLink(ISchematicInMemoryFeatureNode fromNode,
ISchematicInMemoryFeatureNode toNode,
String name)
Creates a schematic in memory feature link. |
ISchematicInMemoryFeature |
createSchematicInMemoryFeatureNode(IGeometry geometry,
String name)
Creates a schematic in memory feature node. |
ISchematicInMemoryFeature |
createSchematicInMemoryFeatureNodeOnLink(ISchematicInMemoryFeatureLink referenceLink,
double distance,
boolean asRatio,
String name)
Creates a schematic in memory feature node on link. |
ISchematicInMemoryFeature |
createSchematicInMemoryFeatureSubLink(ISchematicInMemoryFeatureLink referenceLink,
ISchematicInMemoryFeatureNode fromNode,
ISchematicInMemoryFeatureNode toNode,
String name)
Creates a schematic in memory feature sublink. |
ISchematicElementClass |
getSchematicElementClass()
The schematic element class relative to the schematic in memory feature class. |
ISchematicInMemoryDiagram |
getSchematicInMemoryDiagram()
The schematic in memory diagram the schematic in memory feature class belongs to. |
IEnumSchematicInMemoryFeature |
getSchematicInMemoryFeatures()
Schematic in memory features enumeration within the schematic in memory feature class. |
int |
getType()
Schematic element type of the schematic in memory feature class. |
| Method Detail |
|---|
int getType()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
ISchematicElementClass getSchematicElementClass()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
ISchematicInMemoryDiagram getSchematicInMemoryDiagram()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IEnumSchematicInMemoryFeature getSchematicInMemoryFeatures()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
ISchematicInMemoryFeature createSchematicInMemoryFeatureNode(IGeometry geometry,
String name)
throws IOException,
AutomationException
geometry - A reference to a com.esri.arcgis.geometry.IGeometry (in)name - The name (in, optional, pass 0 if not required)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
ISchematicInMemoryFeature createSchematicInMemoryFeatureLink(ISchematicInMemoryFeatureNode fromNode,
ISchematicInMemoryFeatureNode toNode,
String name)
throws IOException,
AutomationException
fromNode - A reference to a com.esri.arcgis.schematic.ISchematicInMemoryFeatureNode (in)toNode - A reference to a com.esri.arcgis.schematic.ISchematicInMemoryFeatureNode (in)name - The name (in, optional, pass 0 if not required)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
ISchematicInMemoryFeature createSchematicInMemoryFeatureNodeOnLink(ISchematicInMemoryFeatureLink referenceLink,
double distance,
boolean asRatio,
String name)
throws IOException,
AutomationException
referenceLink - A reference to a com.esri.arcgis.schematic.ISchematicInMemoryFeatureLink (in)distance - The distance (in)asRatio - The asRatio (in)name - The name (in, optional, pass 0 if not required)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
ISchematicInMemoryFeature createSchematicInMemoryFeatureSubLink(ISchematicInMemoryFeatureLink referenceLink,
ISchematicInMemoryFeatureNode fromNode,
ISchematicInMemoryFeatureNode toNode,
String name)
throws IOException,
AutomationException
referenceLink - A reference to a com.esri.arcgis.schematic.ISchematicInMemoryFeatureLink (in)fromNode - A reference to a com.esri.arcgis.schematic.ISchematicInMemoryFeatureNode (in)toNode - A reference to a com.esri.arcgis.schematic.ISchematicInMemoryFeatureNode (in)name - The name (in, optional, pass 0 if not required)
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 | ||||||||