Uses of Class
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.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 Core200Marshaller.marshalExternalObject(ExternalObject src)
           
 ExternalObjectReferenceType Core100Marshaller.marshalExternalObject(ExternalObject src)
           
 void Core200Marshaller.marshalExternalObject(ExternalObject src, ExternalObjectReferenceType dest)
           
 void Core100Marshaller.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 Core200Unmarshaller.unmarshalExternalObject(ExternalObjectReferenceType src)
           
 ExternalObject Core100Unmarshaller.unmarshalExternalObject(ExternalObjectReferenceType src)
           
 

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

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)