public class TextureParamGateway
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
void |
close() |
void |
closeStatement() |
static TextureParamGateway |
getInstance(java.sql.Connection connection) |
java.lang.String |
getTexCoords(long surface_geometry_id,
long surface_data_id) |
void |
insert(java.lang.Long surfaceGeometryID,
java.lang.Long surfaceDataID,
boolean isTextureParametrization,
java.lang.String worldToTexture,
java.lang.String textureCoordinates) |
java.sql.ResultSet |
readTextureCoords(long surfaceDataID) |
java.sql.ResultSet |
readToSurfaceData(long surfaceDataID) |
java.sql.ResultSet |
readWorldTextures(long surfaceDataID) |
public static TextureParamGateway getInstance(java.sql.Connection connection)
public void close() throws java.sql.SQLException
java.sql.SQLException
public void insert(java.lang.Long surfaceGeometryID, java.lang.Long surfaceDataID, boolean isTextureParametrization, java.lang.String worldToTexture, java.lang.String textureCoordinates) throws oracle.spatial.citygml.core.persistence.jdbc.GatewayException
oracle.spatial.citygml.core.persistence.jdbc.GatewayException
public java.sql.ResultSet readToSurfaceData(long surfaceDataID)
public java.sql.ResultSet readWorldTextures(long surfaceDataID)
public java.sql.ResultSet readTextureCoords(long surfaceDataID)
public java.lang.String getTexCoords(long surface_geometry_id, long surface_data_id) throws java.sql.SQLException
java.sql.SQLException
public void closeStatement() throws java.sql.SQLException
java.sql.SQLException