[OpenMap Users] Help adding e00 layer to mapBean

From: Vincent, Chuck <CVincent@sfa.com>
Date: Thu Jul 13 2006 - 10:38:38 EDT

 

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@bbn.com"
with the following text in the BODY of the message "unsubscribe openmap-users"]
image001.jpg
image002.jpg
Received on Thu Jul 13 10:52:41 2006

This archive was generated by hypermail 2.1.8 : Thu Jul 13 2006 - 10:52:44 EDT