Hello,

To refresh the position of features, here my methods

public void setLat(double lat){
  latitude = lat;
  JTS.Point point = (JTS.Point)
super.getAttribute(featureType.getGeometryDescriptor().getName();
  Coordinate coord = point.getCoordinate();
  coord.y = lat;
}

Same to longitude with coord.x
The code for the selection is the same that selection lab.

Thanks.
-- 
View this message in context: 
http://osgeo-org.1803224.n2.nabble.com/Selection-with-dynamic-features-tp5166902p5176456.html
Sent from the geotools-gt2-users mailing list archive at Nabble.com.

------------------------------------------------------------------------------
ThinkGeek and WIRED's GeekDad team up for the Ultimate 
GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the 
lucky parental unit.  See the prize list and enter to win: 
http://p.sf.net/sfu/thinkgeek-promo
_______________________________________________
Geotools-gt2-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geotools-gt2-users

Reply via email to