Uses of Class
org.citygml4j.model.gml.geometry.primitives.CurveInterpolation

Packages that use CurveInterpolation
org.citygml4j.builder.jaxb.marshal.gml   
org.citygml4j.builder.jaxb.unmarshal.gml   
org.citygml4j.impl.gml.geometry.primitives   
org.citygml4j.model.gml.geometry.primitives   
 

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

Methods in org.citygml4j.builder.jaxb.marshal.gml with parameters of type CurveInterpolation
 CurveInterpolationType GMLMarshaller.marshalCurveInterpolation(CurveInterpolation src)
           
 

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

Methods in org.citygml4j.builder.jaxb.unmarshal.gml that return CurveInterpolation
 CurveInterpolation GMLUnmarshaller.unmarshalCurveInterpolation(CurveInterpolationType src)
           
 

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

Methods in org.citygml4j.impl.gml.geometry.primitives that return CurveInterpolation
 CurveInterpolation LineStringSegmentImpl.getInterpolation()
           
 

Methods in org.citygml4j.impl.gml.geometry.primitives with parameters of type CurveInterpolation
 void LineStringSegmentImpl.setInterpolation(CurveInterpolation interpolation)
           
 

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

Methods in org.citygml4j.model.gml.geometry.primitives that return CurveInterpolation
static CurveInterpolation CurveInterpolation.fromValue(java.lang.String v)
           
 CurveInterpolation LineStringSegment.getInterpolation()
           
static CurveInterpolation CurveInterpolation.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static CurveInterpolation[] CurveInterpolation.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.citygml4j.model.gml.geometry.primitives with parameters of type CurveInterpolation
 void LineStringSegment.setInterpolation(CurveInterpolation interpolation)