Class CityGMLMarshaller
- java.lang.Object
-
- org.citygml4j.builder.cityjson.marshal.citygml.CityGMLMarshaller
-
public class CityGMLMarshaller extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description CityGMLMarshaller(CityJSONMarshaller json)
-
Method Summary
-
-
-
Constructor Detail
-
CityGMLMarshaller
public CityGMLMarshaller(CityJSONMarshaller json)
-
-
Method Detail
-
marshal
public AbstractCityObjectType marshal(ModelObject src, CityJSON cityJSON)
-
marshalSemantics
public SemanticsType marshalSemantics(AbstractCityObject cityObject)
-
getAppearanceMarshaller
public AppearanceMarshaller getAppearanceMarshaller()
-
getBridgeMarshaller
public BridgeMarshaller getBridgeMarshaller()
-
getBuildingMarshaller
public BuildingMarshaller getBuildingMarshaller()
-
getCoreMarshaller
public CoreMarshaller getCoreMarshaller()
-
getCityFurnitureMarshaller
public CityFurnitureMarshaller getCityFurnitureMarshaller()
-
getCityObjectGroupMarshaller
public CityObjectGroupMarshaller getCityObjectGroupMarshaller()
-
getGenericsMarshaller
public GenericsMarshaller getGenericsMarshaller()
-
getLandUseMarshaller
public LandUseMarshaller getLandUseMarshaller()
-
getReliefMarshaller
public ReliefMarshaller getReliefMarshaller()
-
getTransportationMarshaller
public TransportationMarshaller getTransportationMarshaller()
-
getTunnelMarshaller
public TunnelMarshaller getTunnelMarshaller()
-
getVegetationMarshaller
public VegetationMarshaller getVegetationMarshaller()
-
getWaterBodyMarshaller
public WaterBodyMarshaller getWaterBodyMarshaller()
-
getCityJSONMarshaller
public CityJSONMarshaller getCityJSONMarshaller()
-
-