|
|||||||||
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.SetRepresentationControlPointAtIntersect
public class SetRepresentationControlPointAtIntersect
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.
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 |
---|
public SetRepresentationControlPointAtIntersect()
Initializes the array of tool parameters with the default values specified when the tool was created.
public SetRepresentationControlPointAtIntersect(Object inLineOrPolygonFeatures)
Initializes the array of tool parameters with the values as specified for the required parameters and with the default values for the other parameters.
inLineOrPolygonFeatures
- the input line or polygon feature layer symbolized with a feature class representation.Method Detail |
---|
public Object getInLineOrPolygonFeatures()
public void setInLineOrPolygonFeatures(Object inLineOrPolygonFeatures)
inLineOrPolygonFeatures
- the input line or polygon feature layer symbolized with a feature class representation.public Object getInFeatures()
public void setInFeatures(Object inFeatures)
inFeatures
- the feature layer with coincident features. These features can be from a geodatabase, shapefile, or coverage.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 |