Uses of Interface
com.luciad.util.collections.ILcdDoubleList
Packages that use 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
Methods in com.luciad.format.gml31.model that return ILcdDoubleListModifier 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.Methods in com.luciad.format.gml31.model with parameters of type ILcdDoubleListModifier 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
Methods in com.luciad.format.gml32.model that return ILcdDoubleListModifier 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.Methods in com.luciad.format.gml32.model with parameters of type ILcdDoubleListModifier 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
Methods in com.luciad.format.kml22.model.geometry that return ILcdDoubleListModifier and TypeMethodDescriptionTLcdKML22Coordinates.getValue()
Gets the value of the coordinates contained in this coordinates list.Methods in com.luciad.format.kml22.model.geometry with parameters of type ILcdDoubleListModifier and TypeMethodDescriptionvoid
TLcdKML22Coordinates.setValue
(ILcdDoubleList aDoubleList) Sets the value of this coordinates list -
Uses of ILcdDoubleList in com.luciad.format.xml.bind.schema
Methods in com.luciad.format.xml.bind.schema that return ILcdDoubleListModifier and TypeMethodDescriptionstatic ILcdDoubleList
TLcdXMLBuiltInDatatypeConverter.parseDoubleList
(String aLexicalDoubleList) Converts the specified XSD list of lexical XSD double to anILcdDoubleList
.Methods in com.luciad.format.xml.bind.schema with parameters of type ILcdDoubleListModifier 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
Classes in com.luciad.ogc.ows.model that implement ILcdDoubleListModifier 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
Classes in com.luciad.util.collections that implement ILcdDoubleListModifier and TypeClassDescriptionclass
Array-based implementation ofILcdDoubleList
.Methods in com.luciad.util.collections that return ILcdDoubleListModifier and TypeMethodDescriptionILcdDoubleList.clone()
Creates and returns a copy of this object.