yangqiaosheng / libcitygml

Automatically exported from code.google.com/p/libcitygml
GNU Lesser General Public License v2.1
0 stars 0 forks source link

Add separate GeoreferencedTexture to support its particular attributes #28

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
A georeferenced texture has optional parameters (preferWorldFile, 
referencePoint, orientation) that don't apply to Texture.

The attached patch implements support for parsing preferWorldFile and exposing 
it via getPreferWorldFile method on the newly created GeoreferencedTexture.

An example of a georeferenced texture can be found at: 
http://www.citygml.org/fileadmin/count.php?f=fileadmin%2Fcitygml%2Fdocs%2FMunich
_LOD2_v1.0.0.zip

I don't have any datasets with referencePoint or orientation so I didn't 
implement those.

Original issue reported on code.google.com by iacobcatalin@gmail.com on 24 Nov 2011 at 4:30

Attachments:

GoogleCodeExporter commented 9 years ago
Thanks a lot for your report and patch. I have patched in revision 125.

Original comment by jpouder...@gmail.com on 2 Jan 2012 at 9:18