|
POST
|
Hello We have a map service with some layers that is used by many users. Once in a while when the user pan/zoom in ArcMap the service is not drown and the screen is blank. Hitting the refresh solve the problem but it is still annoying. It does not happened with web clients looking on the same service. We could not find any error messages anywhere (server logs, event viewer etc.) Any ideas? Thanks
... View more
10-08-2014
05:29 AM
|
0
|
1
|
1608
|
|
POST
|
Hi The only trick I know is to create two map services, one tiled and one dynamic. Then when you load them into any client just set the scale max/min so the tiled map service will be visible in the high scales and the dynamic will be visible in the low scales. If there is any other trick I will be happy to know about it. Thanks Mody
... View more
09-25-2014
10:49 PM
|
2
|
0
|
3274
|
|
POST
|
Hi K Why not using python? A full example here: http://resources.arcgis.com/en/help/main/10.2/0154/0154000005qv000000.htm You can put python script to run automatically Have fun Mody
... View more
09-22-2014
09:57 PM
|
0
|
0
|
1935
|
|
POST
|
Hi One more way is to add a text file with all the data needed in the same disk location as the python script. This is very similar to the cfg file for other software.
... View more
09-06-2014
09:34 PM
|
0
|
0
|
3727
|
|
POST
|
Hi As far as I know you cannot de authorize when there are borrow licenses. If you could you could just borrow all licenses for a year and then de authorize and authorize again and you will have twice the amount of licenses. You can see in the license manager that licenses are borrowed. Mody
... View more
09-06-2014
09:24 PM
|
0
|
0
|
632
|
|
POST
|
Hi Jeff Are the server and desktop that created the sde file on the same machine? If the sde file include windows authentication you must make sure the user that own ArcSOC.exe have database access. You might need to install the rdbms access files – you can download them from My.Esri.com Have fun Mody
... View more
08-18-2014
09:50 PM
|
0
|
0
|
1927
|
|
POST
|
Hi Peter You will have to change your program a little. You have to create an empty feature class with the attributes you need (chainge and LineId). When you open your cursor to the lines you should get the ID too. Then you write each point separately into the feature class and not into geometry list. This way you can enter the LineId for each point you insert. Have fun
... View more
08-09-2014
09:41 PM
|
0
|
0
|
748
|
|
POST
|
Cast you spatial reference to ISpatialReferenceTolerance and you will have it. I think it is the dataframe spatial reference.
... View more
08-02-2014
10:17 PM
|
0
|
0
|
1278
|
|
POST
|
Hi Check the IIdentify interface - you can use it to create your own identify. You should post question in the esri's place for ArcObjects Have Fun Mody (Curtis Price added link)
... View more
07-29-2014
09:40 PM
|
0
|
0
|
898
|
|
POST
|
Hi Not simple but possible. Here is a full example: http://resources.arcgis.com/en/help/arcobjects-net/conceptualhelp/0001/0001000002r6000000.htm Have Fun Mody
... View more
06-21-2014
10:00 PM
|
0
|
0
|
929
|
|
POST
|
Hi Try to give the FeatureClass as the argument and not the FeatureLayer. Translate the template layer into a string (full path) will always work. Other then that there is better way to run GP tools in C# by using the real parameter names. Check this: http://resources.arcgis.com/en/help/arcobjects-net/conceptualhelp/0001/000100000161000000.htm Have fun Mody
... View more
06-17-2014
09:05 PM
|
0
|
0
|
2108
|
|
POST
|
Hi Try something like that: ILayer layer =null; IEnumLayer player = map.get_Layers(null, false); while ((layer = player.next())!=null) sw.WriteLine(layer.Name);
... View more
06-15-2014
10:02 PM
|
0
|
0
|
1290
|
|
POST
|
Hi Polyline is just a collection of geometries (path's for polyline) that can be accessed by IGeometryCollection. You can create a new polyline and use the IGeometryCollection.AddGeometry to add the path's from both original polylines. The result polyline will be multipart. Have fun Mody
... View more
06-10-2014
09:43 PM
|
0
|
0
|
1700
|
|
POST
|
Hi I would try ICurve.QueryPoint this method should do it... Have fun Mody
... View more
06-09-2014
09:27 PM
|
0
|
0
|
1700
|
|
POST
|
Hi If your data is not really 32bit you can use CopyRaster and set the Pixel Type and it will truncate your values into 16/8bit If you have real values above 16bit you will have to work with the raster calculator to make it 16bit only before you can truncate it. Have fun Mody
... View more
06-07-2014
09:20 PM
|
0
|
0
|
3254
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 05-06-2026 09:35 PM | |
| 1 | 05-06-2026 09:43 PM | |
| 1 | 11-25-2024 06:09 AM | |
| 1 | 01-21-2026 09:53 PM | |
| 1 | 12-15-2025 10:07 PM |
| Online Status |
Offline
|
| Date Last Visited |
yesterday
|