Contents
How to export XY event layer to feature class?
The layer created by this tool is temporary. The output point feature layer created by this tool is temporary and will not persist after the session ends. You can export this event layer to a feature class on disk using the Copy Features, Feature to Point, or Feature Class to Feature Class tool.
How to make XY event layer in ArcGIS?
Right-clicking a table in the Table of Contents (when in List by Source view). Clicking File > Add Data > Add XY data. Clicking the Make XY Event Layer tool from within Data Management Tools > Layers and Table Views. Note: This article pertains to ArcGIS versions 9.x and 10.0.
How to create a layer from a CSV file?
ArcGIS Online evaluates the first few rows of data in a CSV file to determine which field type to use for the resultant hosted feature layer. The field type can also be established if the field name matches the common field names associated with specific field formats shown in Table 1.
Why does the add XY data tool do the wrong thing?
The following list contains some of the potential causes for the data to appear in the wrong location during the creation of a XY Event Layer. Each cause has a corresponding solution and reason why this causes a problem for the tool: The coordinate system of the Input Coordinates is incorrect for the XY data that is stored in the table.
Can you create XY event source from ArcPy?
Error 000212 Cannot create XY event source from arcpy.MakeXYEventLayer_management? I am using ArcPy to create an output feature layer. I am using the command: where wells is my input csv file and wells_layer is the path for the output feature layer.
What does the XY event layer do in ArcGIS?
The table containing the X and Y coordinates that define the locations of the point features to create. The field in the input table that contains the x-coordinates. The field in the input table that contains the y-coordinates. The name of the output point event layer.
How to create feature class from XY table?
You do not want to save the XYeventlayer to an layerfile but you do a FeatureClassToFeatureClass conversion ( FC to FC conversion ). That actually saves the XYeventLayer to a featurelayer. You are going to want to use the make XY event layer and then save the output to file.