Uses of Class
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.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 Vegetation200Marshaller.marshalVegetationObject(AbstractVegetationObject src, AbstractVegetationObjectType 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 Vegetation200Unmarshaller.unmarshalAbstractVegetationObject(AbstractVegetationObjectType src, AbstractVegetationObject dest)
           
 void Vegetation100Unmarshaller.unmarshalAbstractVegetationObject(AbstractVegetationObjectType src, AbstractVegetationObject dest)
           
 

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

Subclasses of AbstractVegetationObject in org.citygml4j.model.citygml.vegetation
 class PlantCover
           
 class 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)