Results 1 to 5 of 5

Thread: SQL Server 2008 Katmai Spatial new data type

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    May 2001
    Location
    Montréal, Québec
    Posts
    195

    SQL Server 2008 Katmai Spatial new data type

    Can someone can provide me with additional informations about that new data type named "spatial" plz? (and links to article)

    Any information will be appreciated.

    At the moment, only that information I was able to get my hands on:
    http://www.microsoft.com/sql/prodinf...n/default.mspx

    Thks

  2. #2
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    Re: SQL Server 2008 Katmai Spatial new data type

    What the name implies. It's related to coordinates. There's two "common" types of spatial data, one is for flat or planar surfaces, and one is for the "real" world, for example involving the transformation of the planar coordinates into those involving curved space-time (the shortest path between two points on planet Earth is a curved line).

    If SQL 2008 stores such data, it will help in calculations of, for example, distances between two points, finding paths on maps, etc.

  3. #3

    Thread Starter
    Addicted Member
    Join Date
    May 2001
    Location
    Montréal, Québec
    Posts
    195

    Re: SQL Server 2008 Katmai Spatial new data type

    Thanks for your information mendhak still I'm starving to know more about that type

    Like how can it be used (like you said, on a planar or curved surface)
    What can we do with it
    How it is implemented
    What are the function supported on that data type
    What is the precision

    I guess I'll have to wait for M$ to know more about that.

  4. #4
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    Re: SQL Server 2008 Katmai Spatial new data type

    Quote Originally Posted by Megistal
    Like how can it be used (like you said, on a planar or curved surface)
    Think of maps. Google maps and other mapping applications.

    What can we do with it
    uhm... think of maps.

    How it is implemented
    If you think in terms of OOP, it's most likely an object created within SQL Server's native code with its own set of methods and procedures. On the inside, the basic guts, it's most likely nothing but a structure, holding, say, 3 integers.

    What are the function supported on that data type
    Dunno.

    What is the precision
    Dunno

    I guess I'll have to wait for M$ to know more about that.
    Definitely.

  5. #5
    Hyperactive Member
    Join Date
    Oct 2006
    Posts
    354

    Re: SQL Server 2008 Katmai Spatial new data type

    Sounds like MS is trying to make a move on the GIS market. Although, the only GIS implementation I have seen are on POSTGRE and SQL server.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width