<?xml version="1.0" encoding="utf-8" ?>
<rss version="2.0"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
    xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
    xmlns:admin="http://webns.net/mvcb/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:content="http://purl.org/rss/1.0/modules/content/">
    
    <channel>
    
    <title>Standards Forum</title>
    <link>http://www.presagis.com/standards_forum/</link>
    <description>Standards Forum</description>
    <dc:language>en</dc:language>
    <dc:rights>Copyright 2011</dc:rights>
    <dc:date>2011-05-23T07:35:53-05:00</dc:date>
    <admin:generatorAgent rdf:resource="http://expressionengine.com/" />
    

    <item>
      <title>Retrieving models from a CDB for a particular tile</title>
      <link>http://www.presagis.com/standards_forum/viewthread/964/</link>
      <guid>http://www.presagis.com/standards_forum/viewthread/964/#When:05:10:45Z</guid>
      <description>&lt;p&gt;&lt;span style=&quot;font&#45;size:14px;&quot;&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font&#45;size:16px;&quot;&gt;&lt;br /&gt;
Hi,&lt;/p&gt;

&lt;p&gt;I am using the CDB API to fetch data from a CDB.&lt;br /&gt;
I am able to read the raster and vector data through the respective interfaces.&lt;br /&gt;
My question now is on the 3dModel interface.&lt;/p&gt;

&lt;p&gt;For a given tile, if I have to find and extract all the 3D objects/models in that tile&lt;br /&gt;
How can I achieve this. Can someone provide some examples code snippets or direct me accordingly.&lt;/p&gt;

&lt;p&gt;I have created a CDB with miltiple vector points in a tile and mapped all vector points to a tree (pointing to an openflight model), The openflight model for tree is located in CDBGTModel.&lt;/p&gt;

&lt;p&gt;Now using the API how do I find the 3d models that are placed in a particular tile.&lt;/p&gt;

&lt;p&gt;Thanks.&lt;/p&gt;

