Uses of Interface
org.citygml4j.model.gml.geometry.primitives.AbstractCurve

Packages that use AbstractCurve
org.citygml4j.builder.jaxb.marshal.gml   
org.citygml4j.builder.jaxb.unmarshal.gml   
org.citygml4j.factory   
org.citygml4j.impl.gml.geometry.complexes   
org.citygml4j.impl.gml.geometry.primitives   
org.citygml4j.model.gml.geometry.complexes   
org.citygml4j.model.gml.geometry.primitives   
org.citygml4j.util.walker   
 

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

Methods in org.citygml4j.builder.jaxb.marshal.gml with parameters of type AbstractCurve
 void GMLMarshaller.marshalAbstractCurve(AbstractCurve src, AbstractCurveType dest)
           
 

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

Methods in org.citygml4j.builder.jaxb.unmarshal.gml with parameters of type AbstractCurve
 void GMLUnmarshaller.unmarshalAbstractCurve(AbstractCurveType src, AbstractCurve dest)
           
 

Uses of AbstractCurve in org.citygml4j.factory
 

Methods in org.citygml4j.factory with parameters of type AbstractCurve
 CompositeCurve GMLFactory.createCompositeCurve(AbstractCurve... abstractCurves)
           
 CurveArrayProperty GMLFactory.createCurveArrayProperty(AbstractCurve... abstractCurve)
           
 CurveProperty GMLFactory.createCurveProperty(AbstractCurve abstractCurve)
           
 MultiCurve GMLFactory.createMultiCurve(AbstractCurve... abstractCurves)
           
 OrientableCurve GMLFactory.createOrientableCurve(AbstractCurve base, java.lang.String orientation)
           
 

Method parameters in org.citygml4j.factory with type arguments of type AbstractCurve
 CompositeCurve GMLFactory.createCompositeCurve(java.util.List<AbstractCurve> abstractCurves)
           
 CurveArrayProperty GMLFactory.createCurveArrayProperty(java.util.List<AbstractCurve> abstractCurve)
           
 MultiCurve GMLFactory.createMultiCurve(java.util.List<AbstractCurve> abstractCurves)
           
 

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

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

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

Classes in org.citygml4j.impl.gml.geometry.primitives that implement AbstractCurve
 class AbstractCurveImpl
           
 class CurveImpl
           
 class LineStringImpl
           
 class OrientableCurveImpl
           
 

Methods in org.citygml4j.impl.gml.geometry.primitives that return AbstractCurve
 AbstractCurve CurvePropertyImpl.getCurve()
           
 

Methods in org.citygml4j.impl.gml.geometry.primitives that return types with arguments of type AbstractCurve
 java.util.List<AbstractCurve> CurveArrayPropertyImpl.getCurve()
           
 

Methods in org.citygml4j.impl.gml.geometry.primitives with parameters of type AbstractCurve
 void CurveArrayPropertyImpl.addCurve(AbstractCurve abstractCurve)
           
 void CurvePropertyImpl.setCurve(AbstractCurve curve)
           
 boolean CurveArrayPropertyImpl.unsetCurve(AbstractCurve abstractCurve)
           
 

Method parameters in org.citygml4j.impl.gml.geometry.primitives with type arguments of type AbstractCurve
 void CurveArrayPropertyImpl.setCurve(java.util.List<AbstractCurve> abstractCurve)
           
 

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

Subinterfaces of AbstractCurve in org.citygml4j.model.gml.geometry.complexes
 interface CompositeCurve
           
 

Uses of AbstractCurve in org.citygml4j.model.gml.geometry.primitives
 

Subinterfaces of AbstractCurve in org.citygml4j.model.gml.geometry.primitives
 interface Curve
           
 interface LineString
           
 interface OrientableCurve
           
 

Methods in org.citygml4j.model.gml.geometry.primitives that return AbstractCurve
 AbstractCurve CurveProperty.getCurve()
           
 

Methods in org.citygml4j.model.gml.geometry.primitives that return types with arguments of type AbstractCurve
 java.util.List<AbstractCurve> CurveArrayProperty.getCurve()
           
 

Methods in org.citygml4j.model.gml.geometry.primitives with parameters of type AbstractCurve
 void CurveArrayProperty.addCurve(AbstractCurve abstractCurve)
           
 void CurveProperty.setCurve(AbstractCurve curve)
           
 boolean CurveArrayProperty.unsetCurve(AbstractCurve abstractCurve)
           
 

Method parameters in org.citygml4j.model.gml.geometry.primitives with type arguments of type AbstractCurve
 void CurveArrayProperty.setCurve(java.util.List<AbstractCurve> abstractCurve)
           
 

Uses of AbstractCurve in org.citygml4j.util.walker
 

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