Uses of Class
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.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.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 that return types with arguments of type CompositeCurve
 java.lang.Class<CompositeCurve> CompositeCurveProperty.getAssociableClass()
           
 

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

Constructors in org.citygml4j.model.gml.geometry.complexes with parameters of type CompositeCurve
CompositeCurveProperty(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)