|
|||||||||
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.coveragetools.CreateLabels
public class CreateLabels
Creates label points for polygons that have no labels and assigns each a User-ID. The Create Labels tool is contained in the Coverage Tools tool box.
Field Summary |
---|
Fields inherited from class com.esri.arcgis.geoprocessing.AbstractGPTool |
---|
vals |
Constructor Summary | |
---|---|
CreateLabels()
Creates the Create Labels tool with defaults. |
|
CreateLabels(Object inCover)
Creates the Create Labels tool with the required parameters. |
Method Summary | |
---|---|
int |
getIdBase()
Returns the ID Base parameter of this tool . |
Object |
getInCover()
Returns the Input Coverage parameter of this tool . |
Object |
getOutCover()
Returns the Output Coverage 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 |
setIdBase(int idBase)
Sets the ID Base parameter of this tool . |
void |
setInCover(Object inCover)
Sets the Input Coverage 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 CreateLabels()
Initializes the array of tool parameters with the default values specified when the tool was created.
public CreateLabels(Object inCover)
Initializes the array of tool parameters with the values as specified for the required parameters and with the default values for the other parameters.
inCover
- the coverage to which label points are to be added.Method Detail |
---|
public Object getInCover()
public void setInCover(Object inCover)
inCover
- the coverage to which label points are to be added.public int getIdBase()
public void setIdBase(int idBase)
idBase
- the minimum User-ID value to be assigned to new label points. the specified value will be the User-ID for the first polygon encountered that has no label point. User-IDs are then incremented by one for each subsequent polygon having no label point. Specifying an ID Base of zero will create new labels for all polygons, where each User-ID will equal the polygon's internal number minus one. This is the default value.public Object getOutCover()
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 |