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

Packages that use GenericCityObject
org.citygml4j.builder.jaxb.marshal.citygml.generics   
org.citygml4j.builder.jaxb.unmarshal.citygml.generics   
org.citygml4j.factory   
org.citygml4j.impl.citygml.generics   
org.citygml4j.model.common.visitor   
org.citygml4j.util.walker   
 

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

Methods in org.citygml4j.builder.jaxb.marshal.citygml.generics with parameters of type GenericCityObject
 GenericCityObjectType Generics100Marshaller.marshalGenericCityObject(GenericCityObject src)
           
 GenericCityObjectType Generics040Marshaller.marshalGenericCityObject(GenericCityObject src)
           
 void Generics100Marshaller.marshalGenericCityObject(GenericCityObject src, GenericCityObjectType dest)
           
 void Generics040Marshaller.marshalGenericCityObject(GenericCityObject src, GenericCityObjectType dest)
           
 

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

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml.generics that return GenericCityObject
 GenericCityObject Generics100Unmarshaller.unmarshalGenericCityObject(GenericCityObjectType src)
           
 GenericCityObject Generics040Unmarshaller.unmarshalGenericCityObject(GenericCityObjectType src)
           
 

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml.generics with parameters of type GenericCityObject
 void Generics100Unmarshaller.unmarshalGenericCityObject(GenericCityObjectType src, GenericCityObject dest)
           
 void Generics040Unmarshaller.unmarshalGenericCityObject(GenericCityObjectType src, GenericCityObject dest)
           
 

Uses of GenericCityObject in org.citygml4j.factory
 

Methods in org.citygml4j.factory that return GenericCityObject
 GenericCityObject CityGMLFactory.createGenericCityObject()
           
 

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

Classes in org.citygml4j.impl.citygml.generics that implement GenericCityObject
 class GenericCityObjectImpl
           
 

Uses of GenericCityObject in org.citygml4j.model.common.visitor
 

Methods in org.citygml4j.model.common.visitor with parameters of type GenericCityObject
 T FeatureFunctor.apply(GenericCityObject genericCityObject)
           
 void FeatureVisitor.visit(GenericCityObject genericCityObject)
           
 

Uses of GenericCityObject in org.citygml4j.util.walker
 

Methods in org.citygml4j.util.walker with parameters of type GenericCityObject
 T GMLFunctionWalker.apply(GenericCityObject genericCityObject)
           
 T FeatureFunctionWalker.apply(GenericCityObject genericCityObject)
           
 void GMLWalker.visit(GenericCityObject genericCityObject)
           
 void FeatureWalker.visit(GenericCityObject genericCityObject)