Class SemanticSurfaceContext
- java.lang.Object
-
- org.citygml4j.binding.cityjson.extension.SemanticSurfaceContext
-
public class SemanticSurfaceContext extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description SemanticSurfaceContext(java.lang.Number lod, AbstractCityObject parent)
SemanticSurfaceContext(java.util.List<AbstractSurface> surfaces, java.lang.Number lod, AbstractCityObject parent)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Number
getLod()
AbstractCityObject
getParent()
java.util.List<AbstractSurface>
getSurfaces()
boolean
isSetSurfaces()
-
-
-
Constructor Detail
-
SemanticSurfaceContext
public SemanticSurfaceContext(java.util.List<AbstractSurface> surfaces, java.lang.Number lod, AbstractCityObject parent)
-
SemanticSurfaceContext
public SemanticSurfaceContext(java.lang.Number lod, AbstractCityObject parent)
-
-
Method Detail
-
isSetSurfaces
public boolean isSetSurfaces()
-
getSurfaces
public java.util.List<AbstractSurface> getSurfaces()
-
getLod
public java.lang.Number getLod()
-
getParent
public AbstractCityObject getParent()
-
-