Uses of Class
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.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 Transportation200Marshaller.marshalSquare(Square src)
           
 SquareType Transportation100Marshaller.marshalSquare(Square src)
           
 void Transportation200Marshaller.marshalSquare(Square src, SquareType dest)
           
 void Transportation100Marshaller.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 Transportation200Unmarshaller.unmarshalSquare(SquareType src)
           
 Square Transportation100Unmarshaller.unmarshalSquare(SquareType src)
           
 

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

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)