com.esri.arcgis.geoprocessing.tools.cartographytools
Class CreateOverpass

java.lang.Object
  extended by com.esri.arcgis.geoprocessing.AbstractGPTool
      extended by com.esri.arcgis.geoprocessing.tools.cartographytools.CreateOverpass
All Implemented Interfaces:
GPTool

public class CreateOverpass
extends AbstractGPTool

Allows intersecting lines to be displayed as overpassing one another by creating bridge parapets and masks to cover the underlying road segment. The Create Overpass tool is contained in the Cartography Tools tool box.

Usage tips:


Field Summary
 
Fields inherited from class com.esri.arcgis.geoprocessing.AbstractGPTool
vals
 
Constructor Summary
CreateOverpass()
          Creates the Create Overpass tool with defaults.
CreateOverpass(java.lang.Object inAboveFeatures, java.lang.Object inBelowFeatures, java.lang.Object marginAlong, java.lang.Object marginAcross, java.lang.Object outOverpassFeatureClass, java.lang.Object outMaskRelationshipClass)
          Creates the Create Overpass tool with the required parameters.
 
Method Summary
 java.lang.Object getInAboveFeatures()
          Returns the Input Above Features With Representations parameter of this tool .
 java.lang.Object getInBelowFeatures()
          Returns the Input Below Features With Representations parameter of this tool .
 java.lang.Object getMarginAcross()
          Returns the Margin Across parameter of this tool .
 java.lang.Object getMarginAlong()
          Returns the Margin Along parameter of this tool .
 java.lang.Object getOutDecorationFeatureClass()
          Returns the Output Decoration Feature Class parameter of this tool .
 java.lang.Object getOutMaskRelationshipClass()
          Returns the Output Mask Relationship Class parameter of this tool .
 java.lang.Object getOutOverpassFeatureClass()
          Returns the Output Overpass Feature Class parameter of this tool .
 java.lang.String getToolboxAlias()
          Returns the alias of the tool box containing this tool.
 java.lang.String getToolboxName()
          Returns the name of the tool box containing this tool.
 java.lang.String getToolName()
          Returns the name of this tool.
 java.lang.Object getWhereClause()
          Returns the Expression parameter of this tool .
 java.lang.Object getWingTickLength()
          Returns the Wing Tick Length parameter of this tool .
 java.lang.String getWingType()
          Returns the Wing Type parameter of this tool .
 void setInAboveFeatures(java.lang.Object inAboveFeatures)
          Sets the Input Above Features With Representations parameter of this tool .
 void setInBelowFeatures(java.lang.Object inBelowFeatures)
          Sets the Input Below Features With Representations parameter of this tool .
 void setMarginAcross(java.lang.Object marginAcross)
          Sets the Margin Across parameter of this tool .
 void setMarginAlong(java.lang.Object marginAlong)
          Sets the Margin Along parameter of this tool .
 void setOutDecorationFeatureClass(java.lang.Object outDecorationFeatureClass)
          Sets the Output Decoration Feature Class parameter of this tool .
 void setOutMaskRelationshipClass(java.lang.Object outMaskRelationshipClass)
          Sets the Output Mask Relationship Class parameter of this tool .
 void setOutOverpassFeatureClass(java.lang.Object outOverpassFeatureClass)
          Sets the Output Overpass Feature Class parameter of this tool .
 void setWhereClause(java.lang.Object whereClause)
          Sets the Expression parameter of this tool .
 void setWingTickLength(java.lang.Object wingTickLength)
          Sets the Wing Tick Length parameter of this tool .
 void setWingType(java.lang.String wingType)
          Sets the Wing Type 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

CreateOverpass

public CreateOverpass()
Creates the Create Overpass tool with defaults.

Initializes the array of tool parameters with the default values specified when the tool was created.


CreateOverpass

