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

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

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

Methods in org.citygml4j.impl.citygml.appearance with parameters of type FeatureVisitor
 void X3DMaterialImpl.accept(FeatureVisitor visitor)
           
 void ParameterizedTextureImpl.accept(FeatureVisitor visitor)
           
 void GeoreferencedTextureImpl.accept(FeatureVisitor visitor)
           
 void AppearanceImpl.accept(FeatureVisitor visitor)
           
 

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

Methods in org.citygml4j.impl.citygml.building with parameters of type FeatureVisitor
 void WindowImpl.accept(FeatureVisitor visitor)
           
 void WallSurfaceImpl.accept(FeatureVisitor visitor)
           
 void RoomImpl.accept(FeatureVisitor visitor)
           
 void RoofSurfaceImpl.accept(FeatureVisitor visitor)
           
 void InteriorWallSurfaceImpl.accept(FeatureVisitor visitor)
           
 void IntBuildingInstallationImpl.accept(FeatureVisitor visitor)
           
 void GroundSurfaceImpl.accept(FeatureVisitor visitor)
           
 void FloorSurfaceImpl.accept(FeatureVisitor visitor)
           
 void DoorImpl.accept(FeatureVisitor visitor)
           
 void ClosureSurfaceImpl.accept(FeatureVisitor visitor)
           
 void CeilingSurfaceImpl.accept(FeatureVisitor visitor)
           
 void BuildingPartImpl.accept(FeatureVisitor visitor)
           
 void BuildingInstallationImpl.accept(FeatureVisitor visitor)
           
 void BuildingImpl.accept(FeatureVisitor visitor)
           
 void BuildingFurnitureImpl.accept(FeatureVisitor visitor)
           
 

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

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

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

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

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

Methods in org.citygml4j.impl.citygml.core with parameters of type FeatureVisitor
 void CityModelImpl.accept(FeatureVisitor visitor)
           
 void AddressImpl.accept(FeatureVisitor visitor)
           
 

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

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

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

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

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

Methods in org.citygml4j.impl.citygml.relief with parameters of type FeatureVisitor
 void TINReliefImpl.accept(FeatureVisitor visitor)
           
 void ReliefFeatureImpl.accept(FeatureVisitor visitor)
           
 void RasterReliefImpl.accept(FeatureVisitor visitor)
           
 void MassPointReliefImpl.accept(FeatureVisitor visitor)
           
 void BreaklineReliefImpl.accept(FeatureVisitor visitor)
           
 

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

Methods in org.citygml4j.impl.citygml.transportation with parameters of type FeatureVisitor
 void TransportationComplexImpl.accept(FeatureVisitor visitor)
           
 void TrafficAreaImpl.accept(FeatureVisitor visitor)
           
 void TrackImpl.accept(FeatureVisitor visitor)
           
 void SquareImpl.accept(FeatureVisitor visitor)
           
 void RoadImpl.accept(FeatureVisitor visitor)
           
 void RailwayImpl.accept(FeatureVisitor visitor)
           
 void AuxiliaryTrafficAreaImpl.accept(FeatureVisitor visitor)
           
 

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

Methods in org.citygml4j.impl.citygml.vegetation with parameters of type FeatureVisitor
 void SolitaryVegetationObjectImpl.accept(FeatureVisitor visitor)
           
 void PlantCoverImpl.accept(FeatureVisitor visitor)
           
 

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

Methods in org.citygml4j.impl.citygml.waterbody with parameters of type FeatureVisitor
 void WaterSurfaceImpl.accept(FeatureVisitor visitor)
           
 void WaterGroundSurfaceImpl.accept(FeatureVisitor visitor)
           
 void WaterClosureSurfaceImpl.accept(FeatureVisitor visitor)
           
 void WaterBodyImpl.accept(FeatureVisitor visitor)
           
 

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

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

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.common.visitor
 

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

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

Methods in org.citygml4j.model.gml.feature with parameters of type FeatureVisitor
 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