ArcGIS 10.0 is a specific software version of ArcGIS.

learn more… | top users | synonyms (2)

1
vote
0answers
13 views

xy tolerance from c#.net

For some graph work, I need the value of X,y tolerance. I found ISpatialReferenceTolerance.XYTolerance Property. But I couldn't find any option that how can I get ISpatialReferenceTolerance interface ...
3
votes
2answers
73 views

arcpy Problem with updateRow() when trying to update fields with UpdateCursor

I have a list of values which I am trying to add to an existing shapefile. The field where the values need to be inserted has been added via arcpy.AddField_management and thus the values of the rows ...
2
votes
0answers
22 views

Where can I find more details about rasterFunctions?

I have published an Image service with ArcGIS Server 10, containing the results of an interpolation operation. The Image which is returned from the service is in greyscale. I wish to render it with ...
1
vote
1answer
42 views

HRESULT - IPersistStream.Save()

I have converted a VB6 project to C#, and there is one problem I cannot find documentation on. I am saving an IPropertySet to file by using IMemoryBlobStream and IPersistStream, as seen here: public ...
3
votes
1answer
39 views

How to make selection tool with 3 variables which depend on each other (ModelBuilder)?

I try to create model to selection feature by attribute with 3 variables which depend on each other but i don't know how. for example: variables: kat_1, kat_2, kat_3 Kat_1{ gastronomy, education, ...
0
votes
1answer
25 views

ArcObjects IDataset.Copy causes program to crash

My implementation of IDataset.Copy continues to crash and I cannot figure out why. The program attempts to copy a shapefile from a temporary folder in one directory to a final folder in another ...
0
votes
0answers
27 views

ArcGIS 10 reports with map and data table

HI wonder if anyone knows how to automate a report showing parcel information along with an inset map on the same page. I have access to ArcGIS 10. thanks
3
votes
1answer
25 views

Does IDistanceOP.EucDistanceFull require a projected coordinate system?

I have designed an implementation of ArcObjects' IDistanceOP.EucDistanceFull. It takes its input as a feature class and converts it to a GeoDataset with which EucDistanceFull can work with. It works ...
2
votes
1answer
87 views

How to calculate volume from a raster file?

I have a raster file containing the depth of water. I need to find the volume of water using that raster file. I need to find the area of each cell and multiply with the depth. How can I do it in ...
3
votes
2answers
65 views

How to calculate the shared area between a raster and a shape file in ArcGIS 10?

I have a raster file with 5 classifications developed from habitat modelling algorithms. I'd like to know how much of 2 classes of the raster is covered by the network of protected areas (Shape file). ...
0
votes
1answer
42 views

Is it possible to change dynamically the map spatial reference?

I have a map that uses ArcGIS Online in the small scales. So my map needs to be in Web Mercator in small scales. In the big scales, my web client Flex application uses some feature and map services to ...
3
votes
1answer
43 views

How to exclude some parts of raster classes based on size of area?

I have a raster file with 5 classifications. I've calculated area for all of the classes via Zonal geometry, Arcmap 10. Now, I want to exclude patches which are smaller than 100 sq. km. and ...
0
votes
2answers
47 views

Creating a 3D line feature based on 3D point features

In ArcGIS, is it possible to create a 3D line feature by drawing a line that connects 3D point features?
1
vote
1answer
97 views

How to Publish a Time Aware Mosaic dataset as an ImageService with Temporal component?

