|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.geoprocessing.AbstractGPTool
com.esri.arcgis.geoprocessing.tools.datamanagementtools.MakeXYEventLayer
public class MakeXYEventLayer
Makes a point The Make XY Event Layer tool is contained in the Data Management Tools tool box.
Software restrictions: none
| 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 |
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 |
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 - Table View, the table that contains the X and Y coordinates that define the location of the points in the layer.inXField - Field, in the table that contains the X coordinates.inYField - Field, the field in the table that contains the Y coordinates.outLayer - Feature Layer, the name of the point layer generated by Make XY Event Layer.| Method Detail |
|---|
public Object getTable()
public void setTable(Object table)
table - Table View, the table that contains the X and Y coordinates that define the location of the points in the layer.public Object getInXField()
public void setInXField(Object inXField)
inXField - Field, in the table that contains the X coordinates.public Object getInYField()
public void setInYField(Object inYField)
inYField - Field, the field in the table that contains the Y coordinates.public Object getOutLayer()
public void setOutLayer(Object outLayer)
outLayer - Feature Layer, the name of the point layer generated by Make XY Event Layer.public Object getSpatialReference()
public void setSpatialReference(Object spatialReference)
spatialReference - Spatial Reference, of the coordinates in the X and Y fields defined above. This will be the output layer's coordinate system.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 | ||||||||