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

Packages that use ReliefModule
org.citygml4j.model.citygml.relief   
org.citygml4j.model.module.citygml   
 

Uses of ReliefModule in org.citygml4j.model.citygml.relief
 

Methods in org.citygml4j.model.citygml.relief that return ReliefModule
 ReliefModule TinProperty.getCityGMLModule()
           
 ReliefModule ReliefFeature.getCityGMLModule()
           
 ReliefModule ReliefComponentProperty.getCityGMLModule()
           
 ReliefModule GridProperty.getCityGMLModule()
           
 ReliefModule AbstractReliefComponent.getCityGMLModule()
           
 

Constructors in org.citygml4j.model.citygml.relief with parameters of type ReliefModule
AbstractReliefComponent(ReliefModule module)
           
BreaklineRelief(ReliefModule module)
           
GridProperty(ReliefModule module)
           
MassPointRelief(ReliefModule module)
           
RasterRelief(ReliefModule module)
           
ReliefComponentProperty(ReliefModule module)
           
ReliefFeature(ReliefModule module)
           
TinProperty(ReliefModule module)
           
TINRelief(ReliefModule module)
           
 

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

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

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

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