3

Such as PostGIS and SpatiaLite?

I am using AnyDac, which does not provide support. Are there any other components which can make life easier for me when working with such GIS enabled databses in Delphi?


[Update] If not an you want one, then please post requierments to my other question. Thank you.

Community
  • 1
  • 1
Mawg says reinstate Monica
  • 38,334
  • 103
  • 306
  • 551
  • Not sure, but you might look at pgDac. www.devart.com – Ali Avcı Sep 29 '12 at 05:53
  • I might look at a lot of things. And I *am* googling – Mawg says reinstate Monica Sep 29 '12 at 06:30
  • 4
    +1: A Delphi SpatiaLite binding sounds like a good opensource project if somebony hasn't started it yet! – menjaraz Sep 29 '12 at 08:00
  • +1 @menjaraz --> https://sourceforge.net/p/add_project ;-) – Mawg says reinstate Monica Sep 30 '12 at 00:26
  • 1
    Ad PostGIS, it's almost impossible (and not useful) to write a generic library for all the supported features. Well, you can wrap functions like e.g. `ST_Distance`, `ST_DWithin` and similar, but most of the time you'll be using those functions in a more complex query and so it's not much useful having function for getting such elementary values. And what about data types like `geometry` or `geography` ? They are binary formats which are not useful to store on the client side. You usually construct them on the server side with WKT, or e.g. from coordinates. – TLama Nov 28 '14 at 13:54

0 Answers0