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

Packages that use GMLVisitor
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.texturedsurface   
org.citygml4j.model.citygml.transportation   
org.citygml4j.model.citygml.tunnel   
org.citygml4j.model.citygml.vegetation   
org.citygml4j.model.citygml.waterbody   
org.citygml4j.model.gml.base   
org.citygml4j.model.gml.coverage   
org.citygml4j.model.gml.geometry.aggregates   
org.citygml4j.model.gml.geometry.complexes   
org.citygml4j.model.gml.geometry.primitives   
org.citygml4j.model.gml.grids   
org.citygml4j.model.gml.valueObjects   
org.citygml4j.util.walker   
 

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Uses of GMLVisitor in org.citygml4j.model.citygml.texturedsurface
 

Methods in org.citygml4j.model.citygml.texturedsurface with parameters of type GMLVisitor
 void _TexturedSurface.accept(GMLVisitor visitor)
           
 void _SimpleTexture.accept(GMLVisitor visitor)
           
 void _Material.accept(GMLVisitor visitor)
           
 

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

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

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

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

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

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

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

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

Uses of GMLVisitor in org.citygml4j.model.gml.base
 

Methods in org.citygml4j.model.gml.base with parameters of type GMLVisitor
abstract  void AbstractGML.accept(GMLVisitor visitor)
           
 

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

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

Uses of GMLVisitor in org.citygml4j.model.gml.geometry.aggregates
 

Methods in org.citygml4j.model.gml.geometry.aggregates with parameters of type GMLVisitor
 void MultiSurface.accept(GMLVisitor visitor)
           
 void MultiSolid.accept(GMLVisitor visitor)
           
 void MultiPolygon.accept(GMLVisitor visitor)
           
 void MultiPoint.accept(GMLVisitor visitor)
           
 void MultiLineString.accept(GMLVisitor visitor)
           
 void MultiGeometry.accept(GMLVisitor visitor)
           
 void MultiCurve.accept(GMLVisitor visitor)
           
 

Uses of GMLVisitor in org.citygml4j.model.gml.geometry.complexes
 

Methods in org.citygml4j.model.gml.geometry.complexes with parameters of type GMLVisitor
 void GeometricComplex.accept(GMLVisitor visitor)
           
 void CompositeSurface.accept(GMLVisitor visitor)
           
 void CompositeSolid.accept(GMLVisitor visitor)
           
 void CompositeCurve.accept(GMLVisitor visitor)
           
 

Uses of GMLVisitor in org.citygml4j.model.gml.geometry.primitives
 

Methods in org.citygml4j.model.gml.geometry.primitives with parameters of type GMLVisitor
 void Surface.accept(GMLVisitor visitor)
           
 void Solid.accept(GMLVisitor visitor)
           
 void Ring.accept(GMLVisitor visitor)
           
 void Polygon.accept(GMLVisitor visitor)
           
 void Point.accept(GMLVisitor visitor)
           
 void OrientableSurface.accept(GMLVisitor visitor)
           
 void OrientableCurve.accept(GMLVisitor visitor)
           
 void LineString.accept(GMLVisitor visitor)
           
 void LinearRing.accept(GMLVisitor visitor)
           
 void Curve.accept(GMLVisitor visitor)
           
 

Uses of GMLVisitor in org.citygml4j.model.gml.grids
 

Methods in org.citygml4j.model.gml.grids with parameters of type GMLVisitor
 void RectifiedGrid.accept(GMLVisitor visitor)
           
 void Grid.accept(GMLVisitor visitor)
           
 

Uses of GMLVisitor in org.citygml4j.model.gml.valueObjects
 

Methods in org.citygml4j.model.gml.valueObjects with parameters of type GMLVisitor
 void ValueArray.accept(GMLVisitor visitor)
           
 void CompositeValue.accept(GMLVisitor visitor)
           
 

Uses of GMLVisitor in org.citygml4j.util.walker
 

Classes in org.citygml4j.util.walker that implement GMLVisitor
 class GMLWalker