pombreda / libkml

Automatically exported from code.google.com/p/libkml
Other
0 stars 0 forks source link

Feature Request - getExtent() #37

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. read source code
2. think about application
3. wonder in email

  I just did a cursory search of the sources and didnt see a getExtent() kind of call.. the BBox 
construction says things like "there is no checking on this" .. Its very common 
to have a call to the 
library that will check the max extent of the geometry. I could be missing it 
if its there...

Original issue reported on code.google.com by brian.da...@gmail.com on 21 Nov 2008 at 3:55

GoogleCodeExporter commented 9 years ago

Original comment by kml.mash...@gmail.com on 25 Nov 2008 at 12:16

GoogleCodeExporter commented 9 years ago
See:

http://code.google.com/p/libkml/source/browse/trunk/src/kml/engine/location_util
.h#51

At present (0.9) this supports all Features and Geometries except GroundOverlay.
This _does_ know how to recurse down a Container hierarchy: the bounds of
a Container is the combined bounds of all child Features.

Original comment by bent.hag...@gmail.com on 11 Feb 2009 at 7:23

GoogleCodeExporter commented 9 years ago

Original comment by kml.b...@gmail.com on 12 Mar 2009 at 6:57