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

Methods in org.citygml4j.factory that return Curve
 Curve GMLFactory.createCurve()
           
 

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

Classes in org.citygml4j.impl.gml.geometry.primitives that implement Curve
 class CurveImpl
           
 

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)