|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface INgPatternModel
Provides access to members that control the pattern model.
A pattern is a symbol or a text that is repeated one or more times along a link path route. Adding a pattern along a link path route can be an interesting alternative to the basic graphic effects (color, style, width) that can be set to define the links display. The pattern is drawn on the link according to the rules defined in the model it is based on. There are three types of pattern styles: continuous, discrete, and origin/endpoint patterns. Directed patterns follow the link direction, going from the origin point to the endpoint.
| Method Summary | |
|---|---|
void |
delete()
Deletes the pattern model. |
Object |
getEffect(int effect)
Returns the effect 'effect' set for the pattern model (see esriNgPatternModelEffect). |
String |
getName()
Name of the pattern model. |
INgProject |
getProject()
Project of the pattern model. |
int |
getType()
Type of the pattern model. |
boolean |
isEffectSet(int effect)
Indicates if the effect 'effect' related to the pattern model is set (see esriNgPatternModelEffect). |
void |
removeEffect(int effect)
Removes the effect or restores the default effect 'effect' for the pattern model (see esriNgPatternModelEffect). |
void |
setEffect(int effect,
Object effValue)
Modifies the effect 'effect' set for the pattern model (see esriNgPatternModelEffect). |
void |
setName(String pVal)
Name of the pattern model. |
| Method Detail |
|---|
String getName()
throws IOException,
AutomationException
This name is defined when the pattern model is created:
- either by calling the INgProjectBuilder CreatePatternModel in the program code,
- or through ArcGIS Schematics Designer.
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setName(String pVal)
throws IOException,
AutomationException
pVal - The pVal (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getType()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
Object getEffect(int effect)
throws IOException,
AutomationException
effect - A com.esri.arcgis.schematic.esriNgPatternModelEffect constant (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.INgPatternModel.removeEffect(int),
INgPatternModel.setEffect(int, java.lang.Object),
INgPatternModel.isEffectSet(int)
void setEffect(int effect,
Object effValue)
throws IOException,
AutomationException
effect - A com.esri.arcgis.schematic.esriNgPatternModelEffect constant (in)effValue - A Variant (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.INgPatternModel.removeEffect(int),
INgPatternModel.isEffectSet(int),
INgPatternModel.getEffect(int)
void removeEffect(int effect)
throws IOException,
AutomationException
Note that when removing an effect that is always set, the pattern model default effect value is automatically restored; and removing an effect that is not set by default, really removes the pattern model effect.
effect - A com.esri.arcgis.schematic.esriNgPatternModelEffect constant (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.INgPatternModel.setEffect(int, java.lang.Object),
INgPatternModel.isEffectSet(int),
INgPatternModel.getEffect(int)
boolean isEffectSet(int effect)
throws IOException,
AutomationException
By default, Schematics automatically sets default values for some pattern model effects (see the List of the pattern model effects default values, below). For all these effects, the IsEffectSet method returns True. For the other effects (those that are not automatically set by default), the IsEffectSet method returns True only if the effect has been set:
- Either, by the application manager when defining the pattern model's characteristics in ArcGIS Schematics Designer
- Or, by calling the SetEffect method in the project code.
List of the pattern model effect default values
esriNgPatternModelColorMode: esriNgPatternModelNotSlave
esriNgPatternModelDrawMode: esriNgPatternModelContinuous
esriNgPatternModelOrientationMode: esriNgOriented
esriNgPatternModelPositionningMode: esriNgSegmentRelativeSpacing
esriNgPatternModelMaxItemsOnSegment: 1
esriNgPatternModelShiftDistance: 0
esriNgPatternModelSpacing: 0.5
For more details, see Pattern Model Effects Definitions.
effect - A com.esri.arcgis.schematic.esriNgPatternModelEffect constant (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.INgPatternModel.removeEffect(int),
INgPatternModel.setEffect(int, java.lang.Object),
INgPatternModel.getEffect(int)
void delete()
throws IOException,
AutomationException
This method automatically removes the association between this pattern model object and:
- the element types which it was associated with,
- the links it was assigned
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.INgLink.removePatternModel(com.esri.arcgis.schematic.INgPatternModel),
INgElementType.removePatternModel(com.esri.arcgis.schematic.INgPatternModel)
INgProject getProject()
throws IOException,
AutomationException
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 | ||||||||