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>?? or is there any way to extract the IDs from selectedIds??
oh and where can i get example to put label in some area ? Darmawan mbedward wrote: > >> so in displaySelectedFeatures i have only selectedIds. so how can i get >> the >> IDs within selected so i can set the rule?? > > You are allowed to modify the displaySelectedFeatures method you know :-) > > You can change it to whatever is appropriate, for instance: > > displaySelectedFeatures(Set<FeatureId> set1, Set<FeatureId> set2) > > or > > displaySelectedFeatures( Map<FeatureId, Integer> featureGroups ) > > or anything else you like. This is what I was referring to in the last > post. > > 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 > > -- View this message in context: http://n2.nabble.com/Get-the-data-from-Info-tools-in-MapDisplayLab-tp3843728p3857965.html Sent from the geotools-gt2-users mailing list archive at Nabble.com. ------------------------------------------------------------------------------ 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
