By tag: Mapping
0
kicks
Table Per Subclass Inheritance Mapping with Fluent nHibernate
This is the third in a short series of posts I am working on. While reading through NHibernate in Action I thought to my self that I should create these same examples of Inheritance mapping using Fluent nHibernate to show how simple these mappings can be.
0
kicks
Table Per Class Hierarchy Inheritance Mapping with Fluent nHibernate
This is the second in a short series of posts I am working on. While reading through NHibernate in Action I thought to my self that I should create these same examples of Inheritance mapping using Fluent nHibernate to show how simple these mappings can be.
The three types of Inheritance mappings ...
0
kicks
Table Per Class Inheritance Mapping with Fluent nHibernate
This is the first in a short series of posts I am working on. While reading through NHibernate in Action I thought to my self that I should create these same examples of Inheritance mapping using Fluent nHibernate to show how simple these mappings can be.
0
kicks
OpenStreetMap: Get FREE Web Mapping with Road Maps for your Apps
OpenStreetMap has been around for awhile and provides free geographic data that can be used by anyone. The data is all community created/contributed and that’s why it’s free to use. Other mapping services such as Bing Maps for Enterprise and Google Maps license their geographic data from some other ...
0
kicks
VEToolkit - Virtual Earth Toolkit v6.2.012509.1053 Released!
This is the first official release of the Virtual Earth Toolkit. The Virtual Earth Toolkit is a set of JavaScript-based Controls/Tools that Extend Virtual Earth with functionality that is commonly implemented, but hasn't been implemented within the Virtual Earth JavaScript Map Control. The Controls/...
0
kicks
Building a Configuration Binder for MEF with POCO Support
MEF doesn't support POCO injection and XML Configuration off the shelf. Sidar implements an XML congiguration binding mechanism on top of MEF, and the article gives an insight about what to expect from MEF Extensibility models in detail.
0
kicks
Virtual Earth: Polygon Search - Is Point Within Polygon?
How to perform a polygon search to determine if a given Lat/Long point is within a given Polygon
0
kicks
Gold Coast : WPF and Virtual Earth revisited
I worked on a more creative/reusable approach to hosting Virtual Earth in a WPF application. If you have looked at any of my previous samples showing how to host Virtual Earth in a WPF app, you'll recall I was using the WinForms WebBrowser control to host an html page that in turn hosts Virtual Ear...
0
kicks
Plot ZipCode Boundaries on a Map: Part 2 - Import Zip Code (U.S. Censu
Now that we've Made Sense of the U.S. Census ZCTA ARC/INFO Ungenerate (ASCII) files in Part 1 of this series, we are ready to import the U.S Census ZCTA Zip Code data into a database. In Part 2, we'll create database tables and import the Zip Code Boundary data into those tables in a MS SQL 2005 dat...
0
kicks
Plot ZipCode Boundaries on Map: Part1 - Make sense of U.S. Census Data
The data I'll focus on here is the Census 2000 5-Digit ZIP Code Tabulation Areas (ZCTAs) in ARC/INFO Ungenerate (ASCII) format. Even though these files are in their own "special" format, described here, they are still just plain ASCII and easily converted into CSV files to be imported into...
0
kicks
Encoding Latitude and Longitude pairs for performance
In Virtual Earth we use lat/lon pairs everywhere, for pushpins, polylines and polygons but also for map bounds like the current view. This article aims to look at a better way to store and transmit these values. The encoding algorithm used is from Google maps. You will find an explanation of how and...
0
kicks
Virtual Earth + Silverlight Deepzoom (some Examples + Source Code)
Some great examples of Virtual Earth + Silverlight Deepzoom!
0
kicks
Web.Maps.VE 2.0 Released - Virtual Earth ASP.NET Mapping Server Contro
Today, I released Web.Maps.VE v2.0!! If you aren't familiar with Web.Maps.VE, it is the industries first ASP.NET Virtual Earth Mapping Server Control. It enables you (the developer) to implement MS Virtual Earth mapping into your ASP.NET web applications by writing only server-side code; there is ab...
0
kicks
Silverlight Virtual Earth, Part 2 MultiScaleTileSource
The feedback from Part 1 has been great! There is definitely interest in this. Shaun Becker sent through this gem that removes my proxy server completely! Yes we now have Silverlight Deep Zoom talking directly to Virtual Earth! And better still I can give you a live demo (need SL beta2 installed – c...
0
kicks
Silverlight Virtual Earth, Part 1 using Deep Zoom - Sample
Silverlight and Virtual Earth are made for each other, but how best do we go about creating a Virtual Earth control in Silverlight? First up lets look at utilising the existing Deep Zoom control to serve up the base image tiles. In this proof of concept we have little more then a stock MultiScaleIma...