Uses of Enum Class
com.luciad.format.gml31.model.ELcdGML31KnotTypes
Packages that use ELcdGML31KnotTypes
Package
Description
Provides domain model classes and utility classes for modeling GML 3.1 data.
-
Uses of ELcdGML31KnotTypes in com.luciad.format.gml31.model
Methods in com.luciad.format.gml31.model that return ELcdGML31KnotTypesModifier and TypeMethodDescriptionstatic ELcdGML31KnotTypes
TLcdGML31BSpline.getKnotType()
Returns the value of the property that maps to theknotType
attribute.static ELcdGML31KnotTypes
Returns the enum constant of this class with the specified name.static ELcdGML31KnotTypes[]
ELcdGML31KnotTypes.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.luciad.format.gml31.model with parameters of type ELcdGML31KnotTypesModifier and TypeMethodDescriptionvoid
TLcdGML31BSpline.setKnotType
(ELcdGML31KnotTypes aValue) Sets the value of the property that maps to theknotType
attribute.static String
ELcdGML31KnotTypes.toValue
(ELcdGML31KnotTypes aValue)