|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.geoprocessing.AbstractGPTool com.esri.arcgis.geoprocessing.tools.schematicstools.UpdateDiagrams
public class UpdateDiagrams
Updates schematic diagrams stored in a schematic dataset or schematic folder. All diagrams or a subset of diagrams (for example, diagrams related to a specific diagram template or diagrams that have not been updated for a particular number of days) can be updated. The Update Diagrams tool is contained in the Schematics Tools tool box.
Field Summary |
---|
Fields inherited from class com.esri.arcgis.geoprocessing.AbstractGPTool |
---|
vals |
Constructor Summary | |
---|---|
UpdateDiagrams()
Creates the Update Diagrams tool with defaults. |
|
UpdateDiagrams(Object inContainer)
Creates the Update Diagrams tool with the required parameters. |
Method Summary | |
---|---|
String |
getBuilderOptions()
Returns the Builder Options parameter of this tool . |
String |
getDiagramType()
Returns the Diagram Template parameter of this tool . |
Object |
getInContainer()
Returns the Input Schematic Container parameter of this tool . |
int |
getLastUpdateCriteria()
Returns the Number of days without update parameter of this tool . |
Object |
getOutContainer()
Returns the Output Schematic Container parameter of this tool (Read only). |
String |
getRecursive()
Returns the Recursive Search parameter of this tool . |
String |
getToolboxAlias()
Returns the alias of the tool box containing this tool. |
String |
getToolboxName()
Returns the name of the tool box containing this tool. |
String |
getToolName()
Returns the name of this tool. |
void |
setBuilderOptions(String builderOptions)
Sets the Builder Options parameter of this tool . |
void |
setDiagramType(String diagramType)
Sets the Diagram Template parameter of this tool . |
void |
setInContainer(Object inContainer)
Sets the Input Schematic Container parameter of this tool . |
void |
setLastUpdateCriteria(int lastUpdateCriteria)
Sets the Number of days without update parameter of this tool . |
void |
setRecursive(String recursive)
Sets the Recursive Search parameter of this tool . |
Methods inherited from class com.esri.arcgis.geoprocessing.AbstractGPTool |
---|
getParameterValues, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public UpdateDiagrams()
Initializes the array of tool parameters with the default values specified when the tool was created.
public UpdateDiagrams(Object inContainer)
Initializes the array of tool parameters with the values as specified for the required parameters and with the default values for the other parameters.
inContainer
- the schematic dataset or schematic folder in which the diagrams are stored. This container must already exist.Method Detail |
---|
public Object getInContainer()
public void setInContainer(Object inContainer)
inContainer
- the schematic dataset or schematic folder in which the diagrams are stored. This container must already exist.public String getBuilderOptions()
public void setBuilderOptions(String builderOptions)
builderOptions
- the schematic builder update options. They are optional.public String getRecursive()
public void setRecursive(String recursive)
recursive
- nullpublic String getDiagramType()
public void setDiagramType(String diagramType)
diagramType
- the diagram template of the schematic diagram to update.public int getLastUpdateCriteria()
public void setLastUpdateCriteria(int lastUpdateCriteria)
lastUpdateCriteria
- the number of days between diagram updates. The default is zero (0), meaning all diagrams will be updated daily.public Object getOutContainer()
public String getToolName()
public String getToolboxName()
public String getToolboxAlias()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |