Interface CityJSONExtensionMarshaller
-
public interface CityJSONExtensionMarshaller
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AbstractCityObjectType
marshalCityObject(ADEModelObject src, CityJSON cityJSON)
Extension
marshalGenericApplicationProperty(ADEModelObject src, ADEPropertyContext context)
SemanticsType
marshalSemanticSurface(ADEModelObject src)
void
setADEMarshallerHelper(ADEMarshallerHelper helper)
-
-
-
Method Detail
-
setADEMarshallerHelper
void setADEMarshallerHelper(ADEMarshallerHelper helper)
-
marshalCityObject
AbstractCityObjectType marshalCityObject(ADEModelObject src, CityJSON cityJSON)
-
marshalSemanticSurface
SemanticsType marshalSemanticSurface(ADEModelObject src)
-
marshalGenericApplicationProperty
Extension marshalGenericApplicationProperty(ADEModelObject src, ADEPropertyContext context)
-
-