public CreateOverpass(java.lang.Object inAboveFeatures,
                      java.lang.Object inBelowFeatures,
                      java.lang.Object marginAlong,
                      java.lang.Object marginAcross,
                      java.lang.Object outOverpassFeatureClass,
                      java.lang.Object outMaskRelationshipClass)
Creates the Create Overpass tool with the required parameters.

Initializes the array of tool parameters with the values as specified for the required parameters and with the default values for the other parameters.

Parameters:
inAboveFeatures - the input line feature layer containing stroke representations that intersect—and will be symbolized as passing above—stroke representations in the Input Below Features.
inBelowFeatures - the input line feature layer containing stroke representations that intersect—and will be symbolized as passing below—stroke representations in the Input Above Features. These features will be masked by the polygons created in the Output Overpass feature class.
marginAlong - sets the length of the mask polygons along the Input Above Features by specifying the distance in page units that the mask should extend beyond the width of the stroke symbol of the Input Below Features. The Margin Along must be specified, and it must be greater than or equal to zero. Choose a page unit (points, millimeters, and so on) for the margin; the default is points.
marginAcross - sets the width of the mask polygons across the Input Above Features by specifying the distance in page units that the mask should extend beyond the width of the stroke symbol of the Input Below Features. The Margin Across must be specified, and it must be greater than or equal to zero. Choose a page unit (points, millimeters, and so on) for the margin; the default is points.
outOverpassFeatureClass - the output feature class that will be created to store polygons to mask the Input Below features.
outMaskRelationshipClass - the output relationship class that will be created to store links between Overpass mask polygons and the stroke representations of the Input Below Features.
Method Detail

getInAboveFeatures

public java.lang.Object getInAboveFeatures()
Returns the Input Above Features With Representations parameter of this tool . This parameter is the input line feature layer containing stroke representations that intersect—and will be symbolized as passing above—stroke representations in the Input Below Features. This is a required parameter.

Returns:
the Input Above Features With Representations

setInAboveFeatures

public void setInAboveFeatures(java.lang.Object inAboveFeatures)
Sets the Input Above Features With Representations parameter of this tool . This parameter is the input line feature layer containing stroke representations that intersect—and will be symbolized as passing above—stroke representations in the Input Below Features. This is a required parameter.

Parameters:
inAboveFeatures - the input line feature layer containing stroke representations that intersect—and will be symbolized as passing above—stroke representations in the Input Below Features.

getInBelowFeatures

public java.lang.Object getInBelowFeatures()
Returns the Input Below Features With Representations parameter of this tool . This parameter is the input line feature layer containing stroke representations that intersect—and will be symbolized as passing below—stroke representations in the Input Above Features. These features will be masked by the polygons created in the Output Overpass feature class. This is a required parameter.

Returns:
the Input Below Features With Representations

setInBelowFeatures

public void setInBelowFeatures(java.lang.Object inBelowFeatures)
Sets the Input Below Features With Representations parameter of this tool . This parameter is the input line feature layer containing stroke representations that intersect—and will be symbolized as passing below—stroke representations in the Input Above Features. These features will be masked by the polygons created in the Output Overpass feature class. This is a required parameter.

Parameters:
inBelowFeatures - the input line feature layer containing stroke representations that intersect—and will be symbolized as passing below—stroke representations in the Input Above Features. These features will be masked by the polygons created in the Output Overpass feature class.

getMarginAlong

public java.lang.Object getMarginAlong()
Returns the Margin Along parameter of this tool . This parameter is sets the length of the mask polygons along the Input Above Features by specifying the distance in page units that the mask should extend beyond the width of the stroke symbol of the Input Below Features. The Margin Along must be specified, and it must be greater than or equal to zero. Choose a page unit (points, millimeters, and so on) for the margin; the default is points. This is a required parameter.

Returns:
the Margin Along

setMarginAlong

