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