|
POST
|
Jeff if I set rgb color transparency to zero am not seeing the graphic element at all. What is wrong with that?
... View more
06-23-2011
11:15 AM
|
0
|
0
|
1907
|
|
POST
|
Hi Leo Thanks for help. Below is code path for adding graphic element. I use FillShapeElement ESRI.ArcGIS.Carto.IFillShapeElement FillShpElement = null; FillShpElement = new ESRI.ArcGIS.Carto.PolygonElementClass(); if (isLineFill) { FillShpElement.Symbol = (ILineFillSymbol)gensymb; } else { FillShpElement.Symbol = (ISimpleFillSymbol)gensymb; } element = (ESRI.ArcGIS.Carto.IElement)FillShpElement; element.Geometry = (IPolygon)geo; graphicsCont.AddElement(element, 0); Please help.
... View more
06-23-2011
10:28 AM
|
0
|
0
|
1907
|
|
POST
|
Hi, I am adding graphic element to my graphic container on top of active view for Print functionality. Graphic element added successfully but it hides the layer below. For example I add polygon element with Line Fill symbol it hides the below layer label. I tried with different Z order values but nothing seems work. Please help me on this issue. All I want is to add transparent element on graphics container so that user can see the both element and layer beneath with labels. SR
... View more
06-22-2011
12:01 AM
|
0
|
10
|
4344
|
|
POST
|
Thanks. Solution Found, we need to add another single quote user = 'OU=BOIS D''XYZ EXPLORATION ABC,DC=HIGH2010W,DC=COM'
... View more
06-07-2011
06:33 AM
|
1
|
1
|
1127
|
|
POST
|
It is failing still : Sample user = 'OU=BOIS D\'XYZ EXPLORATION ABC,DC=HIGH2010W,DC=COM'
... View more
06-07-2011
06:22 AM
|
0
|
0
|
1127
|
|
POST
|
All, Whenever we do a query task with column value having a single quote ESRI query task fails. We are using 2.1 version. Please let us know if there is any solution for this. Thanks SR
... View more
06-07-2011
05:48 AM
|
0
|
4
|
6009
|
|
POST
|
SR- It's not clear from your description of the problem that this is related to the ArcGIS API for Microsoft Silverlight or WPF. Can you provide additional details on how the API is being used in a way that impacts this scenario? You may want to try the ArcSDE and geodatabase forum for issues dealing with transactions and databases: http://forums.arcgis.com/forums/32-Geodatabase-amp-ArcSDE Hi Rex, Thanks for your response. The issue described is about ArcGIS Sliverlight 2.1 API. As said above, we have developed big enterprise application using ArcGIS SL 2.1 and third party product to generate EDM (entity data model) using oracle as DB. We have our custom geoprocessing service which does all spatial operations. Let me put my question in a simple way I want to insert only to attributes of a geometry to a table using sliver light I want to insert a geometry using Geo processing tool Both are different channels of communications and have to handle the transactions Is that clear and make sense.
... View more
04-05-2011
12:46 AM
|
0
|
0
|
482
|
|
POST
|
Hi All, This is more of design question. We have big enterprise application developed using ESRI Sliver light 2.1 and ArcGIS Server 10. We are using oracle database 10g and industry specific data model. Shapes are stored in ArcSDE layer (not a feature class - not registered with SDE) and attributes in relational tables. We have no choice for customizations We are using custom Geo processing service to do perform spatial operations from client and database inserts (only used for shape insert).We are also using third party product to create EDM (entity data model ) at client side and do the all non-shape database operations. This third party product DOES NOT support database transactions. We are mainly using this product to avoid WCF service or other methods to do DB operations being enterprise application. Now, we have a use case - where user will draws the shape and enter the attributes and it needs to be saved to the database. Application architecture is that the shape will be passed as record set to custom GP tools and which will insert into ArcSDE layer using ArcSDE connection. Attribute data are inserted using third party product into the database. Now, we have handle the distributed transactions, due to some issue[oracle/network], when the attributes data failed to insert the records into database, we need to roll back the shapes as well. Similarly when shapes failed to insert, attributes needs to be rolled back. Attributes information stored in 5 to 6 tables. Question - How to handle such scenario i.e. distributed transactions?. Since shape is inserted ArcSDE layer (not a feature class) and attributes in relational table? I have gone through ITransactions objects and other ways of handling but none of the idea seems to be satisfactory. Can some provide some idea on this issue? Application architecture CANNOT be revised at this moment. All I need to know best way to maintain transactions and remove data inconsistency in best optimal way. Please let me know if you require any clarifications or additional inputs if my message is not clear enough. Please advice me on this Regards SR
... View more
03-29-2011
02:32 AM
|
0
|
2
|
795
|
|
POST
|
Hi All, This is more of design question. We have big enterprise application developed using ESRI Sliver light 2.1 and ArcGIS Server 10. We are using oracle database 10g and industry specific data model. Shapes are stored in ArcSDE layer (not a feature class - not registered with SDE) and attributes in relational tables. We have no choice for customizations We are using custom Geo processing service to do perform spatial operations from client and database inserts (only used for shape insert).We are also using third party product to create EDM (entity data model ) at client side and do the all non-shape database operations. This third party product DOES NOT support database transactions. We are mainly using this product to avoid WCF service or other methods to do DB operations being enterprise application. Now, we have a use case - where user will draws the shape and enter the attributes and it needs to be saved to the database. Application architecture is that the shape will be passed as record set to custom GP tools and which will insert into ArcSDE layer using ArcSDE connection. Attribute data are inserted using third party product into the database. Now, we have handle the distributed transactions, due to some issue[oracle/network], when the attributes data failed to insert the records into database, we need to roll back the shapes as well. Similarly when shapes failed to insert, attributes needs to be rolled back. Attributes information stored in 5 to 6 tables. Question - How to handle such scenario i.e. distributed transactions?. Since shape is inserted ArcSDE layer (not a feature class) and attributes in relational table? I have gone through ITransactions objects and other ways of handling but none of the idea seems to be satisfactory. Can some provide some idea on this issue? Application architecture CANNOT be revised at this moment. All I need to know best way to maintain transactions and remove data inconsistency in best optimal way. Please let me know if you require any clarifications or additional inputs if my message is not clear enough. Please advice me on this Regards SR
... View more
03-29-2011
02:11 AM
|
0
|
0
|
659
|
|
POST
|
Hi I have a dynamic map service with 60+ layers. For each layer I have added specific description. I want to get the description for each layer using Sliver light API. How to get the description.? I can see the description text in my rest services. Layer description is always null API help says LayerLegendInfo has LayerDescription property which provides description of the layer. But I do not know how to access layer Legend info class and get the layer description property Pl help SR
... View more
03-15-2011
10:42 PM
|
0
|
4
|
1047
|
|
POST
|
Hi We have same map service [same mxd, same database] running in both Window 2008 server and Windows 2008 R2 server. But performance of map service running Windows 2008 is pretty fast (< 1 sec) whereas R2 server is 4sec for each request. We have investigated IIS settings, ArcGIS server installation are same in both the servers. Hardware is also pretty much same. I am not sure about network settings. Can any one quickly highlight possible reason for the same?. Any ESRI document.? This is very urgent request SR
... View more
01-23-2011
07:17 PM
|
0
|
1
|
612
|
|
POST
|
Hi Thanks for your suggestion. I aware I can use WCF service but we have nearly 50+ reports with different parameters. Again encrypting/decrypting would be additional overhead and again need to maintain services going forward. Moreover we do not have enough time with us. SR
... View more
01-08-2011
08:33 AM
|
0
|
0
|
518
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 02-13-2020 11:23 AM | |
| 1 | 02-25-2019 01:00 PM | |
| 1 | 04-29-2021 08:33 AM | |
| 1 | 04-12-2018 02:50 PM | |
| 1 | 05-19-2014 11:23 AM |
| Online Status |
Offline
|
| Date Last Visited |
07-25-2022
11:27 AM
|