|
POST
|
Hi If you open an update cursor you should just calculate the values. Check the update cursor example (and a few other examples) here: http://resources.arcgis.com/en/help/arcobjects-net/conceptualhelp/0001/0001000001mm000000.htm Have fun Mody
... View more
12-24-2014
10:13 PM
|
0
|
0
|
1968
|
|
POST
|
Hi Check this: IContentsViewEdit Interface (ArcObjects .NET 10.1 SDK)
... View more
12-17-2014
12:47 AM
|
0
|
0
|
715
|
|
POST
|
Running compress on Linux/Unix We have an ArcSDE on Linux/Unix. We run a process that compresses the database every night. Now that we cannot use the command line to do it we should find a different way. It can be run from windows compressing the database on Linux but we would like it to be Linux process only. There is a compress GP tool but we need to run it on Linux. Should we install ArcGIS Server Standard for Linux? Should we buy a license for Server Standard only for this command? Thanks Mody
... View more
12-07-2014
10:04 PM
|
0
|
1
|
2624
|
|
POST
|
Hi V I am running into the same problem. If there is a field (for example uKey) that is unique between the two tables (my responsibility to manage it) can I use it as OBJECTID? Should I register my view into the geodatabase once it created? Thanks Mody
... View more
11-12-2014
10:06 PM
|
0
|
0
|
2300
|
|
POST
|
We have a strange problem with feature classes in ArcSDE over Oracle that has date fields. When you open the Select By Attribute in ArcMap and you ask for a list of values you get the values in file geodatabase format (i.e date ' 1/1/2001') and not in Oracle format (i.e TO_DATE()). This happened for all layers in one schema but not for any other schema in the same database. As far as we remember it just started one day. ArcSDE 10.0 over Oracle11g in Linux. Any idea? Mody
... View more
11-11-2014
10:09 PM
|
0
|
0
|
1693
|
|
POST
|
Hi There is no way to create IEnumLauers only to get it from IMap.Layers If you need only the visible layers run a loop on the layers (from bottom up) and IMap.DeleteLayer all the non-visible layers and then use IMap.Layers. Then you can exists without save or keep a list of the deleted layers and add them back to the map. Have Fun Mody
... View more
11-03-2014
10:26 PM
|
0
|
0
|
2061
|
|
POST
|
Hi Create a cursor on the selection set: ISelectionSet.Cursor Have Fun Mody
... View more
10-29-2014
11:29 PM
|
0
|
1
|
1530
|
|
POST
|
Thanks Vince and Erik The server is 10.2.2 and it is 64bit – that is causing the problem. Can you configure the SOE to be 32bit? Can you communicate between a process (SOE) and a dll? Do you have to rap the 32bit dll as exe and then use some kind of messaging? We are trying to get a 64bit version of the dll's but I am not sure it will be possible. Thanks again Mody
... View more
10-23-2014
11:06 PM
|
0
|
1
|
1045
|
|
POST
|
Hi all We would like to use external 32bit dll within our SOE (that is 64bit). Is there any way to do it? Thanks
... View more
10-22-2014
10:31 PM
|
0
|
4
|
2289
|
|
POST
|
Hi If I understand the problem correctly you have a unique identifier for each feature and you need to find if it was changed. For points you can add the coordinate as X,Y fields. Then join the old and new data on the identifier and check where the X or Y changed. For lines you can get the centroid, usually where and vertex was moved the centroid will change too.
... View more
10-16-2014
09:28 PM
|
0
|
1
|
2056
|
|
POST
|
Hi You must open a cursor and get them from the feature class. Mody
... View more
10-15-2014
12:36 AM
|
0
|
0
|
888
|
|
POST
|
Hi You can use ICircularArc.PutCoordsByAngle to create the segment. See this: http://resources.arcgis.com/en/help/arcobjects-net/componenthelp/002m/002m000000pr000000.htm Then you use ISegmentCollecation to create a polyline. You can draw this polyline on screen using graphics or DrawPolyline. Have Fun Mody
... View more
10-13-2014
11:05 PM
|
2
|
0
|
606
|
|
POST
|
Hi The basic command is ITopologicalOperator.Intersect It is working between to polylines in memory. In order to intersect two layers you must read the lines one by one and try to find an intersect line on the other layer. For each polyline in layer1 you must select all intersect polylines in layer2 (maybe just boundary intersect) and then try to intersect them to get the geometry. It is not simple to write a program that will work quick and I am not sure if it will be much quicker than the GP tool unless you have some information about the two layers that can save some work. Have Fun Mody
... View more
10-13-2014
10:58 PM
|
0
|
2
|
888
|
|
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
|
1534
|
|
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
|
2991
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 2 weeks ago | |
| 1 | 11-25-2024 06:09 AM | |
| 1 | 01-21-2026 09:53 PM | |
| 1 | 12-15-2025 10:07 PM | |
| 1 | 09-17-2025 06:35 AM |
| Online Status |
Online
|
| Date Last Visited |
15m ago
|