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

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

Methods in org.citygml4j.factory that return ThoroughfareNumberTo
 ThoroughfareNumberTo XALFactory.createThoroughfareNumberTo()
           
 

Uses of ThoroughfareNumberTo in org.citygml4j.impl.xal
 

Classes in org.citygml4j.impl.xal that implement ThoroughfareNumberTo
 class ThoroughfareNumberToImpl
           
 

Methods in org.citygml4j.impl.xal that return ThoroughfareNumberTo
 ThoroughfareNumberTo ThoroughfareNumberRangeImpl.getThoroughfareNumberTo()
           
 

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

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)