0
votes
2answers
70 views

How to delete isolated pixels in ArcGIS 10.1?

I want to know that it is possible or not to edit the raster pixel in ArcGIS. I want to delete isolated pixel and I want to delete some pixel by manually. please tell me how can i do it manually or ...
2
votes
1answer
56 views

Shorten polylines a given distance

I have a polyline dataset with lines of different lengths. I want to shorten all polylines the same distance on both ends (e.g. 10m each side). Is there a tool or script available that could help me ...
7
votes
2answers
175 views

ArcGIS 10.1 edit PostgreSQL layer

I've been working with QuantumGIS/PostgreSQL/postGIS for a while now, without problems. But now I have to change QuantumGIS for ArcGIS 10.1. I'm having trouble adding a layer from PostgreSQL and ...
2
votes
1answer
41 views

ArcMap adjust z values for all verticees in polylines

Is there way in Arc Editor (10.0) to adjust all the vertices z values by an offset? (translate in z axis?) I have many polylines which need to be lowered (eg: subtract 1m from every vertex z-value). ...
4
votes
2answers
255 views

How to invert a Buffer(get the inside of a ring buffer)?

I have a line layer of a road network around which I create a buffer zone of 1000 m with Analysis Tools>Proximity>Buffer. But I am interested in the areas outside the buffer zone, and not the buffer ...
2
votes
0answers
55 views

How do I select all polygons in a layer that border 2+ polygons in the same layer?

My data consists of equal-sized polygons. I need to identify and select all the polygons that border two or more polygons.
3
votes
0answers
118 views

Edit Widget Add attachments only shows when is made, not when making

So i post my question here because it didnt recieved any answers on Stackoverflow. Hello i have some difficulties, Let me see what i want to do with some pictures and code: I want to add some ...
7
votes
1answer
396 views

Advanced Polygon and Parcel Splitting

While I am still struggling to divide polygons into same sizes in ArcGIS (we are using ArcView 3.0 scripts now which work fine), I now have an even much more complicated problem: I would like to ...
2
votes
3answers
469 views

Update a field attribute in one column based on a change to another column in one table

When editing I want to be able to change the attributes of one field and upon doing this allow for the automatic update of another field in the same attribute table. Essentially I have one layer with ...
10
votes
5answers
1k views

Recalculate full extent of FGDB feature class

I have a featureclass in an Esri file geodatabase. When I edit the features using the editor in ArcMap, and I delete most of my features and keeping only the ones in the middle, the zoom to layer ...
2
votes
1answer
173 views

ArcGIS Editor Attributes Dialog

Is there a way to update the Editor Attributes dialog to populate/refresh on ArcObject feature selection code? The attributes dialog only seems to respond to a manual view selection or manual table ...
1
vote
0answers
900 views

Edit SDE table with ArcObjects - continued [closed]

Update So, I believe I'm getting closer to being able to edit my sde table, however now I'm getting stuck on this line: Dim updateCursor As ICursor = table2.Update(Nothing, True) With this ...
4
votes
1answer
424 views

Edit SDE table with ArcObjects

The link below provides a code snippet for editing an SDE table with ArcObjects. Are there any other or newer code examples out there of how to edit a SDE table by using ArcObjects? Edit SDE ...
1
vote
1answer
254 views

How do I edit feature attributes, e.g. a text field with a typo

A feature class in a file geodatabase has a hand full of features where a text field is typo'd. How do I edit this to fix the typos?
3
votes
1answer
797 views

Editing with ArcGIS Silveright

I am using the ArcGIS Silverlight API to edit data in an ArcSDE SQL Server geodatabase. I have been told that any editable feature classes must be registered as versioned in ArcCatalog before they ...
9
votes
3answers
4k views

How to merge two 'incompatible' polygon layers in ArcGIS?

I have two layers of polygons with administrative boundaries. Although they come from the same data provider, they seem to have small discrepancies and do not 'fit' each other. How could I merge ...
4
votes
6answers
4k views

Troubleshoot editing features in feature dataset with ArcMap / ArcSDE Oracle

I am having trouble editing a feature class that is in a feature dataset. We have added just the single feature class as a layer in ArcMap and are using the "Start Editing" function on the Editing ...