public class Transportation200Unmarshaller
extends java.lang.Object
Constructor and Description |
---|
Transportation200Unmarshaller(CityGMLUnmarshaller citygml) |
Modifier and Type | Method and Description |
---|---|
boolean |
assignGenericProperty(ADEGenericElement genericProperty,
javax.xml.namespace.QName substitutionGroup,
CityGML dest) |
CityGML |
unmarshal(javax.xml.bind.JAXBElement<?> src) |
CityGML |
unmarshal(java.lang.Object 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) |
public Transportation200Unmarshaller(CityGMLUnmarshaller citygml)
public CityGML unmarshal(javax.xml.bind.JAXBElement<?> src) throws MissingADESchemaException
MissingADESchemaException
public CityGML unmarshal(java.lang.Object src) throws MissingADESchemaException
MissingADESchemaException
public void unmarshalAbstractTransportationObject(net.opengis.citygml.transportation._2.AbstractTransportationObjectType src, AbstractTransportationObject dest) throws MissingADESchemaException
MissingADESchemaException
public void unmarshalAuxiliaryTrafficArea(net.opengis.citygml.transportation._2.AuxiliaryTrafficAreaType src, AuxiliaryTrafficArea dest) throws MissingADESchemaException
MissingADESchemaException
public AuxiliaryTrafficArea unmarshalAuxiliaryTrafficArea(net.opengis.citygml.transportation._2.AuxiliaryTrafficAreaType src) throws MissingADESchemaException
MissingADESchemaException
public AuxiliaryTrafficAreaProperty unmarshalAuxiliaryTrafficAreaProperty(net.opengis.citygml.transportation._2.AuxiliaryTrafficAreaPropertyType src) throws MissingADESchemaException
MissingADESchemaException
public void unmarshalRailway(net.opengis.citygml.transportation._2.RailwayType src, Railway dest) throws MissingADESchemaException
MissingADESchemaException
public Railway unmarshalRailway(net.opengis.citygml.transportation._2.RailwayType src) throws MissingADESchemaException
MissingADESchemaException
public void unmarshalRoad(net.opengis.citygml.transportation._2.RoadType src, Road dest) throws MissingADESchemaException
MissingADESchemaException
public Road unmarshalRoad(net.opengis.citygml.transportation._2.RoadType src) throws MissingADESchemaException
MissingADESchemaException
public void unmarshalSquare(net.opengis.citygml.transportation._2.SquareType src, Square dest) throws MissingADESchemaException
MissingADESchemaException
public Square unmarshalSquare(net.opengis.citygml.transportation._2.SquareType src) throws MissingADESchemaException
MissingADESchemaException
public void unmarshalTrack(net.opengis.citygml.transportation._2.TrackType src, Track dest) throws MissingADESchemaException
MissingADESchemaException
public Track unmarshalTrack(net.opengis.citygml.transportation._2.TrackType src) throws MissingADESchemaException
MissingADESchemaException
public void unmarshalTrafficArea(net.opengis.citygml.transportation._2.TrafficAreaType src, TrafficArea dest) throws MissingADESchemaException
MissingADESchemaException
public TrafficArea unmarshalTrafficArea(net.opengis.citygml.transportation._2.TrafficAreaType src) throws MissingADESchemaException
MissingADESchemaException
public TrafficAreaProperty unmarshalTrafficAreaProperty(net.opengis.citygml.transportation._2.TrafficAreaPropertyType src) throws MissingADESchemaException
MissingADESchemaException
public void unmarshalTransportationComplex(net.opengis.citygml.transportation._2.TransportationComplexType src, TransportationComplex dest) throws MissingADESchemaException
MissingADESchemaException
public TransportationComplex unmarshalTransportationComplex(net.opengis.citygml.transportation._2.TransportationComplexType src) throws MissingADESchemaException
MissingADESchemaException
public boolean assignGenericProperty(ADEGenericElement genericProperty, javax.xml.namespace.QName substitutionGroup, CityGML dest)