|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.geoprocessing.AbstractGPTool com.esri.arcgis.geoprocessing.tools.cartographytools.AlignMarkerToStrokeOrFill
public class AlignMarkerToStrokeOrFill
Align the representation marker symbols of a point feature class to the nearest stroke or fill representation symbols in a line or polygon feature class within a specified search distance. The Align Marker To Stroke Or Fill tool is contained in the Cartography Tools tool box.
Field Summary |
---|
Fields inherited from class com.esri.arcgis.geoprocessing.AbstractGPTool |
---|
vals |
Constructor Summary | |
---|---|
AlignMarkerToStrokeOrFill()
Creates the Align Marker To Stroke Or Fill tool with defaults. |
|
AlignMarkerToStrokeOrFill(Object inPointFeatures,
Object inLineOrPolygonFeatures,
Object searchDistance)
Creates the Align Marker To Stroke Or Fill tool with the required parameters. |
Method Summary | |
---|---|
Object |
getInLineOrPolygonFeatures()
Returns the Input Features With Stroke Or Fill Representations parameter of this tool . |
Object |
getInPointFeatures()
Returns the Input Point Features With Marker Representations parameter of this tool . |
String |
getMarkerOrientation()
Returns the Marker Orientation parameter of this tool . |
Object |
getOutRepresentations()
Returns the Output Representations parameter of this tool (Read only). |
Object |
getSearchDistance()
Returns the Search Distance 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 |
setInLineOrPolygonFeatures(Object inLineOrPolygonFeatures)
Sets the Input Features With Stroke Or Fill Representations parameter of this tool . |
void |
setInPointFeatures(Object inPointFeatures)
Sets the Input Point Features With Marker Representations parameter of this tool . |
void |
setMarkerOrientation(String markerOrientation)
Sets the Marker Orientation parameter of this tool . |
void |
setSearchDistance(Object searchDistance)
Sets the Search Distance 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 AlignMarkerToStrokeOrFill()
Initializes the array of tool parameters with the default values specified when the tool was created.
public AlignMarkerToStrokeOrFill(Object inPointFeatures, Object inLineOrPolygonFeatures, Object searchDistance)
Initializes the array of tool parameters with the values as specified for the required parameters and with the default values for the other parameters.
inPointFeatures
- the input point feature layer containing marker representations.inLineOrPolygonFeatures
- the input line or polygon feature layer containing stroke or fill representations.searchDistance
- the search distance from graphical marker edge to graphical stroke edge. A distance greater than or equal to zero must be specified.Method Detail |
---|
public Object getInPointFeatures()
public void setInPointFeatures(Object inPointFeatures)
inPointFeatures
- the input point feature layer containing marker representations.public Object getInLineOrPolygonFeatures()
public void setInLineOrPolygonFeatures(Object inLineOrPolygonFeatures)
inLineOrPolygonFeatures
- the input line or polygon feature layer containing stroke or fill representations.public Object getSearchDistance()
public void setSearchDistance(Object searchDistance)
searchDistance
- the search distance from graphical marker edge to graphical stroke edge. A distance greater than or equal to zero must be specified.public String getMarkerOrientation()
public void setMarkerOrientation(String markerOrientation)
markerOrientation
- specifies the representation marker orientation relative to the stroke or fill edge.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 |