501 reputation
28
bio website
location Asturias, Spain
age
visits member for 1 year, 8 months
seen 4 hours ago
stats profile views 15

Apr
16
awarded  Caucus
Feb
4
comment GEOS: how to access Noder functionality through the C API
It isn't what I´ve expected, but works perfectly. Thanks!
Feb
3
comment GEOS: how to access Noder functionality through the C API
From Shapely (GEOS port) I don't know how to access Noder functionality too. The solution may be related.
Nov
5
asked Rasterization tools for vector datasets with styles
Oct
17
revised Cannot select a feature using ArcObjects because coordinate systems differ
added 77 characters in body
Oct
17
answered Cannot select a feature using ArcObjects because coordinate systems differ
Oct
16
answered How to convert a string from GetParameterAsText to uppercase?
Oct
8
awarded  Revival
Aug
31
awarded  Yearling
Jun
24
comment Geoserver - ImagePyramid plugin problem
Did you explicitly set the SRS? Showing the gdal_retile line you are executing whould be very useful.
May
20
awarded  Enthusiast
May
18
comment How to update new field from existing field?
'Dim propertyCount as Integer' and 'Dim propertyType as String' are variable declarations, these variables are used to store the values of the fields and to make operations with them. 'propertyCount = CInt([Count]' stores the value of the Count field in the propertyCount variable. The function CInt converts the value of the Count field to Interger, i used it because i'dont know if Count is a numeric field, I supposed that it is but I was not sure.
May
18
comment How to update new field from existing field?
I've changed the field names. Now this should work in your feature class.
May
18
revised How to update new field from existing field?
deleted 12 characters in body
May
18
comment How to update new field from existing field?
If you replace in my code [PROPERTY_COUNT] for [Count] it should work for you. In the pre-logic script i's supposed to use for make operations with the values, and the below box to store the final value in the field you want.
May
17
answered How to update new field from existing field?
May
14
awarded  Commentator
May
14
comment Why is ICalculator.Calculate significantly slower than the CalculateField geoprocessing tool with SDE datasets?
Did you start editing the workspace using ICalculator?
May
14
comment How to overwrite a shapefile or feature class using arcobjects?
Try with IGeoDBDataTransfer. Here is an example:edndoc.esri.com/arcobjects/9.2/ComponentHelp/esrigeodatabase/…
May
14
answered The table was not found error - ArcGIS 9.3.1, Python