Uses of Class
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.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 CityFurniture200Marshaller.marshalCityFurniture(CityFurniture src)
           
 CityFurnitureType CityFurniture100Marshaller.marshalCityFurniture(CityFurniture src)
           
 void CityFurniture200Marshaller.marshalCityFurniture(CityFurniture src, CityFurnitureType dest)
           
 void CityFurniture100Marshaller.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 CityFurniture200Unmarshaller.unmarshalCityFurniture(CityFurnitureType src)
           
 CityFurniture CityFurniture100Unmarshaller.unmarshalCityFurniture(CityFurnitureType src)
           
 

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

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)