|
|||||||||
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.cartographytools.CalculateLineCaps
public class CalculateLineCaps
Modifies the cap type (ending style) for representation stroke symbols and stores it as an override. The Calculate Line Caps tool is contained in the Cartography Tools tool box.
Field Summary |
---|
Fields inherited from class com.esri.arcgis.geoprocessing.AbstractGPTool |
---|
vals |
Constructor Summary | |
---|---|
CalculateLineCaps()
Creates the Calculate Line Caps tool with defaults. |
|
CalculateLineCaps(Object inFeatures)
Creates the Calculate Line Caps tool with the required parameters. |
Method Summary | |
---|---|
String |
getCapType()
Returns the Cap Type parameter of this tool . |
String |
getDangleOption()
Returns the Dangle Option parameter of this tool . |
Object |
getInFeatures()
Returns the Input Features With Representations parameter of this tool . |
Object |
getOutRepresentations()
Returns the Output Representations parameter of this tool (Read only). |
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 |
setCapType(String capType)
Sets the Cap Type parameter of this tool . |
void |
setDangleOption(String dangleOption)
Sets the Dangle Option parameter of this tool . |
void |
setInFeatures(Object inFeatures)
Sets the Input Features With Representations 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 CalculateLineCaps()
Initializes the array of tool parameters with the default values specified when the tool was created.
public CalculateLineCaps(Object inFeatures)
Initializes the array of tool parameters with the values as specified for the required parameters and with the default values for the other parameters.
inFeatures
- the input feature layer containing line representations.Method Detail |
---|
public Object getInFeatures()
public void setInFeatures(Object inFeatures)
inFeatures
- the input feature layer containing line representations.public String getCapType()
public void setCapType(String capType)
capType
- defines how the ends of representation stroke symbols are drawn. The default cap type of representation strokes is round, where the symbol is terminated with a semicircle of radius equal to stroke width is centered at the line endpoint. This tool changes cap type to BUTT or SQUARE.public String getDangleOption()
public void setDangleOption(String dangleOption)
dangleOption
- the Dangle parameter controls how line caps are calculated for adjoining line features that share an endpoint but are drawn with different representation symbology.public Object getOutRepresentations()
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 |