Package org.citydb.citygml.importer.util
Class LocalAppearanceHandler.SurfaceGeometryTarget
- java.lang.Object
-
- org.citydb.citygml.importer.util.LocalAppearanceHandler.SurfaceGeometryTarget
-
- Enclosing class:
- LocalAppearanceHandler
public class LocalAppearanceHandler.SurfaceGeometryTarget extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GeometryObject
compileTextureCoordinates()
long
getSurfaceGeometryId()
boolean
isComplete()
-
-
-
Method Detail
-
isComplete
public boolean isComplete()
-
compileTextureCoordinates
public GeometryObject compileTextureCoordinates()
-
getSurfaceGeometryId
public long getSurfaceGeometryId()
-
-