2009/10/20 dadar wrote: > > actually i want to create array of Set<FeatureId> so i can set and create the > style. > but i don't know how to declare it. jody tell me using addAll function. > how if i want to create array of Set<FeatureId>??
That's a basic Java question - not a GeoTools question. I suggest you use google or consult one of the many good introductory Java textbooks. In order to be able to use GeoTools you really need to understand fundamental Java concepts and techniques such as working with Collections, otherwise none of the answers that people give you on this list will make any sense to you. Michael ------------------------------------------------------------------------------ Come build with us! The BlackBerry(R) Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9 - 12, 2009. Register now! http://p.sf.net/sfu/devconference _______________________________________________ Geotools-gt2-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geotools-gt2-users
