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

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

public class SetRepresentationControlPointAtIntersect
extends AbstractGPTool

This tool is commonly used to synchronize boundary symbology on adjacent polygons. It creates a representation control point at vertices that are shared by one or more line or polygon features. The Set Representation Control Point At Intersect 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
SetRepresentationControlPointAtIntersect()
          Creates the Set Representation Control Point At Intersect tool with defaults.
SetRepresentationControlPointAtIntersect(java.lang.Object inLineOrPolygonFeatures)
          Creates the Set Representation Control Point At Intersect tool with the required parameters.
 
Method Summary
 java.lang.Object getInFeatures()
          Returns the Input Secondary Features parameter of this tool .
 java.lang.Object getInLineOrPolygonFeatures()
          Returns the Input Features With Stroke Or Fill Representations parameter of this tool .
 java.lang.Object getOutRepresentations()
          Returns the Output Representations parameter of this tool (Read only).
 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.
 void setInFeatures(java.lang.Object inFeatures)
          Sets the Input Secondary Features parameter of this tool .
 void setInLineOrPolygonFeatures(java.lang.Object inLineOrPolygonFeatures)
          Sets the Input Features With Stroke Or Fill 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

SetRepresentationControlPointAtIntersect

public SetRepresentationControlPointAtIntersect()
Creates the Set Representation Control Point At Intersect tool with defaults.

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


SetRepresentationControlPointAtIntersect

public SetRepresentationControlPointAtIntersect(java.lang.Object inLineOrPolygonFeatures)
Creates the Set Representation Control Point At Intersect 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:
inLineOrPolygonFeatures - the input line or polygon feature layer symbolized with a feature class representation.
Method Detail

getInLineOrPolygonFeatures

public java.lang.Object getInLineOrPolygonFeatures()
Returns the Input Features With Stroke Or Fill Representations parameter of this tool . This parameter is the input line or polygon feature layer symbolized with a feature class representation. This is a required parameter.

Returns:
the Input Features With Stroke Or Fill Representations

setInLineOrPolygonFeatures

public void setInLineOrPolygonFeatures(java.lang.Object inLineOrPolygonFeatures)
Sets the Input Features With Stroke Or Fill Representations parameter of this tool . This parameter is the input line or polygon feature layer symbolized with a feature class representation. This is a required parameter.

Parameters:
inLineOrPolygonFeatures - the input line or polygon feature layer symbolized with a feature class representation.

getInFeatures

public java.lang.Object getInFeatures()
Returns the Input Secondary Features parameter of this tool . This parameter is the feature layer with coincident features. These features can be from a geodatabase, shapefile, or coverage. This is an optional parameter.

Returns:
the Input Secondary Features

setInFeatures

public void setInFeatures(java.lang.Object inFeatures)
Sets the Input Secondary Features parameter of this tool . This parameter is the feature layer with coincident features. These features can be from a geodatabase, shapefile, or coverage. This is an optional parameter.

Parameters:
inFeatures - the feature layer with coincident features. These features can be from a geodatabase, shapefile, or coverage.

getOutRepresentations

public java.lang.Object getOutRepresentations()
Returns the Output Representations parameter of this tool (Read only). This is an derived parameter.

Returns:
the Output Representations

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