|
|||||||||
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.MakeXYEventLayer
public class MakeXYEventLayer
Creates a new point feature layer based on The Make XY Event Layer tool is contained in the Data Management Tools tool box.
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(Object table,
Object inXField,
Object inYField,
Object outLayer)
Creates the Make XY Event Layer tool with the required parameters. |
Method Summary | |
---|---|
Object |
getInXField()
Returns the X Field parameter of this tool . |
Object |
getInYField()
Returns the Y Field parameter of this tool . |
Object |
getInZField()
Returns the Z Field parameter of this tool . |
Object |
getOutLayer()
Returns the Layer Name or Table View parameter of this tool . |
Object |
getSpatialReference()
Returns the Spatial Reference parameter of this tool . |
Object |
getTable()
Returns the XY Table 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 |
setInXField(Object inXField)
Sets the X Field parameter of this tool . |
void |
setInYField(Object inYField)
Sets the Y Field parameter of this tool . |
void |
setInZField(Object inZField)
Sets the Z Field parameter of this tool . |
void |
setOutLayer(Object outLayer)
Sets the Layer Name or Table View parameter of this tool . |
void |
setSpatialReference(Object spatialReference)
Sets the Spatial Reference parameter of this tool . |
void |
setTable(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 |
---|
public MakeXYEventLayer()
Initializes the array of tool parameters with the default values specified when the tool was created.
public MakeXYEventLayer(Object table, Object inXField, Object inYField, Object outLayer)
Initializes the array of tool parameters with the values as specified for the required parameters and with the default values for the other 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 |
---|
public Object getTable()
public void setTable(Object table)
table
- the table containing the and coordinates that define the locations of the point features in the output event layer.public Object getInXField()
public void setInXField(Object inXField)
inXField
- the field in the input table that contains the coordinates.public Object getInYField()
public void setInYField(Object inYField)
inYField
- the field in the input table that contains the coordinates.public Object getOutLayer()
public void setOutLayer(Object outLayer)
outLayer
- the name of the output point event layer.public Object getSpatialReference()
public void setSpatialReference(Object spatialReference)
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.public Object getInZField()
public void setInZField(Object inZField)
inZField
- the field in the input table that contains the coordinates.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 |