|
||||||||||
| 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.AddFeatureClassToTopology
Adds a new feature class to a topology. This new feature class can be empty or may contain existing features. The new feature class must be in the same feature dataset as the topology. Versioned feature classes cannot be added to a topology. The Add Feature Class To Topology tool is contained in the Data Management Tools tool box.
Software restrictions: ArcInfo and ArcEditor only
| Field Summary |
| Fields inherited from class com.esri.arcgis.geoprocessing.AbstractGPTool |
vals |
| Constructor Summary | |
AddFeatureClassToTopology()
Creates the Add Feature Class To Topology tool with defaults. |
|
AddFeatureClassToTopology(java.lang.Object inTopology,
java.lang.Object inFeatureclass,
int xyRank,
int zRank)
Creates the Add Feature Class To Topology tool with the required parameters. |
|
| Method Summary | |
java.lang.Object |
getInFeatureclass()
Returns the Input Feature class parameter of this tool . |
java.lang.Object |
getInTopology()
Returns the Input Topology parameter of this tool . |
java.lang.Object |
getOutTopology()
Returns the Output Topology parameter of this tool (Read only). |
java.lang.String |
getToolboxAlias()
Returns the alias of the tool box containing this tool. |
java.lang.String |
getToolboxName()
Returns the name of the tool box containing this tool. |
java.lang.String |
getToolName()
Returns the name of this tool. |
int |
getXyRank()
Returns the XY Rank parameter of this tool . |
int |
getZRank()
Returns the Z Rank parameter of this tool . |
void |
setInFeatureclass(java.lang.Object inFeatureclass)
Sets the Input Feature class parameter of this tool . |
void |
setInTopology(java.lang.Object inTopology)
Sets the Input Topology parameter of this tool . |
void |
setXyRank(int xyRank)
Sets the XY Rank parameter of this tool . |
void |
setZRank(int zRank)
Sets the Z Rank 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 AddFeatureClassToTopology()
Initializes the array of tool parameters with the default values specified when the tool was created.
public AddFeatureClassToTopology(java.lang.Object inTopology,
java.lang.Object inFeatureclass,
int xyRank,
int zRank)
Initializes the array of tool parameters with the values as specified for the required parameters and with the default values for the other parameters.
inTopology - Topology, the topology to which you want to add a feature class.inFeatureclass - Feature Class, the feature class that you want to add to the topology. The feature class must be in the same feature dataset as the topology.xyRank - Long, the relative degree of positional accuracy associated with vertices of features in the feature class you are adding to the topology.zRank - Long, feature classes that are z-aware have elevation values embedded in their geometry for each vertex. By setting a z rank, you can influence how vertices with accurate z-values are clustered with vertices that contain less accurate z measurements.| Method Detail |
public java.lang.Object getInTopology()
public void setInTopology(java.lang.Object inTopology)
inTopology - Topology, the topology to which you want to add a feature class.public java.lang.Object getInFeatureclass()
public void setInFeatureclass(java.lang.Object inFeatureclass)
inFeatureclass - Feature Class, the feature class that you want to add to the topology. The feature class must be in the same feature dataset as the topology.public int getXyRank()
public void setXyRank(int xyRank)
xyRank - Long, the relative degree of positional accuracy associated with vertices of features in the feature class you are adding to the topology.public int getZRank()
public void setZRank(int zRank)
zRank - Long, feature classes that are z-aware have elevation values embedded in their geometry for each vertex. By setting a z rank, you can influence how vertices with accurate z-values are clustered with vertices that contain less accurate z measurements.public java.lang.Object getOutTopology()
public java.lang.String getToolName()
public java.lang.String getToolboxName()
public java.lang.String getToolboxAlias()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||