Uses of Interface
org.citygml4j.model.citygml.transportation.Square

Packages that use Square
org.citygml4j.builder.jaxb.marshal.citygml.transportation   
org.citygml4j.builder.jaxb.unmarshal.citygml.transportation   
org.citygml4j.factory   
org.citygml4j.impl.citygml.transportation   
org.citygml4j.model.common.visitor   
org.citygml4j.util.walker   
 

Uses of Square in org.citygml4j.builder.jaxb.marshal.citygml.transportation
 

Methods in org.citygml4j.builder.jaxb.marshal.citygml.transportation with parameters of type Square
 SquareType Transportation100Marshaller.marshalSquare(Square src)
           
 SquareType Transportation040Marshaller.marshalSquare(Square src)
           
 void Transportation100Marshaller.marshalSquare(Square src, SquareType dest)
           
 void Transportation040Marshaller.marshalSquare(Square src, SquareType dest)
           
 

Uses of Square in org.citygml4j.builder.jaxb.unmarshal.citygml.transportation
 

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml.transportation that return Square
 Square Transportation100Unmarshaller.unmarshalSquare(SquareType src)
           
 Square Transportation040Unmarshaller.unmarshalSquare(SquareType src)
           
 

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml.transportation with parameters of type Square
 void Transportation100Unmarshaller.unmarshalSquare(SquareType src, Square dest)
           
 void Transportation040Unmarshaller.unmarshalSquare(SquareType src, Square dest)
           
 

Uses of Square in org.citygml4j.factory
 

Methods in org.citygml4j.factory that return Square
 Square CityGMLFactory.createSquare()
           
 

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

Classes in org.citygml4j.impl.citygml.transportation that implement Square
 class SquareImpl
           
 

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

Methods in org.citygml4j.model.common.visitor with parameters of type Square
 T FeatureFunctor.apply(Square square)
           
 void FeatureVisitor.visit(Square square)
           
 

Uses of Square in org.citygml4j.util.walker
 

Methods in org.citygml4j.util.walker with parameters of type Square
 T GMLFunctionWalker.apply(Square square)
           
 T FeatureFunctionWalker.apply(Square square)
           
 void GMLWalker.visit(Square square)
           
 void FeatureWalker.visit(Square square)