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

Packages that use OrientableCurve
org.citygml4j.builder.jaxb.marshal.gml   
org.citygml4j.builder.jaxb.unmarshal.gml   
org.citygml4j.model.common.visitor   
org.citygml4j.util.walker   
 

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

Methods in org.citygml4j.builder.jaxb.marshal.gml with parameters of type OrientableCurve
 OrientableCurveType GMLMarshaller.marshalOrientableCurve(OrientableCurve src)
           
 

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

Methods in org.citygml4j.builder.jaxb.unmarshal.gml that return OrientableCurve
 OrientableCurve GMLUnmarshaller.unmarshalOrientableCurve(OrientableCurveType src)
           
 

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

Methods in org.citygml4j.model.common.visitor with parameters of type OrientableCurve
 T GeometryFunctor.apply(OrientableCurve orientableCurve)
           
 void GeometryVisitor.visit(OrientableCurve orientableCurve)
           
 

Uses of OrientableCurve in org.citygml4j.util.walker
 

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