|
|||||||||
| 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.datamanagementtools.CreateFishnet
public class CreateFishnet
Creates a fishnet of rectangular cells.
The Create Fishnet tool is contained in the Data Management Tools tool box.
Learn more about how Create Fishnet works
Software restrictions: none
| Field Summary |
|---|
| Fields inherited from class com.esri.arcgis.geoprocessing.AbstractGPTool |
|---|
vals |
| Constructor Summary | |
|---|---|
CreateFishnet()
Creates the Create Fishnet tool with defaults. |
|
CreateFishnet(Object outFeatureClass,
Object originCoord,
Object yAxisCoord,
double cellWidth,
double cellHeight,
int numberRows,
int numberColumns)
Creates the Create Fishnet tool with the required parameters. |
|
| Method Summary | |
|---|---|
double |
getCellHeight()
Returns the Cell Size Height parameter of this tool . |
double |
getCellWidth()
Returns the Cell Size Width parameter of this tool . |
Object |
getCornerCoord()
Returns the Opposite corner of Fishnet parameter of this tool . |
String |
getLabels()
Returns the Create Labels parameter of this tool . |
int |
getNumberColumns()
Returns the Number of Columns parameter of this tool . |
int |
getNumberRows()
Returns the Number of Rows parameter of this tool . |
Object |
getOriginCoord()
Returns the Fishnet Origin Coordinate parameter of this tool . |
Object |
getOutFeatureClass()
Returns the Output Feature Class parameter of this tool . |
Object |
getOutLabel()
Returns the Output Labels parameter of this tool (Read only). |
Object |
getTemplate()
Returns the Template Extent 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. |
Object |
getYAxisCoord()
Returns the Y-Axis Coordinate parameter of this tool . |
void |
setCellHeight(double cellHeight)
Sets the Cell Size Height parameter of this tool . |
void |
setCellWidth(double cellWidth)
Sets the Cell Size Width parameter of this tool . |
void |
setCornerCoord(Object cornerCoord)
Sets the Opposite corner of Fishnet parameter of this tool . |
void |
setLabels(String labels)
Sets the Create Labels parameter of this tool . |
void |
setNumberColumns(int numberColumns)
Sets the Number of Columns parameter of this tool . |
void |
setNumberRows(int numberRows)
Sets the Number of Rows parameter of this tool . |
void |
setOriginCoord(Object originCoord)
Sets the Fishnet Origin Coordinate parameter of this tool . |
void |
setOutFeatureClass(Object outFeatureClass)
Sets the Output Feature Class parameter of this tool . |
void |
setTemplate(Object template)
Sets the Template Extent parameter of this tool . |
void |
setYAxisCoord(Object yAxisCoord)
Sets the Y-Axis Coordinate 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 CreateFishnet()
Initializes the array of tool parameters with the default values specified when the tool was created.
public CreateFishnet(Object outFeatureClass,
Object originCoord,
Object yAxisCoord,
double cellWidth,
double cellHeight,
int numberRows,
int numberColumns)
Initializes the array of tool parameters with the values as specified for the required parameters and with the default values for the other parameters.
outFeatureClass - Feature Class, the output feature class containing the fishnet of rectangular cells.originCoord - Point, the fishnet origin is the lower-left corner of the fishnet set by a X-Coordinate and Y-Coordinate.yAxisCoord - Point, the y-axis coordinate is a point on the positive y-axis from the origin point and is used to orient the fishnet.cellWidth - Double, the cell size width refers to the size of the cells in the x-coordinate position.cellHeight - Double, the cell size height refers to the size of the cells in the y-coordinate direction.numberRows - Long, the number of rows used with the cell size to determine the size of the fishnet.numberColumns - Long, the number of columns used with the cell size to determine the size of the fishnet.| Method Detail |
|---|
public Object getOutFeatureClass()
public void setOutFeatureClass(Object outFeatureClass)
outFeatureClass - Feature Class, the output feature class containing the fishnet of rectangular cells.public Object getOriginCoord()
public void setOriginCoord(Object originCoord)
originCoord - Point, the fishnet origin is the lower-left corner of the fishnet set by a X-Coordinate and Y-Coordinate.public Object getYAxisCoord()
public void setYAxisCoord(Object yAxisCoord)
yAxisCoord - Point, the y-axis coordinate is a point on the positive y-axis from the origin point and is used to orient the fishnet.public double getCellWidth()
public void setCellWidth(double cellWidth)
cellWidth - Double, the cell size width refers to the size of the cells in the x-coordinate position.public double getCellHeight()
public void setCellHeight(double cellHeight)
cellHeight - Double, the cell size height refers to the size of the cells in the y-coordinate direction.public int getNumberRows()
public void setNumberRows(int numberRows)
numberRows - Long, the number of rows used with the cell size to determine the size of the fishnet.public int getNumberColumns()
public void setNumberColumns(int numberColumns)
numberColumns - Long, the number of columns used with the cell size to determine the size of the fishnet.public Object getCornerCoord()
public void setCornerCoord(Object cornerCoord)
cornerCoord - Point, the opposite corner of the fishnet is the upper-right corner of the fishnet set by a X-Coordinate and Y-Coordinate.public String getLabels()
public void setLabels(String labels)
labels - String, specify whether or not a point feature class will be created containing label points at the center of each fishnet cell. Labels are generated by default.public Object getTemplate()
public void setTemplate(Object template)
template - , specify the extent of the fishnet. The extent can be entered by specifying the coordinates or using a template dataset.public Object getOutLabel()
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 | ||||||||