|
|||||||||
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.DisperseMarkers
public class DisperseMarkers
Finds representation markers that are overlapping or too close to one another and spreads them apart based on a minimum spacing and dispersal pattern. The Disperse Markers tool is contained in the Cartography Tools tool box.
Field Summary |
---|
Fields inherited from class com.esri.arcgis.geoprocessing.AbstractGPTool |
---|
vals |
Constructor Summary | |
---|---|
DisperseMarkers()
Creates the Disperse Markers tool with defaults. |
|
DisperseMarkers(Object inPointFeatures,
Object minimumSpacing)
Creates the Disperse Markers tool with the required parameters. |
Method Summary | |
---|---|
String |
getDispersalPattern()
Returns the Dispersal Pattern parameter of this tool . |
Object |
getInPointFeatures()
Returns the Input Point Features With Marker Representations parameter of this tool . |
Object |
getMinimumSpacing()
Returns the Minimum Spacing 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 |
setDispersalPattern(String dispersalPattern)
Sets the Dispersal Pattern parameter of this tool . |
void |
setInPointFeatures(Object inPointFeatures)
Sets the Input Point Features With Marker Representations parameter of this tool . |
void |
setMinimumSpacing(Object minimumSpacing)
Sets the Minimum Spacing 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 DisperseMarkers()
Initializes the array of tool parameters with the default values specified when the tool was created.
public DisperseMarkers(Object inPointFeatures, Object minimumSpacing)
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.minimumSpacing
- the minimum separation distance between individual markers, in page units. A distance must be specified and must be greater than or equal to zero. When a positive value is specified, markers will be separated by that value; when a value of zero is specified, markers will be touching. The default page unit is Points.Method Detail |
---|
public Object getInPointFeatures()
public void setInPointFeatures(Object inPointFeatures)
inPointFeatures
- the input point feature layer containing marker representations.public Object getMinimumSpacing()
public void setMinimumSpacing(Object minimumSpacing)
minimumSpacing
- the minimum separation distance between individual markers, in page units. A distance must be specified and must be greater than or equal to zero. When a positive value is specified, markers will be separated by that value; when a value of zero is specified, markers will be touching. The default page unit is Points.public String getDispersalPattern()
public void setDispersalPattern(String dispersalPattern)
dispersalPattern
- specifies the pattern in which the dispersed representation markers are placed. A group of markers will have a center of mass derived from the locations of each marker in the group. The center of mass is then used as the anchor point around which the dispersal pattern operates.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 |