I have a Time Aware Mosaic dataset , which contains 5 rasters. I have entered the dates for the given rasters, by adding a Text Field with the dates. (The dates of the images are from 3/1/2013 to ...
1
vote
1answer
38 views

Is it possible to recover ArcGIS Online tiles of a zone, then reproject and republish them in a Map Service?

I'd like to use ArcGIS Online basemaps but not is the Web Mercator projection. Because of that I want to know if it's possible to reproject and republish them in a Map Service.
2
votes
1answer
36 views

Do FeatureLayers reproject their features to adapt them to the map projection?

I'm working with the ArcGIS Flex API. For example, ArcGISDynamicMapLayers do reproject their data in order to make it in the same projection as the map. Do FeatureLayers have the same behaviour?
1
vote
0answers
49 views

Why can ArcGISDynamicMapServiceLayer read a cache service?

I received a cache folder created from a MXD that I don't possess. Then I was asked to publish that cache as a map service. To do that, I created a map service using a MXD (I created) that contains ...
1
vote
1answer
40 views

Data Frame Property options have changed

I have Googled and searched ESRI help files and experimented until I am blue, not to mention reloading ArcGIS Desktop10 for Repair and adding the SP5 to it. I no longer have the options of border or ...
2
votes
1answer
22 views

About Spatial Adjusment ArcMap 10.0

I have a converted data (from Microstation) on ArcGIS. It has e gaps in the whole line. So ı want to snap this lines using Spatial Adjusment. I've added some control points but arcmap didn't fix them. ...
0
votes
1answer
31 views

How to Average neighboring county data and store in original?

I have data for several rain stations, i have averaged the data and given each county a value. Some counties have null values and I would like to pull the data from the all the bordering counties and ...
0
votes
1answer
56 views

Merge attribute of points into a polygon : Arcmap 10

I have points layer which the attribute looks like this: FID Shape ID Lat Long 0 Point 2065 -5.51666 106.48333 1 Point 2319 21.93333 120.73366 I also have polygons layer : FID Shape ...
0
votes
1answer
40 views

How to import HDF (L1G) files in to Erdas or ArcGIS?

I have downloaded satellite imagery from GLCF website, it has downloaded with .L1G file extension, I am not able to open this file in ArcGIS as well in Erdas, so please let me know how to open this.
2
votes
1answer
64 views

About regression analysis in arcgis

I'm trying to do regression analysis using a shapefile which contains dependent variable (NDVI) and explanatory variable (prec) in Arcgis. First, I run GWR analysis and then run spatial ...
2
votes
1answer
31 views

Trouble storing an IMap with ArcObjects 10 and IPersistStream

I'm storing a reference to an IMap in a custom object (which is stored by a custom extension) so that it can listen to map events. When I save the custom object using IPersistStream and then reload ...
1
vote
2answers
100 views

Esri Technical Certification: Arc Gis Desktop

Esri Technical Certification, Arc Gis Desktop and Developer.. Where I can find books or course materials for esri arc gis desktop and developer certifications?
3
votes
0answers
53 views

Create easy Annotations from point features with python in ArcGIS 10.0

Because in ArcGIS 10.0 there is still no simple toolbox function to convert labels to Annotation, I try to go a substitude way with the callable Toolbox function [TiledLabelsToAnnotation][1] on a ...
0
votes
1answer
34 views

How to set Symbology On Create Feature Window using arcobjects?

programmatically I set the custom symbology for the layers. When i started the edit session programmatically, the create feature window did not show the respective symbology assigned to feature. pl ...
0
votes
1answer
48 views

Elevation Drop Along a Stream [duplicate]

Previous discussion In reference to a previous discussion, suppose I want to cut the stream every 100 m and find the elevation drop every 100 m. How can I do this?
0
votes
1answer
27 views

NVS Vector Stream Tool installation problem

I can't the NVS Vector Stream Tool working (version for ArcGis 10.0) in ArcGIS 10.0 SP4. I cannot find any associated toolbox. I have tried System Toolbox, My Toolbox, looking in the installation ...
2
votes
1answer
58 views

Arcgis 10.0 desktop: how to clear All transformations from map

I have a custom extension which adds some custom transformations to the map. When turned off, the extension is supposed to remove all the added transformations. However, when calling ...
4
votes
1answer
42 views

Extract Z information from different vector layers in ArcMap 10.1

I have 2 different vector layers, Layer A detailing the area of different polygons and Layer B having similar size polygons with z values instead. I would need to combine Layer A with Layer B so that ...
3
votes
0answers
21 views

problem creating and editing features at extent edges

I'm in the process of creating a polyline feature layer of tectonic plates. I'm working with WGS-84 reference system, which means the extent is +-180 in lon, and +-90 in lat. In order to create the ...
2
votes
2answers
65 views

Why does ArcMap crash if I try this Join Field (which ArcPy does not like either)?

I'm a little uncertain whether this question belongs here or on http://gis.stackexchange.com Have an "AddJoin" that results in no shared records, which is not what I'm expecting. Is it because I'm ...
3
votes
1answer
50 views

Set unique values to different groups programmatically

I have a polyline feature layer. After doing some computation, I update a field of that layer and want to set unique color for different value of that field. We can do this from symbology using unique ...
1
vote
2answers
42 views

How to removed overlapped features?

Im using Arcmap10.1. When I was make attribute based buffer, the result had shown as overlapped, So how can I solved this issues? Thanks in Advance
4
votes
2answers
88 views

How to determine lock on file geodatabase?

I'm trying to delete a file geodatabase through Windows Explorer but I get the error message: The action can't be completed because the folder or file in it is open in another program. Close the ...
4
votes
1answer
49 views

Automate process of duplicating point features - ArcGIS 10.0

I need to learn a way in which I can normalize data and in the same process duplicate certain records of a point feature class. The issue is as follows. I am provided address data in the following ...
1
vote
2answers
104 views

What is causing - Arcmap errors (010302/010067) while using 3D analyst/CutFill? [closed]

I'm using the Cut/Fill tool in 3d analyst to measure the volume of a feature, but I'm getting the following errors: ERROR 010302: Unable to create the output raster: C:\Program Files ...
1
vote
1answer
59 views

Where does the Style Manager store the files in and Why does the Style Manager does not show some edit color ramps?

Where are Color Ramp files saved? Every time I make edits, it does not show up on the Style Manager. Does it save it to the hard drive or in the Style Manager? I need more information. Thanks
4
votes
3answers
120 views

How to crop a satellite image?

I am wondering how to or if it is possible to crop a SPOT satellite image (the image has black edges) using ArcMap 10 and if so how do you do this. I appreciate any advice.
3
votes
2answers
59 views

Printing large number of Points in ArcGIS

I have bathymetric data which have thousands of points ( exactly 71 K). Now when I try to print it in a large map size in ARCMAP 10.0 , the layout view freezes and the system is hung , possibly due ...
2
votes
0answers
55 views

Geodesic distance between two polygons in ArcGIS

Does the IGeometryServer2 interface work in desktop applications? My solution is an Add-in for ArcGIS 10. I'm currently passing it two valid polygon features that are in a projected coordinate system. ...
1
vote
1answer
64 views

Copy and Paste symbology in Raster?

Hi all, I am trying to figure it out how can I take a preserved color from a raster I already set up before and then apply the colormap to a new raster file? Here are the details of what occurred: ...
3
votes
2answers
80 views

Delete feature selection using Python (ArcGIS 10)

I'm having some issues with a Python script for ArcGIS 10. The idea is to delete points from a single shapefile according to the values of two columns ("Tracks" and "Tracks_1"). Therefore, I want to: ...
1
vote
0answers
60 views

Error Input FeatureClass Arcgis 10 VB.net And Geoprocessing

I have a problem when i execute GeoProcessing in ArcEngine 10 with VB.net i had create the toolbox : Models.tbx and Model Process : disolveRoute with 2 parameters My Function is : Sub diso() ...
2
votes
1answer
51 views

Why does a raster in Gauß-Krüger has a little offset to a shape in UTM?

I have raster data (TIFF files) where I think it's spatial reference is in Gauß-Krüger ("DHDN_3_Degree_Gauss_Zone_3") and some shape files in UTM ("ETRS_1989_UTM_Zone_32N_8stellen"). As you can see in ...
0
votes
0answers
30 views

How can i draw an image on map?

I am using ArcGIS server 10. and I'm programming with C#. now I need draw an image to especially point on map. How can I do it with C# ? please help me :)
1
vote
2answers
50 views

How to get a string from a Double with a fixed number of decimals?

I have a featureclass (in a File Geodatabase), with a particular field of type Double. I want to copy it over to a text field, so that only 3 decimal places are shown. For example: 34.78902345 ...
0
votes
1answer
64 views

Join multiple shapes in a workspace based on a common field

I’m completely stucked!!! I’m working with meteorological data (wind) but I have to arrange the data for a program to be able to process it. I have text files, two per day (one with the wind direction ...
2
votes
1answer
69 views

How come “Zoom to Polygon” always puts me in the middle of Nebraska?

This is an issue related to this question I'd asked a few days ago. I've got that code working, to an extent. Every time, though, that I double click on one of the Polygons in the attribute table that ...

1 2 3 4 5 39