575 reputation
18
bio website
location Simferopol', Ukraine
age 27
visits member for 1 year, 6 months
seen 11 hours ago
stats profile views 72

May
2
awarded  Self-Learner
May
1
comment What is the right way to automate ArcMap 10 with ArcObjects for unit testing?
Using standard VS2010 testing framework. I'm not mocking AO, using ArcMap automation & PGDB. Later in my project, I plan to fascade AO with custom abstract API based on OGC Simple Feature. Then it will be more realistic to use mocking.
May
1
answered What is the right way to automate ArcMap 10 with ArcObjects for unit testing?
May
1
asked What is the right way to automate ArcMap 10 with ArcObjects for unit testing?
Apr
14
answered The best way to edit PostGIS/Geoserver data via web
Apr
6
comment creating unique ID-s for my file geodatabase
Sorry, I was inaccurate in term enterprise geodatabase. Of course i meant underlying RDMS.
Apr
6
comment creating unique ID-s for my file geodatabase
Remark, stored procs are only avaliable in enterprise geodatabases.
Apr
6
answered creating unique ID-s for my file geodatabase
Apr
3
comment How to handle sensitive geographic data?
Also you can develop your limited web services for editing data which use WFS, and use them in your client application. Although developing custom apllication & services require a lot of coding.
Apr
3
comment How to handle sensitive geographic data?
Export is limited to limit of quered features in WFS (near 2000 by default). Export issue can be overcome by providing the only client like JS/Silverlight/Flash/Desktop application that lacks export functionality, and making services secured
Apr
2
comment ArcGIS 9.3.1 VBA: Unable to loop through datasets using 'ILayerGeneralProperties' when raster catalog is present
It is better to use IMap.get_Layers, there you can specify layer type using uid and recursive option that elminates need in loops through composite layers help.arcgis.com/en/sdk/10.0/arcobjects_net/componenthelp/…
Apr
2
revised How to handle sensitive geographic data?
edited body
Apr
2
comment ArcGIS - Export - Security
There are many other ways remain to perform export data like VBA code, geoprocessing tools, python console, 3rd party addins.
Apr
2
answered How to handle sensitive geographic data?
Apr
2
comment Is there any geodatabase schema & data migration library for .Net exist?
Let me explain. During revision of my geodatabase schema, may be I discover that two of my tables contain identical bunch of of columns and they should be extracted into separate table. So, I change my test geodatabase and program logic to conform new schema. But there are many production deployments with old one. When new version of the program deployed to client it should preform database upgrade. And I`m looking for .net library for AO that designed to write geodatabase upgrades(migrations) with less code(like Migrator.NET).
Apr
1
asked Is there any geodatabase schema & data migration library for .Net exist?
Mar
30
awarded  Commentator
Mar
30
comment How to: Conditional Symbology in ArcMap
It is normal, query sometimes differ, it depends on underlying storage type shapefile/File GDB/Personal GDB/Enterprise DB
Mar
30
comment How to: Conditional Symbology in ArcMap
If agreement is empty what displays in the field null or empty? If it is not displaying <Null> then query should be modified to 'Agreement'=''
Mar
30
answered How to: Conditional Symbology in ArcMap