Uses of Interface
org.citygml4j.model.citygml.vegetation.AbstractVegetationObject

Packages that use AbstractVegetationObject
org.citygml4j.builder.jaxb.marshal.citygml.vegetation   
org.citygml4j.builder.jaxb.unmarshal.citygml.vegetation   
org.citygml4j.impl.citygml.vegetation   
org.citygml4j.model.citygml.vegetation   
org.citygml4j.util.walker   
 

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

Methods in org.citygml4j.builder.jaxb.marshal.citygml.vegetation with parameters of type AbstractVegetationObject
 void Vegetation040Marshaller.marshalVegetationObject(AbstractVegetationObject src, _VegetationObjectType dest)
           
 void Vegetation100Marshaller.marshalVegetationObject(AbstractVegetationObject src, AbstractVegetationObjectType dest)
           
 

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

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml.vegetation with parameters of type AbstractVegetationObject
 void Vegetation040Unmarshaller.unmarshalVegetationObject(_VegetationObjectType src, AbstractVegetationObject dest)
           
 void Vegetation100Unmarshaller.unmarshalVegetationObject(AbstractVegetationObjectType src, AbstractVegetationObject dest)
           
 

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

Classes in org.citygml4j.impl.citygml.vegetation that implement AbstractVegetationObject
 class AbstractVegetationObjectImpl
           
 class PlantCoverImpl
           
 class SolitaryVegetationObjectImpl
           
 

Uses of AbstractVegetationObject in org.citygml4j.model.citygml.vegetation
 

Subinterfaces of AbstractVegetationObject in org.citygml4j.model.citygml.vegetation
 interface PlantCover
           
 interface SolitaryVegetationObject
           
 

Uses of AbstractVegetationObject in org.citygml4j.util.walker
 

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