Uses of Interface
org.citygml4j.model.common.visitor.FeatureVisitor

Packages that use FeatureVisitor
org.citygml4j.model.citygml.ade   
org.citygml4j.model.citygml.appearance   
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.model.gml.coverage   
org.citygml4j.model.gml.feature   
org.citygml4j.util.walker   
 

Uses of FeatureVisitor in org.citygml4j.model.citygml.ade
 

Methods in org.citygml4j.model.citygml.ade with parameters of type FeatureVisitor
 void ADEComponent.visit(FeatureVisitor visitor)
           
 

Uses of FeatureVisitor in org.citygml4j.model.citygml.appearance
 

Methods in org.citygml4j.model.citygml.appearance with parameters of type FeatureVisitor
 void X3DMaterial.accept(FeatureVisitor visitor)
           
 void ParameterizedTexture.accept(FeatureVisitor visitor)
           
 void GeoreferencedTexture.accept(FeatureVisitor visitor)
           
 void Appearance.accept(FeatureVisitor visitor)
           
 

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

Methods in org.citygml4j.model.citygml.bridge with parameters of type FeatureVisitor
 void Window.accept(FeatureVisitor visitor)
           
 void WallSurface.accept(FeatureVisitor visitor)
           
 void RoofSurface.accept(FeatureVisitor visitor)
           
 void OuterFloorSurface.accept(FeatureVisitor visitor)
           
 void OuterCeilingSurface.accept(FeatureVisitor visitor)
           
 void InteriorWallSurface.accept(FeatureVisitor visitor)
           
 void IntBridgeInstallation.accept(FeatureVisitor visitor)
           
 void GroundSurface.accept(FeatureVisitor visitor)
           
 void FloorSurface.accept(FeatureVisitor visitor)
           
 void Door.accept(FeatureVisitor visitor)
           
 void ClosureSurface.accept(FeatureVisitor visitor)
           
 void CeilingSurface.accept(FeatureVisitor visitor)
           
 void BridgeRoom.accept(FeatureVisitor visitor)
           
 void BridgePart.accept(FeatureVisitor visitor)
           
 void BridgeInstallation.accept(FeatureVisitor visitor)
           
 void BridgeFurniture.accept(FeatureVisitor visitor)
           
 void BridgeConstructionElement.accept(FeatureVisitor visitor)
           
 void Bridge.accept(FeatureVisitor visitor)
           
 

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

Methods in org.citygml4j.model.citygml.building with parameters of type FeatureVisitor
 void Window.accept(FeatureVisitor visitor)
           
 void WallSurface.accept(FeatureVisitor visitor)
           
 void Room.accept(FeatureVisitor visitor)
           
 void RoofSurface.accept(FeatureVisitor visitor)
           
 void OuterFloorSurface.accept(FeatureVisitor visitor)
           
 void OuterCeilingSurface.accept(FeatureVisitor visitor)
           
 void InteriorWallSurface.accept(FeatureVisitor visitor)
           
 void IntBuildingInstallation.accept(FeatureVisitor visitor)
           
 void GroundSurface.accept(FeatureVisitor visitor)
           
 void FloorSurface.accept(FeatureVisitor visitor)
           
 void Door.accept(FeatureVisitor visitor)
           
 void ClosureSurface.accept(FeatureVisitor visitor)
           
 void CeilingSurface.accept(FeatureVisitor visitor)
           
 void BuildingPart.accept(FeatureVisitor visitor)
           
 void BuildingInstallation.accept(FeatureVisitor visitor)
           
 void BuildingFurniture.accept(FeatureVisitor visitor)
           
 void Building.accept(FeatureVisitor visitor)
           
 

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

Methods in org.citygml4j.model.citygml.cityfurniture with parameters of type FeatureVisitor
 void CityFurniture.accept(FeatureVisitor visitor)
           
 

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

Methods in org.citygml4j.model.citygml.cityobjectgroup with parameters of type FeatureVisitor
 void CityObjectGroup.accept(FeatureVisitor visitor)
           
 

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

Methods in org.citygml4j.model.citygml.core with parameters of type FeatureVisitor
 void CityModel.accept(FeatureVisitor visitor)
           
 void Address.accept(FeatureVisitor visitor)
           
 

