|
|||||||||
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.datamanagementtools.Dice
public class Dice
Subdivides a feature into smaller features based on a specified vertex limit. This tool is intended as a way to subdivide extremely large features which cause issues with drawing, analysis, editing, and/or performance but are difficult to split up with standard editing and geoprocessing tools. This tool should not be used in any cases other than those where tools are failing to complete successfully due to the size of features. The Dice tool is contained in the Data Management Tools tool box.
Field Summary |
---|
Fields inherited from class com.esri.arcgis.geoprocessing.AbstractGPTool |
---|
vals |
Constructor Summary | |
---|---|
Dice()
Creates the Dice tool with defaults. |
|
Dice(Object inFeatures,
Object outFeatureClass,
int vertexLimit)
Creates the Dice tool with the required parameters. |
Method Summary | |
---|---|
Object |
getInFeatures()
Returns the Input Features parameter of this tool . |
Object |
getOutFeatureClass()
Returns the Output Feature Class 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. |
int |
getVertexLimit()
Returns the Vertex Limit parameter of this tool . |
void |
setInFeatures(Object inFeatures)
Sets the Input Features parameter of this tool . |
void |
setOutFeatureClass(Object outFeatureClass)
Sets the Output Feature Class parameter of this tool . |
void |
setVertexLimit(int vertexLimit)
Sets the Vertex Limit 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 Dice()
Initializes the array of tool parameters with the default values specified when the tool was created.
public Dice(Object inFeatures, Object outFeatureClass, int vertexLimit)
Initializes the array of tool parameters with the values as specified for the required parameters and with the default values for the other parameters.
inFeatures
- the input feature class or feature layer. The geometry type must be multipoint, line, or polygon.outFeatureClass
- the feature class which will be created and to which the result will be writtenvertexLimit
- features with geometries which exceed this vertex limit will be subdivided before being written to the output feature class.Method Detail |
---|
public Object getInFeatures()
public void setInFeatures(Object inFeatures)
inFeatures
- the input feature class or feature layer. The geometry type must be multipoint, line, or polygon.public Object getOutFeatureClass()
public void setOutFeatureClass(Object outFeatureClass)
outFeatureClass
- the feature class which will be created and to which the result will be writtenpublic int getVertexLimit()
public void setVertexLimit(int vertexLimit)
vertexLimit
- features with geometries which exceed this vertex limit will be subdivided before being written to the output feature class.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 |