Home arrow Site Info arrow Latest Portal Content
All GIS Portal Content Items, Ordered Chronologicallly (Blog format)
Wasatch Front Residential Foreclosure & Ski Resort Maps PDF Print E-mail

Written by Ben Teran,

Commerce CRG GIS/Mapping - Has just released a new mapping website where customers can view & purchase Residential Foreclosure & Ski Resort Maps around the state of Utah.

 www.commercecrg.com/mapping.cfm

 Commerce CRG Mapping/GIS

 

 

User Comments (1)
21, Apr. 2009
Last Updated ( 21, Apr. 2009 )
 
C# arcobjects - ServerContext SaveObject LoadObject PDF Print E-mail

Written by Steve Gourley,

These two methods that were totally unknown to myself just saved me a lot of headache. My scenario:  a user draws a shape on a mapping page. That shape is stored in db1. That shape is then passed to a function to query data in db2.

At first I was just passing the geometry that was fetched from one server context to the function which was then using a different servercontext to execute another query. This always resulted in 0 returned results. If you have ever used LINQ to SQL its the same thing with passing an entity from one function to another. You need to pass the context it was created with as well.  

IServerContext.SaveObject does some serializing to a string and then makes it simple to pass any object that supports IPersistStream. Very cool. I can save my Igeometry object to a string, pass it in the function, use the db2 servercontext to load the Igeometry back and use it in the query and everything is happy!

 

string savedGeom = sC.SaveObject(combinedGeoms);
...
ESRI.ArcGIS.Geometry.IGeometry userInputGeom = sC2.LoadObject(savedGeometry) as ESRI.ArcGIS.Geometry.IGeometry;

 

Some reference. ESRI Resources

Comment on this Article
20, Apr. 2009
Last Updated ( 20, Apr. 2009 )
 
UGIC Conference April 13-17, Program Now Available PDF Print E-mail

Written by Bert Granberg,


A pdf version of conference program for the 2009 Utah Geographic Information Council's  annual conference in Midway is now available for download.

On site registration is available at the Zermat Conference Center beginning Wednesday April 15th at 7:30am. The on site registration fee is $270.

In addition, a few spots for the discounted ESRI pre-conference trainings on the Multi-User Geodatabase and Geoprocessing Scripts Using Python are still available.The courses are being held April 13 - 14.

For information on the conference, please email This e-mail address is being protected from spam bots, you need JavaScript enabled to view it


User Comments (1)
09, Apr. 2009
Last Updated ( 14, May. 2009 )
 
Washington County Wilderness Maps Now Available from BLM PDF Print E-mail

Written by Bert Granberg,


Below are links to detailed large-format PDF maps of Washington County wilderness and conservation areas designated areas under the Omnibus Public Lands Management Act of 2009, signed by President Barack Obama on March 30, 2009. 

AGRC is coordinating with the BLM to make GIS data layers of these areas available and will post an update to this site when that data has been loaded into the State Geographic Information Database.

Washington County (Title I, Subtitle O)


Comment on this Article
08, Apr. 2009
Last Updated ( 08, Apr. 2009 )
 
<< Start < Prev 1 2 3 4 5 6 7 8 9 10 Next > End >>

Results 73 - 80 of 435

AGRC Contacts | UGIC Contacts

feed image feed image

Utah GIS Portal © 2009 AGRC

Optimized for