org.deegree.feature.persistence
Interface FeatureInspector


public interface FeatureInspector

Enables the inspection of Feature instances to be inserted in a FeatureStoreTransaction.

NOTE: Implementations must be thread-safe.

Version:
$Revision: 32096 $, $Date: 2011-10-05 13:41:47 +0200 (Wed, 05 Oct 2011) $
Author:
Markus Schneider, last edited by: $Author: mschneider $

Method Summary
 Feature inspect(Feature f)
          Invokes the inspection of the given Feature.
 

Method Detail

inspect

Feature inspect(Feature f)
Invokes the inspection of the given Feature.

Parameters:
f - feature to be inspected, never null
Returns:
inspected feature, may be a different or modified instance
Throws:
GeometryInspectionException - if the inspector rejects the Geometry


Copyright © 2011. All Rights Reserved.