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

Packages that use ThoroughfareNumberTo
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 ThoroughfareNumberTo in org.citygml4j.builder.jaxb.marshal.xal
 

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

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

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

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

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

Uses of ThoroughfareNumberTo in org.citygml4j.model.xal
 

Methods in org.citygml4j.model.xal that return ThoroughfareNumberTo
 ThoroughfareNumberTo ThoroughfareNumberRange.getThoroughfareNumberTo()
           
 

Methods in org.citygml4j.model.xal with parameters of type ThoroughfareNumberTo
 void ThoroughfareNumberRange.setThoroughfareNumberTo(ThoroughfareNumberTo thoroughfareNumberTo)
           
 

Uses of ThoroughfareNumberTo in org.citygml4j.util.walker
 

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