| java.lang.Object org.geotools.data.postgis.VersionedFeatureWriter
VersionedFeatureWriter | class VersionedFeatureWriter implements FeatureWriter(Code) | | A feature writer that handles versioning using two slave feature writers to expire old features
and create new revisions of the features
author: aaime since: 2.4 |
VersionedFeatureWriter | public VersionedFeatureWriter(FeatureWriter updateWriter, FeatureWriter appendWriter, FeatureType featureType, VersionedJdbcTransactionState state, VersionedFIDMapper mapper, boolean autoCommit)(Code) | | Builds a new feature writer
Parameters: updateWriter - Parameters: appendWriter - Parameters: featureType - the outside visible feature type Parameters: mapper - Parameters: autoCommit - if true, the transaction need to be committed once the writer is closed |
getLatLonFeatureEnvelope | public Envelope getLatLonFeatureEnvelope(Feature feature) throws IOException(Code) | | Computes a feature's envelope, using all geometry attributes, and returns an envelop in WGS84
Parameters: oldFeature - throws: TransformException - |
|
|