|
|||||||||
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.cartographytools.GridIndexFeatures
public class GridIndexFeatures
Creates a grid of rectangular of polygon features that can be used as an index to specify pages for a map book using Data Driven Pages. A grid can be created that only includes polygon features that intersect another feature layer. The Grid Index Features tool is contained in the Cartography Tools tool box.
Field Summary |
---|
Fields inherited from class com.esri.arcgis.geoprocessing.AbstractGPTool |
---|
vals |
Constructor Summary | |
---|---|
GridIndexFeatures()
Creates the Grid Index Features tool with defaults. |
|
GridIndexFeatures(Object outFeatureClass)
Creates the Grid Index Features tool with the required parameters. |
Method Summary | |
---|---|
Object |
getInFeatures()
Returns the Input Features parameter of this tool . |
String |
getIntersectFeature()
Returns the Generate Polygon Grid that intersects input feature layers or datasets parameter of this tool . |
String |
getLabelFromOrigin()
Returns the Start labeling from the Origin 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 Polygon Grid Origin Coordinate parameter of this tool . |
Object |
getOutFeatureClass()
Returns the Output Feature Class parameter of this tool . |
Object |
getPolygonHeight()
Returns the Polygon Height parameter of this tool . |
Object |
getPolygonWidth()
Returns the Polygon Width parameter of this tool . |
int |
getScale()
Returns the Map Scale parameter of this tool . |
int |
getStartingPageNumber()
Returns the Starting Page Number 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. |
String |
getUsePageUnit()
Returns the Use Page Unit and Scale parameter of this tool . |
void |
setInFeatures(Object inFeatures)
Sets the Input Features parameter of this tool . |
void |
setIntersectFeature(String intersectFeature)
Sets the Generate Polygon Grid that intersects input feature layers or datasets parameter of this tool . |
void |
setLabelFromOrigin(String labelFromOrigin)
Sets the Start labeling from the Origin 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 Polygon Grid Origin Coordinate parameter of this tool . |
void |
setOutFeatureClass(Object outFeatureClass)
Sets the Output Feature Class parameter of this tool . |
void |
setPolygonHeight(Object polygonHeight)
Sets the Polygon Height parameter of this tool . |
void |
setPolygonWidth(Object polygonWidth)
Sets the Polygon Width parameter of this tool . |
void |
setScale(int scale)
Sets the Map Scale parameter of this tool . |
void |
setStartingPageNumber(int startingPageNumber)
Sets the Starting Page Number parameter of this tool . |
void |
setUsePageUnit(String usePageUnit)
Sets the Use Page Unit and Scale 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 GridIndexFeatures()
Initializes the array of tool parameters with the default values specified when the tool was created.
public GridIndexFeatures(Object outFeatureClass)
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
- resulting feature class of polygon index features.Method Detail |
---|
public Object getOutFeatureClass()
public void setOutFeatureClass(Object outFeatureClass)
outFeatureClass
- resulting feature class of polygon index features.public Object getInFeatures()
public void setInFeatures(Object inFeatures)
inFeatures
- input features can be used to define the extent of the polygon grid that is created.public String getIntersectFeature()
public void setIntersectFeature(String intersectFeature)
intersectFeature
- limits the output grid feature class to only areas that intersect input feature layers or datasets. When input features are specified, the default value is INTERSECTFEATURE. The intersection of input features will be used to create index features.public String getUsePageUnit()
public void setUsePageUnit(String usePageUnit)
usePageUnit
- indicates whether index polygon size input is in page units. The default is NO_USEPAGEUNIT. The tool uses map units by default.public int getScale()
public void setScale(int scale)
scale
- scale must be specified if the index polygon height and width are to be calculated in page units.. If the tool is being used outside of an active ArcMap session the default scale value is 1.public Object getPolygonWidth()
public void setPolygonWidth(Object polygonWidth)
polygonWidth
- width of the index polygon specifed in either map or page units. If page units are being used the default value is 1 inch. If map units are being used the default is 1 degree.public Object getPolygonHeight()
public void setPolygonHeight(Object polygonHeight)
polygonHeight
- height of the index polygon specifed in either map or page units. If page units are being used the default value is 1 inch. If map units are being used the default is 1 degree.public Object getOriginCoord()
public void setOriginCoord(Object originCoord)
originCoord
- coordinate for the lower left origin of the output grid feature class. If input features are specified the default value is determined by the extent of the union of extents for these features. If there are no input features specified, the default coordinates are 0 and 0.public int getNumberRows()
public void setNumberRows(int numberRows)
numberRows
- number of rows to create in the y direction from the point of origin. The default is 10.public int getNumberColumns()
public void setNumberColumns(int numberColumns)
numberColumns
- number of columns to create in the x direction from the point of origin. The default is 10.public int getStartingPageNumber()
public void setStartingPageNumber(int startingPageNumber)
startingPageNumber
- each grid index feature is assigned a sequential page number starting with a specified starting page number. The default is 1.public String getLabelFromOrigin()
public void setLabelFromOrigin(String labelFromOrigin)
labelFromOrigin
- page numbers (labels) starting with the specified starting page number (default is 1) begins with the cell in the lower left corner of the output grid. The default is NO_LABELFROMORIGIN.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 |