I am trying to create a Web Processing Service with GeoServer. I used maven following opengeo instructions, and I get an eclipse project with a pom.xml file with dependencies like the following:
org.geotools gt-process 12-SNAPSHOT org.geotools gt-geometry 12-SNAPSHOT ... Now there is only a limited set of dependencies in the example. If I add other classes, I often get errors about class not being resolved. For example,
import org.geoserver.wps.WPSStorageCleaner;or
import org.geotools.gce.geotiff.GeoTiffReader;My question is, in general, where/how can I find out the correct values of , etc. for classes like above? Is there a central registry for this kind of info?
P.S. I need to do this in maven, and not by otherwise fiddling with eclipse settings and the like.The closest thing I can find is at https://maven-repository.com/artifact/org.geoserverHowever, the versions there are at 1.x, and I don't know how to use the values there.
Thanks in advance.
أكثر...
org.geotools gt-process 12-SNAPSHOT org.geotools gt-geometry 12-SNAPSHOT ... Now there is only a limited set of dependencies in the example. If I add other classes, I often get errors about class not being resolved. For example,
import org.geoserver.wps.WPSStorageCleaner;or
import org.geotools.gce.geotiff.GeoTiffReader;My question is, in general, where/how can I find out the correct values of , etc. for classes like above? Is there a central registry for this kind of info?
P.S. I need to do this in maven, and not by otherwise fiddling with eclipse settings and the like.The closest thing I can find is at https://maven-repository.com/artifact/org.geoserverHowever, the versions there are at 1.x, and I don't know how to use the values there.
Thanks in advance.
أكثر...