Sorry for the late answer. About your questions I have a few questions:
> I have a few questions: > - I was unable to locate the 'file:target/0/streams.properties' file, I > image that it contains some database connection properties. I have used a > URI to my original shape file instead, is that OK? Yes, this is special for shape files. The normal way is to specify a property file for the date store (jdbc connection params,...) > - Can the 'featureName' value (GenStreams) be any name or is it based on > some value within the original shape file? any new name, because you are introducing a new FeatureType > - Can the 'baseFeatureName' value (streams) be any name or is it based on > some value within the original shape file? For shape files,It is based on the on the feature name of the original shape file. For other datastores (postgis....), there are many featuretypes within a feature store, so you have to select one. Shape Files are something special because one FeatureStore has exactly one FeatureTyp. BTW. did you find a way to handle Hints.GEOMETRY_DISTANCE ? ---------------------------------------------------------------- This message was sent using IMP, the Internet Messaging Program. ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ Geotools-gt2-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geotools-gt2-users
