Uses of Class
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.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.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)