Uses of Interface
com.luciad.util.collections.ILcdLongList
Packages that use ILcdLongList
Package
Description
Provides domain model classes and utility classes for modeling GML 3.1 data.
Provides domain model classes and utility classes for modeling GML 3.2 data.
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 ILcdLongList in com.luciad.format.gml31.model
Methods in com.luciad.format.gml31.model that return ILcdLongListModifier and TypeMethodDescriptionTLcdGML31GridEnvelope.getHigh()Returns the value of the property that maps to thehighelement.TLcdGML31IndexMap.getLookUpTable()Returns the value of the property that maps to thelookUpTableelement.TLcdGML31GridEnvelope.getLow()Returns the value of the property that maps to thelowelement.TLcdGML31GridFunction.getStartPoint()Returns the value of the property that maps to thestartPointelement.Methods in com.luciad.format.gml31.model with parameters of type ILcdLongListModifier and TypeMethodDescriptionvoidTLcdGML31GridEnvelope.setHigh(ILcdLongList aValue) Sets the value of the property that maps to thehighelement.voidTLcdGML31IndexMap.setLookUpTable(ILcdLongList aValue) Sets the value of the property that maps to thelookUpTableelement.voidTLcdGML31GridEnvelope.setLow(ILcdLongList aValue) Sets the value of the property that maps to thelowelement.voidTLcdGML31GridFunction.setStartPoint(ILcdLongList aValue) Sets the value of the property that maps to thestartPointelement. -
Uses of ILcdLongList in com.luciad.format.gml32.model
Methods in com.luciad.format.gml32.model that return ILcdLongListModifier and TypeMethodDescriptionTLcdGML32GridEnvelope.getHigh()Returns the value of the property that maps to thehighelement.TLcdGML32GridEnvelope.getLow()Returns the value of the property that maps to thelowelement.TLcdGML32GridFunction.getStartPoint()Returns the value of the property that maps to thestartPointelement.Methods in com.luciad.format.gml32.model with parameters of type ILcdLongListModifier and TypeMethodDescriptionvoidTLcdGML32GridEnvelope.setHigh(ILcdLongList aValue) Sets the value of the property that maps to thehighelement.voidTLcdGML32GridEnvelope.setLow(ILcdLongList aValue) Sets the value of the property that maps to thelowelement.voidTLcdGML32GridFunction.setStartPoint(ILcdLongList aValue) Sets the value of the property that maps to thestartPointelement. -
Uses of ILcdLongList in com.luciad.format.xml.bind.schema
Methods in com.luciad.format.xml.bind.schema that return ILcdLongListModifier and TypeMethodDescriptionstatic ILcdLongListTLcdXMLBuiltInDatatypeConverter.parseLongList(String aLexicalLongList) Converts the specified XSD list of lexical XSD long to anILcdLongList.Methods in com.luciad.format.xml.bind.schema with parameters of type ILcdLongListModifier and TypeMethodDescriptionstatic StringTLcdXMLBuiltInDatatypeConverter.printLongList(ILcdLongList aLongList) Converts the specifiedILcdLongListinto an XSD lexical list of long. -
Uses of ILcdLongList in com.luciad.util.collections
Classes in com.luciad.util.collections that implement ILcdLongListModifier and TypeClassDescriptionclassArray-based implementation ofILcdLongList.Methods in com.luciad.util.collections that return ILcdLongListModifier and TypeMethodDescriptionILcdLongList.clone()Creates and returns a copy of this object.