Uses of Interface
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.factory   
org.citygml4j.impl.gml.geometry.primitives   
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.factory
 

Methods in org.citygml4j.factory that return OrientableCurve
 OrientableCurve GMLFactory.createOrientableCurve()
           
 OrientableCurve GMLFactory.createOrientableCurve(AbstractCurve base, java.lang.String orientation)
           
 OrientableCurve GMLFactory.createOrientableCurve(java.lang.String xlink, java.lang.String orientation)
           
 

Uses of OrientableCurve in org.citygml4j.impl.gml.geometry.primitives
 

Classes in org.citygml4j.impl.gml.geometry.primitives that implement OrientableCurve
 class OrientableCurveImpl
           
 

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)