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

Packages that use CurveArrayProperty
org.citygml4j.builder.jaxb.marshal.gml   
org.citygml4j.builder.jaxb.unmarshal.gml   
org.citygml4j.factory   
org.citygml4j.impl.gml.geometry.aggregates   
org.citygml4j.impl.gml.geometry.primitives   
org.citygml4j.model.gml.geometry.aggregates   
 

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

Methods in org.citygml4j.builder.jaxb.marshal.gml with parameters of type CurveArrayProperty
 CurveArrayPropertyType GMLMarshaller.marshalCurveArrayProperty(CurveArrayProperty src)
           
 

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

Methods in org.citygml4j.builder.jaxb.unmarshal.gml that return CurveArrayProperty
 CurveArrayProperty GMLUnmarshaller.unmarshalCurveArrayProperty(CurveArrayPropertyType src)
           
 

Uses of CurveArrayProperty in org.citygml4j.factory
 

Methods in org.citygml4j.factory that return CurveArrayProperty
 CurveArrayProperty GMLFactory.createCurveArrayProperty()
           
 CurveArrayProperty GMLFactory.createCurveArrayProperty(AbstractCurve... abstractCurve)
           
 CurveArrayProperty GMLFactory.createCurveArrayProperty(java.util.List<AbstractCurve> abstractCurve)
           
 

Uses of CurveArrayProperty in org.citygml4j.impl.gml.geometry.aggregates
 

Methods in org.citygml4j.impl.gml.geometry.aggregates that return CurveArrayProperty
 CurveArrayProperty MultiCurveImpl.getCurveMembers()
           
 

Methods in org.citygml4j.impl.gml.geometry.aggregates with parameters of type CurveArrayProperty
 void MultiCurveImpl.setCurveMembers(CurveArrayProperty curveMembers)
           
 

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

Classes in org.citygml4j.impl.gml.geometry.primitives that implement CurveArrayProperty
 class CurveArrayPropertyImpl
           
 

Uses of CurveArrayProperty in org.citygml4j.model.gml.geometry.aggregates
 

Methods in org.citygml4j.model.gml.geometry.aggregates that return CurveArrayProperty
 CurveArrayProperty MultiCurve.getCurveMembers()
           
 

Methods in org.citygml4j.model.gml.geometry.aggregates with parameters of type CurveArrayProperty
 void MultiCurve.setCurveMembers(CurveArrayProperty curveMembers)