|
|||||||||
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.RegionPoly
public class RegionPoly
Converts a region subclass to a polygon coverage and creates an INFO table containing overlapping region information. The Region To Polygon Coverage tool is contained in the Coverage Tools tool box.
Field Summary |
---|
Fields inherited from class com.esri.arcgis.geoprocessing.AbstractGPTool |
---|
vals |
Constructor Summary | |
---|---|
RegionPoly()
Creates the Region To Polygon Coverage tool with defaults. |
|
RegionPoly(Object inCover,
Object outCover,
String inSubclass)
Creates the Region To Polygon Coverage tool with the required parameters. |
Method Summary | |
---|---|
Object |
getInCover()
Returns the Input Coverage parameter of this tool . |
String |
getInSubclass()
Returns the Input Subclass parameter of this tool . |
Object |
getOutCover()
Returns the Output Coverage parameter of this tool . |
Object |
getOutTable()
Returns the Output Table 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 |
setInSubclass(String inSubclass)
Sets the Input Subclass parameter of this tool . |
void |
setOutCover(Object outCover)
Sets the Output Coverage parameter of this tool . |
void |
setOutTable(Object outTable)
Sets the Output Table 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 RegionPoly()
Initializes the array of tool parameters with the default values specified when the tool was created.
public RegionPoly(Object inCover, Object outCover, String inSubclass)
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 containing the region subclass to convert to polygons.outCover
- the polygon coverage to be created from the Input Subclass. The coverage may not already exist.inSubclass
- the region subclass of the Input Coverage that will be converted to a polygon coverage.Method Detail |
---|
public Object getInCover()
public void setInCover(Object inCover)
inCover
- the coverage containing the region subclass to convert to polygons.public Object getOutCover()
public void setOutCover(Object outCover)
outCover
- the polygon coverage to be created from the Input Subclass. The coverage may not already exist.public String getInSubclass()
public void setInSubclass(String inSubclass)
inSubclass
- the region subclass of the Input Coverage that will be converted to a polygon coverage.public Object getOutTable()
public void setOutTable(Object outTable)
outTable
- the output INFO table that will contain information for regions associated with each polygon.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 |