|
|||||||||
| 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.coveragetools.RegionClass
public class RegionClass
This tool only works with an ArcInfo license and will only be available in ArcToolbox if you have installed ArcInfo Workstation.
Converts arcs to preliminary regions in a new or existing coverageor appends preliminary regions to an existing region subclass.
Arcs are grouped into preliminary regions based on the unique value of the Line item and must form closed loops. The unique values are saved in the output subclass Region item.
The Line Coverage To Region tool is contained in the Coverage Tools tool box.
Learn more about how Line Coverage To Region works
Software restrictions: ArcInfo only

| Field Summary |
|---|
| Fields inherited from class com.esri.arcgis.geoprocessing.AbstractGPTool |
|---|
vals |
| Constructor Summary | |
|---|---|
RegionClass()
Creates the Line Coverage To Region tool with defaults. |
|
RegionClass(Object inCover,
String outSubclass)
Creates the Line Coverage To Region tool with the required parameters. |
|
| Method Summary | |
|---|---|
Object |
getInCover()
Returns the Input Coverage parameter of this tool . |
Object |
getInRegionItem()
Returns the Input Region Item parameter of this tool . |
String |
getMethod()
Returns the Create Regions From parameter of this tool . |
Object |
getOutCover()
Returns the Output Coverage parameter of this tool . |
String |
getOutRegionItem()
Returns the Output Region Item parameter of this tool . |
String |
getOutSubclass()
Returns the Output Subclass parameter of this tool . |
Object |
getSelectionFile()
Returns the Selection File 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 |
setInCover(Object inCover)
Sets the Input Coverage parameter of this tool . |
void |
setInRegionItem(Object inRegionItem)
Sets the Input Region Item parameter of this tool . |
void |
setMethod(String method)
Sets the Create Regions From parameter of this tool . |
void |
setOutCover(Object outCover)
Sets the Output Coverage parameter of this tool . |
void |
setOutRegionItem(String outRegionItem)
Sets the Output Region Item parameter of this tool . |
void |
setOutSubclass(String outSubclass)
Sets the Output Subclass parameter of this tool . |
void |
setSelectionFile(Object selectionFile)
Sets the Selection File 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 RegionClass()
Initializes the array of tool parameters with the default values specified when the tool was created.
public RegionClass(Object inCover,
String outSubclass)
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 - Coverage, the coverage containing the arcs from which the preliminary regions are created.outSubclass - String, the name of the region subclass to be created or appended.| Method Detail |
|---|
public Object getInCover()
public void setInCover(Object inCover)
inCover - Coverage, the coverage containing the arcs from which the preliminary regions are created.public Object getOutCover()
public void setOutCover(Object outCover)
outCover - Coverage, the coverage that will contain the preliminary regions. If the {out_cover} is not specified, the preliminary regions are created in the public String getOutSubclass()
public void setOutSubclass(String outSubclass)
outSubclass - String, the name of the region subclass to be created or appended.public Object getInRegionItem()
public void setInRegionItem(Object inRegionItem)
inRegionItem - ArcInfo Item, item in the AAT of the public String getOutRegionItem()
public void setOutRegionItem(String outRegionItem)
outRegionItem - String, output name for the {in_region_item} to be used in the region PATsubclass instead of the {in_region_item} name.public Object getSelectionFile()
public void setSelectionFile(Object selectionFile)
selectionFile - File, the name of a selection file that can be used to specify a subset of the arcs to be grouped into preliminary regions.public String getMethod()
public void setMethod(String method)
method - String, determines whether regions will be created from multiple rings of arcs or single rings of arcs.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 | ||||||||