Uses of Class
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.model.gml.geometry.aggregates   
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.model.gml.geometry.aggregates
 

Constructors in org.citygml4j.model.gml.geometry.aggregates with parameters of type AbstractCurve
MultiCurve(AbstractCurve... abstractCurves)
           
 

Constructor parameters in org.citygml4j.model.gml.geometry.aggregates with type arguments of type AbstractCurve
MultiCurve(java.util.List<? extends AbstractCurve> abstractCurves)
           
 

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

Subclasses of AbstractCurve in org.citygml4j.model.gml.geometry.complexes
 class CompositeCurve
           
 

Constructors in org.citygml4j.model.gml.geometry.complexes with parameters of type AbstractCurve
CompositeCurve(AbstractCurve... abstractCurves)
           
 

Constructor parameters in org.citygml4j.model.gml.geometry.complexes with type arguments of type AbstractCurve
CompositeCurve(java.util.List<? extends AbstractCurve> abstractCurves)
           
 

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

Subclasses of AbstractCurve in org.citygml4j.model.gml.geometry.primitives
 class Curve
           
 class LineString
           
 class 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.lang.Class<AbstractCurve> CurveProperty.getAssociableClass()
           
 java.lang.Class<AbstractCurve> CurveArrayProperty.getAssociableClass()
           
 java.util.List<? extends 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<? extends AbstractCurve> abstractCurve)
           
 

Constructors in org.citygml4j.model.gml.geometry.primitives with parameters of type AbstractCurve
CurveArrayProperty(AbstractCurve... abstractCurve)
           
CurveArrayProperty(AbstractCurve abstractCurve)
           
CurveProperty(AbstractCurve abstractCurve)
           
OrientableCurve(AbstractCurve base, Sign orientation)
           
 

Constructor parameters in org.citygml4j.model.gml.geometry.primitives with type arguments of type AbstractCurve
CurveArrayProperty(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)