org.deegree.feature.persistence.sql.converter
Interface CustomParticleConverter<T extends TypedObjectNode>
- All Superinterfaces:
- ParticleConverter<T>
public interface CustomParticleConverter<T extends TypedObjectNode>
- extends ParticleConverter<T>
Implementations are ParticleConverter that can be plugged into the maaping process via configuration.
- Version:
- $Revision: 30942 $, $Date: 2011-05-27 18:16:00 +0200 (Fri, 27 May 2011) $
- Author:
- Markus Schneider, last edited by: $Author: mschneider $
init
void init(Mapping mapping,
SQLFeatureStore fs)
- Called during the init of the
SQLFeatureStore that this converter is attached to.
- Parameters:
mapping - mapping that this converter is attached to, never nullfs - feature store, never null
Copyright © 2011. All Rights Reserved.