Interface SurfaceGeometryExporter
-
- All Known Implementing Classes:
DBSurfaceGeometry
public interface SurfaceGeometryExporter
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
addBatch(long id, GeometrySetter.AbstractGeometry setter)
void
addBatch(long id, GeometrySetter.CompositeSolid setter)
void
addBatch(long id, GeometrySetter.CompositeSurface setter)
void
addBatch(long id, GeometrySetter.MultiPolygon setter)
void
addBatch(long id, GeometrySetter.MultiSolid setter)
void
addBatch(long id, GeometrySetter.MultiSurface setter)
void
addBatch(long id, GeometrySetter.Polygon setter)
void
addBatch(long id, GeometrySetter.Solid setter)
void
addBatch(long id, GeometrySetter.Surface setter)
void
addBatch(long id, GeometrySetter.Tin setter)
void
addBatch(long id, GeometrySetterHandler handler)
-
-
-
Method Detail
-
addBatch
void addBatch(long id, GeometrySetterHandler handler) throws CityGMLExportException, java.sql.SQLException
- Throws:
CityGMLExportException
java.sql.SQLException
-
addBatch
void addBatch(long id, GeometrySetter.AbstractGeometry setter) throws CityGMLExportException, java.sql.SQLException
- Throws:
CityGMLExportException
java.sql.SQLException
-
addBatch
void addBatch(long id, GeometrySetter.Surface setter) throws CityGMLExportException, java.sql.SQLException
- Throws:
CityGMLExportException
java.sql.SQLException
-
addBatch
void addBatch(long id, GeometrySetter.CompositeSurface setter) throws CityGMLExportException, java.sql.SQLException
- Throws:
CityGMLExportException
java.sql.SQLException
-
addBatch
void addBatch(long id, GeometrySetter.MultiSurface setter) throws CityGMLExportException, java.sql.SQLException
- Throws:
CityGMLExportException
java.sql.SQLException
-
addBatch
void addBatch(long id, GeometrySetter.Polygon setter) throws CityGMLExportException, java.sql.SQLException
- Throws:
CityGMLExportException
java.sql.SQLException
-
addBatch
void addBatch(long id, GeometrySetter.MultiPolygon setter) throws CityGMLExportException, java.sql.SQLException
- Throws:
CityGMLExportException
java.sql.SQLException
-
addBatch
void addBatch(long id, GeometrySetter.Solid setter) throws CityGMLExportException, java.sql.SQLException
- Throws:
CityGMLExportException
java.sql.SQLException
-
addBatch
void addBatch(long id, GeometrySetter.CompositeSolid setter) throws CityGMLExportException, java.sql.SQLException
- Throws:
CityGMLExportException
java.sql.SQLException
-
addBatch
void addBatch(long id, GeometrySetter.MultiSolid setter) throws CityGMLExportException, java.sql.SQLException
- Throws:
CityGMLExportException
java.sql.SQLException
-
addBatch
void addBatch(long id, GeometrySetter.Tin setter) throws CityGMLExportException, java.sql.SQLException
- Throws:
CityGMLExportException
java.sql.SQLException
-
-