|
From: Anusorn S. <an...@ya...> - 2004-05-07 00:32:27
|
Thank you for your advice, Keerat.
I've extract the file shapefile-2.0-B4.jar
Some errors disappeared.(from 14 errors to 3 errors)
But there is 'arcgrid' that cannot be found.
from Anusorn
---------- javac ----------
SpearfishSample.java:14: package
org.geotools.data.arcgrid does not exist
import org.geotools.data.arcgrid.ArcGridDataSource;
^
SpearfishSample.java:51: cannot resolve symbol
symbol : class ArcGridDataSource
location: class org.geotools.demos.gui.SpearfishSample
ArcGridDataSource dsDem = new
ArcGridDataSource(demURL);
^
SpearfishSample.java:51: cannot resolve symbol
symbol : class ArcGridDataSource
location: class org.geotools.demos.gui.SpearfishSample
ArcGridDataSource dsDem = new
ArcGridDataSource(demURL);
^
3 errors
Output completed (1 sec consumed) - Normal Termination
--- Keerat <ke...@co...> wrote:
> Anusorn Swasdee wrote:
>
> >SpearfishSample.java:14: package
> >org.geotools.data.arcgrid does not
> >exist
> >import org.geotools.data.arcgrid.ArcGridDataSource;
> >^
> >SpearfishSample.java:15: package
> >org.geotools.data.shapefile does not
> >exist
> >import
> org.geotools.data.shapefile.ShapefileDataStore;
> >
> >14 errors
> >
> >
> >
> Anusorn,
>
> It seems like you may be missing the shapefile jar
> that the example
> requires.
>
> You can procure the jar (shapefile-2.0-B4.jar) at
> this link:
>
http://prdownloads.sourceforge.net/geotools/shapefile-2.0-B4.jar?download
>
> Note that you'll have to add it to your classpath.
>
> -Keerat
>
>
>
-------------------------------------------------------
> This SF.Net email is sponsored by: Oracle 10g
> Get certified on the hottest thing ever to hit the
> market... Oracle 10g.
> Take an Oracle 10g class now, and we'll give you the
> exam FREE.
>
http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click
> _______________________________________________
> Geotools-gt2-users mailing list
> Geo...@li...
>
https://lists.sourceforge.net/lists/listinfo/geotools-gt2-users
__________________________________
Do you Yahoo!?
Win a $20,000 Career Makeover at Yahoo! HotJobs
http://hotjobs.sweepstakes.yahoo.com/careermakeover
|