Class BridgeMarshaller
- java.lang.Object
-
- org.citygml4j.builder.cityjson.marshal.citygml.bridge.BridgeMarshaller
-
public class BridgeMarshaller extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description BridgeMarshaller(CityGMLMarshaller citygml)
-
Method Summary
-
-
-
Constructor Detail
-
BridgeMarshaller
public BridgeMarshaller(CityGMLMarshaller citygml)
-
-
Method Detail
-
marshal
public AbstractCityObjectType marshal(ModelObject src, CityJSON cityJSON)
-
marshalSemantics
public SemanticsType marshalSemantics(AbstractCityObject cityObject)
-
marshalAbstractBridge
public void marshalAbstractBridge(AbstractBridge src, AbstractBridgeType dest, CityJSON cityJSON)
-
marshalBridge
public void marshalBridge(Bridge src, BridgeType dest, CityJSON cityJSON)
-
marshalBridge
public BridgeType marshalBridge(Bridge src, CityJSON cityJSON)
-
marshalBridgePart
public void marshalBridgePart(BridgePart src, BridgePartType dest, CityJSON cityJSON)
-
marshalBridgePart
public BridgePartType marshalBridgePart(BridgePart src, CityJSON cityJSON)
-
marshalBridgeConstructionElement
public void marshalBridgeConstructionElement(BridgeConstructionElement src, BridgeConstructionElementType dest, CityJSON cityJSON)
-
marshalBridgeConstructionElement
public BridgeConstructionElementType marshalBridgeConstructionElement(BridgeConstructionElement src, CityJSON cityJSON)
-
marshalBridgeInstallation
public void marshalBridgeInstallation(BridgeInstallation src, BridgeInstallationType dest, CityJSON cityJSON)
-
marshalBridgeInstallation
public BridgeInstallationType marshalBridgeInstallation(BridgeInstallation src, CityJSON cityJSON)
-
-