Uses of Interface
org.citygml4j.model.citygml.generics.UriAttribute

Packages that use UriAttribute
org.citygml4j.builder.jaxb.marshal.citygml.generics   
org.citygml4j.builder.jaxb.unmarshal.citygml.generics   
org.citygml4j.factory   
org.citygml4j.impl.citygml.generics   
 

Uses of UriAttribute in org.citygml4j.builder.jaxb.marshal.citygml.generics
 

Methods in org.citygml4j.builder.jaxb.marshal.citygml.generics with parameters of type UriAttribute
 UriAttributeType Generics100Marshaller.marshalUriAttribute(UriAttribute src)
           
 UriAttributeType Generics040Marshaller.marshalUriAttribute(UriAttribute src)
           
 void Generics100Marshaller.marshalUriAttribute(UriAttribute src, UriAttributeType dest)
           
 void Generics040Marshaller.marshalUriAttribute(UriAttribute src, UriAttributeType dest)
           
 

Uses of UriAttribute in org.citygml4j.builder.jaxb.unmarshal.citygml.generics
 

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml.generics that return UriAttribute
 UriAttribute Generics100Unmarshaller.unmarshalUriAttribute(UriAttributeType src)
           
 UriAttribute Generics040Unmarshaller.unmarshalUriAttribute(UriAttributeType src)
           
 

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml.generics with parameters of type UriAttribute
 void Generics100Unmarshaller.unmarshalUriAttribute(UriAttributeType src, UriAttribute dest)
           
 void Generics040Unmarshaller.unmarshalUriAttribute(UriAttributeType src, UriAttribute dest)
           
 

Uses of UriAttribute in org.citygml4j.factory
 

Methods in org.citygml4j.factory that return UriAttribute
 UriAttribute CityGMLFactory.createUriAttribute()
           
 

Uses of UriAttribute in org.citygml4j.impl.citygml.generics
 

Classes in org.citygml4j.impl.citygml.generics that implement UriAttribute
 class UriAttributeImpl