Uses of Interface
org.citygml4j.model.gml.geometry.complexes.CompositeCurve

Packages that use CompositeCurve
org.citygml4j.builder.jaxb.marshal.gml   
org.citygml4j.builder.jaxb.unmarshal.gml   
org.citygml4j.factory   
org.citygml4j.impl.gml.geometry.complexes   
org.citygml4j.model.common.visitor   
org.citygml4j.model.gml.geometry.complexes   
org.citygml4j.util.walker   
 

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

Methods in org.citygml4j.builder.jaxb.marshal.gml with parameters of type CompositeCurve
 CompositeCurveType GMLMarshaller.marshalCompositeCurve(CompositeCurve src)
           
 

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

Methods in org.citygml4j.builder.jaxb.unmarshal.gml that return CompositeCurve
 CompositeCurve GMLUnmarshaller.unmarshalCompositeCurve(CompositeCurveType src)
           
 

Uses of CompositeCurve in org.citygml4j.factory
 

Methods in org.citygml4j.factory that return CompositeCurve
 CompositeCurve GMLFactory.createCompositeCurve()
           
 CompositeCurve GMLFactory.createCompositeCurve(AbstractCurve... abstractCurves)
           
 CompositeCurve GMLFactory.createCompositeCurve(java.util.List<AbstractCurve> abstractCurves)
           
 

Methods in org.citygml4j.factory with parameters of type CompositeCurve
 CompositeCurveProperty GMLFactory.createCompositeCurveProperty(CompositeCurve compositeCurve)
           
 

Uses of CompositeCurve in org.citygml4j.impl.gml.geometry.complexes
 

Classes in org.citygml4j.impl.gml.geometry.complexes that implement CompositeCurve
 class CompositeCurveImpl
           
 

Methods in org.citygml4j.impl.gml.geometry.complexes that return CompositeCurve
 CompositeCurve GeometricComplexPropertyImpl.getCompositeCurve()
           
 CompositeCurve CompositeCurvePropertyImpl.getCompositeCurve()
           
 

Methods in org.citygml4j.impl.gml.geometry.complexes with parameters of type CompositeCurve
 void GeometricComplexPropertyImpl.setCompositeCurve(CompositeCurve compositeCurve)
           
 void CompositeCurvePropertyImpl.setCompositeCurve(CompositeCurve compositeCurve)
           
 

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

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

Uses of CompositeCurve in org.citygml4j.model.gml.geometry.complexes
 

Methods in org.citygml4j.model.gml.geometry.complexes that return CompositeCurve
 CompositeCurve GeometricComplexProperty.getCompositeCurve()
           
 CompositeCurve CompositeCurveProperty.getCompositeCurve()
           
 

Methods in org.citygml4j.model.gml.geometry.complexes with parameters of type CompositeCurve
 void GeometricComplexProperty.setCompositeCurve(CompositeCurve compositeCurve)
           
 void CompositeCurveProperty.setCompositeCurve(CompositeCurve compositeCurve)
           
 

Uses of CompositeCurve in org.citygml4j.util.walker
 

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