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

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

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

Methods in org.citygml4j.model.citygml.bridge that return LodRepresentation
 LodRepresentation IntBridgeInstallation.getLodRepresentation()
           
 LodRepresentation BridgeRoom.getLodRepresentation()
           
 LodRepresentation BridgeInstallation.getLodRepresentation()
           
 LodRepresentation BridgeFurniture.getLodRepresentation()
           
 LodRepresentation BridgeConstructionElement.getLodRepresentation()
           
 LodRepresentation AbstractOpening.getLodRepresentation()
           
 LodRepresentation AbstractBridge.getLodRepresentation()
           
 LodRepresentation AbstractBoundarySurface.getLodRepresentation()
           
 

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

Methods in org.citygml4j.model.citygml.building that return LodRepresentation
 LodRepresentation Room.getLodRepresentation()
           
 LodRepresentation IntBuildingInstallation.getLodRepresentation()
           
 LodRepresentation BuildingInstallation.getLodRepresentation()
           
 LodRepresentation BuildingFurniture.getLodRepresentation()
           
 LodRepresentation AbstractOpening.getLodRepresentation()
           
 LodRepresentation AbstractBuilding.getLodRepresentation()
           
 LodRepresentation AbstractBoundarySurface.getLodRepresentation()
           
 

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

Methods in org.citygml4j.model.citygml.cityfurniture that return LodRepresentation
 LodRepresentation CityFurniture.getLodRepresentation()
           
 

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

Methods in org.citygml4j.model.citygml.cityobjectgroup that return LodRepresentation
 LodRepresentation CityObjectGroup.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.citygml.generics
 

Methods in org.citygml4j.model.citygml.generics that return LodRepresentation
 LodRepresentation GenericCityObject.getLodRepresentation()
           
 

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

Methods in org.citygml4j.model.citygml.landuse that return LodRepresentation
 LodRepresentation LandUse.getLodRepresentation()
           
 

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

Methods in org.citygml4j.model.citygml.relief that return LodRepresentation
 LodRepresentation TINRelief.getLodRepresentation()
           
 LodRepresentation RasterRelief.getLodRepresentation()
           
 LodRepresentation MassPointRelief.getLodRepresentation()
           
 LodRepresentation BreaklineRelief.getLodRepresentation()
           
 

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

Methods in org.citygml4j.model.citygml.transportation that return LodRepresentation
 LodRepresentation TransportationComplex.getLodRepresentation()
           
 LodRepresentation TrafficArea.getLodRepresentation()
           
 LodRepresentation AuxiliaryTrafficArea.getLodRepresentation()
           
 

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

Methods in org.citygml4j.model.citygml.tunnel that return LodRepresentation
 LodRepresentation TunnelInstallation.getLodRepresentation()
           
 LodRepresentation TunnelFurniture.getLodRepresentation()
           
 LodRepresentation IntTunnelInstallation.getLodRepresentation()
           
 LodRepresentation HollowSpace.getLodRepresentation()
           
 LodRepresentation AbstractTunnel.getLodRepresentation()
           
 LodRepresentation AbstractOpening.getLodRepresentation()
           
 LodRepresentation AbstractBoundarySurface.getLodRepresentation()
           
 

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

Methods in org.citygml4j.model.citygml.vegetation that return LodRepresentation
 LodRepresentation SolitaryVegetationObject.getLodRepresentation()
           
 LodRepresentation PlantCover.getLodRepresentation()
           
 

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

Methods in org.citygml4j.model.citygml.waterbody that return LodRepresentation
 LodRepresentation WaterBody.getLodRepresentation()
           
 LodRepresentation AbstractWaterBoundarySurface.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)