Uses of Class
org.citygml4j.model.citygml.core.LodRepresentation

Packages that use LodRepresentation
org.citygml4j.impl.citygml.building   
org.citygml4j.impl.citygml.cityfurniture   
org.citygml4j.impl.citygml.cityobjectgroup   
org.citygml4j.impl.citygml.core   
org.citygml4j.impl.citygml.generics   
org.citygml4j.impl.citygml.landuse   
org.citygml4j.impl.citygml.relief   
org.citygml4j.impl.citygml.transportation   
org.citygml4j.impl.citygml.vegetation   
org.citygml4j.impl.citygml.waterbody   
org.citygml4j.model.citygml.core   
org.citygml4j.model.common.visitor   
org.citygml4j.util.walker   
 

Uses of LodRepresentation in org.citygml4j.impl.citygml.building
 

Methods in org.citygml4j.impl.citygml.building that return LodRepresentation
 LodRepresentation RoomImpl.getLodRepresentation()
           
 LodRepresentation IntBuildingInstallationImpl.getLodRepresentation()
           
 LodRepresentation BuildingInstallationImpl.getLodRepresentation()
           
 LodRepresentation BuildingFurnitureImpl.getLodRepresentation()
           
 LodRepresentation AbstractOpeningImpl.getLodRepresentation()
           
 LodRepresentation AbstractBuildingImpl.getLodRepresentation()
           
 LodRepresentation AbstractBoundarySurfaceImpl.getLodRepresentation()
           
 

Uses of LodRepresentation in org.citygml4j.impl.citygml.cityfurniture
 

Methods in org.citygml4j.impl.citygml.cityfurniture that return LodRepresentation
 LodRepresentation CityFurnitureImpl.getLodRepresentation()
           
 

Uses of LodRepresentation in org.citygml4j.impl.citygml.cityobjectgroup
 

Methods in org.citygml4j.impl.citygml.cityobjectgroup that return LodRepresentation
 LodRepresentation CityObjectGroupImpl.getLodRepresentation()
           
 

Uses of LodRepresentation in org.citygml4j.impl.citygml.core
 

Methods in org.citygml4j.impl.citygml.core that return LodRepresentation
 LodRepresentation AbstractCityObjectImpl.getLodRepresentation()
           
 

Uses of LodRepresentation in org.citygml4j.impl.citygml.generics
 

Methods in org.citygml4j.impl.citygml.generics that return LodRepresentation
 LodRepresentation GenericCityObjectImpl.getLodRepresentation()
           
 

Uses of LodRepresentation in org.citygml4j.impl.citygml.landuse
 

Methods in org.citygml4j.impl.citygml.landuse that return LodRepresentation
 LodRepresentation LandUseImpl.getLodRepresentation()
           
 

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

Methods in org.citygml4j.impl.citygml.relief that return LodRepresentation
 LodRepresentation TINReliefImpl.getLodRepresentation()
           
 LodRepresentation RasterReliefImpl.getLodRepresentation()
           
 LodRepresentation MassPointReliefImpl.getLodRepresentation()
           
 LodRepresentation BreaklineReliefImpl.getLodRepresentation()
           
 

Uses of LodRepresentation in org.citygml4j.impl.citygml.transportation
 

Methods in org.citygml4j.impl.citygml.transportation that return LodRepresentation
 LodRepresentation TransportationComplexImpl.getLodRepresentation()
           
 LodRepresentation TrafficAreaImpl.getLodRepresentation()
           
 LodRepresentation AuxiliaryTrafficAreaImpl.getLodRepresentation()
           
 

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

Methods in org.citygml4j.impl.citygml.vegetation that return LodRepresentation
 LodRepresentation SolitaryVegetationObjectImpl.getLodRepresentation()
           
 LodRepresentation PlantCoverImpl.getLodRepresentation()
           
 

Uses of LodRepresentation in org.citygml4j.impl.citygml.waterbody
 

Methods in org.citygml4j.impl.citygml.waterbody that return LodRepresentation
 LodRepresentation WaterBodyImpl.getLodRepresentation()
           
 LodRepresentation AbstractWaterBoundarySurfaceImpl.getLodRepresentation()
           
 

Uses of LodRepresentation in org.citygml4j.model.citygml.core
 

Methods in org.citygml4j.model.citygml.core that return LodRepresentation
 LodRepresentation AbstractCityObject.getLodRepresentation()
           
 

Uses of LodRepresentation in org.citygml4j.model.common.visitor
 

Methods in org.citygml4j.model.common.visitor with parameters of type LodRepresentation
 T GeometryFunctor.apply(LodRepresentation lodRepresentation)
           
 void GeometryVisitor.visit(LodRepresentation lodRepresentation)
           
 

Uses of LodRepresentation in org.citygml4j.util.walker
 

Methods in org.citygml4j.util.walker with parameters of type LodRepresentation
 T GMLFunctionWalker.apply(LodRepresentation lodRepresentation)
           
 T GeometryFunctionWalker.apply(LodRepresentation lodRepresentation)
           
 void GMLWalker.visit(LodRepresentation lodRepresentation)
           
 void GeometryWalker.visit(LodRepresentation lodRepresentation)