Uses of Enum Class
com.luciad.format.gml32.model.ELcdGML32CurveInterpolation
Package
Description
Provides domain model classes and utility classes for modeling GML 3.2 data.
-
Uses of ELcdGML32CurveInterpolation in com.luciad.format.gml32.model
Modifier and TypeMethodDescriptionstatic ELcdGML32CurveInterpolation
TLcdGML32Cone.getHorizontalCurveType()
Returns the value of the property that maps to thehorizontalCurveType
attribute.TLcdGML32Cylinder.getHorizontalCurveType()
Returns the value of the property that maps to thehorizontalCurveType
attribute.TLcdGML32Sphere.getHorizontalCurveType()
Returns the value of the property that maps to thehorizontalCurveType
attribute.TLcdGML32BSpline.getInterpolationAttr()
Returns the value of the property that maps to theinterpolation
attribute.TLcdGML32Clothoid.getInterpolationAttr()
Returns the value of the property that maps to theinterpolation
attribute.TLcdGML32CubicSpline.getInterpolationAttr()
Returns the value of the property that maps to theinterpolation
attribute.TLcdGML32Cone.getVerticalCurveType()
Returns the value of the property that maps to theverticalCurveType
attribute.TLcdGML32Cylinder.getVerticalCurveType()
Returns the value of the property that maps to theverticalCurveType
attribute.TLcdGML32Sphere.getVerticalCurveType()
Returns the value of the property that maps to theverticalCurveType
attribute.static ELcdGML32CurveInterpolation
Returns the enum constant of this class with the specified name.static ELcdGML32CurveInterpolation[]
ELcdGML32CurveInterpolation.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionvoid
TLcdGML32Cone.setHorizontalCurveType
(ELcdGML32CurveInterpolation aValue) Sets the value of the property that maps to thehorizontalCurveType
attribute.void
TLcdGML32Cylinder.setHorizontalCurveType
(ELcdGML32CurveInterpolation aValue) Sets the value of the property that maps to thehorizontalCurveType
attribute.void
TLcdGML32Sphere.setHorizontalCurveType
(ELcdGML32CurveInterpolation aValue) Sets the value of the property that maps to thehorizontalCurveType
attribute.void
TLcdGML32BSpline.setInterpolationAttr
(ELcdGML32CurveInterpolation aValue) Sets the value of the property that maps to theinterpolation
attribute.void
TLcdGML32Clothoid.setInterpolationAttr
(ELcdGML32CurveInterpolation aValue) Sets the value of the property that maps to theinterpolation
attribute.void
TLcdGML32CubicSpline.setInterpolationAttr
(ELcdGML32CurveInterpolation aValue) Sets the value of the property that maps to theinterpolation
attribute.void
TLcdGML32Cone.setVerticalCurveType
(ELcdGML32CurveInterpolation aValue) Sets the value of the property that maps to theverticalCurveType
attribute.void
TLcdGML32Cylinder.setVerticalCurveType
(ELcdGML32CurveInterpolation aValue) Sets the value of the property that maps to theverticalCurveType
attribute.void
TLcdGML32Sphere.setVerticalCurveType
(ELcdGML32CurveInterpolation aValue) Sets the value of the property that maps to theverticalCurveType
attribute.static String
ELcdGML32CurveInterpolation.toValue
(ELcdGML32CurveInterpolation aValue)