|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.geoprocessing.AbstractGPTool
com.esri.arcgis.geoprocessing.tools.cartographytools.CulDeSacMasks
public class CulDeSacMasks
Creates a feature class of polygon masks from a symbolized input line layer. This tool is specifically designed to provide line end masks in cases in which lines have been symbolized using a rounded end cap to smooth the transition of line connections. Rather than having lines end with a rounded end cap, the end of the line can be masked using the polygon feature class created with this tool. The Cul-De-Sac Masks tool is contained in the Cartography Tools tool box.
Software restrictions: ArcInfo only
| Field Summary |
|---|
| Fields inherited from class com.esri.arcgis.geoprocessing.AbstractGPTool |
|---|
vals |
| Constructor Summary | |
|---|---|
CulDeSacMasks()
Creates the Cul-De-Sac Masks tool with defaults. |
|
CulDeSacMasks(Object inputLayer,
Object outputFc,
double referenceScale,
Object spatialReference,
Object margin)
Creates the Cul-De-Sac Masks tool with the required parameters. |
|
| Method Summary | |
|---|---|
String |
getAttributes()
Returns the Transfer Attributes parameter of this tool . |
Object |
getInputLayer()
Returns the Input Layer parameter of this tool . |
Object |
getMargin()
Returns the Margin parameter of this tool . |
Object |
getOutputFc()
Returns the Output Feature Class parameter of this tool . |
double |
getReferenceScale()
Returns the Reference Scale parameter of this tool . |
Object |
getSpatialReference()
Returns the Calculation coordinate system 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 |
setAttributes(String attributes)
Sets the Transfer Attributes parameter of this tool . |
void |
setInputLayer(Object inputLayer)
Sets the Input Layer parameter of this tool . |
void |
setMargin(Object margin)
Sets the Margin parameter of this tool . |
void |
setOutputFc(Object outputFc)
Sets the Output Feature Class parameter of this tool . |
void |
setReferenceScale(double referenceScale)
Sets the Reference Scale parameter of this tool . |
void |
setSpatialReference(Object spatialReference)
Sets the Calculation coordinate system 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 CulDeSacMasks()
Initializes the array of tool parameters with the default values specified when the tool was created.
public CulDeSacMasks(Object inputLayer,
Object outputFc,
double referenceScale,
Object spatialReference,
Object margin)
Initializes the array of tool parameters with the values as specified for the required parameters and with the default values for the other parameters.
inputLayer - Layer, input line layer from which to create masks.outputFc - Feature Class, the feature class that will contain the mask features.referenceScale - Double, the reference scale used for calculating the masking geometry when masks are specified in page units. This is typically the reference scale of the map.spatialReference - Spatial Reference, the spatial reference for which the masking polygons will be created. This is not the spatial reference that will be assigned to the output feature class. It is the spatial reference of the map in which the masking polygons will be used since the position of symbology may change when features are projected.margin - Linear unit, if you choose any other units for your margin, then masks are created using the margin distance as calculated in map space (you can think of the margin as a real world distance measure on the earth). Also, in this case, the reference scale parameter value is not used as part of the calculation.| Method Detail |
|---|
public Object getInputLayer()
public void setInputLayer(Object inputLayer)
inputLayer - Layer, input line layer from which to create masks.public Object getOutputFc()
public void setOutputFc(Object outputFc)
outputFc - Feature Class, the feature class that will contain the mask features.public double getReferenceScale()
public void setReferenceScale(double referenceScale)
referenceScale - Double, the reference scale used for calculating the masking geometry when masks are specified in page units. This is typically the reference scale of the map.public Object getSpatialReference()
public void setSpatialReference(Object spatialReference)
spatialReference - Spatial Reference, the spatial reference for which the masking polygons will be created. This is not the spatial reference that will be assigned to the output feature class. It is the spatial reference of the map in which the masking polygons will be used since the position of symbology may change when features are projected.public Object getMargin()
public void setMargin(Object margin)
margin - Linear unit, if you choose any other units for your margin, then masks are created using the margin distance as calculated in map space (you can think of the margin as a real world distance measure on the earth). Also, in this case, the reference scale parameter value is not used as part of the calculation.public String getAttributes()
public void setAttributes(String attributes)
attributes - String, determines which attributes will be transferred from the input features to the output features.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 | ||||||||