|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ISchematicInMemoryFeatureNode
Provides access to members that manage the schematic in memory feature node.
The ISchematicInMemoryFeatureNode allows to access a schematic node in an in-memory schematic diagram; that is, in a schematic diagram loaded in memory.
Method Summary | |
---|---|
IEnumSchematicInMemoryFeatureLink |
getIncidentLinks(int endPointType)
Provides access to the incident links of the schematic in memory feature node relative to the specified end point type. |
IEnumSchematicInMemoryFeatureLink |
getIncidentLinksAndSubLinks(int endPointType)
Provides access to the incident links and sublinks of the schematic in memory feature node relative to the specified end point type. |
IEnumSchematicInMemoryFeatureLink |
getIncidentSubLinks(int endPointType)
Provides access to the incident sublinks of the schematic in memory feature node relative to the specified end point type. |
void |
removeIncidentLinksVertices(int endPointType)
Removes the incident links vertices of the schematic in memory feature node relative to the specified end point type. |
Methods inherited from interface com.esri.arcgis.schematic.ISchematicInMemoryFeature |
---|
deleteSecondaryAssociations, getPropertySet, getSchematicElement, getSchematicInMemoryDiagram, getSchematicRelationManager, getSecondaryAssociations, getSubtype, getUpdateStatus, getUserData, isDisplayed, isInitial, refreshAttributes, removeUserData, restoreInitialPosition, restoreSavedLayout, setDisplayed, setInitial, setPropertySetByRef, setSubtype, setUpdateStatus, setUserData |
Methods inherited from interface com.esri.arcgis.schematic.ISchematicFeature |
---|
getName, getSchematicDiagram, getSchematicElementClass |
Methods inherited from interface com.esri.arcgis.geodatabase.IFeature |
---|
getExtent, getFeatureType, getShape, getShapeCopy, setShapeByRef |
Methods inherited from interface com.esri.arcgis.geodatabase.IObject |
---|
esri_getClass |
Methods inherited from interface com.esri.arcgis.geodatabase.IRow |
---|
delete, getOID, getTable, isHasOID, store |
Methods inherited from interface com.esri.arcgis.geodatabase.IRowBuffer |
---|
getFields, getValue, setValue |
Method Detail |
---|
IEnumSchematicInMemoryFeatureLink getIncidentLinks(int endPointType) throws IOException, AutomationException
endPointType
- A com.esri.arcgis.schematic.esriSchematicEndPointType constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IEnumSchematicInMemoryFeatureLink getIncidentSubLinks(int endPointType) throws IOException, AutomationException
endPointType
- A com.esri.arcgis.schematic.esriSchematicEndPointType constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IEnumSchematicInMemoryFeatureLink getIncidentLinksAndSubLinks(int endPointType) throws IOException, AutomationException
endPointType
- A com.esri.arcgis.schematic.esriSchematicEndPointType constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void removeIncidentLinksVertices(int endPointType) throws IOException, AutomationException
endPointType
- A com.esri.arcgis.schematic.esriSchematicEndPointType constant (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 |