public void setMarginAlong(java.lang.Object marginAlong)
Sets the Margin Along parameter of this tool . This parameter is sets the length of the mask polygons along the Input Above Features by specifying the distance in page units that the mask should extend beyond the width of the stroke symbol of the Input Below Features. The Margin Along must be specified, and it must be greater than or equal to zero. Choose a page unit (points, millimeters, and so on) for the margin; the default is points. This is a required parameter.

Parameters:
marginAlong - sets the length of the mask polygons along the Input Above Features by specifying the distance in page units that the mask should extend beyond the width of the stroke symbol of the Input Below Features. The Margin Along must be specified, and it must be greater than or equal to zero. Choose a page unit (points, millimeters, and so on) for the margin; the default is points.

getMarginAcross

public java.lang.Object getMarginAcross()
Returns the Margin Across parameter of this tool . This parameter is sets the width of the mask polygons across the Input Above Features by specifying the distance in page units that the mask should extend beyond the width of the stroke symbol of the Input Below Features. The Margin Across must be specified, and it must be greater than or equal to zero. Choose a page unit (points, millimeters, and so on) for the margin; the default is points. This is a required parameter.

Returns:
the Margin Across

setMarginAcross

public void setMarginAcross(java.lang.Object marginAcross)
Sets the Margin Across parameter of this tool . This parameter is sets the width of the mask polygons across the Input Above Features by specifying the distance in page units that the mask should extend beyond the width of the stroke symbol of the Input Below Features. The Margin Across must be specified, and it must be greater than or equal to zero. Choose a page unit (points, millimeters, and so on) for the margin; the default is points. This is a required parameter.

Parameters:
marginAcross - sets the width of the mask polygons across the Input Above Features by specifying the distance in page units that the mask should extend beyond the width of the stroke symbol of the Input Below Features. The Margin Across must be specified, and it must be greater than or equal to zero. Choose a page unit (points, millimeters, and so on) for the margin; the default is points.

getOutOverpassFeatureClass

public java.lang.Object getOutOverpassFeatureClass()
Returns the Output Overpass Feature Class parameter of this tool . This parameter is the output feature class that will be created to store polygons to mask the Input Below features. This is a required parameter.

Returns:
the Output Overpass Feature Class

setOutOverpassFeatureClass

public void setOutOverpassFeatureClass(java.lang.Object outOverpassFeatureClass)
Sets the Output Overpass Feature Class parameter of this tool . This parameter is the output feature class that will be created to store polygons to mask the Input Below features. This is a required parameter.

Parameters:
outOverpassFeatureClass - the output feature class that will be created to store polygons to mask the Input Below features.

getOutMaskRelationshipClass

public java.lang.Object getOutMaskRelationshipClass()
Returns the Output Mask Relationship Class parameter of this tool . This parameter is the output relationship class that will be created to store links between Overpass mask polygons and the stroke representations of the Input Below Features. This is a required parameter.

Returns:
the Output Mask Relationship Class

setOutMaskRelationshipClass

public void setOutMaskRelationshipClass(java.lang.Object outMaskRelationshipClass)
Sets the Output Mask Relationship Class parameter of this tool . This parameter is the output relationship class that will be created to store links between Overpass mask polygons and the stroke representations of the Input Below Features. This is a required parameter.

Parameters:
outMaskRelationshipClass - the output relationship class that will be created to store links between Overpass mask polygons and the stroke representations of the Input Below Features.

getWhereClause

public java.lang.Object getWhereClause()
Returns the Expression parameter of this tool . This parameter is a SQL expression used to select a subset of features in the Input Above Features with Representations parameter. the syntax for the expression differs slightly depending on the data source. For example, if you're querying file or ArcSDE geodatabases, shapefiles, or coverages, enclose field names in double quotes: "MY_FIELD" if you're querying personal geodatabases, enclose fields in square brackets: [MY_FIELD] in the Python Window enclose the {where_clause} in parentheses to ensure the spaces (which are delimiters between parameters) are correctly interpreted. for more information on SQL syntax and how it differs between data sources, see SQL Reference. This is an optional parameter.

