2
votes
1answer
76 views

ArcGIS - merge polygons and get combined area

I cannot for the love of god figure out how to combine (join?) two overlapping polygons to determine the combined area they cover in ArcGIS 10. I am sure the Geoprocessing tools can do it, but just ...
0
votes
0answers
25 views

merging and seperating data

I have a census block shapefile and I want to separate the data according to their towns or village. The towns/village is a separate shapefile. Any help is greatly appreciated. I am using ARCingo ...
0
votes
0answers
32 views

change symbolid in an annotation feature class

I am trying to combine two annotation feature classes in ArcGIS 10.0 by copying and pasting one into the other. Unfortunately the two feature classes have the same symbols but the symbolids are ...
3
votes
2answers
190 views

Merge Spatially Coincident Features in the Same Feature Class

I need a way to programatically merge grid cells (polygon 15x15m) that are directly on top of each other and add together some of their attributes. I am working in ArcGIS 10.1 with the data stored as ...
3
votes
1answer
426 views

Use model builder to select layers by attributes, dissolve them and then merge them

StackExchange team, I would like to reclassify polygons, I want to combine smaller polygons into bigger polygons based on their ID (each polygon has a unique ID). I want to regroup ~800 polygons into ...
2
votes
2answers
447 views

Merge an entire Geodatabase in ESRI ModelBuilder

How can I merge an entire Geodatabase in the ESRI (ArcView) ModelBuilder? I have several FeatureClasses created into the GDB and in the model I plan to merge them all. Right now I have imported all ...
1
vote
3answers
806 views

Merging Two or More Layers

I am working with three clipped layers that are shown in the TOC. I created these layers from a large watershed shape-file. However, each clipped layer includes the layer before it and only expands on ...
2
votes
0answers
44 views

Merging Layers and assigning different values [duplicate]

Possible Duplicate: Merging Two or More Layers I am working with three clipped layers that are shown in the TOC. I created these layers from a large watershed shape-file. However, each ...
3
votes
1answer
212 views

How to combine lines from different sources reperesenting the same road network but with slightly different geometry?

Here is my problem: I have got two layers of polylines which represent the same road network but they are from different sources and have different geometry. The two layers are mostly the same tracks ...
2
votes
2answers
701 views

Modelbuilder: Needing to input multiple featureclasses into merge tool

So I have 490 point fc's in a single directory with uniform spatial features, field names/datatypes. I'm trying to figure out how to consecutively input the first seven fc's into the merge tool, ...