Uses of Interface
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.factory   
org.citygml4j.impl.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 Vegetation100Marshaller.marshalPlantCover(PlantCover src)
           
 PlantCoverType Vegetation040Marshaller.marshalPlantCover(PlantCover src)
           
 void Vegetation100Marshaller.marshalPlantCover(PlantCover src, PlantCoverType dest)
           
 void Vegetation040Marshaller.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 Vegetation100Unmarshaller.unmarshalPlantCover(PlantCoverType src)
           
 PlantCover Vegetation040Unmarshaller.unmarshalPlantCover(PlantCoverType src)
           
 

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

Uses of PlantCover in org.citygml4j.factory
 

Methods in org.citygml4j.factory that return PlantCover
 PlantCover CityGMLFactory.createPlantCover()
           
 

Uses of PlantCover in org.citygml4j.impl.citygml.vegetation
 

Classes in org.citygml4j.impl.citygml.vegetation that implement PlantCover
 class PlantCoverImpl
           
 

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)