Uses of Class
org.citygml4j.jaxb.citygml.brid._2.BridgeType

Packages that use BridgeType
org.citygml4j.builder.jaxb.marshal.citygml.bridge   
org.citygml4j.builder.jaxb.unmarshal.citygml.bridge   
org.citygml4j.jaxb.citygml.brid._2   
 

Uses of BridgeType in org.citygml4j.builder.jaxb.marshal.citygml.bridge
 

Methods in org.citygml4j.builder.jaxb.marshal.citygml.bridge that return BridgeType
 BridgeType Bridge200Marshaller.marshalBridge(Bridge src)
           
 

Methods in org.citygml4j.builder.jaxb.marshal.citygml.bridge with parameters of type BridgeType
 void Bridge200Marshaller.marshalBridge(Bridge src, BridgeType dest)
           
 

Uses of BridgeType in org.citygml4j.builder.jaxb.unmarshal.citygml.bridge
 

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml.bridge with parameters of type BridgeType
 Bridge Bridge200Unmarshaller.unmarshalBridge(BridgeType src)
           
 void Bridge200Unmarshaller.unmarshalBridge(BridgeType src, Bridge dest)
           
 

Uses of BridgeType in org.citygml4j.jaxb.citygml.brid._2
 

Methods in org.citygml4j.jaxb.citygml.brid._2 that return BridgeType
 BridgeType ObjectFactory.createBridgeType()
          Create an instance of BridgeType
 

Methods in org.citygml4j.jaxb.citygml.brid._2 that return types with arguments of type BridgeType
 javax.xml.bind.JAXBElement<BridgeType> ObjectFactory.createBridge(BridgeType value)
          Create an instance of JAXBElement<BridgeType>}
 

Methods in org.citygml4j.jaxb.citygml.brid._2 with parameters of type BridgeType
 javax.xml.bind.JAXBElement<BridgeType> ObjectFactory.createBridge(BridgeType value)
          Create an instance of JAXBElement<BridgeType>}