<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<id>tag:www.nabble.com,2006:forum-16833</id>
	<title>Nabble - ESRI</title>
	<updated>2008-12-01T08:16:10Z</updated>
	<link rel="self" type="application/atom+xml" href="http://www.nabble.com/ESRI-f16833.xml" />
	<link rel="alternate" type="text/html" href="http://www.nabble.com/ESRI-f16833.html" />
	<subtitle type="html">&lt;a href=&quot;http://www.esri.com/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ESRI&lt;/a&gt;&amp;nbsp;- GIS and Mapping Software</subtitle>
	
<entry>
	<id>tag:www.nabble.com,2006:post-20780376</id>
	<title>code for combo box</title>
	<published>2008-12-01T08:16:10Z</published>
	<updated>2008-12-01T08:16:10Z</updated>
	<author>
		<name>Kathleen Johnson</name>
	</author>
	<content type="html">Hello, I am a new user of VBA. &amp;nbsp;I hve made a combo box and want the combo box (cboWindmagnitude) to list values 0-7. Can anyone reply with the code I'd use? &amp;nbsp;Thank you for your time. 
&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/ArcView-L-f16834.html&quot; embed=&quot;fixTarget[16834]&quot; target=&quot;_top&quot; &gt;ArcView-L&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/code-for-combo-box-tp20780376p20780376.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-20780455</id>
	<title>SUM:python point 2 lines</title>
	<published>2008-12-01T06:40:40Z</published>
	<updated>2008-12-01T06:40:40Z</updated>
	<author>
		<name>VeeAnn Atnipp Cross</name>
	</author>
	<content type="html">
&lt;br&gt;&lt;font size=2 face=&quot;sans-serif&quot;&gt;Original problem:&lt;/font&gt;
&lt;br&gt;&lt;tt&gt;&lt;font size=2&gt;I have ArcGIS 9.2, service pack 6, python 2.4. &amp;nbsp;I
have a script I'm running from pythonwin that is based on the example in
the help under the topic &amp;quot;Writing Geometries&amp;quot;. Basically, the
idea is that you have an ID, X, Y. The ID indicates the line the points
are to be grouped on. &amp;nbsp;So you might have:&lt;br&gt;
1;x;y&lt;br&gt;
1;x;y&lt;br&gt;
1;x;y&lt;br&gt;
2;x;y&lt;br&gt;
2;x;y&lt;br&gt;
&lt;br&gt;
The result is that the first 3 points form line 1, the next 2 line 2 and
so forth. Everything works peachy if the x and y values are some projected
coordinate value. As soon as those values are decimal degrees, the line
gets simplified so that it doesn't go through all the points. &amp;nbsp;Has
anyone run across this, and how have they fixed it? &amp;nbsp;I have a similar
script that I run in VB that is fine. It's only when I go to python that
I have this issue.&lt;br&gt;
I converted my lat/longs to utm coordinates and the line goes through every
point. Assuming it's some sort of rounding issue, I made sure to define
the spatial reference of my output shapefile.&lt;/font&gt;&lt;/tt&gt;
&lt;br&gt;
&lt;br&gt;&lt;tt&gt;&lt;font size=2&gt;This exact same script works in ArcGIS 9.1, python
2.1 with lat/longs.&lt;br&gt;
&lt;/font&gt;&lt;/tt&gt;
&lt;br&gt;&lt;font size=2 face=&quot;sans-serif&quot;&gt;Solution:&lt;/font&gt;
&lt;br&gt;&lt;font size=2 face=&quot;sans-serif&quot;&gt;I could never get this to work in 9.2.
&amp;nbsp;Someone suggested defining the XY tolerance and/or the cluster tolerance.
These are options to define in 9.2, but they had no affect on the results.
&amp;nbsp;I was working with decimal degree data, carried out to 6 decimal
places, and it appeared as if it was not reading all the decimal places.
&amp;nbsp;Once I got 9.3 installed, I could get my python script to work just
fine by defining the spatial reference of the output shapefile as geographic.
&amp;nbsp;It appears that once it knows it's geographic, it knows to carry
things out more decimal places. &amp;nbsp;Again, nothing I tried worked in
9.2.&lt;/font&gt;
&lt;br&gt;
&lt;br&gt;&lt;font size=2 face=&quot;sans-serif&quot;&gt;cheers,&lt;/font&gt;
&lt;br&gt;&lt;font size=2 face=&quot;sans-serif&quot;&gt;VeeAnn&lt;/font&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/ESRI-L-f16835.html&quot; embed=&quot;fixTarget[16835]&quot; target=&quot;_top&quot; &gt;ESRI-L&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/SUM%3Apython-point-2-lines-tp20780455p20780455.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-20780441</id>
	<title>maps at different scales</title>
	<published>2008-11-29T17:25:36Z</published>
	<updated>2008-11-29T17:25:36Z</updated>
	<author>
		<name>Robert Browning</name>
	</author>
	<content type="html">I have several map of counties in England, each at different
&lt;br&gt;scales. I would like to know if if possible to combine these maps so that I can perform a head-up digitization of
&lt;br&gt;the maps in ArcMap 9.3
&lt;br&gt;&lt;br&gt;Thank you 
&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/ESRI-L-f16835.html&quot; embed=&quot;fixTarget[16835]&quot; target=&quot;_top&quot; &gt;ESRI-L&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/maps-at-different-scales-tp20780441p20780441.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-20780459</id>
	<title>mathematical operations on rasters</title>
	<published>2008-11-29T07:38:38Z</published>
	<updated>2008-11-29T07:38:38Z</updated>
	<author>
		<name>Marwa Waseem A. Halmy</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;I am trying to perform &amp;nbsp;a mathematical operations on raster layers using constant values from text boxes, I wrote the code but I have an error message, below is may code. Any help would be appreciated.
