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

Packages that use GeometryVisitor
org.citygml4j.model.citygml.texturedsurface   
org.citygml4j.model.common.visitor   
org.citygml4j.model.gml.geometry   
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.util.walker   
 

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

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

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

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

Uses of GeometryVisitor in org.citygml4j.model.gml.geometry
 

Methods in org.citygml4j.model.gml.geometry with parameters of type GeometryVisitor
abstract  void AbstractGeometry.accept(GeometryVisitor visitor)
           
 

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

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

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

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

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

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

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

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

Uses of GeometryVisitor in org.citygml4j.util.walker
 

Classes in org.citygml4j.util.walker that implement GeometryVisitor
 class GeometryWalker
           
 class GMLWalker