Hi,
I'm reading RPF files (CIB), loop through each RpfTocEntry and I want to read the list of Frames but it is always null. Why ? Am I missing something ?
Here is my code :
File dir = new File ("C:/projets/ValcartierData/CIB/CIB01/NA372J_1/rpf");
RpfTocHandler toc = new RpfTocHandler(dir.getPath());
for ( RpfTocEntry entry : toc.getEntries()) {
// entry.frames is always null ???
if (entry.frames == null) {
throw new Exception ("No frames");
}
}
Thanks
Alexandre Gagnon
Géomatique
DMR, une division de Fujitsu Conseil (Canada) inc.
Bureau : 418 653-6882 poste 6918
Alexandre_Gagnon@dmr.ca <mailto:Alexandre_Ggagnon@dmr.ca>
dmr.ca <https://webmail.corp.fc.local/exchweb/bin/redir.asp?URL=http://www.dmr.ca/>
-- [To unsubscribe to this list send an email to "majdart@bbn.com" with the following text in the BODY of the message "unsubscribe openmap-users"]Received on Wed May 7 11:26:24 2008
This archive was generated by hypermail 2.1.8 : Wed May 07 2008 - 11:26:25 EDT