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

Packages that use ExternalObject
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 ExternalObject in org.citygml4j.builder.jaxb.marshal.citygml.core
 

Methods in org.citygml4j.builder.jaxb.marshal.citygml.core with parameters of type ExternalObject
 ExternalObjectReferenceType Core100Marshaller.marshalExternalObject(ExternalObject src)
           
 ExternalObjectReferenceType Core040Marshaller.marshalExternalObject(ExternalObject src)
           
 void Core100Marshaller.marshalExternalObject(ExternalObject src, ExternalObjectReferenceType dest)
           
 void Core040Marshaller.marshalExternalObject(ExternalObject src, ExternalObjectReferenceType dest)
           
 

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

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml.core that return ExternalObject
 ExternalObject Core100Unmarshaller.unmarshalExternalObject(ExternalObjectReferenceType src)
           
 ExternalObject Core040Unmarshaller.unmarshalExternalObject(ExternalObjectReferenceType src)
           
 

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml.core with parameters of type ExternalObject
 void Core100Unmarshaller.unmarshalExternalObject(ExternalObjectReferenceType src, ExternalObject dest)
           
 void Core040Unmarshaller.unmarshalExternalObject(ExternalObjectReferenceType src, ExternalObject dest)
           
 

Uses of ExternalObject in org.citygml4j.factory
 

Methods in org.citygml4j.factory that return ExternalObject
 ExternalObject CityGMLFactory.createExternalObject()
           
 

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

Classes in org.citygml4j.impl.citygml.core that implement ExternalObject
 class ExternalObjectImpl
           
 

Methods in org.citygml4j.impl.citygml.core that return ExternalObject
 ExternalObject ExternalReferenceImpl.getExternalObject()
           
 

Methods in org.citygml4j.impl.citygml.core with parameters of type ExternalObject
 void ExternalReferenceImpl.setExternalObject(ExternalObject externalObject)
           
 

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

Methods in org.citygml4j.model.citygml.core that return ExternalObject
 ExternalObject ExternalReference.getExternalObject()
           
 

Methods in org.citygml4j.model.citygml.core with parameters of type ExternalObject
 void ExternalReference.setExternalObject(ExternalObject externalObject)