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

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

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

Methods in org.citygml4j.model.citygml.vegetation that return VegetationModule
 VegetationModule AbstractVegetationObject.getCityGMLModule()
           
 

Constructors in org.citygml4j.model.citygml.vegetation with parameters of type VegetationModule
AbstractVegetationObject(VegetationModule module)
           
PlantCover(VegetationModule module)
           
SolitaryVegetationObject(VegetationModule module)
           
 

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

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

Methods in org.citygml4j.model.module.citygml that return VegetationModule
static VegetationModule VegetationModule.getInstance(CityGMLModuleVersion version)
           
 

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