Uses of Interface
org.citygml4j.model.citygml.cityfurniture.CityFurniture

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

Uses of CityFurniture in org.citygml4j.builder.jaxb.marshal.citygml.cityfurniture
 

Methods in org.citygml4j.builder.jaxb.marshal.citygml.cityfurniture with parameters of type CityFurniture
 CityFurnitureType CityFurniture100Marshaller.marshalCityFurniture(CityFurniture src)
           
 CityFurnitureType CityFurniture040Marshaller.marshalCityFurniture(CityFurniture src)
           
 void CityFurniture100Marshaller.marshalCityFurniture(CityFurniture src, CityFurnitureType dest)
           
 void CityFurniture040Marshaller.marshalCityFurniture(CityFurniture src, CityFurnitureType dest)
           
 

Uses of CityFurniture in org.citygml4j.builder.jaxb.unmarshal.citygml.cityfurniture
 

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml.cityfurniture that return CityFurniture
 CityFurniture CityFurniture100Unmarshaller.unmarshalCityFurniture(CityFurnitureType src)
           
 CityFurniture CityFurniture040Unmarshaller.unmarshalCityFurniture(CityFurnitureType src)
           
 

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml.cityfurniture with parameters of type CityFurniture
 void CityFurniture100Unmarshaller.unmarshalCityFurniture(CityFurnitureType src, CityFurniture dest)
           
 void CityFurniture040Unmarshaller.unmarshalCityFurniture(CityFurnitureType src, CityFurniture dest)
           
 

Uses of CityFurniture in org.citygml4j.factory
 

Methods in org.citygml4j.factory that return CityFurniture
 CityFurniture CityGMLFactory.createCityFurniture()
           
 

Uses of CityFurniture in org.citygml4j.impl.citygml.cityfurniture
 

Classes in org.citygml4j.impl.citygml.cityfurniture that implement CityFurniture
 class CityFurnitureImpl
           
 

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

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

Uses of CityFurniture in org.citygml4j.util.walker
 

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