|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ISchematicRulesHelper
Provides access to members that manage the schematic rule helper.
Method Summary | |
---|---|
ISchematicInMemoryFeature |
alterLink(ISchematicInMemoryFeatureClass inMemoryFeatureClass,
String name,
IObject object,
IGeometry geometry,
int dataSourceID,
int objectSubID,
String fromName,
String toName,
int flowDirection,
int fromPort,
int toPort)
Modify or create a Link. |
ISchematicInMemoryFeature |
alterNode(ISchematicInMemoryFeatureClass inMemoryFeatureClass,
String name,
IObject object,
IGeometry geometry,
int dataSourceID,
int objectSubID)
Modify or create a Node. |
ISchematicInMemoryFeature |
alterNodeOnLink(ISchematicInMemoryFeatureClass inMemoryFeatureClass,
String name,
IObject object,
IGeometry geometry,
int dataSourceID,
int objectSubID,
String refLinkName,
double distance,
boolean asRatio)
Modify or create a NodeOnLink. |
int |
findDataSourceID(IWorkspace workspace,
boolean autoCreate)
Obtain or create the datasource id of the input workspace. |
IEnumSchematicInMemoryFeature |
getDisplayedIncidentLinks(ISchematicInMemoryFeatureNode inMemoryNode,
int endPointType)
Hide a schematic feature. |
IPolyline |
getLinkPoints(ISchematicInMemoryFeatureLink inMemoryFeatureLink,
boolean reverseOrder)
Obtains the vertices of the input schematic link. |
IPoint |
getNodePoint(ISchematicInMemoryFeatureNode inMemoryFeatureNode)
Obtains the position of the input schematic node. |
ISchematicRelationController |
getRelationController()
Obtain the Relation Controller from the rules helper. |
void |
hideFeature(ISchematicInMemoryFeature inMemoryFeature)
Hide a schematic feature. |
void |
initHelper(ISchematicInMemoryDiagram inMemoryDiagram)
Initialize the helper with the input schematic diagram. |
boolean |
isKeepVertices()
Indicates if the Schematic Rules Helper keeps the links vertices. |
void |
reportAssociations(ISchematicInMemoryFeature fromInMemoryFeature,
ISchematicInMemoryFeature toInMemoryFeature)
Report the associations of first schematic feature to the second schematic feature. |
void |
reportRelations(ISchematicInMemoryFeature fromInMemoryFeature,
ISchematicInMemoryFeature toInMemoryFeature,
boolean recursif)
Report the relations of first schematic feature to the second schematic feature. |
void |
setKeepVertices(boolean keepVertices)
Indicates if the Schematic Rules Helper keeps the links vertices. |
void |
setLinkPoints(ISchematicInMemoryFeatureLink inMemoryFeatureLink,
IPolyline polyline)
Defines the vertices of the input schematic link. |
Method Detail |
---|
ISchematicRelationController getRelationController() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isKeepVertices() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setKeepVertices(boolean keepVertices) throws IOException, AutomationException
keepVertices
- The keepVertices (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void initHelper(ISchematicInMemoryDiagram inMemoryDiagram) throws IOException, AutomationException
inMemoryDiagram
- A reference to a com.esri.arcgis.schematic.ISchematicInMemoryDiagram (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int findDataSourceID(IWorkspace workspace, boolean autoCreate) throws IOException, AutomationException
workspace
- A reference to a com.esri.arcgis.geodatabase.IWorkspace (in)autoCreate
- The autoCreate (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.ISchematicInMemoryFeature alterNode(ISchematicInMemoryFeatureClass inMemoryFeatureClass, String name, IObject object, IGeometry geometry, int dataSourceID, int objectSubID) throws IOException, AutomationException
inMemoryFeatureClass
- A reference to a com.esri.arcgis.schematic.ISchematicInMemoryFeatureClass (in)name
- The name (in)object
- A reference to a com.esri.arcgis.geodatabase.IObject (in)geometry
- A reference to a com.esri.arcgis.geometry.IGeometry (in)dataSourceID
- The dataSourceID (in)objectSubID
- The objectSubID (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.ISchematicInMemoryFeature alterNodeOnLink(ISchematicInMemoryFeatureClass inMemoryFeatureClass, String name, IObject object, IGeometry geometry, int dataSourceID, int objectSubID, String refLinkName, double distance, boolean asRatio) throws IOException, AutomationException
inMemoryFeatureClass
- A reference to a com.esri.arcgis.schematic.ISchematicInMemoryFeatureClass (in)name
- The name (in)object
- A reference to a com.esri.arcgis.geodatabase.IObject (in)geometry
- A reference to a com.esri.arcgis.geometry.IGeometry (in)dataSourceID
- The dataSourceID (in)objectSubID
- The objectSubID (in)refLinkName
- The refLinkName (in)distance
- The distance (in)asRatio
- The asRatio (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.ISchematicInMemoryFeature alterLink(ISchematicInMemoryFeatureClass inMemoryFeatureClass, String name, IObject object, IGeometry geometry, int dataSourceID, int objectSubID, String fromName, String toName, int flowDirection, int fromPort, int toPort) throws IOException, AutomationException
inMemoryFeatureClass
- A reference to a com.esri.arcgis.schematic.ISchematicInMemoryFeatureClass (in)name
- The name (in)object
- A reference to a com.esri.arcgis.geodatabase.IObject (in)geometry
- A reference to a com.esri.arcgis.geometry.IGeometry (in)dataSourceID
- The dataSourceID (in)objectSubID
- The objectSubID (in)fromName
- The fromName (in)toName
- The toName (in)flowDirection
- A com.esri.arcgis.geodatabase.esriFlowDirection constant (in)fromPort
- The fromPort (in)toPort
- The toPort (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void reportAssociations(ISchematicInMemoryFeature fromInMemoryFeature, ISchematicInMemoryFeature toInMemoryFeature) throws IOException, AutomationException
fromInMemoryFeature
- A reference to a com.esri.arcgis.schematic.ISchematicInMemoryFeature (in)toInMemoryFeature
- A reference to a com.esri.arcgis.schematic.ISchematicInMemoryFeature (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void reportRelations(ISchematicInMemoryFeature fromInMemoryFeature, ISchematicInMemoryFeature toInMemoryFeature, boolean recursif) throws IOException, AutomationException
fromInMemoryFeature
- A reference to a com.esri.arcgis.schematic.ISchematicInMemoryFeature (in)toInMemoryFeature
- A reference to a com.esri.arcgis.schematic.ISchematicInMemoryFeature (in)recursif
- The recursif (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setLinkPoints(ISchematicInMemoryFeatureLink inMemoryFeatureLink, IPolyline polyline) throws IOException, AutomationException
inMemoryFeatureLink
- A reference to a com.esri.arcgis.schematic.ISchematicInMemoryFeatureLink (in)polyline
- A reference to a com.esri.arcgis.geometry.IPolyline (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IPolyline getLinkPoints(ISchematicInMemoryFeatureLink inMemoryFeatureLink, boolean reverseOrder) throws IOException, AutomationException
inMemoryFeatureLink
- A reference to a com.esri.arcgis.schematic.ISchematicInMemoryFeatureLink (in)reverseOrder
- The reverseOrder (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IPoint getNodePoint(ISchematicInMemoryFeatureNode inMemoryFeatureNode) throws IOException, AutomationException
inMemoryFeatureNode
- A reference to a com.esri.arcgis.schematic.ISchematicInMemoryFeatureNode (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IEnumSchematicInMemoryFeature getDisplayedIncidentLinks(ISchematicInMemoryFeatureNode inMemoryNode, int endPointType) throws IOException, AutomationException
inMemoryNode
- A reference to a com.esri.arcgis.schematic.ISchematicInMemoryFeatureNode (in)endPointType
- A com.esri.arcgis.schematic.esriSchematicEndPointType constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void hideFeature(ISchematicInMemoryFeature inMemoryFeature) throws IOException, AutomationException
inMemoryFeature
- A reference to a com.esri.arcgis.schematic.ISchematicInMemoryFeature (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 |