I have implemented a simple mapBean into my java app, and it can display
shape layers without issue. I am now trying to add an e00 layer and
receive the following errors...
This is the simple code adding the e00 later:
E00Layer myE00Layer = new E00Layer();
Properties layerProps = new Properties();
layerProps.put("class", "com.bbn.openmap.layer.e00.E00Layer");
layerProps.put("FileName", "C:/e/rdline.e00");
myE00Layer.setProperties(layerProps);
add(myE00Layer);
And I have attached the data file, which was downloaded from Penn State.
Any help would be great,
Thanks,
Chuck
<
http://www.sfa.com>
--
[To unsubscribe to this list send an email to "majdart_at_bbn.com"
with the following text in the BODY of the message "unsubscribe openmap-users"]
Received on Thu Jul 13 2006 - 10:40:09 EDT