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

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

Methods in org.citygml4j.builder.jaxb.marshal.xal with parameters of type KeyLineCode
 AddressDetails.PostalServiceElements.KeyLineCode XALMarshaller.marshalKeyLineCode(KeyLineCode src)
           
 

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

Methods in org.citygml4j.builder.jaxb.unmarshal.xal that return KeyLineCode
 KeyLineCode XALUnmarshaller.unmarshalKeyLineCode(AddressDetails.PostalServiceElements.KeyLineCode src)
           
 

Uses of KeyLineCode in org.citygml4j.factory
 

Methods in org.citygml4j.factory that return KeyLineCode
 KeyLineCode XALFactory.createKeyLineCode()
           
 

Uses of KeyLineCode in org.citygml4j.impl.xal
 

Classes in org.citygml4j.impl.xal that implement KeyLineCode
 class KeyLineCodeImpl
           
 

Methods in org.citygml4j.impl.xal that return KeyLineCode
 KeyLineCode PostalServiceElementsImpl.getKeyLineCode()
           
 

Methods in org.citygml4j.impl.xal with parameters of type KeyLineCode
 void PostalServiceElementsImpl.setKeyLineCode(KeyLineCode keyLineCode)
           
 

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

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

Uses of KeyLineCode in org.citygml4j.model.xal
 

Methods in org.citygml4j.model.xal that return KeyLineCode
 KeyLineCode PostalServiceElements.getKeyLineCode()
           
 

Methods in org.citygml4j.model.xal with parameters of type KeyLineCode
 void PostalServiceElements.setKeyLineCode(KeyLineCode keyLineCode)
           
 

Uses of KeyLineCode in org.citygml4j.util.walker
 

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