Uses of FeatureVisitor in org.citygml4j.model.citygml.generics
 

Methods in org.citygml4j.model.citygml.generics with parameters of type FeatureVisitor
 void GenericCityObject.accept(FeatureVisitor visitor)
           
 

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

Methods in org.citygml4j.model.citygml.landuse with parameters of type FeatureVisitor
 void LandUse.accept(FeatureVisitor visitor)
           
 

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

Methods in org.citygml4j.model.citygml.relief with parameters of type FeatureVisitor
 void TINRelief.accept(FeatureVisitor visitor)
           
 void ReliefFeature.accept(FeatureVisitor visitor)
           
 void RasterRelief.accept(FeatureVisitor visitor)
           
 void MassPointRelief.accept(FeatureVisitor visitor)
           
 void BreaklineRelief.accept(FeatureVisitor visitor)
           
 

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

Methods in org.citygml4j.model.citygml.transportation with parameters of type FeatureVisitor
 void TransportationComplex.accept(FeatureVisitor visitor)
           
 void TrafficArea.accept(FeatureVisitor visitor)
           
 void Track.accept(FeatureVisitor visitor)
           
 void Square.accept(FeatureVisitor visitor)
           
 void Road.accept(FeatureVisitor visitor)
           
 void Railway.accept(FeatureVisitor visitor)
           
 void AuxiliaryTrafficArea.accept(FeatureVisitor visitor)
           
 

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

Methods in org.citygml4j.model.citygml.tunnel with parameters of type FeatureVisitor
 void Window.accept(FeatureVisitor visitor)
           
 void WallSurface.accept(FeatureVisitor visitor)
           
 void TunnelPart.accept(FeatureVisitor visitor)
           
 void TunnelInstallation.accept(FeatureVisitor visitor)
           
 void TunnelFurniture.accept(FeatureVisitor visitor)
           
 void Tunnel.accept(FeatureVisitor visitor)
           
 void RoofSurface.accept(FeatureVisitor visitor)
           
 void OuterFloorSurface.accept(FeatureVisitor visitor)
           
 void OuterCeilingSurface.accept(FeatureVisitor visitor)
           
 void IntTunnelInstallation.accept(FeatureVisitor visitor)
           
 void InteriorWallSurface.accept(FeatureVisitor visitor)
           
 void HollowSpace.accept(FeatureVisitor visitor)
           
 void GroundSurface.accept(FeatureVisitor visitor)
           
 void FloorSurface.accept(FeatureVisitor visitor)
           
 void Door.accept(FeatureVisitor visitor)
           
 void ClosureSurface.accept(FeatureVisitor visitor)
           
 void CeilingSurface.accept(FeatureVisitor visitor)
           
 

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

Methods in org.citygml4j.model.citygml.vegetation with parameters of type FeatureVisitor
 void SolitaryVegetationObject.accept(FeatureVisitor visitor)
           
 void PlantCover.accept(FeatureVisitor visitor)
           
 

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

Methods in org.citygml4j.model.citygml.waterbody with parameters of type FeatureVisitor
 void WaterSurface.accept(FeatureVisitor visitor)
           
 void WaterGroundSurface.accept(FeatureVisitor visitor)
           
 void WaterClosureSurface.accept(FeatureVisitor visitor)
           
 void WaterBody.accept(FeatureVisitor visitor)
           
 

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

Subinterfaces of FeatureVisitor in org.citygml4j.model.common.visitor
 interface GMLVisitor
           
 

Uses of FeatureVisitor in org.citygml4j.model.gml.coverage
 

Methods in org.citygml4j.model.gml.coverage with parameters of type FeatureVisitor
 void RectifiedGridCoverage.accept(FeatureVisitor visitor)
           
 

Uses of FeatureVisitor in org.citygml4j.model.gml.feature
 

Methods in org.citygml4j.model.gml.feature with parameters of type FeatureVisitor
abstract  void AbstractFeature.accept(FeatureVisitor visitor)
           
 

Uses of FeatureVisitor in org.citygml4j.util.walker
 

Classes in org.citygml4j.util.walker that implement FeatureVisitor
 class FeatureWalker
           
 class GMLWalker