|
|||||||||
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.datamanagementtools.AddFeatureClassToTopology
public class AddFeatureClassToTopology
Adds a feature class to a topology. The Add Feature Class To Topology tool is contained in the Data Management Tools tool box.
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(Object inTopology,
Object inFeatureclass,
int xyRank,
int zRank)
Creates the Add Feature Class To Topology tool with the required parameters. |
Method Summary | |
---|---|
Object |
getInFeatureclass()
Returns the Input Feature class parameter of this tool . |
Object |
getInTopology()
Returns the Input Topology parameter of this tool . |
Object |
getOutTopology()
Returns the Output Topology parameter of this tool (Read only). |
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. |
int |
getXyRank()
Returns the XY Rank parameter of this tool . |
int |
getZRank()
Returns the Z Rank parameter of this tool . |
void |
setInFeatureclass(Object inFeatureclass)
Sets the Input Feature class parameter of this tool . |
void |
setInTopology(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(Object inTopology, 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
- the topology to which the feature class will participate.inFeatureclass
- 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
- the relative degree of positional accuracy associated with vertices of features in the feature class versus those in other feature classes participating in the topology. The feature class with the highest accurracy should get a higher rank (lower number, for example 1) than a feature class which is known to be less accurate.zRank
- 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 snapped or clustered with vertices that contain less accurate z measurements.Method Detail |
---|
public Object getInTopology()
public void setInTopology(Object inTopology)
inTopology
- the topology to which the feature class will participate.public Object getInFeatureclass()
public void setInFeatureclass(Object inFeatureclass)
inFeatureclass
- 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
- the relative degree of positional accuracy associated with vertices of features in the feature class versus those in other feature classes participating in the topology. The feature class with the highest accurracy should get a higher rank (lower number, for example 1) than a feature class which is known to be less accurate.public int getZRank()
public void setZRank(int zRank)
zRank
- 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 snapped or clustered with vertices that contain less accurate z measurements.public Object getOutTopology()
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 |