Returns:
the Expression

setWhereClause

public void setWhereClause(java.lang.Object whereClause)
Sets the Expression parameter of this tool . This parameter is a SQL expression used to select a subset of features in the Input Above Features with Representations parameter. the syntax for the expression differs slightly depending on the data source. For example, if you're querying file or ArcSDE geodatabases, shapefiles, or coverages, enclose field names in double quotes: "MY_FIELD" if you're querying personal geodatabases, enclose fields in square brackets: [MY_FIELD] in the Python Window enclose the {where_clause} in parentheses to ensure the spaces (which are delimiters between parameters) are correctly interpreted. for more information on SQL syntax and how it differs between data sources, see SQL Reference. This is an optional parameter.

Parameters:
whereClause - a SQL expression used to select a subset of features in the Input Above Features with Representations parameter. the syntax for the expression differs slightly depending on the data source. For example, if you're querying file or ArcSDE geodatabases, shapefiles, or coverages, enclose field names in double quotes: "MY_FIELD" if you're querying personal geodatabases, enclose fields in square brackets: [MY_FIELD] in the Python Window enclose the {where_clause} in parentheses to ensure the spaces (which are delimiters between parameters) are correctly interpreted. for more information on SQL syntax and how it differs between data sources, see SQL Reference.

getOutDecorationFeatureClass

public java.lang.Object getOutDecorationFeatureClass()
Returns the Output Decoration Feature Class parameter of this tool . This parameter is the output line feature class that will be created to store parapet features. This is an optional parameter.

Returns:
the Output Decoration Feature Class

setOutDecorationFeatureClass

public void setOutDecorationFeatureClass(java.lang.Object outDecorationFeatureClass)
Sets the Output Decoration Feature Class parameter of this tool . This parameter is the output line feature class that will be created to store parapet features. This is an optional parameter.

Parameters:
outDecorationFeatureClass - the output line feature class that will be created to store parapet features.

getWingType

public java.lang.String getWingType()
Returns the Wing Type parameter of this tool . This parameter is specifies the wing style of the parapet features. This is an optional parameter.

Returns:
the Wing Type

setWingType

public void setWingType(java.lang.String wingType)
Sets the Wing Type parameter of this tool . This parameter is specifies the wing style of the parapet features. This is an optional parameter.

Parameters:
wingType - specifies the wing style of the parapet features.

getWingTickLength

public java.lang.Object getWingTickLength()
Returns the Wing Tick Length parameter of this tool . This parameter is sets the length of the parapet wings in page units. The length must be greater than or equal to zero; the default length is 1. Choose a page unit (Points, Millimeters, and so on) for the length; the default is Points. This parameter does not apply to the Wing Type - NONE. This is an optional parameter.

Returns:
the Wing Tick Length

setWingTickLength

public void setWingTickLength(java.lang.Object wingTickLength)
Sets the Wing Tick Length parameter of this tool . This parameter is sets the length of the parapet wings in page units. The length must be greater than or equal to zero; the default length is 1. Choose a page unit (Points, Millimeters, and so on) for the length; the default is Points. This parameter does not apply to the Wing Type - NONE. This is an optional parameter.

Parameters:
wingTickLength - sets the length of the parapet wings in page units. The length must be greater than or equal to zero; the default length is 1. Choose a page unit (Points, Millimeters, and so on) for the length; the default is Points. This parameter does not apply to the Wing Type - NONE.

getToolName

public java.lang.String getToolName()
Returns the name of this tool.

Returns:
the tool name

getToolboxName

public java.lang.String getToolboxName()
Returns the name of the tool box containing this tool.

Returns:
the tool box name

getToolboxAlias

public java.lang.String getToolboxAlias()
Returns the alias of the tool box containing this tool.

Returns:
the tool box alias