<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>One Type, Two Types...</title><link>http://blogs.msdn.com/isaac/archive/2007/05/29/one-type-two-types.aspx</link><description>This is a little bit less of an introductory post than the last one , but there was quite a bit of discussion about our decision to split our spatial types in two---one for our planar ("flat-Earth") model and one for our ellipsoidal ("round-Earth") model---so</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>re: One Type, Two Types...</title><link>http://blogs.msdn.com/isaac/archive/2007/05/29/one-type-two-types.aspx#2971543</link><pubDate>Tue, 29 May 2007 19:40:25 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:2971543</guid><dc:creator>Martin Davis</dc:creator><description>&lt;p&gt;The idea of using a bounding circle for geodetic objects is interesting. &amp;nbsp;Presumably this is physically represented as a geographic location with a radius value? &amp;nbsp;How do you compute this efficiently (e.g. do you actually compute the Smallest Enclosing Circle, or do you just pick an obvious point such as the centroid).&lt;/p&gt;
&lt;p&gt;And then the big question: how do you index these circular envelopes? &amp;nbsp;All the spatial indexes I'm familiar with use rectangles as their indexable item. &amp;nbsp;Is there an index which handles circles directly?&lt;/p&gt;
</description></item><item><title>re: One Type, Two Types...</title><link>http://blogs.msdn.com/isaac/archive/2007/05/29/one-type-two-types.aspx#2971896</link><pubDate>Tue, 29 May 2007 19:58:52 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:2971896</guid><dc:creator>SharpGIS</dc:creator><description>&lt;p&gt;Ok, I buy why you need two different types, but please someone at least bring out the naming police here. You can't seriously consider naming it &amp;quot;Geography&amp;quot; ? Should that really prevent confusion?&lt;/p&gt;
&lt;p&gt;&amp;quot;geography&amp;quot; (Noun): The study of the physical structure and inhabitants of the Earth. &lt;/p&gt;
&lt;p&gt;&amp;quot;geometry&amp;quot; (countable and uncountable; plural geometries)&lt;/p&gt;
&lt;p&gt;1. The branch of mathematics dealing with spatial relationships. &lt;/p&gt;
&lt;p&gt;2. A type of geometry with particular properties. &lt;/p&gt;
&lt;p&gt;spherical geometry &lt;/p&gt;
&lt;p&gt;3. The spatial attributes of an object, etc.&lt;/p&gt;
&lt;p&gt;What about &amp;quot;Geographic&amp;quot; ? At least this relates to the type of coordinate system that is uses, or even better &amp;quot;Spheric&amp;quot; so it doesn't necessarily relate to Mother Earth.&lt;/p&gt;
</description></item><item><title>re: One Type, Two Types...</title><link>http://blogs.msdn.com/isaac/archive/2007/05/29/one-type-two-types.aspx#2972467</link><pubDate>Tue, 29 May 2007 20:45:59 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:2972467</guid><dc:creator>isaac</dc:creator><description>&lt;P&gt;Ah, the naming issue... &amp;nbsp;:)&lt;/P&gt;
&lt;P&gt;From http://webster.com/dictionary/geography&lt;/A&gt; :&lt;/P&gt;
&lt;P&gt;&amp;nbsp;2 : the geographic features of an area&lt;/P&gt;
&lt;P&gt;This seems reasonable to me, and feels better than "geographic", which is an adjective.&lt;/P&gt;
&lt;P&gt;To be honest, our main concern with the name "geography" is that it sounds too close to "geometry". &lt;/P&gt;</description></item><item><title>re: One Type, Two Types...</title><link>http://blogs.msdn.com/isaac/archive/2007/05/29/one-type-two-types.aspx#2974120</link><pubDate>Tue, 29 May 2007 23:15:40 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:2974120</guid><dc:creator>SharpGIS</dc:creator><description>&lt;p&gt;My point exactly. The geography is the FEATURES of an area, but not the AREA itself. You can view it as the other columns in a datarow that describes certain characteristics relating to the geometric shape.&lt;/p&gt;
&lt;p&gt;In the sense you want it to be understood, the geometry type would also be 'geography'.&lt;/p&gt;
&lt;p&gt;Since the datatype is describing the type of the data, it only makes sense that it is an adjective. It tells you that this is data described in a spherical space. Inconsistently the 'geometry' on the other hand doesn't tell you anything about the type of coordinate space.&lt;/p&gt;
&lt;p&gt;Isn't 'Integer' considered an adjective too?&lt;/p&gt;
</description></item><item><title>re: One Type, Two Types...</title><link>http://blogs.msdn.com/isaac/archive/2007/05/29/one-type-two-types.aspx#2978071</link><pubDate>Wed, 30 May 2007 03:56:22 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:2978071</guid><dc:creator>isaac</dc:creator><description>&lt;p&gt;I'm sorry---I misread your comment.&lt;/p&gt;
&lt;p&gt;I'm no grammarian, but in general, we name types after nouns, not adjectives. &amp;nbsp;&amp;quot;Integer&amp;quot;, for example, is a noun, and &amp;quot;integral&amp;quot; is the matching adjective. &amp;nbsp;&lt;/p&gt;
&lt;p&gt;For &amp;quot;geometry&amp;quot;, I think we want definition 2 b : surface shape.&lt;/p&gt;
&lt;p&gt;The same goes for most types in SQL Server: &amp;quot;char&amp;quot; (short for character---the adjective definition of which seems a bit odd for our use), &amp;quot;money&amp;quot; (not monetary), &amp;quot;timestamp&amp;quot;, etc. &amp;nbsp;&lt;/p&gt;
&lt;p&gt;It's true that some are a bit odd in normal english usage---none of the dictionary definitions of &amp;quot;float&amp;quot; make sense here---but they're all used as nouns when we use them. &amp;nbsp;(E.g., &amp;quot;Pass a float to the function.&amp;quot;)&lt;/p&gt;
&lt;p&gt;Cheers,&lt;/p&gt;
&lt;p&gt;-Isaac&lt;/p&gt;
</description></item><item><title>re: One Type, Two Types...</title><link>http://blogs.msdn.com/isaac/archive/2007/05/29/one-type-two-types.aspx#2994848</link><pubDate>Thu, 31 May 2007 02:12:58 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:2994848</guid><dc:creator>isaac</dc:creator><description>&lt;p&gt;Martin,&lt;/p&gt;
&lt;p&gt;You nailed it: picking a minimal bounding circle is tough, so we take the centroid and the smallest radius we can. &amp;nbsp;I'll cover this more in a future post, but we don't actually use the MBR (or MBC) for indexing.&lt;/p&gt;
&lt;p&gt;Cheers,&lt;/p&gt;
&lt;p&gt;-Isaac&lt;/p&gt;
</description></item><item><title>re: One Type, Two Types...</title><link>http://blogs.msdn.com/isaac/archive/2007/05/29/one-type-two-types.aspx#3069167</link><pubDate>Mon, 04 Jun 2007 01:32:08 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:3069167</guid><dc:creator>Tim McCurdy</dc:creator><description>&lt;p&gt;I'm a novice at GIS, but I love it so. &amp;nbsp;My comment on naming is this. &amp;nbsp;When coding (TSQL or .NET), I'm usually using variables called &amp;quot;Area&amp;quot; when it refers to geometric shapes. &amp;nbsp;It makes it more generic if I ever change that data type from say a Rectangle to a Region. &amp;nbsp;To me, everything is area whether its a Polygon, Rectangle, etc. &amp;nbsp;Also, &amp;quot;Shape&amp;quot; makes sense but it always takes me back to the days of the VB6 Shape control.&lt;/p&gt;
&lt;p&gt;Cheers&lt;/p&gt;
</description></item><item><title>In or Out?</title><link>http://blogs.msdn.com/isaac/archive/2007/05/29/one-type-two-types.aspx#5770877</link><pubDate>Mon, 29 Oct 2007 23:59:46 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:5770877</guid><dc:creator>Isaac @ MSDN</dc:creator><description>&lt;p&gt;I've been stalling, trying not to say too much about spatial until it's actually available. The code&lt;/p&gt;
</description></item><item><title>re: One Type, Two Types...</title><link>http://blogs.msdn.com/isaac/archive/2007/05/29/one-type-two-types.aspx#6312539</link><pubDate>Fri, 16 Nov 2007 22:20:10 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:6312539</guid><dc:creator>Tixier</dc:creator><description>&lt;p&gt;&lt;a rel="nofollow" target="_new" href="http://gambling-resources.info/viagra/ciscount-viagra.php"&gt;http://gambling-resources.info/viagra/ciscount-viagra.php&lt;/a&gt;&lt;/p&gt;</description></item><item><title>Isaac @ MSDN : One Type, Two Types...</title><link>http://blogs.msdn.com/isaac/archive/2007/05/29/one-type-two-types.aspx#8574946</link><pubDate>Thu, 05 Jun 2008 13:37:30 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8574946</guid><dc:creator>Weddings</dc:creator><description>&lt;p&gt;This is a little bit less of an introductory post than the last one , but there was quite a bit of discussion about our decision to split our spatial types in two---one for our planar (&amp;amp;quot;flat-Earth&amp;amp;quot;) model and one for our ellipsoidal (&amp;amp;quot;round-Earth&amp;amp;quot;)&lt;/p&gt;
</description></item></channel></rss>