| org.geotools.data.postgis.PostgisFeatureStore org.geotools.data.postgis.PostgisFeatureLocking
PostgisFeatureLocking | public class PostgisFeatureLocking extends PostgisFeatureStore implements FeatureLocking(Code) | | Extends PostgisFeatureLocking with support for Locking.
This class will be, horror, modey. While the are plenty of Object Oriented
ways to fix this I have a deadline right now.
When the DataStore is constructed it will create a LockingManager only if
the Postgis implementation does not support database locking. If the
lockingManger is present it will be used.
If the lockingManger is not present, the this class will use Database
locking
author: Jody Garnett, Refractions Research, Inc version: $Id: PostgisFeatureLocking.java 27862 2007-11-12 19:51:19Z desruisseaux $ |
lockFeature | public int lockFeature(Feature feature) throws IOException(Code) | | HACK HACK HACK!!! Don't use unless you're working on geoserver. just
using ints for return now, to easily swap out with what we've got going
on right now.
Parameters: feature - DOCUMENT ME! DOCUMENT ME! throws: IOException - DOCUMENT ME! throws: UnsupportedOperationException - DOCUMENT ME! |
Methods inherited from org.geotools.data.postgis.PostgisFeatureStore | protected ReferencedEnvelope bounds(Query query) throws IOException(Code)(Java Doc) public Envelope getBounds() throws IOException(Code)(Java Doc) public Envelope getBounds(Query query) throws IOException(Code)(Java Doc) protected Envelope getEnvelope(Connection conn, String geomName, SQLBuilder sqlBuilder, Filter filter) throws SQLException, SQLEncoderException, IOException, ParseException(Code)(Java Doc) protected PostgisDataStore getPostgisDataStore()(Code)(Java Doc) protected int getSRID(String geomName) throws IOException(Code)(Java Doc) public String makeSql(SQLUnpacker unpacker, Query query) throws IOException(Code)(Java Doc) public String makeSql(Query query) throws IOException(Code)(Java Doc) public void modifyFeatures(AttributeType[] type, Object[] value, Filter filter) throws IOException(Code)(Java Doc) public void modifyFeatures(AttributeType type, Object value, Filter filter) throws IOException(Code)(Java Doc) public void removeFeatures(Filter filter) throws IOException(Code)(Java Doc)
|
|
|