|
POST
|
Jeff, Sounds like the source of your problem could be a spatial alignment issue? You say your grids are the same extents but are they different coordinate systems? If not reproject the grid that is different so they are all the same. Also set SnapRaster environment setting to your master grid. Duncan
... View more
05-07-2013
03:22 AM
|
0
|
0
|
3047
|
|
POST
|
Compacting a Personal geoDatabase can reset as discussed here. Maybe you could export the table or have some code trigger at an appropriate value and direct the data to a new table?
... View more
05-03-2013
06:04 AM
|
0
|
0
|
3214
|
|
POST
|
David, I'm not really a raster "guru" so maybe giving you bad advice but for the record I've just tested this scenario. I created 4 constant value rasters first was 1, second was 2, third was NODATA and fourth was 3. I used the Composite Bands tool to combine them and it created a 4 band raster where the 3 band was just NODATA values, so it can be done. I just don't know what implications this would have on display or processing? Duncan
... View more
05-03-2013
05:55 AM
|
0
|
0
|
2000
|
|
POST
|
Daniel, Looking at your picture I can see that your dataset is in decimal degrees. ArcMap is assuming that your event data is also in decimal degrees hence the large offset. You either need to convert your distances in Excel into decimal degrees or reproject your spatial dataset into a coordinate system that has meter units (typically your national grid or UTM). Duncan
... View more
05-03-2013
05:30 AM
|
0
|
0
|
1901
|
|
POST
|
The attribute table of a integer raster normally has a value field (the pixel value) and a count field (the number of pixels in the raster with that value). So to see the words "open water/open space" you must have joined another table to it. The other table must have 2 fields in it: one for the pixel value and another the descriptive text (in your case a land class). So at some point you have joined this table and I guess you need to find that table or recreate it? Duncan
... View more
05-03-2013
02:00 AM
|
0
|
0
|
1215
|
|
POST
|
Daniel, Below is a screen shot of a single event offset to the right in ArcGIS 10.1. If you negate the offset figure it will draw on the left. Duncan
... View more
05-03-2013
01:49 AM
|
0
|
0
|
1901
|
|
POST
|
Jim's solution is good but it does not work with all data formats (i.e. Shapefiles) see this thread. Maybe try something like this: pQueryFilterDefinition.PostfixClause = "ORDER BY Town" using IQueryFilterDefinition2 interface.
... View more
05-03-2013
01:09 AM
|
0
|
0
|
2343
|
|
POST
|
Xavier, It might help people if you upload a before and after image of what you are attempting?
... View more
04-29-2013
03:17 AM
|
0
|
0
|
943
|
|
POST
|
I'm not aware of any ability to lock a layer internally to stop a user from editing the properties of a Layer.
... View more
04-29-2013
03:03 AM
|
0
|
0
|
667
|