Class TunnelMarshaller
- java.lang.Object
-
- org.citygml4j.builder.cityjson.marshal.citygml.tunnel.TunnelMarshaller
-
public class TunnelMarshaller extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description TunnelMarshaller(CityGMLMarshaller citygml)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AbstractCityObjectType
marshal(ModelObject src, CityJSON cityJSON)
void
marshalAbstractTunnel(AbstractTunnel src, AbstractTunnelType dest, CityJSON cityJSON)
SemanticsType
marshalSemantics(AbstractCityObject cityObject)
TunnelType
marshalTunnel(Tunnel src, CityJSON cityJSON)
void
marshalTunnel(Tunnel src, TunnelType dest, CityJSON cityJSON)
TunnelInstallationType
marshalTunnelInstallation(TunnelInstallation src, CityJSON cityJSON)
void
marshalTunnelInstallation(TunnelInstallation src, TunnelInstallationType dest, CityJSON cityJSON)
TunnelPartType
marshalTunnelPart(TunnelPart src, CityJSON cityJSON)
void
marshalTunnelPart(TunnelPart src, TunnelPartType dest, CityJSON cityJSON)
-
-
-
Constructor Detail
-
TunnelMarshaller
public TunnelMarshaller(CityGMLMarshaller citygml)
-
-
Method Detail
-
marshal
public AbstractCityObjectType marshal(ModelObject src, CityJSON cityJSON)
-
marshalSemantics
public SemanticsType marshalSemantics(AbstractCityObject cityObject)
-
marshalAbstractTunnel
public void marshalAbstractTunnel(AbstractTunnel src, AbstractTunnelType dest, CityJSON cityJSON)
-
marshalTunnel
public void marshalTunnel(Tunnel src, TunnelType dest, CityJSON cityJSON)
-
marshalTunnel
public TunnelType marshalTunnel(Tunnel src, CityJSON cityJSON)
-
marshalTunnelPart
public void marshalTunnelPart(TunnelPart src, TunnelPartType dest, CityJSON cityJSON)
-
marshalTunnelPart
public TunnelPartType marshalTunnelPart(TunnelPart src, CityJSON cityJSON)
-
marshalTunnelInstallation
public void marshalTunnelInstallation(TunnelInstallation src, TunnelInstallationType dest, CityJSON cityJSON)
-
marshalTunnelInstallation
public TunnelInstallationType marshalTunnelInstallation(TunnelInstallation src, CityJSON cityJSON)
-
-