Has anyone tried to trasfer attributes from a polygon feature class to a line feature class using python script. I have done it with Spatialjoin and 开发者_如何学JAVAIdentity, but the output is often
I have the following python script which runs perfectly if run separately: import arcpy val = arcpy.GetCellValue_management(\"D:\\dem-merged\\lidar_wsg84\", \"-95.090174910630012 29.973962146120652
I have been trying to create a web service out some python scripts, and haven\'t seemed to have had much luck.I am new to web services in general, but would really like to get this figured out.I\'m on
what I mean is something like this: http://help.arcgis.com/en/arcgismobile/10.0/apis/WindowsPhone/samples/start.htm
I have a fairly lengthly block of code that I\'m trying to convert from VB6 to VB.NET.The ArcObjects GIS code basically looks at a table and groups a bunch of GIS layers together and adds them to the
I have a datagrid with an location and a list of activities Birdwatching, Boating, Camping. The datagrid is populated based on either a simple yes or no if the activity is offered at that location. I
I\'m attempting to register a GIS based dll on a test computer and I\'m having problems loading in the tlb file with ArcGIS 9.3.1 - ArcMapon the test computer.When I attempt to load the tlb file is sa
Recently my Android project was switched from Google Maps to ESRI ArcGIS and currently I\'m in the process of transition. Here\'s just one little issue I\'ve faced since.
I am teaching my self arcGIS maps via the Silverlight API for work, and i was trying to do a simple, place marker symbol at XY example, but darn it if I can\'t get it to work! I am using the following
I have the raw bytes of a COM object (ESRI IPOINT) in a SQL DB.I want to somehow force the casting of it to an IP开发者_JAVA百科OINT.I tried IPoint p = object as IPOINT which failed.Is there some hack