Uses of Class
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.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 Core200Marshaller.marshalExternalReference(ExternalReference src)
           
 ExternalReferenceType Core100Marshaller.marshalExternalReference(ExternalReference src)
           
 void Core200Marshaller.marshalExternalReference(ExternalReference src, ExternalReferenceType dest)
           
 void Core100Marshaller.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 Core200Unmarshaller.unmarshalExternalReference(ExternalReferenceType src)
           
 ExternalReference Core100Unmarshaller.unmarshalExternalReference(ExternalReferenceType src)
           
 

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

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)