1
vote
1answer
52 views

Is it possible to Clip in ArcExplorer?

Is it possible to clip in Desktop Explorer? Or does anyone know of any Analysis Servers I can connect to to get it?
2
votes
2answers
90 views

Cut a layer into many parts using a shapfile

I have a layer which is a map of a town, and a shapefile which shows the boundaries within that town. I wish to cut the layer up along each of the internal boundaries so that I end up with many ...
5
votes
2answers
198 views

How to generate discrete areas from multiple, overlapping features?

I have a point dataset that I want to append some information from a polygon to. My polygon shapefile contains over 500 features. Whilst each of these features represents individual areas they are ...
3
votes
1answer
458 views

How do I correctly use 'MultiValue' in Python script parameters?

Good evening My script works fine with a single feature class selected for clip_fc = arcpy.GetParameter(0) . However when I set clip_fc to MultiValue in the script properties and then select several ...
2
votes
0answers
258 views

Output raster extents when using the Spatial Analyst Extract By Mask tool to clip a raster

I am using ArcGIS 9.2 and I have a simple python script that does the following : Loop over a polygon feature class (shown in red in the image below) For each record, create a feature layer to ...
2
votes
1answer
70 views

Clipping from a given point

I am working with model-builder and I am trying to clip an area around a certain point. Is there a tool that I can use in which I can assign it a certain distance from the point. For instance, if I ...
4
votes
3answers
638 views

How to Clip a Vector File based on certain Raster Values?

I need to clip a vector file based on certain values of a raster (Slope > 2%). I can´t find a direct way to do it. Trying to vectorize the raster first didn´t work. Is there any tool (ArcGIS or ...
3
votes
1answer
267 views

ArcGIS Server 10 GP Service Cannot Download Result?

I have implement the ArcGIS JavaScript example just like the ESRI official example (clip and ship) .Everything was going right except the final step ,when the gp job have finish and my browser lead me ...
1
vote
4answers
3k views

Cutting features in ArcGIS 10

What´s the easiest/smartest way of getting the opposite output of the clipping tool? I just need the area of feature A1 which is not covered by feature A2 in a new Layer/File. Now, I get the result by ...
4
votes
4answers
2k views

Batch clip in ArcGIS 10? Python/ArcPy?

I've come across a few similar questions for older versions of ArcGIS, but haven't found a suitable answer for ArcGIS 10. I have two polygon shapefiles that cover a large area (e.g. an entire ...
1
vote
0answers
101 views

ArcGIS, clip issue

When I clip PolylineMZ feature class inside PGDB it gives odd results for vertices. Vertices are horizontally shifted and do not corespond with oryginal. When I do this in .shp, results are fine. Any ...