|
|||||||||
| 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.CreateFeatureclass
public class CreateFeatureclass
Creates an empty feature class in a geodatabase, or shapefile in a folder. The Create Feature Class tool is contained in the Data Management Tools tool box.
Software restrictions: none
| Field Summary |
|---|
| Fields inherited from class com.esri.arcgis.geoprocessing.AbstractGPTool |
|---|
vals |
| Constructor Summary | |
|---|---|
CreateFeatureclass()
Creates the Create Feature Class tool with defaults. |
|
CreateFeatureclass(Object outPath,
String outName)
Creates the Create Feature Class tool with the required parameters. |
|
| Method Summary | |
|---|---|
String |
getConfigKeyword()
Returns the Configuration Keyword parameter of this tool . |
String |
getGeometryType()
Returns the Geometry Type parameter of this tool . |
String |
getHasM()
Returns the Has M parameter of this tool . |
String |
getHasZ()
Returns the Has Z parameter of this tool . |
Object |
getOutFeatureClass()
Returns the Output Feature Class parameter of this tool (Read only). |
String |
getOutName()
Returns the Feature Class Name parameter of this tool . |
Object |
getOutPath()
Returns the Feature Class Location parameter of this tool . |
double |
getSpatialGrid1()
Returns the Output Spatial Grid 1 parameter of this tool . |
double |
getSpatialGrid2()
Returns the Output Spatial Grid 2 parameter of this tool . |
double |
getSpatialGrid3()
Returns the Output Spatial Grid 3 parameter of this tool . |
Object |
getSpatialReference()
Returns the Coordinate System parameter of this tool . |
Object |
getTemplate()
Returns the Template Feature Class 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 |
setConfigKeyword(String configKeyword)
Sets the Configuration Keyword parameter of this tool . |
void |
setGeometryType(String geometryType)
Sets the Geometry Type parameter of this tool . |
void |
setHasM(String hasM)
Sets the Has M parameter of this tool . |
void |
setHasZ(String hasZ)
Sets the Has Z parameter of this tool . |
void |
setOutName(String outName)
Sets the Feature Class Name parameter of this tool . |
void |
setOutPath(Object outPath)
Sets the Feature Class Location parameter of this tool . |
void |
setSpatialGrid1(double spatialGrid1)
Sets the Output Spatial Grid 1 parameter of this tool . |
void |
setSpatialGrid2(double spatialGrid2)
Sets the Output Spatial Grid 2 parameter of this tool . |
void |
setSpatialGrid3(double spatialGrid3)
Sets the Output Spatial Grid 3 parameter of this tool . |
void |
setSpatialReference(Object spatialReference)
Sets the Coordinate System parameter of this tool . |
void |
setTemplate(Object template)
Sets the Template Feature Class 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 CreateFeatureclass()
Initializes the array of tool parameters with the default values specified when the tool was created.
public CreateFeatureclass(Object outPath,
String outName)
Initializes the array of tool parameters with the values as specified for the required parameters and with the default values for the other parameters.
outPath - Workspace | Feature Dataset, the ArcSDE, personal or file geodatabase, or folder in which the output feature class will be created. This workspace must already exist.outName - String, the name of the feature class to be created.| Method Detail |
|---|
public Object getOutPath()
public void setOutPath(Object outPath)
outPath - Workspace | Feature Dataset, the ArcSDE, personal or file geodatabase, or folder in which the output feature class will be created. This workspace must already exist.public String getOutName()
public void setOutName(String outName)
outName - String, the name of the feature class to be created.public String getGeometryType()
public void setGeometryType(String geometryType)
geometryType - String, the geometry type for the input feature class.public Object getTemplate()
public void setTemplate(Object template)
template - Feature Layer, the feature class used as a template to define the attribute schema of the output feature class.public String getHasM()
public void setHasM(String hasM)
hasM - String, determines if the feature class contains linear measurement values (m-values).public String getHasZ()
public void setHasZ(String hasZ)
hasZ - String, determines if the feature class contains elevation values (z-values).public Object getSpatialReference()
public void setSpatialReference(Object spatialReference)
spatialReference - Spatial Reference, the spatial reference of the output feature class. The dialog allows you to pick a coordinate system. If you wish to control other aspects of the spatial reference (ie the xy, z, m domains, resolutions, tolerances) use the relevant environments (click the environments button). If you choose the "Import..." option on the dialog and select an existing dataset, all spatial reference properties from that dataset (coordinate system, domains and tolerances) will be used.public String getConfigKeyword()
public void setConfigKeyword(String configKeyword)
configKeyword - String, the configuration keyword that determines the storage parameters of the table in a Relational Database Management System (RDBMS)ArcSDE only.public double getSpatialGrid1()
public void setSpatialGrid1(double spatialGrid1)
spatialGrid1 - Double, the size of the output feature classe's spatial grid index. The following formats support spatial index grids: personal geodatabase, file geodatabase or ArcSDE geodatabase. If this value is left blank (or 0) a valid grid size will be calculated automatically.public double getSpatialGrid2()
public void setSpatialGrid2(double spatialGrid2)
spatialGrid2 - Double, the size of the output feature classe's second spatial grid index. This value must be at least 3 times larger than the first index grid. The following formats support more than one spatial index grids: file geodatabase or ArcSDE geodatabase. For more information, see the Add Spatial Index tool. Note that personal geodatabase support only one spatial index grid.public double getSpatialGrid3()
public void setSpatialGrid3(double spatialGrid3)
spatialGrid3 - Double, the size of the output feature classe's third spatial grid index. This value must be at least 3 times larger than the second index grid. The following formats support more than one spatial index grids: file geodatabase or ArcSDE geodatabase. Note that personal geodatabase support only one spatial index grid.public Object getOutFeatureClass()
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 | ||||||||