ThinkGeo.com    |     Documentation    |     Premium Support

GML support

Hello,


 


I am trying the Map Suite Desktop Evaluation Edition. 


Can anyone tell me if it has GML support? I need to know if it can read/write GML 3.1 files.


 


Thanks in advance,


 


Xavi



Hello ThinkGeo, 
  
 I need Information on GML 3.0 support too. 
  
 Regarding a customer order we are looking right now for Software-Components they support GML3 geometry elements. 
 For example we have to support gml:curve with all types of curve-segment-elements like Linestring, Arc and their interpolation types. 
 Interpolation Types: 
 - geodesic 
 - circularArc3Points 
 - circularArc2PointWithBulge 
 - circularArcCenterPointWithRadius 
 - elliptical 
 - clothoid 
 - conic 
 - polynomialSpline 
 - cubicSpline 
 - rationalSpline 
  
 Thanks, 
 Thomas 
  
  
  
  


Xavi and Thomas, 


We don’t intrinsically support GML. If you understand the format of GML pretty well, you can add the support yourself though. Here you can find a sample which shows how to support a simple KML, it should be very similar with the GML supports, please have a look.
 
gis.thinkgeo.com/Support/Dis...fault.aspx
 
Thanks,
 
Ben

Hello Ben, 
  
 thanks for information. But as I can see in the sample application I have to convert my GML3 feature (e.g. arc with interpolationtype=“clothoid” ) 
 type to an simple feature type that is supported by MapSuite (e.g. linestring). 
 But I need native support for GML3 geometries. I don’t want to convert the features because I worry about further problems through the conversion. 
  
 Thanks, 
 Thomas

Thomas, 
  
 I’m afraid we don’t have the native support for GML3 geometries now. As you have seen, we need to convert the GML3 feature to a type the MapSuite supports. I understand your worries about conversion but I think that should be fine. For example, we are using WKT/WKB to store the geometry data which only supports couples of types (generally, just point, line and polygon), but with a good wrapper, we can still work with circle / ellipse which is not native supported by WKT/WKB. If you can make a good wrapper for the GML3, you can have it supported pretty well, just like a native one :) 
  
 Thanks, 
  
 Ben 


Hi, 
  
 Does the new FDO Extension support GML? Can this be used to read GML natively and work with Map Suite?

Clint,


Thanks for reminding. FDO Extension might support GML with the third part dll Xerces or libexpat. We will spend more time investigating this and let you know when we get anything. Here is all the Vector Formats FDO supports, please have a look if you are interested.


gdal.org/ogr/ogr_formats.html


Thanks,


Ben