Class CityObjectContext
- java.lang.Object
-
- org.citygml4j.binding.cityjson.extension.CityObjectContext
-
public class CityObjectContext extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description CityObjectContext(AbstractFeature parent, CityJSON cityJSON)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CityJSON
getCityJSON()
AbstractFeature
getParent()
-
-
-
Constructor Detail
-
CityObjectContext
public CityObjectContext(AbstractFeature parent, CityJSON cityJSON)
-
-
Method Detail
-
getParent
public AbstractFeature getParent()
-
getCityJSON
public CityJSON getCityJSON()
-
-