Uses of Interface
org.citygml4j.model.citygml.core.ExternalReference

Packages that use ExternalReference
org.citygml4j.builder.jaxb.marshal.citygml.core   
org.citygml4j.builder.jaxb.unmarshal.citygml.core   
org.citygml4j.factory   
org.citygml4j.impl.citygml.core   
org.citygml4j.model.citygml.core   
 

Uses of ExternalReference in org.citygml4j.builder.jaxb.marshal.citygml.core
 

Methods in org.citygml4j.builder.jaxb.marshal.citygml.core with parameters of type ExternalReference
 ExternalReferenceType Core100Marshaller.marshalExternalReference(ExternalReference src)
           
 ExternalReferenceType Core040Marshaller.marshalExternalReference(ExternalReference src)
           
 void Core100Marshaller.marshalExternalReference(ExternalReference src, ExternalReferenceType dest)
           
 void Core040Marshaller.marshalExternalReference(ExternalReference src, ExternalReferenceType dest)
           
 

Uses of ExternalReference in org.citygml4j.builder.jaxb.unmarshal.citygml.core
 

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml.core that return ExternalReference
 ExternalReference Core100Unmarshaller.unmarshalExternalReference(ExternalReferenceType src)
           
 ExternalReference Core040Unmarshaller.unmarshalExternalReference(ExternalReferenceType src)
           
 

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml.core with parameters of type ExternalReference
 void Core100Unmarshaller.unmarshalExternalReference(ExternalReferenceType src, ExternalReference dest)
           
 void Core040Unmarshaller.unmarshalExternalReference(ExternalReferenceType src, ExternalReference dest)
           
 

Uses of ExternalReference in org.citygml4j.factory
 

Methods in org.citygml4j.factory that return ExternalReference
 ExternalReference CityGMLFactory.createExternalReference()
           
 

Uses of ExternalReference in org.citygml4j.impl.citygml.core
 

Classes in org.citygml4j.impl.citygml.core that implement ExternalReference
 class ExternalReferenceImpl
           
 

Methods in org.citygml4j.impl.citygml.core that return types with arguments of type ExternalReference
 java.util.List<ExternalReference> AbstractCityObjectImpl.getExternalReference()
           
 

Methods in org.citygml4j.impl.citygml.core with parameters of type ExternalReference
 void AbstractCityObjectImpl.addExternalReference(ExternalReference externalReference)
           
 boolean AbstractCityObjectImpl.unsetExternalReference(ExternalReference externalReference)
           
 

Method parameters in org.citygml4j.impl.citygml.core with type arguments of type ExternalReference
 void AbstractCityObjectImpl.setExternalReference(java.util.List<ExternalReference> externalReference)
           
 

Uses of ExternalReference in org.citygml4j.model.citygml.core
 

Methods in org.citygml4j.model.citygml.core that return types with arguments of type ExternalReference
 java.util.List<ExternalReference> AbstractCityObject.getExternalReference()
           
 

Methods in org.citygml4j.model.citygml.core with parameters of type ExternalReference
 void AbstractCityObject.addExternalReference(ExternalReference externalReference)
           
 boolean AbstractCityObject.unsetExternalReference(ExternalReference externalReference)
           
 

Method parameters in org.citygml4j.model.citygml.core with type arguments of type ExternalReference
 void AbstractCityObject.setExternalReference(java.util.List<ExternalReference> externalReference)