<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>

<channel>
	<title>Digital Mobile Map &#187; Data Structures</title>
	<atom:link href="http://www.digitalmobilemap.com/blog/category/datastructures/feed" rel="self" type="application/rss+xml" />
	<link>http://www.digitalmobilemap.com/blog</link>
	<description>Java J2ME GPS Mobile Navigation</description>
	<pubDate>Fri, 30 Jul 2010 02:15:03 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.3</generator>
	<language>en</language>
	<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Data structure design for vector map</title>
		<link>http://www.digitalmobilemap.com/blog/20090316/data-structure-design-for-vector-map</link>
		<comments>http://www.digitalmobilemap.com/blog/20090316/data-structure-design-for-vector-map#comments</comments>
		<pubDate>Mon, 16 Mar 2009 04:16:30 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Data Structures]]></category>

		<category><![CDATA[Data structure]]></category>

		<category><![CDATA[graph]]></category>

		<category><![CDATA[node]]></category>

		<category><![CDATA[point]]></category>

		<category><![CDATA[polygon]]></category>

		<category><![CDATA[polyline]]></category>

		<category><![CDATA[Routing]]></category>

		<guid isPermaLink="false">http://www.openmobilemap.org/?p=162</guid>
		<description><![CDATA[Vector map&#8217;s basic objects:
Vector map usually consists of 2 types of objects: render objects and routing objects.
Render objects:
Countries
Cities/Provinces
Points
Polylines
Polygons
Here is the data structure model that you can use for your mobile map application:
Data structure for Country:
String name;
int x; (Longitude (32bit))
int y; (Latitude (32bit))
short numPoint; (16bit)
&#8211; follow by array of x and y different to define boundaries [...]]]></description>
		<wfw:commentRss>http://www.digitalmobilemap.com/blog/20090316/data-structure-design-for-vector-map/feed</wfw:commentRss>
		</item>
	</channel>
</rss>
