Uses of Class
org.citygml4j.model.module.citygml.VegetationModule

Packages that use VegetationModule
org.citygml4j.impl.citygml.vegetation   
org.citygml4j.model.module.citygml   
 

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

Methods in org.citygml4j.impl.citygml.vegetation that return VegetationModule
 VegetationModule AbstractVegetationObjectImpl.getCityGMLModule()
           
 

Constructors in org.citygml4j.impl.citygml.vegetation with parameters of type VegetationModule
AbstractVegetationObjectImpl(VegetationModule module)
           
PlantCoverImpl(VegetationModule module)
           
SolitaryVegetationObjectImpl(VegetationModule module)
           
 

Uses of VegetationModule in org.citygml4j.model.module.citygml
 

Fields in org.citygml4j.model.module.citygml declared as VegetationModule
static VegetationModule VegetationModule.v0_4_0
           
static VegetationModule VegetationModule.v1_0_0
           
 

Methods in org.citygml4j.model.module.citygml that return types with arguments of type VegetationModule
static java.util.List<VegetationModule> VegetationModule.getInstances()