Class Transportation200Unmarshaller
- java.lang.Object
-
- org.citygml4j.builder.jaxb.unmarshal.citygml.transportation.Transportation200Unmarshaller
-
public class Transportation200Unmarshaller extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Transportation200Unmarshaller(CityGMLUnmarshaller citygml)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
assignGenericProperty(ADEGenericElement genericProperty, javax.xml.namespace.QName substitutionGroup, AbstractGML dest)
CityGML
unmarshal(java.lang.Object src)
CityGML
unmarshal(javax.xml.bind.JAXBElement<?> src)
void
unmarshalAbstractTransportationObject(net.opengis.citygml.transportation._2.AbstractTransportationObjectType src, AbstractTransportationObject dest)
AuxiliaryTrafficArea
unmarshalAuxiliaryTrafficArea(net.opengis.citygml.transportation._2.AuxiliaryTrafficAreaType src)
void
unmarshalAuxiliaryTrafficArea(net.opengis.citygml.transportation._2.AuxiliaryTrafficAreaType src, AuxiliaryTrafficArea dest)
AuxiliaryTrafficAreaProperty
unmarshalAuxiliaryTrafficAreaProperty(net.opengis.citygml.transportation._2.AuxiliaryTrafficAreaPropertyType src)
Railway
unmarshalRailway(net.opengis.citygml.transportation._2.RailwayType src)
void
unmarshalRailway(net.opengis.citygml.transportation._2.RailwayType src, Railway dest)
Road
unmarshalRoad(net.opengis.citygml.transportation._2.RoadType src)
void
unmarshalRoad(net.opengis.citygml.transportation._2.RoadType src, Road dest)
Square
unmarshalSquare(net.opengis.citygml.transportation._2.SquareType src)
void
unmarshalSquare(net.opengis.citygml.transportation._2.SquareType src, Square dest)
Track
unmarshalTrack(net.opengis.citygml.transportation._2.TrackType src)
void
unmarshalTrack(net.opengis.citygml.transportation._2.TrackType src, Track dest)
TrafficArea
unmarshalTrafficArea(net.opengis.citygml.transportation._2.TrafficAreaType src)
void
unmarshalTrafficArea(net.opengis.citygml.transportation._2.TrafficAreaType src, TrafficArea dest)
TrafficAreaProperty
unmarshalTrafficAreaProperty(net.opengis.citygml.transportation._2.TrafficAreaPropertyType src)
TransportationComplex
unmarshalTransportationComplex(net.opengis.citygml.transportation._2.TransportationComplexType src)
void
unmarshalTransportationComplex(net.opengis.citygml.transportation._2.TransportationComplexType src, TransportationComplex dest)
-
-
-
Constructor Detail
-
Transportation200Unmarshaller
public Transportation200Unmarshaller(CityGMLUnmarshaller citygml)
-
-
Method Detail
-
unmarshal
public CityGML unmarshal(javax.xml.bind.JAXBElement<?> src) throws MissingADESchemaException
- Throws:
MissingADESchemaException
-
unmarshal
public CityGML unmarshal(java.lang.Object src) throws MissingADESchemaException
- Throws:
MissingADESchemaException
-
unmarshalAbstractTransportationObject
public void unmarshalAbstractTransportationObject(net.opengis.citygml.transportation._2.AbstractTransportationObjectType src, AbstractTransportationObject dest) throws MissingADESchemaException
- Throws:
MissingADESchemaException
-
unmarshalAuxiliaryTrafficArea
public void unmarshalAuxiliaryTrafficArea(net.opengis.citygml.transportation._2.AuxiliaryTrafficAreaType src, AuxiliaryTrafficArea dest) throws MissingADESchemaException
- Throws:
MissingADESchemaException
-
unmarshalAuxiliaryTrafficArea
public AuxiliaryTrafficArea unmarshalAuxiliaryTrafficArea(net.opengis.citygml.transportation._2.AuxiliaryTrafficAreaType src) throws MissingADESchemaException
- Throws:
MissingADESchemaException
-
unmarshalAuxiliaryTrafficAreaProperty
public AuxiliaryTrafficAreaProperty unmarshalAuxiliaryTrafficAreaProperty(net.opengis.citygml.transportation._2.AuxiliaryTrafficAreaPropertyType src) throws MissingADESchemaException
- Throws:
MissingADESchemaException
-
unmarshalRailway
public void unmarshalRailway(net.opengis.citygml.transportation._2.RailwayType src, Railway dest) throws MissingADESchemaException
- Throws:
MissingADESchemaException
-
unmarshalRailway
public Railway unmarshalRailway(net.opengis.citygml.transportation._2.RailwayType src) throws MissingADESchemaException
- Throws:
MissingADESchemaException
-
unmarshalRoad
public void unmarshalRoad(net.opengis.citygml.transportation._2.RoadType src, Road dest) throws MissingADESchemaException
- Throws:
MissingADESchemaException
-
unmarshalRoad
public Road unmarshalRoad(net.opengis.citygml.transportation._2.RoadType src) throws MissingADESchemaException
- Throws:
MissingADESchemaException
-
unmarshalSquare
public void unmarshalSquare(net.opengis.citygml.transportation._2.SquareType src, Square dest) throws MissingADESchemaException
- Throws:
MissingADESchemaException
-
unmarshalSquare
public Square unmarshalSquare(net.opengis.citygml.transportation._2.SquareType src) throws MissingADESchemaException
- Throws:
MissingADESchemaException
-
unmarshalTrack
public void unmarshalTrack(net.opengis.citygml.transportation._2.TrackType src, Track dest) throws MissingADESchemaException
- Throws:
MissingADESchemaException
-
unmarshalTrack
public Track unmarshalTrack(net.opengis.citygml.transportation._2.TrackType src) throws MissingADESchemaException
- Throws:
MissingADESchemaException
-
unmarshalTrafficArea
public void unmarshalTrafficArea(net.opengis.citygml.transportation._2.TrafficAreaType src, TrafficArea dest) throws MissingADESchemaException
- Throws:
MissingADESchemaException
-
unmarshalTrafficArea
public TrafficArea unmarshalTrafficArea(net.opengis.citygml.transportation._2.TrafficAreaType src) throws MissingADESchemaException
- Throws:
MissingADESchemaException
-
unmarshalTrafficAreaProperty
public TrafficAreaProperty unmarshalTrafficAreaProperty(net.opengis.citygml.transportation._2.TrafficAreaPropertyType src) throws MissingADESchemaException
- Throws:
MissingADESchemaException
-
unmarshalTransportationComplex
public void unmarshalTransportationComplex(net.opengis.citygml.transportation._2.TransportationComplexType src, TransportationComplex dest) throws MissingADESchemaException
- Throws:
MissingADESchemaException
-
unmarshalTransportationComplex
public TransportationComplex unmarshalTransportationComplex(net.opengis.citygml.transportation._2.TransportationComplexType src) throws MissingADESchemaException
- Throws:
MissingADESchemaException
-
assignGenericProperty
public boolean assignGenericProperty(ADEGenericElement genericProperty, javax.xml.namespace.QName substitutionGroup, AbstractGML dest)
-
-