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 thehigh
element.TLcdGML31IndexMap.getLookUpTable()
Returns the value of the property that maps to thelookUpTable
element.TLcdGML31GridEnvelope.getLow()
Returns the value of the property that maps to thelow
element.TLcdGML31GridFunction.getStartPoint()
Returns the value of the property that maps to thestartPoint
element.Methods in com.luciad.format.gml31.model with parameters of type ILcdLongListModifier and TypeMethodDescriptionvoid
TLcdGML31GridEnvelope.setHigh
(ILcdLongList aValue) Sets the value of the property that maps to thehigh
element.void
TLcdGML31IndexMap.setLookUpTable
(ILcdLongList aValue) Sets the value of the property that maps to thelookUpTable
element.void
TLcdGML31GridEnvelope.setLow
(ILcdLongList aValue) Sets the value of the property that maps to thelow
element.void
TLcdGML31GridFunction.setStartPoint
(ILcdLongList aValue) Sets the value of the property that maps to thestartPoint
element. -
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 thehigh
element.TLcdGML32GridEnvelope.getLow()
Returns the value of the property that maps to thelow
element.TLcdGML32GridFunction.getStartPoint()
Returns the value of the property that maps to thestartPoint
element.Methods in com.luciad.format.gml32.model with parameters of type ILcdLongListModifier and TypeMethodDescriptionvoid
TLcdGML32GridEnvelope.setHigh
(ILcdLongList aValue) Sets the value of the property that maps to thehigh
element.void
TLcdGML32GridEnvelope.setLow
(ILcdLongList aValue) Sets the value of the property that maps to thelow
element.void
TLcdGML32GridFunction.setStartPoint
(ILcdLongList aValue) Sets the value of the property that maps to thestartPoint
element. -
Uses of ILcdLongList in com.luciad.format.xml.bind.schema
Methods in com.luciad.format.xml.bind.schema that return ILcdLongListModifier and TypeMethodDescriptionstatic ILcdLongList
TLcdXMLBuiltInDatatypeConverter.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 String
TLcdXMLBuiltInDatatypeConverter.printLongList
(ILcdLongList aLongList) Converts the specifiedILcdLongList
into an XSD lexical list of long. -
Uses of ILcdLongList in com.luciad.util.collections
Classes in com.luciad.util.collections that implement ILcdLongListModifier and TypeClassDescriptionclass
Array-based implementation ofILcdLongList
.Methods in com.luciad.util.collections that return ILcdLongListModifier and TypeMethodDescriptionILcdLongList.clone()
Creates and returns a copy of this object.