&lt;br&gt;Thanks in advance. 
&lt;br&gt;&lt;br&gt;&lt;br&gt;Private Sub cmdMap_Click()
&lt;br&gt;Dim pMxDoc As IMxDocument
&lt;br&gt;Set pMxDoc = ThisDocument
&lt;br&gt;&lt;br&gt;Dim pMap As IMap
&lt;br&gt;Dim pLayer1 As ILayer
&lt;br&gt;Dim pLayer2 As ILayer
&lt;br&gt;Dim pLayer3 As ILayer
&lt;br&gt;Dim pLayer4 As ILayer
&lt;br&gt;&lt;br&gt;&lt;br&gt;Set pMap = pMxDoc.FocusMap
&lt;br&gt;Set pLayer1 = pMap.Layer(0)
&lt;br&gt;&amp;nbsp; &amp;nbsp; If Not TypeOf pLayer1 Is IRasterLayer Then
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;MsgBox &amp;quot;Layers Selected should be raster layers only, CHECK HELP for additional information&amp;quot;, vbInformation + vbOKOnly, &amp;quot;Error&amp;quot;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Exit Sub
&lt;br&gt;&amp;nbsp; &amp;nbsp; End If
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;Set pLayer2 = pMap.Layer(1)
&lt;br&gt;&amp;nbsp; &amp;nbsp; If Not TypeOf pLayer2 Is IRasterLayer Then
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;MsgBox &amp;quot;Layers Selected should be raster layers only, CHECK HELP for additional information&amp;quot;, vbInformation + vbOKOnly, &amp;quot;Error&amp;quot;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Exit Sub
&lt;br&gt;&amp;nbsp; &amp;nbsp; End If
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;
&lt;br&gt;Set pLayer3 = pMap.Layer(2)
&lt;br&gt;&amp;nbsp; &amp;nbsp; If Not TypeOf pLayer3 Is IRasterLayer Then
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;MsgBox &amp;quot;Layers Selected should be raster layers only, CHECK HELP for additional information&amp;quot;, vbInformation + vbOKOnly, &amp;quot;Error&amp;quot;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Exit Sub
&lt;br&gt;&amp;nbsp; &amp;nbsp; End If
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;
&lt;br&gt;Set pLayer4 = pMap.Layer(3)
&lt;br&gt;&amp;nbsp; &amp;nbsp; If Not TypeOf pLayer4 Is IRasterLayer Then
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;MsgBox &amp;quot;Layers Selected should be raster layers only, CHECK HELP for additional information&amp;quot;, vbInformation + vbOKOnly, &amp;quot;Error&amp;quot;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Exit Sub
&lt;br&gt;&amp;nbsp; &amp;nbsp; End If
&lt;br&gt;&lt;br&gt;&lt;br&gt;Dim pRLayer1 As IRasterLayer
&lt;br&gt;Dim pRLayer2 As IRasterLayer
&lt;br&gt;Dim pRLayer3 As IRasterLayer
&lt;br&gt;Dim pRLayer4 As IRasterLayer
&lt;br&gt;&lt;br&gt;Set pRLayer1 = pLayer1
&lt;br&gt;Set pRLayer2 = pLayer2
&lt;br&gt;Set pRLayer3 = pLayer3
&lt;br&gt;Set pRLayer4 = pLayer4
&lt;br&gt;&lt;br&gt;Dim pInRaster1 As IRaster
&lt;br&gt;Dim pInRaster2 As IRaster
&lt;br&gt;Dim pInRaster3 As IRaster
&lt;br&gt;Dim pInRaster4 As IRaster
&lt;br&gt;&lt;br&gt;&lt;br&gt;Set pInRaster1 = pRLayer1.Raster
&lt;br&gt;Set pInRaster2 = pRLayer2.Raster
&lt;br&gt;Set pInRaster3 = pRLayer3.Raster
&lt;br&gt;Set pInRaster4 = pRLayer4.Raster
&lt;br&gt;&lt;br&gt;&lt;br&gt;'Create a Spatial operator
&lt;br&gt;Dim pAlgbOp As IMapAlgebraOp
&lt;br&gt;Set pAlgbOp = New RasterMapAlgebraOp
&lt;br&gt;&lt;br&gt;' Set output workspace
&lt;br&gt;Dim pEnv As IRasterAnalysisEnvironment
&lt;br&gt;Set pEnv = pAlgbOp
&lt;br&gt;Dim pWS As IWorkspace
&lt;br&gt;Dim pWSF As IWorkspaceFactory
&lt;br&gt;Set pWSF = New RasterWorkspaceFactory
&lt;br&gt;'Set pWS = pWSF.Create
&lt;br&gt;Set pEnv.OutWorkspace = pWS
&lt;br&gt;&lt;br&gt;' Bind a raster
&lt;br&gt;Call pAlgbOp.BindRaster(pInRaster1, &amp;quot;Grid1&amp;quot;)
&lt;br&gt;Call pAlgbOp.BindRaster(pInRaster2, &amp;quot;Grid2&amp;quot;)
&lt;br&gt;Call pAlgbOp.BindRaster(pInRaster3, &amp;quot;Grid3&amp;quot;)
&lt;br&gt;Call pAlgbOp.BindRaster(pInRaster4, &amp;quot;Grid4&amp;quot;)
&lt;br&gt;&lt;br&gt;' Perform Spatial operation
&lt;br&gt;Dim pValue1 As String
&lt;br&gt;Dim pValue2 As String
&lt;br&gt;Dim pValue3 As String
&lt;br&gt;Dim pValue4 As String
&lt;br&gt;Dim pIntercept As String
&lt;br&gt;&lt;br&gt;pValue1 = txtBlue.Text
&lt;br&gt;pValue2 = txtGreen.Text
&lt;br&gt;pValue3 = txtRed.Text
&lt;br&gt;pValue4 = txtNIR.Text
&lt;br&gt;pIntercept = txtIntercept.Text
&lt;br&gt;&lt;br&gt;Dim strExpression As String
&lt;br&gt;strExpression = &amp;quot;{[Grid1] * &amp;quot; &amp; pValue &amp; &amp;quot;} + {[Grid2] * &amp;quot; &amp; pValue2 &amp; &amp;quot;} + {[Grid3] * &amp;quot; &amp; pValue3 &amp; &amp;quot;} + {[Grid4] * &amp;quot; &amp; pValue4 &amp; &amp;quot;} + {&amp;quot; &amp; pIntercept &amp; &amp;quot;} &amp;quot;
&lt;br&gt;&lt;br&gt;Dim pOutRaster As IRaster
&lt;br&gt;Set pOutRaster = pAlgbOp.Execute(strExpression)
&lt;br&gt;&lt;br&gt;&lt;br&gt;' Add it into ArcMap
&lt;br&gt;Dim pRLayer5 As IRasterLayer
&lt;br&gt;Set pRLayer5 = New RasterLayer
&lt;br&gt;pRLayer5.CreateFromRaster pOutRaster
&lt;br&gt;&lt;br&gt;pMap.AddLayer pRLayer5
&lt;br&gt;&lt;br&gt;End Sub
&lt;br&gt;&lt;br&gt;Private Sub cmdAddDataRed_Click()
&lt;br&gt;Dim pGxDialog As IGxDialog
&lt;br&gt;&amp;nbsp; &amp;nbsp; Dim pGxFilter As IGxObjectFilter
&lt;br&gt;&amp;nbsp; &amp;nbsp; Dim pEnumGxObject As IEnumGxObject
&lt;br&gt;&amp;nbsp; &amp;nbsp; Dim pGxObject As IGxObject
&lt;br&gt;&amp;nbsp; &amp;nbsp; Dim pGxDataset As IGxDataset
&lt;br&gt;&amp;nbsp; &amp;nbsp; Dim pRasterLayer3 As IRasterLayer
&lt;br&gt;&amp;nbsp; &amp;nbsp; Dim pDataset As IDataset
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; Set pGxDialog = New GxDialog
&lt;br&gt;&amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; pGxDialog.Title = &amp;quot;Work&amp;quot;
&lt;br&gt;&amp;nbsp; &amp;nbsp; pGxDialog.ButtonCaption = &amp;quot;Add Data&amp;quot;
&lt;br&gt;&amp;nbsp; &amp;nbsp; pGxDialog.AllowMultiSelect = False
&lt;br&gt;&amp;nbsp; &amp;nbsp; pGxDialog.StartingLocation = &amp;quot;C:\&amp;quot;
&lt;br&gt;&amp;nbsp; &amp;nbsp; pGxDialog.RememberLocation = True
&lt;br&gt;&amp;nbsp; &amp;nbsp; Set pGxFilter = New GxFilterRasterDatasets
&lt;br&gt;&amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; Set pGxDialog.ObjectFilter = pGxFilter
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; pGxDialog.DoModalOpen 0, pEnumGxObject
&lt;br&gt;&amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; Set pGxObject = pEnumGxObject.Next
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; If pGxObject Is Nothing Then
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;Exit Sub 'user has canceled
&lt;br&gt;&amp;nbsp; &amp;nbsp; Else
&lt;br&gt;&amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; Dim sLayerName As String
&lt;br&gt;&amp;nbsp; &amp;nbsp; 'full path name
&lt;br&gt;&amp;nbsp; &amp;nbsp; sLayerName = pGxObject.FullName
&lt;br&gt;&amp;nbsp; &amp;nbsp; Me.txtRedBand.Text = sLayerName
&lt;br&gt;&amp;nbsp; &amp;nbsp; End If
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; Set pGxDataset = pGxObject
&lt;br&gt;&amp;nbsp; &amp;nbsp; Set pDataset = pGxDataset.Dataset
&lt;br&gt;&amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; Set pRasterLayer3 = New RasterLayer
&lt;br&gt;&amp;nbsp; &amp;nbsp; pRasterLayer3.CreateFromDataset pDataset
&lt;br&gt;&amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; Dim pMxDoc As IMxDocument
&lt;br&gt;&amp;nbsp; &amp;nbsp; Set pMxDoc = ThisDocument
&lt;br&gt;&amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; pMxDoc.AddLayer pRasterLayer3
&lt;br&gt;&amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; pMxDoc.ActiveView.Refresh
&lt;br&gt;&amp;nbsp; &amp;nbsp; pMxDoc.UpdateContents
&lt;br&gt;&lt;br&gt;End Sub 
&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/ESRI-L-f16835.html&quot; embed=&quot;fixTarget[16835]&quot; target=&quot;_top&quot; &gt;ESRI-L&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/mathematical-operations-on-rasters-tp20780459p20780459.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-20780237</id>
	<title>Grid cell values of two different floating point rasters</title>
	<published>2008-11-28T20:45:44Z</published>
	<updated>2008-11-28T20:45:44Z</updated>
	<author>
		<name>Ophelia Wang</name>
	</author>
	<content type="html">Hi all,
