Uses of Interface
com.luciad.util.collections.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
Modifier 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.Modifier 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
Modifier 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.Modifier 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
Modifier and TypeMethodDescriptionstatic ILcdLongList
TLcdXMLBuiltInDatatypeConverter.parseLongList
(String aLexicalLongList) Converts the specified XSD list of lexical XSD long to anILcdLongList
.Modifier 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
Modifier and TypeClassDescriptionclass
Array-based implementation ofILcdLongList
.Modifier and TypeMethodDescriptionILcdLongList.clone()
Creates and returns a copy of this object.