Uses of Class
org.citygml4j.model.citygml.vegetation.PlantCover

Packages that use PlantCover
org.citygml4j.builder.jaxb.marshal.citygml.vegetation   
org.citygml4j.builder.jaxb.unmarshal.citygml.vegetation   
org.citygml4j.model.common.visitor   
org.citygml4j.util.walker   
 

Uses of PlantCover in org.citygml4j.builder.jaxb.marshal.citygml.vegetation
 

Methods in org.citygml4j.builder.jaxb.marshal.citygml.vegetation with parameters of type PlantCover
 PlantCoverType Vegetation200Marshaller.marshalPlantCover(PlantCover src)
           
 PlantCoverType Vegetation100Marshaller.marshalPlantCover(PlantCover src)
           
 void Vegetation200Marshaller.marshalPlantCover(PlantCover src, PlantCoverType dest)
           
 void Vegetation100Marshaller.marshalPlantCover(PlantCover src, PlantCoverType dest)
           
 

Uses of PlantCover in org.citygml4j.builder.jaxb.unmarshal.citygml.vegetation
 

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml.vegetation that return PlantCover
 PlantCover Vegetation200Unmarshaller.unmarshalPlantCover(PlantCoverType src)
           
 PlantCover Vegetation100Unmarshaller.unmarshalPlantCover(PlantCoverType src)
           
 

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml.vegetation with parameters of type PlantCover
 void Vegetation200Unmarshaller.unmarshalPlantCover(PlantCoverType src, PlantCover dest)
           
 void Vegetation100Unmarshaller.unmarshalPlantCover(PlantCoverType src, PlantCover dest)
           
 

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

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

Uses of PlantCover in org.citygml4j.util.walker
 

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