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

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

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

Methods in org.citygml4j.impl.citygml.relief that return ReliefModule
 ReliefModule TinPropertyImpl.getCityGMLModule()
           
 ReliefModule ReliefFeatureImpl.getCityGMLModule()
           
 ReliefModule ReliefComponentPropertyImpl.getCityGMLModule()
           
 ReliefModule GridPropertyImpl.getCityGMLModule()
           
 ReliefModule AbstractReliefComponentImpl.getCityGMLModule()
           
 

Constructors in org.citygml4j.impl.citygml.relief with parameters of type ReliefModule
AbstractReliefComponentImpl(ReliefModule module)
           
BreaklineReliefImpl(ReliefModule module)
           
GridPropertyImpl(ReliefModule module)
           
MassPointReliefImpl(ReliefModule module)
           
RasterReliefImpl(ReliefModule module)
           
ReliefComponentPropertyImpl(ReliefModule module)
           
ReliefFeatureImpl(ReliefModule module)
           
TinPropertyImpl(ReliefModule module)
           
TINReliefImpl(ReliefModule module)
           
 

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

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

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