Hello Paul, > I'm trying to do this: > > import org.opengis.feature.simple.SimpleFeature; > import org.opengis.feature.simple.SimpleFeatureType; > > private SimpleFeatureType simpleFeatureType = null; > FeatureSource<SimpleFeatureType, SimpleFeature> featureSource = null; > > What can I do instead? >
There's nothing wrong with your code. Those types and packages are the same in GeoTools 2.6.0. If you are adding jars to your project manually (rather than using Maven) please check that have geoapi version 2.3 included. Michael ------------------------------------------------------------------------------ Join us December 9, 2009 for the Red Hat Virtual Experience, a free event focused on virtualization and cloud computing. Attend in-depth sessions from your desk. Your couch. Anywhere. http://p.sf.net/sfu/redhat-sfdev2dev _______________________________________________ Geotools-gt2-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geotools-gt2-users
