Uses of Interface
com.luciad.util.collections.ILcdFloatList
Packages that use ILcdFloatList
Package
Description
Provides an extension to the XML runtime binding framework
com.luciad.format.xml.bind
for
XML Schema based documents.
Provides a set of interfaces and implementations for lists of primitives.
-
Uses of ILcdFloatList in com.luciad.format.xml.bind.schema
Methods in com.luciad.format.xml.bind.schema that return ILcdFloatListModifier and TypeMethodDescriptionstatic ILcdFloatList
TLcdXMLBuiltInDatatypeConverter.parseFloatList
(String aLexicalFloatList) Converts the specified XSD list of lexical XSD float to anILcdFloatList
.Methods in com.luciad.format.xml.bind.schema with parameters of type ILcdFloatListModifier and TypeMethodDescriptionstatic String
TLcdXMLBuiltInDatatypeConverter.printFloatList
(ILcdFloatList aFloatList) Converts the specifiedILcdFloatList
into an XSD lexical list of float. -
Uses of ILcdFloatList in com.luciad.util.collections
Classes in com.luciad.util.collections that implement ILcdFloatListModifier and TypeClassDescriptionclass
Array-based implementation ofILcdFloatList
.Methods in com.luciad.util.collections that return ILcdFloatListModifier and TypeMethodDescriptionILcdFloatList.clone()
Creates and returns a copy of this object.