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

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

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

Methods in org.citygml4j.builder.jaxb.marshal.gml with parameters of type Curve
 CurveType GMLMarshaller.marshalCurve(Curve src)
           
 

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

Methods in org.citygml4j.builder.jaxb.unmarshal.gml that return Curve
 Curve GMLUnmarshaller.unmarshalCurve(CurveType src)
           
 

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

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

Uses of Curve in org.citygml4j.util.walker
 

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