&lt;br&gt;&lt;br&gt;I have two very large global data rasters in grid format, each has &amp;nbsp;
&lt;br&gt;about 10 million cells. One is integer and the other is floating &amp;nbsp;
&lt;br&gt;point. Now I have to:
&lt;br&gt;&lt;br&gt;1. Get the cell value of every cell in each grid and export those &amp;nbsp;
&lt;br&gt;values into a table. I know for the integer grid I can convert it to a &amp;nbsp;
&lt;br&gt;polygon and get the cell values from the &amp;quot;gridcode&amp;quot; field, but how do &amp;nbsp;
&lt;br&gt;I get the cell values from the floating point grid, especially when it &amp;nbsp;
&lt;br&gt;has 10 million cells?
&lt;br&gt;&lt;br&gt;2. After I get all the cell values of both grids, I need to make a 2-D &amp;nbsp;
&lt;br&gt;plot of these values against each other. For example, value of cell #1 &amp;nbsp;
&lt;br&gt;from the floating point grid (X axis) against value of cell #1 from &amp;nbsp;
&lt;br&gt;the integer grid (Y axis). Is there any way to know the cell value of &amp;nbsp;
&lt;br&gt;a particular cell, or to make sure that when I make the 2-D plot, the &amp;nbsp;
&lt;br&gt;X-Y values are referring to their matching cells?
&lt;br&gt;&lt;br&gt;Thanks a lot!
&lt;br&gt;&lt;br&gt;Ophelia
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Yung-Ho (Ophelia) Wang
&lt;br&gt;Doctoral Candidate
&lt;br&gt;Department of Geography and the Environment
&lt;br&gt;University of Texas
&lt;br&gt;+1-512-232-1597
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20780237&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;opheliawang@...&lt;/a&gt;
&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/ESRI-L-f16835.html&quot; embed=&quot;fixTarget[16835]&quot; target=&quot;_top&quot; &gt;ESRI-L&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Grid-cell-values-of-two-different-floating-point-rasters-tp20780237p20780237.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-20780233</id>
	<title>tables...</title>
	<published>2008-11-28T19:09:46Z</published>
	<updated>2008-11-28T19:09:46Z</updated>
	<author>
		<name>gio_wreckman</name>
	</author>
	<content type="html">i have joined 3 tables and my problem is i cannot figure it out how can i disable the fields with null value. like for example in SALESMAN,CODE,DAY fields, there are some with values in it but some are null value.i already tried the SQL but it disabled all the fields even it is not empty..is there any way i can do bout it?..if i sort the table and create another one in every table to create a hierarchy, the problem is it takes a lot of time and updating the records is complicated.is there any code in command line or xsl not to show any null value in the table?.is there anyone can help??
&lt;br&gt;thanks
&lt;br&gt;roy 
&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/ESRI-L-f16835.html&quot; embed=&quot;fixTarget[16835]&quot; target=&quot;_top&quot; &gt;ESRI-L&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/tables...-tp20780233p20780233.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-20780479</id>
	<title>FeatureClass</title>
	<published>2008-11-28T00:55:47Z</published>
	<updated>2008-11-28T00:55:47Z</updated>
	<author>
		<name>Marwa Waseem A. Halmy</name>
	</author>
	<content type="html">Hi all,
&lt;br&gt;any ideas about how can I populate field names of a feature class as a combo Box list???? 
&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/ESRI-L-f16835.html&quot; embed=&quot;fixTarget[16835]&quot; target=&quot;_top&quot; &gt;ESRI-L&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/FeatureClass-tp20780479p20780479.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-20780234</id>
	<title>simplifying polygons</title>
	<published>2008-11-27T08:32:18Z</published>
	<updated>2008-11-27T08:32:18Z</updated>
	<author>
		<name>John Pritchard-2</name>
	</author>
	<content type="html">Hi all
