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 finds a vertex along a line or polygon boundary that is shared by one or more features and sets the vertex as a The Set Representation Control Point At Intersect tool is contained in the Cartography Tools tool box.

Software restrictions: none

Illustration:

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(Object inLineOrPolygonFeatures)
          Creates the Set Representation Control Point At Intersect tool with the required parameters.
 
Method Summary
 Object getInFeatures()
          Returns the Input Secondary Features parameter of this tool .
 Object getInLineOrPolygonFeatures()
          Returns the Input Features With Stroke Or Fill 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 setInFeatures(Object inFeatures)
          Sets the Input Secondary Features parameter of this tool .
 void setInLineOrPolygonFeatures(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(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 - Layer, the input line or polygon feature layer symbolized with a feature class representation
Method Detail

getInLineOrPolygonFeatures

public Object getInLineOrPolygonFeatures()
Returns the Input Features With Stroke Or Fill Representations parameter of this tool . This parameter is Layer, 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(Object inLineOrPolygonFeatures)
Sets the Input Features With Stroke Or Fill Representations parameter of this tool . This parameter is Layer, the input line or polygon feature layer symbolized with a feature class representation This is a required parameter.

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

getInFeatures

public Object getInFeatures()
Returns the Input Secondary Features parameter of this tool . This parameter is Feature Layer, 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(Object inFeatures)
Sets the Input Secondary Features parameter of this tool . This parameter is Feature Layer, the feature layer with coincident features. These features can be from a geodatabase, shapefile or coverage. This is an optional parameter.

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

getOutRepresentations

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

Returns:
the Output Representations

getToolName

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

Returns:
the tool name

getToolboxName

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

Returns:
the tool box name

getToolboxAlias

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

Returns:
the tool box alias