|
|||||||||
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.datamanagementtools.MakeGraph
public class MakeGraph
Creates a graph as a visual output using a graph template or an existing graph. The Make Graph tool is contained in the Data Management Tools tool box.
Field Summary |
---|
Fields inherited from class com.esri.arcgis.geoprocessing.AbstractGPTool |
---|
vals |
Constructor Summary | |
---|---|
MakeGraph()
Creates the Make Graph tool with defaults. |
|
MakeGraph(Object inGraphTemplateSource,
Object inDatasets,
Object outGraphName)
Creates the Make Graph tool with the required parameters. |
Method Summary | |
---|---|
Object |
getInDatasets()
Returns the Input series parameter of this tool . |
Object |
getInGraphTemplateSource()
Returns the Input graph template or graph parameter of this tool . |
Object |
getOutGraphName()
Returns the Output graph name 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 |
setInDatasets(Object inDatasets)
Sets the Input series parameter of this tool . |
void |
setInGraphTemplateSource(Object inGraphTemplateSource)
Sets the Input graph template or graph parameter of this tool . |
void |
setOutGraphName(Object outGraphName)
Sets the Output graph name 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 MakeGraph()
Initializes the array of tool parameters with the default values specified when the tool was created.
public MakeGraph(Object inGraphTemplateSource, Object inDatasets, Object outGraphName)
Initializes the array of tool parameters with the values as specified for the required parameters and with the default values for the other parameters.
inGraphTemplateSource
- the input graph template (*.tee) or graph file (*.grf).inDatasets
- the input data for individual series in the graph. The input data varies based on the graph type.outGraphName
- the name of the graph to be created.Method Detail |
---|
public Object getInGraphTemplateSource()
public void setInGraphTemplateSource(Object inGraphTemplateSource)
inGraphTemplateSource
- the input graph template (*.tee) or graph file (*.grf).public Object getInDatasets()
public void setInDatasets(Object inDatasets)
inDatasets
- the input data for individual series in the graph. The input data varies based on the graph type.public Object getOutGraphName()
public void setOutGraphName(Object outGraphName)
outGraphName
- the name of the graph to be created.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 |