Uses of Class
org.citygml4j.model.gml.geometry.primitives.Rectangle

Packages that use Rectangle
org.citygml4j.builder.jaxb.marshal.gml   
org.citygml4j.builder.jaxb.unmarshal.gml   
org.citygml4j.util.walker   
 

Uses of Rectangle in org.citygml4j.builder.jaxb.marshal.gml
 

Methods in org.citygml4j.builder.jaxb.marshal.gml with parameters of type Rectangle
 RectangleType GMLMarshaller.marshalRectangle(Rectangle src)
           
 

Uses of Rectangle in org.citygml4j.builder.jaxb.unmarshal.gml
 

Methods in org.citygml4j.builder.jaxb.unmarshal.gml that return Rectangle
 Rectangle GMLUnmarshaller.unmarshalRectangle(RectangleType src)
           
 

Uses of Rectangle in org.citygml4j.util.walker
 

Methods in org.citygml4j.util.walker with parameters of type Rectangle
 T GMLFunctionWalker.apply(Rectangle rectangle)
           
 T GeometryFunctionWalker.apply(Rectangle rectangle)
           
 void GMLWalker.visit(Rectangle rectangle)
           
 void GeometryWalker.visit(Rectangle rectangle)