public interface PersistenceManagerFactory
Modifier and Type | Method and Description |
---|---|
void |
dispose()
Cleans up all resources opened by this factory such as database connections or opened files.
|
CityModelPersistenceManager |
getCityModelPersistenceManager()
Returns a
CityModelPersistenceManager implementation that can be used to persist or
read CityModel features from the datasource being encapsulared by the returned manager. |
CityObjectPersistenceManager |
getCityObjectPersistenceManagerInstance()
Returns a
CityObjectPersistenceManager implementation that can be used to persist or
read CityObject features from the datasource being encapsulared by the returned manager. |
void |
setCityObjectContext(oracle.spatial.citygml.model.CityModel cityModel)
Establishes a particular CityModel context for CityObject features being processed by any of the managers
provided by this factory.
|
CityModelPersistenceManager getCityModelPersistenceManager()
CityModelPersistenceManager
implementation that can be used to persist or
read CityModel features from the datasource being encapsulared by the returned manager.CityModelPersistenceManager
implementationCityObjectPersistenceManager getCityObjectPersistenceManagerInstance()
CityObjectPersistenceManager
implementation that can be used to persist or
read CityObject features from the datasource being encapsulared by the returned manager.CityObjectPersistenceManager
implementationvoid setCityObjectContext(oracle.spatial.citygml.model.CityModel cityModel)
cityModel
- a context object for CityObject operations.void dispose() throws java.sql.SQLException
java.sql.SQLException