|
POST
|
Referring to http://help.arcgis.com/en/sdk/10.0/arcobjects_net/componenthelp/index.html#//003100000138000000, IRouteLocatorName pRtLocatorName = new RouteMeasureLocatorNameClass(); Solved.
... View more
09-24-2013
10:14 AM
|
0
|
0
|
772
|
|
POST
|
Referrring to the code at http://edndoc.esri.com/arcobjects/9.0/Samples/Linear_Referencing/Arcmap/FindPointRouteLocation.htm Dim pRtLocName As IRouteLocatorName Set pRtLocName = New RouteMeasureLocatorName I tried to do like that ESRI.ArcGIS.Geodatabase.IRouteLocatorName pRtLocatorName = new ESRI.ArcGIS.Location.RouteMeasureLocatorName(); but got the compile error: Cannot implicitly convert type 'ESRI.ArcGIS.Location.RouteMeasureLocatorName' to 'ESRI.ArcGIS.Geodatabase.IRouteLocatorName'. An explicit conversion exists (are you missing a cast?) I tried to cast but not successful. How to cast the variable here? Thanks for your hint.
... View more
09-24-2013
10:09 AM
|
0
|
1
|
1166
|
|
POST
|
From http://forums.arcgis.com/threads/14202-Inserting-LR-Event-Features-with-VBA, where the code is in VBA: Dim pRouteEventSource As IRouteEventSource Set pRouteEventSource = pFLayer.FeatureClass I tried to setup an EventTable like that: ESRI.ArcGIS.Location.IRouteEventSource pRouteEventSource = fc; // fc - a defined FeatureClass But I got compile error warning under fc: Can't explicitly convert IFeatureClass to IRouteEventSource. The, I cast it like that ESRI.ArcGIS.Location.IRouteEventSource pRouteEventSource = (ESRI.ArcGIS.Location.IRouteEventSource)fc; ITable pTable = pRouteEventSource.EventTable; The compile error was gone. But then I got runtime error: Unable to cast COM object of type 'System.__ComObject' to interface type 'ESRI.ArcGIS.Location.IRouteEventSource'. This operation failed because the QueryInterface call on the COM component for the interface with IID '{641755F0-B7DE-11D3-9F7C-00C04F6BDF06}' failed due to the following error: No such interface supported (Exception from HRESULT: 0x80004002 (E_NOINTERFACE)). I hope someone can help me for the possible solution. Thanks.
... View more
09-24-2013
07:48 AM
|
0
|
1
|
1041
|
|
POST
|
Partially solved by IGpDispatch gpDispatch; ESRI.ArcGIS.Geodatabase.IRow row = gpDispatch.SearchCursor(...); Since I adapted approach to do the search (see http://forums.arcgis.com/threads/93160-How-to-loop-features-through-FeatureClass-w-o-using-IFeatureLayer), I close this thread as Solved.
... View more
09-24-2013
06:14 AM
|
0
|
0
|
703
|
|
POST
|
The IGPDispatch interfaces is in the Geoprocessing library. I tried to call the method: InsertCursor in a .Net project like that: GeoProcessor gp = new GeoProcessor(); But gp. does not display the InsertCursor. How to do it? Thanks.
... View more
09-23-2013
10:39 AM
|
0
|
1
|
1170
|
|
POST
|
In an ArcGIS SL application, I observed that the Web project's Port Number is greyed out in the Properties. I used the Find & Replace to search both 'port' and the the port No. (e.g. 23908) through the solution but found nothing. How can the port be defined or revised? Thanks.
... View more
09-19-2013
10:43 AM
|
0
|
0
|
557
|
|
POST
|
Those are in ArcGIS Desktop 10.1 SP1. After its installation, they can be found in \ArcGIS10\Desktop10.1\bin\ folder.
... View more
09-12-2013
04:06 AM
|
0
|
0
|
784
|
|
POST
|
The CustomMetadataEditor project was Sourced from ESRI and used for customizing metadata editing. When I open the solution, and found 3 missing dll's: ESRI.ArcGIS.ItemIndex ESRI.ArcGIS.MetadataEditor ESRI.ArcGIS.SearchCore I have googled but got nothing. If you their download sites, please help. Thanks.
... View more
09-11-2013
10:57 AM
|
1
|
1
|
971
|
|
POST
|
In my previous threat, it was found that the SDE DB was down. After re-starting, I could continue the publishing. However, I got a new High Severity error: Geodatabase is not registered with the server. I going to do the GDB registration and then continue.
... View more
08-28-2013
07:32 AM
|
0
|
0
|
849
|
|
POST
|
From my college, I learned the GDB would be in Re-starting. I believe that was the reason I could not publish the Geodata service since it was down.
... View more
08-28-2013
06:32 AM
|
0
|
0
|
849
|
|
POST
|
Following the procedure from ESRI: http://resources.arcgis.com/en/help/main/10.1/index.html#/Publishing_a_geodata_service/015400000378000000/, I tried to publish an Oracle SDE Geodatabase. I went through the steps suing the Service Editor wizard. After I click the Analyze button, the Prepare window popped out and showed 0 Errors and 0 Warnings. Then, I clicked the Publish button in the Service Editor wizard, but I received the error message: You must fix your analysis errors before continuing. I got confused and don't know what analysis error(s) I have. Thanks if you can share your experience.
... View more
08-28-2013
06:16 AM
|
0
|
2
|
2445
|
|
POST
|
Robert: Thanks for your update. Currently, I am working on mainly on Silverlight. Once I get a chance to work on Flex, I will definitely use the components you have updated.
... View more
08-27-2013
08:44 AM
|
0
|
0
|
1276
|
|
POST
|
Could not remember how this prob. got solved. In my thread cleanup, I would add this credential to Anthony.
... View more
08-23-2013
09:46 AM
|
0
|
0
|
1441
|
|
POST
|
It was one of my old threads. The problem got solved a long time ago. It was a proxy issue.
... View more
08-23-2013
09:44 AM
|
0
|
0
|
901
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 08-18-2023 10:02 AM | |
| 3 | 07-14-2023 12:29 PM | |
| 1 | 04-02-2021 12:16 PM | |
| 1 | 07-24-2017 11:31 AM | |
| 1 | 04-04-2016 03:59 AM |
| Online Status |
Offline
|
| Date Last Visited |
04-01-2025
11:58 AM
|