|
|||||||||
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.coveragetools.PointNode
public class PointNode
Performs a spatial JOINITEM on the point coverage and the node coverage. It transfers the attributes from a point feature class to a node feature class. Each point feature in the point coverage is matched to the corresponding node feature in the node coverage. If any point is within the search radius of a node, the attributes are copied. The Point Node tool is contained in the Coverage Tools tool box.
Field Summary |
---|
Fields inherited from class com.esri.arcgis.geoprocessing.AbstractGPTool |
---|
vals |
Constructor Summary | |
---|---|
PointNode()
Creates the Point Node tool with defaults. |
|
PointNode(Object pointCover,
Object nodeCover)
Creates the Point Node tool with the required parameters. |
Method Summary | |
---|---|
Object |
getNodeCover()
Returns the Node Coverage parameter of this tool . |
Object |
getOutCover()
Returns the Output Coverage parameter of this tool (Read only). |
Object |
getPointCover()
Returns the Point Coverage parameter of this tool . |
double |
getSearchRadius()
Returns the Search Radius 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 |
setNodeCover(Object nodeCover)
Sets the Node Coverage parameter of this tool . |
void |
setPointCover(Object pointCover)
Sets the Point Coverage parameter of this tool . |
void |
setSearchRadius(double searchRadius)
Sets the Search Radius 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 PointNode()
Initializes the array of tool parameters with the default values specified when the tool was created.
public PointNode(Object pointCover, Object nodeCover)
Initializes the array of tool parameters with the values as specified for the required parameters and with the default values for the other parameters.
pointCover
- the coverage containing point features to be transferred.nodeCover
- an existing cover whose node attribute values will be updated or created if the NAT does not exist.Method Detail |
---|
public Object getPointCover()
public void setPointCover(Object pointCover)
pointCover
- the coverage containing point features to be transferred.public Object getNodeCover()
public void setNodeCover(Object nodeCover)
nodeCover
- an existing cover whose node attribute values will be updated or created if the NAT does not exist.public double getSearchRadius()
public void setSearchRadius(double searchRadius)
searchRadius
- the maximum distance apart that points and nodes can be for the attributes of the point class to be transferred and recorded to the node coverage as a node class. The radius is given in coverage units. The default search radius is the width or height of the node coverage's BND divided by 100, whichever is larger.public Object getOutCover()
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 |