Uses of Class
org.citygml4j.jaxb.gml._3_1_1.CurveInterpolationType

Packages that use CurveInterpolationType
org.citygml4j.builder.jaxb.marshal.gml   
org.citygml4j.builder.jaxb.unmarshal.gml   
org.citygml4j.jaxb.gml._3_1_1   
 

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

Methods in org.citygml4j.builder.jaxb.marshal.gml that return CurveInterpolationType
 CurveInterpolationType GMLMarshaller.marshalCurveInterpolation(CurveInterpolation src)
           
 

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

Methods in org.citygml4j.builder.jaxb.unmarshal.gml with parameters of type CurveInterpolationType
 CurveInterpolation GMLUnmarshaller.unmarshalCurveInterpolation(CurveInterpolationType src)
           
 

Uses of CurveInterpolationType in org.citygml4j.jaxb.gml._3_1_1
 

Methods in org.citygml4j.jaxb.gml._3_1_1 that return CurveInterpolationType
static CurveInterpolationType CurveInterpolationType.fromValue(java.lang.String v)
           
 CurveInterpolationType SphereType.getHorizontalCurveType()
          Gets the value of the horizontalCurveType property.
 CurveInterpolationType CylinderType.getHorizontalCurveType()
          Gets the value of the horizontalCurveType property.
 CurveInterpolationType ConeType.getHorizontalCurveType()
          Gets the value of the horizontalCurveType property.
 CurveInterpolationType LineStringSegmentType.getInterpolation()
          Gets the value of the interpolation property.
 CurveInterpolationType GeodesicStringType.getInterpolation()
          Gets the value of the interpolation property.
 CurveInterpolationType CubicSplineType.getInterpolation()
          Gets the value of the interpolation property.
 CurveInterpolationType BSplineType.getInterpolation()
          Gets the value of the interpolation property.
 CurveInterpolationType ArcStringType.getInterpolation()
          Gets the value of the interpolation property.
 CurveInterpolationType ArcStringByBulgeType.getInterpolation()
          Gets the value of the interpolation property.
 CurveInterpolationType ArcByCenterPointType.getInterpolation()
          Gets the value of the interpolation property.
 CurveInterpolationType SphereType.getVerticalCurveType()
          Gets the value of the verticalCurveType property.
 CurveInterpolationType CylinderType.getVerticalCurveType()
          Gets the value of the verticalCurveType property.
 CurveInterpolationType ConeType.getVerticalCurveType()
          Gets the value of the verticalCurveType property.
static CurveInterpolationType CurveInterpolationType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static CurveInterpolationType[] CurveInterpolationType.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in org.citygml4j.jaxb.gml._3_1_1 with parameters of type CurveInterpolationType
 void SphereType.setHorizontalCurveType(CurveInterpolationType value)
          Sets the value of the horizontalCurveType property.
 void CylinderType.setHorizontalCurveType(CurveInterpolationType value)
          Sets the value of the horizontalCurveType property.
 void ConeType.setHorizontalCurveType(CurveInterpolationType value)
          Sets the value of the horizontalCurveType property.
 void LineStringSegmentType.setInterpolation(CurveInterpolationType value)
          Sets the value of the interpolation property.
 void GeodesicStringType.setInterpolation(CurveInterpolationType value)
          Sets the value of the interpolation property.
 void CubicSplineType.setInterpolation(CurveInterpolationType value)
          Sets the value of the interpolation property.
 void BSplineType.setInterpolation(CurveInterpolationType value)
          Sets the value of the interpolation property.
 void ArcStringType.setInterpolation(CurveInterpolationType value)
          Sets the value of the interpolation property.
 void ArcStringByBulgeType.setInterpolation(CurveInterpolationType value)
          Sets the value of the interpolation property.
 void ArcByCenterPointType.setInterpolation(CurveInterpolationType value)
          Sets the value of the interpolation property.
 void SphereType.setVerticalCurveType(CurveInterpolationType value)
          Sets the value of the verticalCurveType property.
 void CylinderType.setVerticalCurveType(CurveInterpolationType value)
          Sets the value of the verticalCurveType property.
 void ConeType.setVerticalCurveType(CurveInterpolationType value)
          Sets the value of the verticalCurveType property.