public class TransportationMarshaller
extends java.lang.Object
Constructor and Description |
---|
TransportationMarshaller(CityGMLMarshaller citygml) |
Modifier and Type | Method and Description |
---|---|
java.util.List<AbstractCityObjectType> |
marshal(ModelObject src) |
java.util.List<AbstractCityObjectType> |
marshalRailway(Railway src) |
java.util.List<AbstractCityObjectType> |
marshalRoad(Road src) |
SemanticsType |
marshalSemantics(AbstractCityObject cityObject) |
java.util.List<AbstractCityObjectType> |
marshalSquare(Square src) |
void |
marshalTransportationComplex(TransportationComplex src,
AbstractTransportationComplexType dest) |
public TransportationMarshaller(CityGMLMarshaller citygml)
public java.util.List<AbstractCityObjectType> marshal(ModelObject src)
public SemanticsType marshalSemantics(AbstractCityObject cityObject)
public void marshalTransportationComplex(TransportationComplex src, AbstractTransportationComplexType dest)
public java.util.List<AbstractCityObjectType> marshalRoad(Road src)
public java.util.List<AbstractCityObjectType> marshalRailway(Railway src)
public java.util.List<AbstractCityObjectType> marshalSquare(Square src)