Uses of Interface
com.luciad.util.collections.ILcdDoubleList
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.
This package contains all geometry classes of KML.
Provides an extension to the XML runtime binding framework
com.luciad.format.xml.bind
for
XML Schema based documents.This package contains an implementation of the OGC Web Service (OWS) common specification
version 1.0 and 1.1.0, as described respectively in OGC documents 05-008c1 and 06-121r3.
Provides a set of interfaces and implementations for lists of primitives.
-
Uses of ILcdDoubleList in com.luciad.format.gml31.model
Modifier and TypeMethodDescriptionTLcdGML31DirectPosition.getValueObject()
Returns the value of the value property.TLcdGML31DirectPositionList.getValueObject()
Returns the value of the value property.TLcdGML31MeasureList.getValueObject()
Returns the value of the property that maps to the value defined by the simple content.TLcdGML31Vector.getValueObject()
Returns the value of the value property.Modifier and TypeMethodDescriptionvoid
TLcdGML31DirectPosition.setValueObject
(ILcdDoubleList aValue) Sets the value of the value property to the given value.void
TLcdGML31DirectPositionList.setValueObject
(ILcdDoubleList aValue) Sets the value of the value property to the given value.void
TLcdGML31MeasureList.setValueObject
(ILcdDoubleList aValue) Sets the value of the property that maps to the value defined by the simple content.void
TLcdGML31Vector.setValueObject
(ILcdDoubleList aValue) Sets the value of the value property to the given value. -
Uses of ILcdDoubleList in com.luciad.format.gml32.model
Modifier and TypeMethodDescriptionTLcdGML32DirectPosition.getValueObject()
Returns the value of the value property.TLcdGML32DirectPositionList.getValueObject()
Returns the value of the value property.TLcdGML32MeasureList.getValueObject()
Returns the value of the property that maps to the value defined by the simple content.Modifier and TypeMethodDescriptionvoid
TLcdGML32DirectPosition.setValueObject
(ILcdDoubleList aValue) Sets the value of the value property to the given value.void
TLcdGML32DirectPositionList.setValueObject
(ILcdDoubleList aValue) Sets the value of the value property to the given value.void
TLcdGML32MeasureList.setValueObject
(ILcdDoubleList aValue) Sets the value of the property that maps to the value defined by the simple content. -
Uses of ILcdDoubleList in com.luciad.format.kml22.model.geometry
Modifier and TypeMethodDescriptionTLcdKML22Coordinates.getValue()
Gets the value of the coordinates contained in this coordinates list.Modifier and TypeMethodDescriptionvoid
TLcdKML22Coordinates.setValue
(ILcdDoubleList aDoubleList) Sets the value of this coordinates list -
Uses of ILcdDoubleList in com.luciad.format.xml.bind.schema
Modifier and TypeMethodDescriptionstatic ILcdDoubleList
TLcdXMLBuiltInDatatypeConverter.parseDoubleList
(String aLexicalDoubleList) Converts the specified XSD list of lexical XSD double to anILcdDoubleList
.Modifier and TypeMethodDescriptionstatic String
TLcdXMLBuiltInDatatypeConverter.printDoubleList
(ILcdDoubleList aDoubleList) Converts the specifiedILcdDoubleList
into an XSD lexical list of double. -
Uses of ILcdDoubleList in com.luciad.ogc.ows.model
Modifier and TypeClassDescriptionclass
Position instances hold the coordinates of a position in a coordinate reference system (CRS) referenced by the related "crs" attribute or elsewhere.class
Two-dimensional position instances hold the longitude and latitude coordinates of a position in the 2D WGS 84 coordinate reference system. -
Uses of ILcdDoubleList in com.luciad.util.collections
Modifier and TypeClassDescriptionclass
Array-based implementation ofILcdDoubleList
.Modifier and TypeMethodDescriptionILcdDoubleList.clone()
Creates and returns a copy of this object.