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