|
POST
|
It must be the implementation with Data Reviewer. In my experience, applications always use a stripped-down version of regex; the expression I created should be pretty basic, but if it's not supported, it's not supported. Let me review the help doc (ArcGIS Desktop) and see if we can make a supported expression.
... View more
10-13-2015
05:59 AM
|
0
|
1
|
2554
|
|
POST
|
Yeap - I used Regex Hero: Online .NET Regular Expression Tester and Reference It's geared towards the .net implementation of regex, but I didn't use anything too complicated - I've used similar expressions in Java in the past.
... View more
10-12-2015
10:29 AM
|
0
|
3
|
2558
|
|
POST
|
You tried it with the updated suggestion? (^\d{1,9}$)|(^((\d{1,9};\s*\d{1,9})(\d{1,9};\s*\d{1,9})*)$) It's a pretty standard regex - if it doesn't work, there may be something specific to Data Reviewers' implementation of regex that makes it special.
... View more
10-12-2015
09:29 AM
|
0
|
6
|
2558
|
|
POST
|
A bit inelegant, but this should cover all bases: (^\d{1,9}$)|(^((\d{1,9};\s*\d{1,9})(\d{1,9};\s*\d{1,9})*)$) Here's how I tested: Matched: 1 12 123 1234 12345 123;12345 123; 12345 123;12345;12345 123; 12345; 12345 123; 12345;12345 Not matched: 123456 12345; 123;123456 123; 12345; 12345;
... View more
10-12-2015
09:22 AM
|
0
|
0
|
2558
|
|
POST
|
It's no good when it's just something like: 12345; Trying to rework a bit...
... View more
10-12-2015
09:09 AM
|
0
|
2
|
2558
|
|
POST
|
Neil, I believe this may work for you: ^((\d{1,5};*)(\d{1,5};\s*\d{1,5})*)$ I tried it for the following scenarios: 12345 OK 1234 OK 123 OK 12 OK 1 OK 123456 BAD 12345; 54321; 1234; 123 OK 123456; 654321 BAD 12345;54321; BAD
... View more
10-12-2015
09:05 AM
|
0
|
11
|
2558
|
|
POST
|
I believe it's just with ArcMap and ArcGIS Pro - not ArcGIS Online! I wanted to make sure they were aware, just in case it was helpful.
... View more
10-12-2015
07:59 AM
|
0
|
0
|
3817
|
|
POST
|
Jade, This article may help - there's some info on intercepting/tracing SQL queries sent to Oracle: How to trace SQL queries sent by ArcGIS Server (ArcSDE) to Oracle database? - Geographic Information Systems Stack Excha…
... View more
10-08-2015
02:10 PM
|
0
|
0
|
2270
|
|
POST
|
Also, the spatial statistics toolbox may help: An overview of the Spatial Statistics toolbox—Help | ArcGIS for Desktop
... View more
10-08-2015
01:47 PM
|
0
|
2
|
3817
|
|
POST
|
Had a chance to get back to this task - your suggestion worked beautifully! I also had a good response when I floated spatial datatypes again with our DBAs, too! Now if only it were Friday...
... View more
10-08-2015
12:29 PM
|
0
|
0
|
3668
|
|
POST
|
Eddie, Something else to try in your quest for increasing performance - using the dojo builder... This is an old article, but still contains some good information: Geospatial Scott: Using The Dojo Build System To Speed Up Your ESRI JavaScript API Apps
... View more
10-08-2015
11:04 AM
|
0
|
0
|
803
|
|
POST
|
I was able to successfully install using VS 2013 Pro:
... View more
10-07-2015
11:54 AM
|
1
|
0
|
1461
|
|
POST
|
I wondered the same when Forest created the thread - he even mentioned that as a possibility. Alaska would definitely experience a high degree of distortion in web mercator - thanks for providing examples.
... View more
10-07-2015
05:58 AM
|
0
|
1
|
5130
|
|
POST
|
For LZ77, there is no appreciable difference in file size between level 5 and 6 pyramids: http://help.arcgis.com/EN/arcgisdesktop/10.0/help/index.html#//009t00000019000000 So that shouldn't be an issue. Actually, according to the documentation, the most this should cost you is 8%.
... View more
10-06-2015
01:37 PM
|
1
|
0
|
2888
|
|
POST
|
Also, in the past, I have run into problems with the raster environment settings - ArcGIS Help (10.2, 10.2.1, and 10.2.2)
... View more
10-06-2015
01:23 PM
|
0
|
0
|
2889
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 06-16-2020 01:25 PM | |
| 1 | 03-20-2019 09:07 AM | |
| 2 | 07-31-2015 07:31 AM | |
| 1 | 09-14-2015 12:14 PM | |
| 1 | 05-12-2015 12:04 PM |
| Online Status |
Offline
|
| Date Last Visited |
07-27-2023
02:30 AM
|