Uses of Class
org.citygml4j.model.gml.measures.Speed

Packages that use Speed
org.citygml4j.builder.jaxb.marshal.gml   
org.citygml4j.builder.jaxb.unmarshal.gml   
 

Uses of Speed in org.citygml4j.builder.jaxb.marshal.gml
 

Methods in org.citygml4j.builder.jaxb.marshal.gml with parameters of type Speed
 SpeedType GMLMarshaller.marshalSpeed(Speed src)
           
 

Uses of Speed in org.citygml4j.builder.jaxb.unmarshal.gml
 

Methods in org.citygml4j.builder.jaxb.unmarshal.gml that return Speed
 Speed GMLUnmarshaller.unmarshalSpeed(SpeedType src)