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