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

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

public class MakeXYEventLayer
extends AbstractGPTool

Creates a new point feature layer based on The Make XY Event Layer 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
MakeXYEventLayer()
          Creates the Make XY Event Layer tool with defaults.
MakeXYEventLayer(java.lang.Object table, java.lang.Object inXField, java.lang.Object inYField, java.lang.Object outLayer)
          Creates the Make XY Event Layer tool with the required parameters.
 
Method Summary
 java.lang.Object getInXField()
          Returns the X Field parameter of this tool .
 java.lang.Object getInYField()
          Returns the Y Field parameter of this tool .
 java.lang.Object getInZField()
          Returns the Z Field parameter of this tool .
 java.lang.Object getOutLayer()
          Returns the Layer Name or Table View parameter of this tool .
 java.lang.Object getSpatialReference()
          Returns the Spatial Reference parameter of this tool .
 java.lang.Object getTable()
          Returns the XY Table 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 setInXField(java.lang.Object inXField)
          Sets the X Field parameter of this tool .
 void setInYField(java.lang.Object inYField)
          Sets the Y Field parameter of this tool .
 void setInZField(java.lang.Object inZField)
          Sets the Z Field parameter of this tool .
 void setOutLayer(java.lang.Object outLayer)
          Sets the Layer Name or Table View parameter of this tool .
 void setSpatialReference(java.lang.Object spatialReference)
          Sets the Spatial Reference parameter of this tool .
 void setTable(java.lang.Object table)
          Sets the XY Table 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

MakeXYEventLayer

public MakeXYEventLayer()
Creates the Make XY Event Layer tool with defaults.

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


MakeXYEventLayer

public MakeXYEventLayer(java.lang.Object table,
                        java.lang.Object inXField,
                        java.lang.Object inYField,
                        java.lang.Object outLayer)
Creates the Make XY Event Layer 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:
table - the table containing the and coordinates that define the locations of the point features in the output event layer.
inXField - the field in the input table that contains the coordinates.
inYField - the field in the input table that contains the coordinates.
outLayer - the name of the output point event layer.
Method Detail

getTable

public java.lang.Object getTable()
Returns the XY Table parameter of this tool . This parameter is the table containing the and coordinates that define the locations of the point features in the output event layer. This is a required parameter.

Returns:
the XY Table

setTable

public void setTable(java.lang.Object table)
Sets the XY Table parameter of this tool . This parameter is the table containing the and coordinates that define the locations of the point features in the output event layer. This is a required parameter.

Parameters:
table - the table containing the and coordinates that define the locations of the point features in the output event layer.

getInXField

public java.lang.Object getInXField()
Returns the X Field parameter of this tool . This parameter is the field in the input table that contains the coordinates. This is a required parameter.

Returns:
the X Field

setInXField

public void setInXField(java.lang.Object inXField)
Sets the X Field parameter of this tool . This parameter is the field in the input table that contains the coordinates. This is a required parameter.

Parameters:
inXField - the field in the input table that contains the coordinates.

getInYField

public java.lang.Object getInYField()
Returns the Y Field parameter of this tool . This parameter is the field in the input table that contains the coordinates. This is a required parameter.

Returns:
the Y Field

setInYField

public void setInYField(java.lang.Object inYField)
Sets the Y Field parameter of this tool . This parameter is the field in the input table that contains the coordinates. This is a required parameter.

Parameters:
inYField - the field in the input table that contains the coordinates.

getOutLayer

public java.lang.Object getOutLayer()
Returns the Layer Name or Table View parameter of this tool . This parameter is the name of the output point event layer. This is a required parameter.

Returns:
the Layer Name or Table View

setOutLayer

public void setOutLayer(java.lang.Object outLayer)
Sets the Layer Name or Table View parameter of this tool . This parameter is the name of the output point event layer. This is a required parameter.

Parameters:
outLayer - the name of the output point event layer.

getSpatialReference

public java.lang.Object getSpatialReference()
Returns the Spatial Reference parameter of this tool . This parameter is the spatial reference of the coordinates in the X and Y Fields defined above. This will be the output event layer's spatial reference. This is an optional parameter.

Returns:
the Spatial Reference

setSpatialReference

public void setSpatialReference(java.lang.Object spatialReference)
Sets the Spatial Reference parameter of this tool . This parameter is the spatial reference of the coordinates in the X and Y Fields defined above. This will be the output event layer's spatial reference. This is an optional parameter.

Parameters:
spatialReference - the spatial reference of the coordinates in the X and Y Fields defined above. This will be the output event layer's spatial reference.

getInZField

public java.lang.Object getInZField()
Returns the Z Field parameter of this tool . This parameter is the field in the input table that contains the coordinates. This is an optional parameter.

Returns:
the Z Field

setInZField

public void setInZField(java.lang.Object inZField)
Sets the Z Field parameter of this tool . This parameter is the field in the input table that contains the coordinates. This is an optional parameter.

Parameters:
inZField - the field in the input table that contains the coordinates.

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