| java.lang.Object org.geotools.feature.DefaultFeature org.geotools.data.jdbc.MutableFIDFeature
MutableFIDFeature | public class MutableFIDFeature extends DefaultFeature (Code) | | author: Sean Geoghegan, Defence Science and Technology Organisation author: $Author: aaime $ version: $Id: MutableFIDFeature.java 23526 2006-12-19 20:24:09Z aaime $ version: Last Modified: $Date: 2004/04/09 15:30:52 $ |
Method Summary | |
public void | setID(String id) Sets the FID, used by datastores only.
I would love to protect this for safety reason, i.e. |
setID | public void setID(String id)(Code) | | Sets the FID, used by datastores only.
I would love to protect this for safety reason, i.e. so client classes can't
use it by casting to it.
Parameters: id - The fid to set. |
|
|