com.esri.arcgis.geoprocessing.tools.datamanagementtools
Class FeatureToPoint

java.lang.Object
  extended by com.esri.arcgis.geoprocessing.AbstractGPTool
      extended by com.esri.arcgis.geoprocessing.tools.datamanagementtools.FeatureToPoint
All Implemented Interfaces:
GPTool

public class FeatureToPoint
extends AbstractGPTool

Creates a feature class containing points generated from the representative locations of input features. The Feature To Point tool is contained in the Data Management Tools tool box.

Usage tips:


Field Summary
 
Fields inherited from class com.esri.arcgis.geoprocessing.AbstractGPTool
vals
 
Constructor Summary
FeatureToPoint()
          Creates the Feature To Point tool with defaults.
FeatureToPoint(java.lang.Object inFeatures, java.lang.Object outFeatureClass)
          Creates the Feature To Point tool with the required parameters.
 
Method Summary
 java.lang.Object getInFeatures()
          Returns the Input Features parameter of this tool .
 java.lang.Object getOutFeatureClass()
          Returns the Output Feature Class parameter of this tool .
 java.lang.String getPointLocation()
          Returns the Inside parameter of this tool .
 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.
 void setInFeatures(java.lang.Object inFeatures)
          Sets the Input Features parameter of this tool .
 void setOutFeatureClass(java.lang.Object outFeatureClass)
          Sets the Output Feature Class parameter of this tool .
 void setPointLocation(java.lang.String pointLocation)
          Sets the Inside 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

FeatureToPoint

public FeatureToPoint()
Creates the Feature To Point tool with defaults.

Initializes the array of tool parameters with the default values specified when the tool was created.


FeatureToPoint

public FeatureToPoint(java.lang.Object inFeatures,
                      java.lang.Object outFeatureClass)
Creates the Feature To Point tool with the required parameters.

Initializes the array of tool parameters with the values as specified for the required parameters and with the default values for the other parameters.

Parameters:
inFeatures - the input features that can be multipoint, line, polygon, or annotation.
outFeatureClass - the output point feature class.
Method Detail

getInFeatures

public java.lang.Object getInFeatures()
Returns the Input Features parameter of this tool . This parameter is the input features that can be multipoint, line, polygon, or annotation. This is a required parameter.

Returns:
the Input Features

setInFeatures

public void setInFeatures(java.lang.Object inFeatures)
Sets the Input Features parameter of this tool . This parameter is the input features that can be multipoint, line, polygon, or annotation. This is a required parameter.

Parameters:
inFeatures - the input features that can be multipoint, line, polygon, or annotation.

getOutFeatureClass

public java.lang.Object getOutFeatureClass()
Returns the Output Feature Class parameter of this tool . This parameter is the output point feature class. This is a required parameter.

Returns:
the Output Feature Class

setOutFeatureClass

public void setOutFeatureClass(java.lang.Object outFeatureClass)
Sets the Output Feature Class parameter of this tool . This parameter is the output point feature class. This is a required parameter.

Parameters:
outFeatureClass - the output point feature class.

getPointLocation

public java.lang.String getPointLocation()
Returns the Inside parameter of this tool . This parameter is specifies whether to use representative centers of input features or locations contained by input features as the output point locations. This is an optional parameter.

Returns:
the Inside

setPointLocation

public void setPointLocation(java.lang.String pointLocation)
Sets the Inside parameter of this tool . This parameter is specifies whether to use representative centers of input features or locations contained by input features as the output point locations. This is an optional parameter.

Parameters:
pointLocation - specifies whether to use representative centers of input features or locations contained by input features as the output point locations.

getToolName

public java.lang.String getToolName()
Returns the name of this tool.

Returns:
the tool name

getToolboxName

public java.lang.String getToolboxName()
Returns the name of the tool box containing this tool.

Returns:
the tool box name

getToolboxAlias

public java.lang.String getToolboxAlias()
Returns the alias of the tool box containing this tool.

Returns:
the tool box alias