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

Packages that use GMLFunctor
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 GMLFunctor in org.citygml4j.model.citygml.appearance
 

Methods in org.citygml4j.model.citygml.appearance with parameters of type GMLFunctor
<T> T
X3DMaterial.accept(GMLFunctor<T> visitor)
           
<T> T
TexCoordList.accept(GMLFunctor<T> visitor)
           
<T> T
TexCoordGen.accept(GMLFunctor<T> visitor)
           
<T> T
ParameterizedTexture.accept(GMLFunctor<T> visitor)
           
<T> T
GeoreferencedTexture.accept(GMLFunctor<T> visitor)
           
<T> T
Appearance.accept(GMLFunctor<T> visitor)
           
 

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

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

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

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

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

Methods in org.citygml4j.model.citygml.cityfurniture with parameters of type GMLFunctor
<T> T
CityFurniture.accept(GMLFunctor<T> visitor)
           
 

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

Methods in org.citygml4j.model.citygml.cityobjectgroup with parameters of type GMLFunctor
<T> T
CityObjectGroup.accept(GMLFunctor<T> visitor)
           
 

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

Methods in org.citygml4j.model.citygml.core with parameters of type GMLFunctor
<T> T
ImplicitGeometry.accept(GMLFunctor<T> visitor)
           
<T> T
CityModel.accept(GMLFunctor<T> visitor)
           
<T> T
Address.accept(GMLFunctor<T> visitor)
           
 

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

Methods in org.citygml4j.model.citygml.generics with parameters of type GMLFunctor
<T> T
GenericCityObject.accept(GMLFunctor<T> visitor)
           
 

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

Methods in org.citygml4j.model.citygml.landuse with parameters of type GMLFunctor
<T> T
LandUse.accept(GMLFunctor<T> visitor)
           
 

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

Methods in org.citygml4j.model.citygml.relief with parameters of type GMLFunctor
<T> T
TINRelief.accept(GMLFunctor<T> visitor)
           
<T> T
ReliefFeature.accept(GMLFunctor<T> visitor)
           
<T> T
RasterRelief.accept(GMLFunctor<T> visitor)
           
<T> T
MassPointRelief.accept(GMLFunctor<T> visitor)
           
<T> T
BreaklineRelief.accept(GMLFunctor<T> visitor)
           
 

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

Methods in org.citygml4j.model.citygml.texturedsurface with parameters of type GMLFunctor
<T> T
_TexturedSurface.accept(GMLFunctor<T> visitor)
           
<T> T
_SimpleTexture.accept(GMLFunctor<T> visitor)
           
<T> T
_Material.accept(GMLFunctor<T> visitor)
           
 

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

Methods in org.citygml4j.model.citygml.transportation with parameters of type GMLFunctor
<T> T
TransportationComplex.accept(GMLFunctor<T> visitor)
           
<T> T
TrafficArea.accept(GMLFunctor<T> visitor)
           
<T> T
Track.accept(GMLFunctor<T> visitor)
           
<T> T
Square.accept(GMLFunctor<T> visitor)
           
<T> T
Road.accept(GMLFunctor<T> visitor)
           
<T> T
Railway.accept(GMLFunctor<T> visitor)
           
<T> T
AuxiliaryTrafficArea.accept(GMLFunctor<T> visitor)
           
 

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

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

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

Methods in org.citygml4j.model.citygml.vegetation with parameters of type GMLFunctor
<T> T
SolitaryVegetationObject.accept(GMLFunctor<T> visitor)
           
<T> T
PlantCover.accept(GMLFunctor<T> visitor)
           
 

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

Methods in org.citygml4j.model.citygml.waterbody with parameters of type GMLFunctor
<T> T
WaterSurface.accept(GMLFunctor<T> visitor)
           
<T> T
WaterGroundSurface.accept(GMLFunctor<T> visitor)
           
<T> T
WaterClosureSurface.accept(GMLFunctor<T> visitor)
           
<T> T
WaterBody.accept(GMLFunctor<T> visitor)
           
 

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

Methods in org.citygml4j.model.gml.base with parameters of type GMLFunctor
abstract
<T> T
AbstractGML.accept(GMLFunctor<T> visitor)
           
 

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

Methods in org.citygml4j.model.gml.coverage with parameters of type GMLFunctor
<T> T
RectifiedGridCoverage.accept(GMLFunctor<T> visitor)
           
 

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

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

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

Methods in org.citygml4j.model.gml.geometry.complexes with parameters of type GMLFunctor
<T> T
GeometricComplex.accept(GMLFunctor<T> visitor)
           
<T> T
CompositeSurface.accept(GMLFunctor<T> visitor)
           
<T> T
CompositeSolid.accept(GMLFunctor<T> visitor)
           
<T> T
CompositeCurve.accept(GMLFunctor<T> visitor)
           
 

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

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

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

Methods in org.citygml4j.model.gml.grids with parameters of type GMLFunctor
<T> T
RectifiedGrid.accept(GMLFunctor<T> visitor)
           
<T> T
Grid.accept(GMLFunctor<T> visitor)
           
 

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

Methods in org.citygml4j.model.gml.valueObjects with parameters of type GMLFunctor
<T> T
ValueArray.accept(GMLFunctor<T> visitor)
           
<T> T
CompositeValue.accept(GMLFunctor<T> visitor)
           
 

Uses of GMLFunctor in org.citygml4j.util.walker
 

Classes in org.citygml4j.util.walker that implement GMLFunctor
 class GMLFunctionWalker<T>