|
POST
|
No. Our need/use of ArcGIS Pro has really dropped at this point (we are sticking with ArcMap for the short term) so it isn’t a huge deal right now but we need the ability to search for unit level addresses. Thanks for checking back, Bryan
... View more
04-03-2020
05:15 AM
|
0
|
0
|
3051
|
|
POST
|
Here is a quick video to show the performance I am seeing in Pro vs ArcMap.
... View more
08-01-2019
08:50 AM
|
0
|
0
|
1297
|
|
POST
|
I have been using the Geodatabase class to access a feature class and get info. However, the performance is horrible!! I was hoping to use the Oracle.ManageDataAccess control to go straight against the database views and hopefully get better performance (this is what I have done in my ArcMap Add-Ins and the performance is great). I will look at the Database class but I assume it will be the same on a performance level. When I say bad performance here is an example. I am looking up a subdivision by object id. In ArcMap it takes less than a second to locate and highlight the subdivision in the map - basically I click the OK button and it shows up. In Pro, it takes close to 3 seconds to highlight the subdivision in the map. It isn't just the subdivision feature class either, I have seen this same type of performance with other feature classes. I am currently drawing nothing in the map - just highlight the subdivision. In this example, I am not using the Oracle.ManagedDataAccess class I am using the Geodatabase class in Pro SDK or ArcObjects for ArcMap. I am experiencing the same slowness with other simple database type queries where I only want attribute info which is why I wanted to try the Oracle data provider. My preference is to stick with ArcGIS Pro SDK objects and controls. Is this behavior typical? If so, I will move on, finish the code, and live with the poor performance. If not, I would like to build it right the first time. Thanks.
... View more
08-01-2019
08:34 AM
|
0
|
1
|
1297
|
|
POST
|
The behavior in the original post is expected behavior for subaddress addresses, a unit indicator (#, APT, UNIT...) is required to return address matches. The problem I am seeing is - I can't find the subaddress addresses even if I use a unit indicator (#, APT, UNIT...). The locator only will find an address match that doesn't have a subaddress. Here is screen shot showing a search for 606 main st #150 - which results in the locator ONLY finding 606 MAIN ST and not the subaddress. It would be great to understand the use case for providing suggestions for subaddress, as well as, returning all units associated with the base address when searching for the base address. The image below actually shows 2 problems. First, the need for subaddresses in suggestions. Without subaddresses in suggestions - you won't know that 2220 CLINCH AVE #1 even exists. Second, and the bigger problem here, even if you know 2220 CLINCH AVE #1 exists you can't find it. Now, should you have a parcel with out a base address of 2220 CLINCH AVE? I don't know, I am not over addressing.....I just type on my little keyboard and try to make things work At what point in typing the address do you expect the unit suggestion be returned? If you are searching an address for a building with 1,000 units, are you expecting to scroll through all 1,000 unit candidates to find what you are looking for? I guess in my mind, when you type 606 MAIN it would be nice to see a list of suggestions that included 606 MAIN ST, 606 MAIN ST #100, 606 MAIN ST #150, 606 MAINTENANCE LN.... at least you would know there are several units at 606 MAIN ST. Now, as a programmer, I can see a couple of problems on how to make this work well in all situations (especially if you have a building with 1000 units), but you are only showing a few suggestions (like 6 -10 or so). I really don't think anyone is expecting to scroll through a 1000 suggestions. I can also see an argument that the unit numbers keep you from seeing 606 MAINTENANCE LN as a suggestion because all of the unit suggestions from 606 MAIN ST push it off the list. However, once you get to 606 MAINT the MAIN ST suggestions drop off the suggestion list and you will see what you need. So, I am not sure what the best solution is here for including units in the list of suggestions but going back to image #2 above - having units in the suggestion list would help you find 2220 CLINCH AVE #1. Thanks for taking the time to look at this. I have to say the dialog with the Esri staff on this issue has been outstanding. I know I need to open a support ticket - I have just been sidetracked on a couple of priority tasks.
... View more
08-01-2019
07:05 AM
|
2
|
11
|
3050
|
|
POST
|
I need to connect to an external data table through the Oracle.ManagedDataAccess control. I installed it from the NuGet package for the latest version but I always get the following error: System.IO.FileNotFoundException: 'Could not load file or assembly 'Oracle.ManagedDataAccess' or one of its dependencies. The system cannot find the file specified.' I have tried connecting from within Pro. I have tried in an await and outside of an await function. I have tried to create a class DLL and reference it to the project. All of these return the same error FileNotFound. I know the Oracle driver works because I have tested it in other non ArcGIS Pro apps. Using ArcGIS Pro 2.4; Visual Studio 2017; and Oracle.ManagedDataAcess version 4.122.19.1 Thanks. FYI - this may appear as a duplicate posting but the first one was accidentally posted as a "Discussion" and not a question.
... View more
07-30-2019
01:17 PM
|
0
|
3
|
1461
|
|
POST
|
I thought the issue was that you were searching for the address with the unit number and still not returning any results. If I use the Create Locator tool against our Oracle SDE database, then yes, this is exactly the problem. I can key in the address with the unit number and it isn't found (not as a suggestion or candidate). It only finds the address without a unit number (see screen shot below). This is a real problem when all the addresses on the parcel have unit numbers (see the 2220 Clinch Ave screen shot above). The screen shot below is showing the results when using a locator created from the Oracle SDE feature class: Locators created using a local copy of the data will locate the addresses with units. I wanted to add this note for clarification for anyone else reading the thread. Thanks and I will open a support ticket today.
... View more
07-25-2019
05:47 AM
|
1
|
4
|
2848
|
|
POST
|
I did "Enable Suggestions" for the "Create Address Locator" but they seem to be disabled for those locators. The "Create Locator" tool doesn't have a "Use Suggestions" option that I noticed - it just works automatically. Here is a shot of the Locate Settings: KnoxCo_AddrPnt_OldStyle was built using the "Create Address Locator". You can enable the locator but not the Use Suggestions option. It is always disabled for that locator.
... View more
07-24-2019
11:42 AM
|
0
|
6
|
2848
|
|
POST
|
Thanks. I will reach out to Esri Support. Here is some more info in case it sparks an idea: I created a local copy of the data and I was able to find the address on the map but the units still didn't show up as suggestions or candidates. In the locator created from the local data, I was able to locate the address on the map but I had to key-in the house number, street name, and unit number. For example: 606 Main St #150 I use the Oracle SDE data to create a locator with the "Create Address Locator" geoprocessing task. Since suggestions don't work with those I wasn't able to test that functionality, however I was able to find the unit addresses. Here is a screen shot showing the results:
... View more
07-24-2019
10:59 AM
|
0
|
8
|
4692
|
|
POST
|
To confirm, is the issue that the units are not appearing as suggestions, or you are unable to actually locate using a unit as well? Both actually. Address points with units do not appear as suggestions and I am unable to locate them. It is like it simply doesn't know they exist. Which is odd because they work fine in our ArcMap/ArcGIS Server locator. Let me create a local dataset and give it a whirl. Thanks for the help!!
... View more
07-23-2019
10:53 AM
|
0
|
10
|
4692
|
|
POST
|
What version of Pro are you using? 2.4 What is the data format of your Unit field (e.g. text, numeric)? Text What is the data format of your Unit Type field (e.g. text, numeric)? Text Do you have any other fields mapped that you are not showing in your screenshot? Yes - see image below
... View more
07-23-2019
09:03 AM
|
0
|
0
|
4691
|
|
POST
|
Yes, I was using the new Create Locator tool in ArcGIS Pro 2.4. Addresses are from a point feature class stored in an Oracle SDE database. "Have you tested with other unit types ("#", "Unit", "Apt", "Bldg", etc.)?" Not sure I understand this question. We have a variety of unit types stored in the UNIT_TYPE field. Values include SUITE, APT, UNIT, etc. So when you say "have you tested.." I am not sure what you are asking. I have tested addresses with both a SUITE and an APT unit type. I am expecting to put in "606 MAIN" and have candidates with units show up in the candidates list. What I am seeing is just the primary 606 MAIN ST address (see third image below). I have attached some screen shots showing how I defined the locator and what I am seeing when using it. I only showed the "Field Mapping" values that I thought were relevant. If you need to see all of them I can create more screen shots. Using the locator in Pro - I would have expected to see all of the 606 Main St addresses in the list box (or at least the first 6 addresses). Even worse, the address points for 2220 CLINCH AVE, which all have unit numbers, never show up in the list of candidates. Thanks for the help.
... View more
07-23-2019
08:02 AM
|
0
|
14
|
4692
|
|
POST
|
I have created a locator using the Point Address Role. The locator works but it will not locate or provide candidates for addresses that contain units. For example: 606 Main St will work but 606 Main St Suite 150 will not. This is a big problem when all of the addresses on a parcel have unit addresses. For example: 10001 Kingston Pike only exists with units (e.g. Suite 100 - 150) and since all the address points have unit values it will not show up in the candidates list.
... View more
07-22-2019
01:18 PM
|
0
|
68
|
23118
|
|
POST
|
I need to connect to an external data table through the Oracle.ManagedDataAccess control. I installed it from the NuGet package for the latest version but I always get the following error: System.IO.FileNotFoundException: 'Could not load file or assembly 'Oracle.ManagedDataAccess' or one of its dependencies. The system cannot find the file specified.' I have tried connecting from within Pro. I have tried in an await and outside of an await function. I have tried to create a class DLL and reference it to the project. All of these return the same error FileNotFound. I know the Oracle driver works because I have tested it in other non ArcGIS Pro apps. Using ArcGIS Pro 2.4; Visual Studio 2017; and Oracle.ManagedDataAcess version 4.122.19.1 Thanks.
... View more
07-18-2019
12:13 PM
|
0
|
0
|
688
|
|
POST
|
Is there any downside to using third party controls in ArcGIS Pro Add-ins. Specifically, I would like to use the AutoCompleteBox from Telerik on a DockPane.
... View more
06-20-2019
05:53 AM
|
0
|
1
|
750
|
|
POST
|
I have a checkbox on a DockPane in an Add-in. When the user clicks the checkbox, I want to call a command in the ViewModel. I can get a simple command to work. However, I need to pass the status of the checkbox back to the command. How do you do this? I can't seem to get the command to accept parameters.
... View more
06-20-2019
05:25 AM
|
0
|
1
|
1323
|
| Title | Kudos | Posted |
|---|---|---|
| 2 | 09-07-2022 07:06 AM | |
| 1 | 07-25-2019 05:47 AM | |
| 1 | 04-16-2020 06:28 AM | |
| 2 | 08-01-2019 07:05 AM |
| Online Status |
Offline
|
| Date Last Visited |
10-31-2025
08:49 AM
|