&lt;p&gt;&#45;Rushoth&lt;/span&gt;
&lt;/p&gt;</description>
      <dc:date>2011-05-13T05:10:45-05:00</dc:date>
    </item>

    <item>
      <title>CDB.xml</title>
      <link>http://www.presagis.com/standards_forum/viewthread/484/</link>
      <guid>http://www.presagis.com/standards_forum/viewthread/484/#When:12:23:06Z</guid>
      <description>&lt;p&gt;Currently I am testing the CDB api, but I have a problem. When I try to load a specific flt (like D500_S001_T001_EC030_025_Pine&#45;Tree01.flt) I need the FSC code (in this case 025) but I look for it in the CDB.xml file, and I can not find it, of course I can find it in the Apendix N, but I would like to read it from a xml, or something like that. Could you tell me how the CDB.dll knows the FSC code?
&lt;/p&gt;</description>
      <dc:date>2010-01-20T12:23:06-05:00</dc:date>
    </item>

    <item>
      <title>3D Model Textures</title>
      <link>http://www.presagis.com/standards_forum/viewthread/261/</link>
      <guid>http://www.presagis.com/standards_forum/viewthread/261/#When:11:52:45Z</guid>
      <description>&lt;p&gt;I am currently trying to load a geospecific model using the cdb api and am unsure of how the texture part is supposed to work.&lt;br /&gt;
In my test cdb I get something similar to the following when querying the 3d model for a texture name&lt;br /&gt;
&amp;nbsp;  ../../../301_GSModelTexture/L07/U15/N00E000_D301_S001_T001_L07_U15_R79_TEX03.rgb&lt;/p&gt;

&lt;p&gt;How should I be going from this to loading the texture? The model seems to have been saved with relative paths and I guess that it should have been saved with no paths but that isn&#8217;t a problem.&lt;br /&gt;
Should I be decomposing the string so that I can construct a cdbDB::fileParams to load the texture or is there something wrong with the texture name in my cdb?&lt;/p&gt;

&lt;p&gt;Also should the texture name I pass in to cdDB::fileParams::m_acTexture be TEX03 or TEX03.rgb? It can&#8217;t be the long filename because it exceeds the 32 bytes allocated to the string.
&lt;/p&gt;</description>
      <dc:date>2009-07-31T11:52:45-05:00</dc:date>
    </item>

    <item>
      <title>CDB Availability</title>
      <link>http://www.presagis.com/standards_forum/viewthread/321/</link>
      <guid>http://www.presagis.com/standards_forum/viewthread/321/#When:04:40:34Z</guid>
      <description>&lt;p&gt;Why is it necessary to purchase Presagis products in order to obtain and use the CDB API? Equivalent open formats, such as SEDRIS and Collada, provide free APIs which seems appropriate for open standards and helps encourage take&#45;up and wider usage by the community. Thanks.
&lt;/p&gt;</description>
      <dc:date>2009-09-08T04:40:34-05:00</dc:date>
    </item>

    <item>
      <title>Unicode Build</title>
      <link>http://www.presagis.com/standards_forum/viewthread/255/</link>
      <guid>http://www.presagis.com/standards_forum/viewthread/255/#When:09:10:58Z</guid>
      <description>&lt;p&gt;When trying to compile a test app in a unicode build I get a linker error saying that CreateFileW could not be found. After searching with depends.exe this does appear to be the case as only CreateFileA is exported.&lt;br /&gt;
Is unicode not yet supported in the api? (or is this an unintentional mistake due to the use of macros in the windows header files?)
&lt;/p&gt;</description>
      <dc:date>2009-07-24T09:10:58-05:00</dc:date>
    </item>

    <item>
      <title>system headers requirement</title>
      <link>http://www.presagis.com/standards_forum/viewthread/227/</link>
      <guid>http://www.presagis.com/standards_forum/viewthread/227/#When:05:41:35Z</guid>
      <description>&lt;p&gt;The header cdbdb.h has dependencies on system header files for _MAX_PATH (stdlib.h) and NULL (stddef.h).&lt;br /&gt;
Ideally it should either include the dependencies explicitly or remove them.
&lt;/p&gt;</description>
      <dc:date>2009-07-13T05:41:35-05:00</dc:date>
    </item>

    <item>
      <title>CDB Path Problems</title>
      <link>http://www.presagis.com/standards_forum/viewthread/226/</link>
      <guid>http://www.presagis.com/standards_forum/viewthread/226/#When:05:12:37Z</guid>
      <description>&lt;p&gt;I have experienced some problems when trying to open CDB db&#8217;s in different places. So far I have only managed to get the API to open a CDB if it is on my local system and does not end with \&#8216;s, e.g.&lt;br /&gt;
&amp;nbsp;  c:\myCDB &amp;nbsp;  &amp;nbsp;  &amp;nbsp;   works&lt;br /&gt;
&amp;nbsp;  c:\myCDB\&amp;nbsp;  &amp;nbsp;  &amp;nbsp;  does not work&lt;/p&gt;

&lt;p&gt;Also I cannot get network CDB db&#8217;s to work, e.g.&lt;br /&gt;
&amp;nbsp;  \server\myCDB &amp;nbsp;  &amp;nbsp; does not work&lt;br /&gt;
&amp;nbsp;  \server\myCDB\&amp;nbsp;   does not work&lt;br /&gt;
mapped to T:&lt;br /&gt;
&amp;nbsp;  T:&amp;nbsp;  &amp;nbsp;  &amp;nbsp;   does not work&lt;br /&gt;
&amp;nbsp;  T:\&amp;nbsp;  &amp;nbsp;  &amp;nbsp; does not work&lt;/p&gt;

&lt;p&gt;The only network case I have managed to get to work is if I map a network drive to the directory below the network CDB dataset, e.g.&lt;br /&gt;
&amp;nbsp;  \server\dbsmyCDB&lt;br /&gt;
&amp;nbsp;  T: &#45;&amp;gt; \server\dbs&lt;br /&gt;
and then try to connect to&lt;br /&gt;
&amp;nbsp;  T:\myCDB&lt;br /&gt;
the API then succeeds (although I have only tested this by mapping a drive to a locally created share).
&lt;/p&gt;</description>
      <dc:date>2009-07-13T05:12:37-05:00</dc:date>
    </item>

    <item>
      <title>API Testing</title>
      <link>http://www.presagis.com/standards_forum/viewthread/183/</link>
      <guid>http://www.presagis.com/standards_forum/viewthread/183/#When:04:45:08Z</guid>
      <description>&lt;p&gt;I have re&#45;implemented a CDB tile viewer using the CDB API and have a few things to mention. The viewer just generates a regular mesh from elevation and then applies the imagery to it, no 3d models or other layers.&lt;/p&gt;

&lt;p&gt;1. It took me about 3&#45;4 hours to adapt the test app to using the CDB API&lt;/p&gt;

&lt;p&gt;2. There is no simple search mechanism in the CDB API so I left my own. CDB API only allows opening a specific file. It might be useful to be able to check if a sub&#45;tree was available and even enumerate members, e.g. what layers are available for tile LAT,LONG. i.e. the sample project explicitly specifies the lat long, what if this was not known?&lt;/p&gt;

&lt;p&gt;3. I don;&#8216;t think that the error reporting is sufficient, i.e. if the JP2K dll is not present then any files reliant on it seem to just report a &#8216;not found&#8217; error.&lt;/p&gt;

&lt;p&gt;4. Running the application either requires adding the CDB dll paths to my project environment settings or copying the dlls into my bin directory. As both debug and release CDB dlls have the same name then I can&#8217;t do this (although I realise that many people have seperate debug and release directories). Personally I prefer that debug dll&#8217;s are appended with a *_d.dll to explicitly differentiate them.&lt;/p&gt;

&lt;p&gt;I think it would be useful to have some sample applications that do something a bit more adventurous with the CDB data than copy it too! Maybe some basic OpenGL viewer or attribute dumper or similar.&lt;br /&gt;
Something like a CDB browser that shows the CDB as a tree view and when a file is selected it is displayed in the viewing pane would be useful, and would demonstrate use of each data type quite well in isolation.
&lt;/p&gt;</description>
      <dc:date>2009-06-16T04:45:08-05:00</dc:date>
    </item>

    <item>
      <title>Forum Rules and Usage</title>
      <link>http://www.presagis.com/standards_forum/viewthread/119/</link>
      <guid>http://www.presagis.com/standards_forum/viewthread/119/#When:10:58:24Z</guid>
      <description>&lt;p&gt;Considering the real&#45;time nature of this forum, it is impossible for Presagis to review messages or confirm the validity of information posted. Please remember that we do not actively monitor the contents of posted messages and are not responsible for any messages posted. Presagis does not vouch for or warrant the accuracy, completeness or usefulness of any message, and are not responsible for the contents of any message. The messages express the views of the author of the message, not necessarily the views of this forum or any entity associated with this forum. Any user who feels that a posted message is objectionable is encouraged to contact us immediately by email. Presagis has the ability to remove objectionable messages and we will make every effort to do so, within a reasonable time frame, if we determine that removal is necessary. This is a manual process, however, so please realize that we may not be able to remove or edit particular messages immediately.&lt;/p&gt;

&lt;p&gt;You agree, through your use of this service, that you will not use this forum to post any material which is knowingly false and/or defamatory, inaccurate, abusive, vulgar, hateful, harassing, obscene, profane, sexually oriented, threatening, invasive of a person&#8217;s privacy, or otherwise violative of any law. You agree not to post any copyrighted material unless the copyright is owned by you or by this forum.&lt;/p&gt;

&lt;p&gt;Although this forum does not and cannot review the messages posted and is not responsible for the content of any of these messages, Presagis at this forum reserve the right to delete any message for any or no reason whatsoever. You remain solely responsible for the content of your messages, and you agree to indemnify and hold harmless this forum, and their agents with respect to any claim based upon transmission of your message(s).&lt;/p&gt;

&lt;p&gt;Presagis also reserves the right to reveal your identity (or whatever information we know about you) in the event of a complaint or legal action arising from any message posted by you.&lt;/p&gt;

&lt;p&gt;Please note that advertisements, chain letters, pyramid schemes, and solicitations are inappropriate on this forum.
&lt;/p&gt;</description>
      <dc:date>2009-05-08T10:58:24-05:00</dc:date>
    </item>

    
    </channel>
</rss>
