Uses of Class
org.citygml4j.model.xal.ThoroughfareNumberFrom

Packages that use ThoroughfareNumberFrom
org.citygml4j.builder.jaxb.marshal.xal   
org.citygml4j.builder.jaxb.unmarshal.xal   
org.citygml4j.model.common.visitor   
org.citygml4j.model.xal   
org.citygml4j.util.walker   
 

Uses of ThoroughfareNumberFrom in org.citygml4j.builder.jaxb.marshal.xal
 

Methods in org.citygml4j.builder.jaxb.marshal.xal with parameters of type ThoroughfareNumberFrom
 ThoroughfareElement.ThoroughfareNumberRange.ThoroughfareNumberFrom XALMarshaller.marshalThoroughfareNumberFrom(ThoroughfareNumberFrom src)
           
 

Uses of ThoroughfareNumberFrom in org.citygml4j.builder.jaxb.unmarshal.xal
 

Methods in org.citygml4j.builder.jaxb.unmarshal.xal that return ThoroughfareNumberFrom
 ThoroughfareNumberFrom XALUnmarshaller.unmarshalThoroughfareNumberFrom(ThoroughfareElement.ThoroughfareNumberRange.ThoroughfareNumberFrom src)
           
 

Uses of ThoroughfareNumberFrom in org.citygml4j.model.common.visitor
 

Methods in org.citygml4j.model.common.visitor with parameters of type ThoroughfareNumberFrom
 T XALFunctor.apply(ThoroughfareNumberFrom thoroughfareNumberFrom)
           
 void XALVisitor.visit(ThoroughfareNumberFrom thoroughfareNumberFrom)
           
 

Uses of ThoroughfareNumberFrom in org.citygml4j.model.xal
 

Methods in org.citygml4j.model.xal that return ThoroughfareNumberFrom
 ThoroughfareNumberFrom ThoroughfareNumberRange.getThoroughfareNumberFrom()
           
 

Methods in org.citygml4j.model.xal with parameters of type ThoroughfareNumberFrom
 void ThoroughfareNumberRange.setThoroughfareNumberFrom(ThoroughfareNumberFrom thoroughfareNumberFrom)
           
 

Uses of ThoroughfareNumberFrom in org.citygml4j.util.walker
 

Methods in org.citygml4j.util.walker with parameters of type ThoroughfareNumberFrom
 void XALWalker.visit(ThoroughfareNumberFrom thoroughfareNumberFrom)