public class ReliefFeatureMapper
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
void |
dispose() |
static ReliefFeatureMapper |
getInstance(oracle.spatial.citygml.core.persistence.jdbc.pooling.ConnectionPool connPool,
oracle.spatial.citygml.core.persistence.jdbc.core.CityObjectMapper cityObjectMapper,
ReliefComponentMapper reliefComponentMapper) |
void |
insert(oracle.spatial.citygml.model.relief.ReliefFeature reliefFeature) |
oracle.spatial.citygml.model.relief.ReliefFeature |
read(long cityObjectID) |
public static ReliefFeatureMapper getInstance(oracle.spatial.citygml.core.persistence.jdbc.pooling.ConnectionPool connPool, oracle.spatial.citygml.core.persistence.jdbc.core.CityObjectMapper cityObjectMapper, ReliefComponentMapper reliefComponentMapper)
public void dispose()
throws java.sql.SQLException
java.sql.SQLExceptionpublic void insert(oracle.spatial.citygml.model.relief.ReliefFeature reliefFeature)
throws oracle.spatial.citygml.core.persistence.jdbc.DataMapperException
oracle.spatial.citygml.core.persistence.jdbc.DataMapperExceptionpublic oracle.spatial.citygml.model.relief.ReliefFeature read(long cityObjectID)
throws java.sql.SQLException
java.sql.SQLException