Uses of Class
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.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 Generics200Marshaller.marshalGenericCityObject(GenericCityObject src)
           
 GenericCityObjectType Generics100Marshaller.marshalGenericCityObject(GenericCityObject src)
           
 void Generics200Marshaller.marshalGenericCityObject(GenericCityObject src, GenericCityObjectType dest)
           
 void Generics100Marshaller.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 Generics200Unmarshaller.unmarshalGenericCityObject(GenericCityObjectType src)
           
 GenericCityObject Generics100Unmarshaller.unmarshalGenericCityObject(GenericCityObjectType src)
           
 

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

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)