|
POST
|
Looks good. Are you getting the results that you expect?
... View more
04-25-2012
09:11 AM
|
0
|
0
|
1685
|
|
POST
|
The GP tool arcpy.SelectLayerByLocation_management (Select Layer By Location in the toolbox) supports this query. It can be used from python or from .NET.
... View more
04-23-2012
12:03 PM
|
0
|
0
|
1685
|
|
POST
|
Use: CAST("Price" AS CHARACTER(12)) LIKE '1%' I need to add this to the doc. The width of the character field must be set. It's consistent with other SQL implementations, but it's not obvious.
... View more
04-19-2012
09:19 AM
|
2
|
0
|
3958
|
|
POST
|
You should add these requests to the ESRI ideas site. http://ideas.arcgis.com
... View more
04-19-2012
08:27 AM
|
0
|
0
|
1771
|
|
POST
|
Do you have Visual Studio on your test machine (the machine where the code is failing)? If not you may need to load the Visual Studio C/C++ Runtime. Can you send us your code so we can try to reproduce yours issue locally (lshipman@esri.com).
... View more
04-12-2012
09:13 AM
|
2
|
0
|
3177
|
|
POST
|
I tested spatial search with a moderately large dataset (30+ million polygon features) and was able to retrieve a few thousand features in under one second. No lag on the final NEXT. Can you send your code? How many attributes does your feature class included. Does it include any blobs. Was the feature class created with the API or through ArcGIS. You may want to drop your spatial index and re-create it.
... View more
03-26-2012
07:01 AM
|
0
|
0
|
2054
|
|
POST
|
A different process can still read a file with a edit lock. It�??s only with a write lock that a read is not possible. To improve performance buffering was added to file geodatabase at 10.1? Prior to 10.1 buffering was not active. At 10.1 a write lock will only be taken out every 1000 features or when flush is called when the inserts are performed.
... View more
03-22-2012
08:18 AM
|
0
|
0
|
4396
|
|
POST
|
RD-Lock - Read Lock SR-Lock - Schema Lock WR-Lock - Write Lock ED-Lock - Edit Lock Locking is by process, not user. A write lock will be held until a Insert Cursor goes out of scope. In an edit session a edit lock is taken out. A write lock is only taken out on save edits. A read lock can not be taken out during a write lock.
... View more
03-21-2012
08:04 AM
|
0
|
0
|
4396
|
|
POST
|
This one is from November 2011, http://ideas.arcgis.com/ideaView?id=08730000000bsadAAA
... View more
03-16-2012
02:06 PM
|
0
|
0
|
523
|
|
POST
|
http://ideas.arcgis.com/ideaView?id=08730000000btFrAAI
... View more
03-16-2012
01:26 PM
|
0
|
0
|
3732
|
|
POST
|
We renamed it to make it more generic. It didn't make sense to keep 'linux' in the name now that we have a Mac release. Since Linux and Mac are both 'Unix'-based or Unix-like under the hood, we thought libfgdbunixrtl.so made sense.
... View more
03-16-2012
12:59 PM
|
0
|
0
|
1771
|
|
POST
|
NIM071538 makes a huge difference in performance when using a spatial search. We tested against a feature class containing over 30 million features. The performance went from 70 seconds to under one second. If you are not using a spatial search you will see no change in performance. The "extended shape buffer format" document (renamed from "extended shapefile format") has been updated, including the section on multipatch geometries, which was previously incomplete.
... View more
03-08-2012
06:48 AM
|
0
|
0
|
2085
|
|
POST
|
The File Geodatabase API 1.2 is now available for download from the resource center. (http://resources.arcgis.com/content/geodatabases/10.0/file-gdb-api) What�??s new at 1.2: * Support for Intel-based Mac. The minimum supported OS is Snow Leopard 10.6. The supported compiler is gcc 4.2.1. * Macros for error values allowing for more readable code. (NIM077630) * HRESULT IFDEFs have been updated to define if they are not set. (NIM071619) * File Geodatabase API function parameters are const ref's where possible. (NIM071620) * Coordinate systems supported updated to match ArcGIS 10.1. (NIM078034) * Structure definitions for curves (CircularArcCurve, BezierCurve, EllipticArcCurve). Fixed Issues: NIM071538 The spatial index is not used in a spatial search. NIM072876 Dates are not correctly read or assigned when using the File Geodatabase API .NET wrapper. NIM074135 You cannot assign a domain to a table created with the API. NIM077629 Correct the Bezier curve buffer documentation in the extended_shapefile_format.pdf, the stated size is wrong. NIM075930 DeleteGeodatabase crashes intermittently. NIM076353 Row.SetGUID fails to set a value with the .NET wrapper. NIM077138 Table extents truncated, breaking spatial indexes. NIM078028 Fix the Mutlipatch Shapebuffer helper function.
... View more
03-07-2012
12:22 PM
|
0
|
6
|
4960
|
|
POST
|
The dictionary tables are not exposed. Is your primary data store a file geodatabase or ArcSDE. If its ArcSDE you should look at replication. (http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//002700000024000000.htm_)
... View more
03-07-2012
10:05 AM
|
0
|
0
|
1307
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 05-16-2013 09:31 AM | |
| 1 | 12-21-2016 08:14 AM | |
| 1 | 07-29-2016 08:34 AM | |
| 1 | 04-15-2015 09:20 AM | |
| 1 | 12-19-2016 04:33 PM |
| Online Status |
Offline
|
| Date Last Visited |
04-24-2025
12:47 PM
|