&lt;br&gt;&lt;br&gt;I often need to reduce the size of a polygon shapefile by simplifying 
&lt;br&gt;i.e. reducing the number of vertices. I find mapshaper 
&lt;br&gt;(&lt;a href=&quot;http://mapshaper.org/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mapshaper.org/&lt;/a&gt;) seems to be much better at the job than ArcGIS - 
&lt;br&gt;the latter leaves me with slivers. However, a major problem with 
&lt;br&gt;mapshaper for me is the 16MB limit - my files are often bigger than this.
&lt;br&gt;&lt;br&gt;Does anyone have any advice of a better way to simplify in a simple way!
&lt;br&gt;&lt;br&gt;Thanks
&lt;br&gt;&lt;br&gt;John Pritchard
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;John Pritchard
&lt;br&gt;Geography Department
&lt;br&gt;University of Sheffield
&lt;br&gt;Western Bank
&lt;br&gt;Sheffield S10 2TN
&lt;br&gt;UK
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://www.worldmapper.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.worldmapper.org&lt;/a&gt;&lt;br&gt;&lt;a href=&quot;http://www.sheffield.ac.uk/sasi&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.sheffield.ac.uk/sasi&lt;/a&gt;&lt;br&gt;&lt;a href=&quot;http://www.sheffield.ac.uk/geography/staff/pritchard_john&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.sheffield.ac.uk/geography/staff/pritchard_john&lt;/a&gt;&lt;br&gt;&lt;br&gt;Tel +44(0)114 2227964
&lt;br&gt;Fax +44(0)114 2797912
&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/ESRI-L-f16835.html&quot; embed=&quot;fixTarget[16835]&quot; target=&quot;_top&quot; &gt;ESRI-L&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/simplifying-polygons-tp20780234p20780234.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-20780472</id>
	<title>SUM: Test Printing Symbology Sets</title>
	<published>2008-11-26T16:41:36Z</published>
	<updated>2008-11-26T16:41:36Z</updated>
	<author>
		<name>David Lowery</name>
	</author>
	<content type="html">Original Question:
&lt;br&gt;&lt;br&gt;Does anyone know a way to print entire symbology sets?
&lt;br&gt;(for testing printed appearance and printer capabilities etc)
&lt;br&gt;_________________________________________________________
&lt;br&gt;&lt;br&gt;Thankyou Cassandra Lintin, Nico Burgerhart and Jim Scace for your prompt replies.
&lt;br&gt;&lt;br&gt;You can print symbol sets using the style dump developer sample found here.
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://support.esri.com/index.cfm?fa=knowledgebase.techarticles.articleShow&amp;d=19911&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://support.esri.com/index.cfm?fa=knowledgebase.techarticles.articleShow&amp;d=19911&lt;/a&gt;&lt;br&gt;&lt;br&gt;Instructions are included and easy to understand. 
&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/ESRI-L-f16835.html&quot; embed=&quot;fixTarget[16835]&quot; target=&quot;_top&quot; &gt;ESRI-L&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/SUM%3A-Test-Printing-Symbology-Sets-tp20780472p20780472.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-20780464</id>
	<title>nested loop in Python</title>
	<published>2008-11-26T14:09:00Z</published>
	<updated>2008-11-26T14:09:00Z</updated>
	<author>
		<name>Larry GUO</name>
	</author>
	<content type="html">Dear Fellow, 
&lt;br&gt;My questions are: 
&lt;br&gt;We have landuse maps of various periods, Shapefiles (Polygon): Parish.shp and Parcel.shp
&lt;br&gt;Each parish contains several parcels. We need to get a detailed landuse map for each parcel. 
&lt;br&gt;We have tried to intersect the landuse.shp with the parcel.shp- the parcel.shp is too big. 
&lt;br&gt;&lt;br&gt;After the intersecting of landuse (‘1’ and ‘0’) with parish- some parishes are totally landuse type ‘1’ or landuse type ‘0’. – other parishes contain both land use type ‘1’ and landuse type ‘0’—for these parishes we need to process further to see the landuse type for each of the parcels that the parish contains. We will have more than 2 types of landuse in the more recent land use maps. 
&lt;br&gt;&lt;br&gt;The alternative way is to process the landuse.shp and parcel.shp directly- how could I do it by Python script?
&lt;br&gt;&lt;br&gt;What I think is that look through each parish to test whether it has more than one landuse type, if not assign the landuse to the parish, else intersect with land use and assign each parcel a landuse type, Once all parcels populated dissolve. 
&lt;br&gt;Thanks
&lt;br&gt;&lt;br&gt;Larry
&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/ESRI-L-f16835.html&quot; embed=&quot;fixTarget[16835]&quot; target=&quot;_top&quot; &gt;ESRI-L&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/nested-loop-in-Python-tp20780464p20780464.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-20780239</id>
	<title>How to export a clipped map ready for PowerPoint</title>
	<published>2008-11-26T09:28:11Z</published>
	<updated>2008-11-26T09:28:11Z</updated>
	<author>
		<name>kbannister</name>
	</author>
	<content type="html">We know that PowerPoint slides are proportioned to about 7.5&amp;quot; by 10.0&amp;quot;. If I Export a clipped region of a map (in jpg format) by drawing a similarly proportioned rectangle in Dataview to outline my region of interest, and then use the &amp;quot;Clip Extent to Graphic&amp;quot; approach, the jpg image ends up with a large white area around the clip of interest. How do I eliminate this white region so I don't have to use the PowerPoint cropping tool? Thanks! 
&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/ESRI-L-f16835.html&quot; embed=&quot;fixTarget[16835]&quot; target=&quot;_top&quot; &gt;ESRI-L&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/How-to-export-a-clipped-map-ready-for-PowerPoint-tp20780239p20780239.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-20692627</id>
	<title>DATA: Benthic Substrate off of British Columbia</title>
	<published>2008-11-25T15:33:48Z</published>
	<updated>2008-11-25T15:33:48Z</updated>
	<author>
		<name>Doug Hrynyk</name>
	</author>
	<content type="html">Greetings,
&lt;br&gt;&lt;br&gt;I am carrying out benthic terrain modelling of the British Columbia coast
&lt;br&gt;out to the 200 nm limit of the Exclusive Economic Zone. &amp;nbsp;One of the inputs
&lt;br&gt;I need is a substrate layer. &amp;nbsp;I have all of the bottom type information
&lt;br&gt;from all of the Canadian Hydrographic Service charts of the area, including
&lt;br&gt;the smaller scale overview charts. &amp;nbsp;However, bottom quality information in
&lt;br&gt;deeper waters is sparse indeed and speaks about only a few areas.
&lt;br&gt;&lt;br&gt;I am next going to down load the NOAA charts for Washington and Alaska with
&lt;br&gt;the hope that I can extend any substrate information at least some way
&lt;br&gt;across the southern and northern boarders into Canadian waters.
&lt;br&gt;&lt;br&gt;Does anyone know of deep water substrate information?
&lt;br&gt;&lt;br&gt;Regards,
&lt;br&gt;&lt;br&gt;&lt;br&gt;Doug Hrynyk
&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/ESRI-L-f16835.html&quot; embed=&quot;fixTarget[16835]&quot; target=&quot;_top&quot; &gt;ESRI-L&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/DATA%3A-Benthic-Substrate-off-of-British-Columbia-tp20692627p20692627.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-20690245</id>
	<title>Calculating point distances based on attribute value</title>
	<published>2008-11-25T12:49:16Z</published>
	<updated>2008-11-25T12:49:16Z</updated>
	<author>
		<name>Lea Olsen</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;&lt;br&gt;how can I calculate the distance between points in a shapefile that share the same attribute value? In other words, my table has a field named &amp;quot;ID&amp;quot;. I would like to run a calculation on that field and get the distances between all 5 points whose ID = 5089 and then all 20 points whose ID = 5090. I hope I'm being clear enough... 
&lt;br&gt;Thanks in advance for your tips!
&lt;br&gt;&lt;br&gt;Léa
&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/ESRI-L-f16835.html&quot; embed=&quot;fixTarget[16835]&quot; target=&quot;_top&quot; &gt;ESRI-L&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Calculating-point-distances-based-on-attribute-value-tp20690245p20690245.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-20685645</id>
	<title>Test Printing Symbology Sets</title>
	<published>2008-11-24T21:10:09Z</published>
	<updated>2008-11-24T21:10:09Z</updated>
	<author>
		<name>David Lowery</name>
	</author>
	<content type="html">Running ArcGIS 9.2
&lt;br&gt;&lt;br&gt;G'day all,
&lt;br&gt;&lt;br&gt;Does anyone know a way to print entire symbology sets?
&lt;br&gt;&lt;br&gt;We have a replacement printer and have noticed some of our symbology does not print as intended. &amp;nbsp; I would like to print the entire symbol set and see which ones have problems now rather than finding out after maps have been completed. &amp;nbsp; I sthis possible, and if so how is it done.
&lt;br&gt;&lt;br&gt;Will SUM.
&lt;br&gt;&lt;br&gt;Many Regards,
&lt;br&gt;&lt;br&gt;David Lowery
&lt;br&gt;GIS Analyst
&lt;br&gt;WAPRES 
&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/ESRI-L-f16835.html&quot; embed=&quot;fixTarget[16835]&quot; target=&quot;_top&quot; &gt;ESRI-L&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Test-Printing-Symbology-Sets-tp20685645p20685645.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-20667205</id>
	<title>MOLE Tactical Renderer sample code ?</title>
	<published>2008-11-24T06:42:28Z</published>
	<updated>2008-11-24T06:42:28Z</updated>
	<author>
		<name>madsstorm</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;&lt;br&gt;Where can I find sample code for a custom MOLE Tactical Graphic Renderer for MOLE 9.3? The EngineSDK doesnt seem to have an example of this.
&lt;br&gt;&lt;br&gt;I'm currently trying to upgrade an old ICacheRenderer-implementation (in C#) to MOLE 9.3SP1, but keep getting into trouble in the &amp;quot;RenderFeature&amp;quot; function (AccesViolations and mysterious crashes) when adding a CachedGraphic to the input Displaylist. 
&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/ESRI-L-f16835.html&quot; embed=&quot;fixTarget[16835]&quot; target=&quot;_top&quot; &gt;ESRI-L&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/MOLE-Tactical-Renderer-sample-code---tp20667205p20667205.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-20667213</id>
	<title>Crysral Report</title>
	<published>2008-11-23T23:55:31Z</published>
	<updated>2008-11-23T23:55:31Z</updated>
	<author>
		<name>N Garib</name>
	</author>
	<content type="html">Hi to All
&lt;br&gt;I am using crystal report for ESRI,I have a blob field &amp;nbsp;I tried to create a report to show Image for some location, but the problem when I add the blob field to the report it doesn't show the image ???it just show the name for the image in the blob &amp;nbsp;field.
&lt;br&gt;So please any one have an idea how to make it tell me.... 
&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/ESRI-L-f16835.html&quot; embed=&quot;fixTarget[16835]&quot; target=&quot;_top&quot; &gt;ESRI-L&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Crysral-Report-tp20667213p20667213.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-20667260</id>
	<title>BLOB</title>
	<published>2008-11-23T23:21:43Z</published>
	<updated>2008-11-23T23:21:43Z</updated>
	<author>
		<name>gio_wreckman</name>
	</author>
	<content type="html">why my arcGIS 9.3 doesn't have BLOB data type on it.i want to put an image in every point attributes.i also edited my xsl but still can't get the result that i want..it only stay in 1 image only.how can i relate every picture in every point attributes.
&lt;br&gt;please help me..
&lt;br&gt;thanks 
&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/ESRI-L-f16835.html&quot; embed=&quot;fixTarget[16835]&quot; target=&quot;_top&quot; &gt;ESRI-L&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/BLOB-tp20667260p20667260.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-20666997</id>
	<title>Looking for a WORKING Javascript API Geoprocessor example</title>
	<published>2008-11-22T09:07:44Z</published>
	<updated>2008-11-22T09:07:44Z</updated>
	<author>
		<name>Shi, Shaozhong</name>
	</author>
	<content type="html">Has anyone got a WORKING example of associating a button click with a Javascript function to fire off a geoprocessing task via Javascript API.
&lt;br&gt;&lt;br&gt;Regards.
&lt;br&gt;&lt;br&gt;D.
&lt;br&gt;&lt;br&gt;-----Original Message-----
&lt;br&gt;From: Shi, Shaozhong 
&lt;br&gt;Sent: 18 November 2008 17:35
&lt;br&gt;To: '&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20666997&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ESRI-L@...&lt;/a&gt;'
&lt;br&gt;Subject: Looking for a Javascript API Geoprocessor example
&lt;br&gt;&lt;br&gt;Hello.
&lt;br&gt;&lt;br&gt;I am looking for a Javascript API Geoprocessing example. &amp;nbsp; I wish to have a Javascript Geoprocessor to take in a set of parameters, then it fires off a geoprocessing service, wait and monitor its progress. &amp;nbsp;On completion, it returns a innerHTML message to tell the end users that the job is down and click to download your file.
&lt;br&gt;&lt;br&gt;I wish the function to be associated with a button.
&lt;br&gt;&lt;br&gt;I should be grateful if anyone can help.
&lt;br&gt;&lt;br&gt;Sincerely,
&lt;br&gt;&lt;br&gt;David
&lt;br&gt;&lt;br&gt;This email has been scanned for all viruses by the MessageLabs Email
&lt;br&gt;Security System.
&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/ESRI-L-f16835.html&quot; embed=&quot;fixTarget[16835]&quot; target=&quot;_top&quot; &gt;ESRI-L&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Looking-for-a-WORKING-Javascript-API-Geoprocessor-example-tp20666997p20666997.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-20667103</id>
	<title>Modifying properties of an MXD batch</title>
	<published>2008-11-22T03:32:35Z</published>
	<updated>2008-11-22T03:32:35Z</updated>
	<author>
		<name>Lea Olsen</name>
	</author>
	<content type="html">Hi, Is there a way to change the properties of an MXD batch? For instance, &amp;nbsp;
&lt;br&gt;if I wanted to change the symbology (colour and line width) of a shapefile &amp;nbsp;
&lt;br&gt;that is found in, say, 30 MXDs, all located within the same folder, would &amp;nbsp;
&lt;br&gt;that be possible? Or what if I want to change the source path to a &amp;nbsp;
&lt;br&gt;shapefile in all 30 MXDs, how would I do that?
&lt;br&gt;&lt;br&gt;Thanks and regards,
&lt;br&gt;&lt;br&gt;Léa Olsen
&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/ESRI-L-f16835.html&quot; embed=&quot;fixTarget[16835]&quot; target=&quot;_top&quot; &gt;ESRI-L&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Modifying-properties-of-an-MXD-batch-tp20667103p20667103.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-20667106</id>
	<title>module</title>
	<published>2008-11-22T03:30:41Z</published>
	<updated>2008-11-22T03:30:41Z</updated>
	<author>
		<name>Jacqueline Carlile</name>
	</author>
	<content type="html">&lt;html&gt;
&lt;head&gt;

&lt;/head&gt;
&lt;body class='hmmessage'&gt;
Hi evryone,&lt;BR&gt;
&amp;nbsp;&lt;BR&gt;
Could someone help me please?&lt;BR&gt;
I`m trying to clip features in batch process but I couldnt do it yet in the module. Does someone know how to do it? I tried to do, but it didn`t accept many features at the same time.&lt;BR&gt;
&amp;nbsp;&lt;BR&gt;
Thank you,&lt;BR&gt;
Jacqueline Carlile&lt;BR&gt;&lt;br /&gt;&lt;hr /&gt;Notícias direto do New York Times, gols do Lance, videocassetadas e muitos outros vídeos no MSN Videos! &lt;a href='http://video.msn.com/?mkt=pt-br' target='_new' rel=&quot;nofollow&quot;&gt;Confira já!&lt;/a&gt;&lt;/body&gt;
&lt;/html&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/ArcView-L-f16834.html&quot; embed=&quot;fixTarget[16834]&quot; target=&quot;_top&quot; &gt;ArcView-L&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/module-tp20667106p20667106.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-20667119</id>
	<title>Linear refrencing</title>
	<published>2008-11-21T21:31:39Z</published>
	<updated>2008-11-21T21:31:39Z</updated>
	<author>
		<name>Zohreh Massoomy</name>
	</author>
	<content type="html">Dear all
&lt;br&gt; 
&lt;br&gt;I have some sample point for water pollution in a river network.I want to zonning water pollution on it.Can I use linear referencing in Arctoolbox for it?Please help me.
&lt;br&gt; 
&lt;br&gt;Thanks in advance
&lt;br&gt;Zohreh
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/ESRI-L-f16835.html&quot; embed=&quot;fixTarget[16835]&quot; target=&quot;_top&quot; &gt;ESRI-L&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Linear-refrencing-tp20667119p20667119.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-20629446</id>
	<title>Labels on Two Mostly Same Point Shapefiles</title>
	<published>2008-11-21T12:30:06Z</published>
	<updated>2008-11-21T12:30:06Z</updated>
	<author>
		<name>Perez, Abel</name>
	</author>
	<content type="html">ArcGIS9.2
&lt;br&gt;I haven't done this in a while but can't seem to remember how to address this. I have two shapefile in my map. Shapefile A contains about 60% of the same points as the shapefile B. if I turn on labeling for both I get duplicate labels around the coincident points. Is there a way to avoid that so that on each coincident point only one label is displayed? I thought I had done it before but cannot remember how. Any help is appreciated.
&lt;br&gt;&lt;br&gt;Abel G. Perez
&lt;br&gt;Operations Engineer
&lt;br&gt;Enroute Performance Engineering
&lt;br&gt;Operations Engineering
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/ESRI-L-f16835.html&quot; embed=&quot;fixTarget[16835]&quot; target=&quot;_top&quot; &gt;ESRI-L&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Labels-on-Two-Mostly-Same-Point-Shapefiles-tp20629446p20629446.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-20629459</id>
	<title>Automatically update username and date field</title>
	<published>2008-11-21T10:57:44Z</published>
	<updated>2008-11-21T10:57:44Z</updated>
	<author>
		<name>tanveer.asghar</name>
	</author>
	<content type="html">Does anyone know of a sample that automatically update username field and date field when user modify or change any field of shapefile? Your help will greatly be appriciated.
&lt;br&gt;&lt;br&gt;Thank you 
&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/ESRI-L-f16835.html&quot; embed=&quot;fixTarget[16835]&quot; target=&quot;_top&quot; &gt;ESRI-L&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Automatically-update-username-and-date-field-tp20629459p20629459.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-20625252</id>
	<title>elevation in a 2d shapefile</title>
	<published>2008-11-21T07:35:04Z</published>
	<updated>2008-11-21T07:35:04Z</updated>
	<author>
		<name>Jason Snyder-2</name>
	</author>
	<content type="html">Does anyone know of a way to collect elevation in a 2d shapefile
&lt;br&gt;attribute table by collecting the z directly from the GPS signal through
&lt;br&gt;Arcpad? I want to take the elevation and put it in the attribute table
&lt;br&gt;automatically. It works for the x and y but not the z. Any help would be
&lt;br&gt;appreciated. 
&lt;br&gt;&lt;br&gt;&amp;nbsp;
&lt;br&gt;&lt;br&gt;Jason Snyder
&lt;br&gt;&lt;br&gt;Okaloosa County GIS
&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/ESRI-L-f16835.html&quot; embed=&quot;fixTarget[16835]&quot; target=&quot;_top&quot; &gt;ESRI-L&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/elevation-in-a-2d-shapefile-tp20625252p20625252.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-20625444</id>
	<title>Python and DOCELL</title>
	<published>2008-11-21T02:45:35Z</published>
	<updated>2008-11-21T02:45:35Z</updated>
	<author>
		<name>Hannes Isaak Reuter</name>
	</author>
	<content type="html">Dear arcsters, 
&lt;br&gt;&lt;br&gt;I searched the archives and EDN about the implementation of DOCELL and IFTHENELSE
&lt;br&gt;in python.. I found an example, however with only one function. Did anyone
&lt;br&gt;wrote a parser/extended it around that example to provide the DOCELL/IFTHENELSE
&lt;br&gt;funtionality ? ? ? 
&lt;br&gt;&lt;br&gt;For VB there is something like PIXELBLOCK, however i could not locate soemthing
&lt;br&gt;for python. Any further ideas.. 
&lt;br&gt;&lt;br&gt;Cheers Hannes 
&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/ESRI-L-f16835.html&quot; embed=&quot;fixTarget[16835]&quot; target=&quot;_top&quot; &gt;ESRI-L&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Python-and-DOCELL-tp20625444p20625444.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-20625121</id>
	<title>ArcObject</title>
	<published>2008-11-20T20:18:34Z</published>
	<updated>2008-11-20T20:18:34Z</updated>
	<author>
		<name>Marwa Waseem A. Halmy</name>
	</author>
	<content type="html">Hi All,
&lt;br&gt;I am trying to develop a code using ArcObjects for mathematically modifying(+,-,*,/) raster layers by constant value 
&lt;br&gt;it seems that there is a possibility using MathOps for mathematical operation between two rasters, any ideas about using a constant and raster together using ArcObjects
&lt;br&gt;&lt;br&gt;' Create the MathOps object
&lt;br&gt;Dim pMathOp As IMathOp
&lt;br&gt;Set pMathOp = New RasterMathOps
&lt;br&gt;&lt;br&gt;' Calls the method
&lt;br&gt;Set pOutputRaster = pMathOp.Times 
&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/ESRI-L-f16835.html&quot; embed=&quot;fixTarget[16835]&quot; target=&quot;_top&quot; &gt;ESRI-L&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/ArcObject-tp20625121p20625121.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-20625466</id>
	<title>error in PCDATA nodes</title>
	<published>2008-11-20T19:27:16Z</published>
	<updated>2008-11-20T19:27:16Z</updated>
	<author>
		<name>gio_wreckman</name>
	</author>
	<content type="html">When I run my XSL in html popup I am getting the
&lt;br&gt;&amp;nbsp;following error, &amp;quot;Keyword xsl:stylesheet may not contain PCDATA nodes. 
&lt;br&gt;&amp;quot;. The main problem is that it didn't
&lt;br&gt;&amp;nbsp;even tell me where the error was so how
&lt;br&gt;&amp;nbsp;could I locate where the error is without manually
&lt;br&gt;&amp;nbsp;looking? &amp;nbsp;Thanks. 
&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/ESRI-L-f16835.html&quot; embed=&quot;fixTarget[16835]&quot; target=&quot;_top&quot; &gt;ESRI-L&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/error-in-PCDATA-nodes-tp20625466p20625466.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-20625072</id>
	<title>error in PCDATA nodes</title>
	<published>2008-11-20T19:27:16Z</published>
	<updated>2008-11-20T19:27:16Z</updated>
	<author>
		<name>gio_wreckman</name>
	</author>
	<content type="html">When I run my XSL in html popup I am getting the
&lt;br&gt;&amp;nbsp;following error, &amp;quot;Keyword xsl:stylesheet may not contain PCDATA nodes. 
&lt;br&gt;&amp;quot;. The main problem is that it didn't
&lt;br&gt;&amp;nbsp;even tell me where the error was so how
&lt;br&gt;&amp;nbsp;could I locate where the error is without manually
&lt;br&gt;&amp;nbsp;looking? &amp;nbsp;Thanks. 
&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/ArcView-L-f16834.html&quot; embed=&quot;fixTarget[16834]&quot; target=&quot;_top&quot; &gt;ArcView-L&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/error-in-PCDATA-nodes-tp20625072p20625072.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-20613531</id>
	<title>ArcGIS Python- look and assign</title>
	<published>2008-11-20T15:43:57Z</published>
	<updated>2008-11-20T15:43:57Z</updated>
	<author>
		<name>linhaiguo</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;&lt;br&gt;I have three shape files (polygon) - land use, parish, and parcel
&lt;br&gt;(cadastre). The cadastre layer is too large  cannot intersect with land
&lt;br&gt;use directly. Each parish contains many parcels (in Cadastre).
&lt;br&gt;&lt;br&gt;I would like to intersect the land use and the parish first, then test
&lt;br&gt;whether each parish has more than one land use types, if not assign the
&lt;br&gt;land use type to the parish, else select the parcel (from the cadastre
&lt;br&gt;layer) and intersect with land use and assign land use type to each parcel
&lt;br&gt;(each parcel can only has one land use type). Once all parcels populated,
&lt;br&gt;dissolve.
&lt;br&gt;&lt;br&gt;Can anyone help with python script or model- builder.
&lt;br&gt;&lt;br&gt;Thanks
&lt;br&gt;&lt;br&gt;Larry
&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/ESRI-L-f16835.html&quot; embed=&quot;fixTarget[16835]&quot; target=&quot;_top&quot; &gt;ESRI-L&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/ArcGIS-Python--look-and-assign-tp20613531p20613531.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-20613370</id>
	<title>experience with GIS Portal Toolkit</title>
	<published>2008-11-20T14:40:43Z</published>
	<updated>2008-11-20T14:40:43Z</updated>
	<author>
		<name>Ross Johnson-5</name>
	</author>
	<content type="html">&lt;br&gt;&lt;font size=2 face=&quot;Arial&quot;&gt;Giday guys,&lt;/font&gt;
&lt;br&gt;
&lt;br&gt;&lt;font size=2 face=&quot;Arial&quot;&gt;Has anyone/company used ERSI's GIS Portal
Toolkit (GPT) for managing spatial data in a online catalogue and its&lt;/font&gt;
&lt;br&gt;&lt;font size=2 face=&quot;Arial&quot;&gt;associated metadata? &amp;nbsp; What has your
experience been, both positive and negative?&lt;/font&gt;
&lt;br&gt;
&lt;br&gt;&lt;font size=2 face=&quot;Arial&quot;&gt;Regards Ross&lt;/font&gt;
&lt;br&gt;
&lt;br&gt;&lt;font size=2 face=&quot;sans-serif&quot;&gt;&lt;br&gt;
&lt;/font&gt;&lt;font size=2 face=&quot;Verdana&quot;&gt;&lt;b&gt;Ross Johnson &lt;/b&gt;&lt;/font&gt;&lt;font size=2 color=#666666 face=&quot;Verdana&quot;&gt;&lt;b&gt;&lt;br&gt;
Spatial Scientist &lt;/b&gt;&lt;/font&gt;&lt;font size=2 face=&quot;Verdana&quot;&gt;&lt;br&gt;
&lt;/font&gt;&lt;font size=1 color=#666666 face=&quot;Verdana&quot;&gt;&lt;br&gt;
Email: &lt;/font&gt;&lt;a href=mailto:ross.johnson@ghd.com.au target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;&lt;font size=1 color=blue face=&quot;Verdana&quot;&gt;&lt;u&gt;ross.johnson@...&lt;/u&gt;&lt;/font&gt;&lt;/a&gt;&lt;font size=1 color=#666666 face=&quot;Verdana&quot;&gt;&lt;br&gt;
Direct: +61 2 9239 7452 | Fax: +61 2 9239 7194&lt;b&gt;&lt;br&gt;
&lt;/b&gt;&lt;/font&gt;&lt;font size=1 color=#075ca5 face=&quot;Verdana&quot;&gt;&lt;b&gt;&lt;br&gt;
GHD &lt;/b&gt;| &lt;/font&gt;&lt;font size=1 color=#0060a0 face=&quot;Verdana&quot;&gt;CLIENTS PEOPLE
PERFORMANCE&lt;/font&gt;&lt;font size=1 color=#666666 face=&quot;Verdana&quot;&gt;&lt;br&gt;
10 Bond Street Sydney NSW Australia 2000 | &lt;/font&gt;&lt;a href=http://www.ghd.com.au target=&quot;_top&quot; rel=&quot;nofollow&quot; /&gt;&lt;font size=1 color=blue face=&quot;Verdana&quot;&gt;&lt;u&gt;http://www.ghd.com.au&lt;/u&gt;&lt;/font&gt;&lt;/a&gt;
&lt;p&gt;&lt;font size=1 face=&quot;Verdana&quot;&gt;&lt;br&gt;
GHD serves the global markets of: Infrastructure | Mining &amp;amp; Industry
| Defence | Property &amp;amp; Buildings | Environment&lt;/font&gt;&lt;font size=4 color=#008000 face=&quot;Webdings&quot;&gt;&lt;br&gt;
P&lt;/font&gt;&lt;font size=3 color=#008000 face=&quot;Tms Rmn&quot;&gt; &lt;/font&gt;&lt;font size=1 color=#008000 face=&quot;Verdana&quot;&gt;please
consider the environment before printing this email&lt;/font&gt;

&lt;BR&gt;
_____________________ &lt;BR&gt;
This email and all attachments are confidential. For further important information about emails sent to or from GHD or if you have received this email in error, please refer to http://www.ghd.com.au/emaildisclaimer.html&lt;BR&gt;
_____________________ &lt;BR&gt;
This e-mail has been scanned for viruses by MessageLabs.&lt;BR&gt;
&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/ESRI-L-f16835.html&quot; embed=&quot;fixTarget[16835]&quot; target=&quot;_top&quot; &gt;ESRI-L&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/experience-with-GIS-Portal-Toolkit-tp20613370p20613370.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-20605284</id>
	<title>Gen: Zip + 4 boundaries for ArcGIS</title>
	<published>2008-11-20T07:23:13Z</published>
	<updated>2008-11-20T07:23:13Z</updated>
	<author>
		<name>Jake Krall</name>
	</author>
	<content type="html">Hi all,
&lt;br&gt;Do any of you have knowledge of how or where to get a Zip + 4 boundary area layer (shapefile, geodb, dwg) for Texas to use in ArcMap? &amp;nbsp;I've search all over the web to find nothing is available. &amp;nbsp;Any help will be much appreciated.
&lt;br&gt;Thank you,
&lt;br&gt;&lt;br&gt;Jake Krall
&lt;br&gt;City of Waco GIS
&lt;br&gt;Dr. Mae Jackson Dev. Ctr.
&lt;br&gt;254/750-5658
&lt;br&gt;Rev. 14:7
&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/ESRI-L-f16835.html&quot; embed=&quot;fixTarget[16835]&quot; target=&quot;_top&quot; &gt;ESRI-L&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Gen%3A-Zip-%2B-4-boundaries-for-ArcGIS-tp20605284p20605284.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-20605851</id>
	<title>ArcGis Sever</title>
	<published>2008-11-20T04:49:18Z</published>
	<updated>2008-11-20T04:49:18Z</updated>
	<author>
		<name>projects.pavan</name>
	</author>
	<content type="html">I am trying to add a tiff image to MapControl Using ArcGis Server! please get me the code. 
&lt;br&gt;&lt;br&gt;thanks in advance 
&lt;br&gt;&lt;br&gt;&lt;br&gt;pavan 
&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/ESRI-L-f16835.html&quot; embed=&quot;fixTarget[16835]&quot; target=&quot;_top&quot; &gt;ESRI-L&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/ArcGis-Sever-tp20605851p20605851.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-20605873</id>
	<title>ArcSDE - basics - data updates / locking</title>
	<published>2008-11-20T03:50:49Z</published>
	<updated>2008-11-20T03:50:49Z</updated>
	<author>
		<name>james.feaver</name>
	</author>
	<content type="html">Hello all,
&lt;br&gt;&lt;br&gt;I am at the design stage of an ArcGIS server implementation (fully read-only - i.e. no data editing) that will use Oracle as the RDBMS. My SDE knowledge is fairly limited and I can't find answers to my basic questions in any help or on the forum.
&lt;br&gt;&lt;br&gt;We need to update the data sets in the system while it is in use. Some point datasets will be regularly pulled in from other databases (via scheduled geoprocessing scripts). Others such as background maps (raster) and point data will need updating less regularly. The system is required 24x7. What strategies are available to avoid locking problems and down-time?
&lt;br&gt;&lt;br&gt;I have come across having two copies of the database and updating one while it is not in use, then swapping the one in use and updating the second. Are there other options?
&lt;br&gt;&lt;br&gt;Thanks,
&lt;br&gt;&lt;br&gt;James 
&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/ESRI-L-f16835.html&quot; embed=&quot;fixTarget[16835]&quot; target=&quot;_top&quot; &gt;ESRI-L&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/ArcSDE---basics---data-updates---locking-tp20605873p20605873.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-20606007</id>
	<title>kappa statistic tool?</title>
	<published>2008-11-20T03:17:23Z</published>
	<updated>2008-11-20T03:17:23Z</updated>
	<author>
		<name>Kaera Coetzer</name>
	</author>
	<content type="html">Hi all,
&lt;br&gt;&lt;br&gt;Does anyone know if there is a tool in toolbox that allows one to determine the kappa statistic of a classified map based on ground-truth points? I know I could probably do it manually, but Im hoping that arc has a shortcut tool!
&lt;br&gt;&lt;br&gt;Thanks,
&lt;br&gt;&lt;br&gt;Kaera 
&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/ESRI-L-f16835.html&quot; embed=&quot;fixTarget[16835]&quot; target=&quot;_top&quot; &gt;ESRI-L&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/kappa-statistic-tool--tp20606007p20606007.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-20605337</id>
	<title>kappa statistic tool?</title>
	<published>2008-11-20T03:17:23Z</published>
	<updated>2008-11-20T03:17:23Z</updated>
	<author>
		<name>Kaera Coetzer</name>
	</author>
	<content type="html">Hi all,
&lt;br&gt;&lt;br&gt;Does anyone know if there is a tool in toolbox that allows one to determine the kappa statistic of a classified map based on ground-truth points? I know I could probably do it manually, but Im hoping that arc has a shortcut tool!
&lt;br&gt;&lt;br&gt;Thanks,
&lt;br&gt;&lt;br&gt;Kaera 
&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/ArcView-L-f16834.html&quot; embed=&quot;fixTarget[16834]&quot; target=&quot;_top&quot; &gt;ArcView-L&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/kappa-statistic-tool--tp20605337p20605337.html" />
</entry>

</feed>
