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

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

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)
           
 

Uses of Speed in org.citygml4j.factory
 

Methods in org.citygml4j.factory that return Speed
 Speed GMLFactory.createSpeed()
           
 

Uses of Speed in org.citygml4j.impl.gml.measures
 

Classes in org.citygml4j.impl.gml.measures that implement Speed
 class SpeedImpl