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 TypeMethodDescriptionvoidTLcdGML31DirectPosition.setValueObject(ILcdDoubleList aValue) Sets the value of the value property to the given value.voidTLcdGML31DirectPositionList.setValueObject(ILcdDoubleList aValue) Sets the value of the value property to the given value.voidTLcdGML31MeasureList.setValueObject(ILcdDoubleList aValue) Sets the value of the property that maps to the value defined by the simple content.voidTLcdGML31Vector.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 TypeMethodDescriptionvoidTLcdGML32DirectPosition.setValueObject(ILcdDoubleList aValue) Sets the value of the value property to the given value.voidTLcdGML32DirectPositionList.setValueObject(ILcdDoubleList aValue) Sets the value of the value property to the given value.voidTLcdGML32MeasureList.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 TypeMethodDescriptionvoidTLcdKML22Coordinates.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 ILcdDoubleListTLcdXMLBuiltInDatatypeConverter.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 StringTLcdXMLBuiltInDatatypeConverter.printDoubleList(ILcdDoubleList aDoubleList) Converts the specifiedILcdDoubleListinto 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 TypeClassDescriptionclassPosition instances hold the coordinates of a position in a coordinate reference system (CRS) referenced by the related "crs" attribute or elsewhere.classTwo-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 TypeClassDescriptionclassArray-based implementation ofILcdDoubleList.Methods in com.luciad.util.collections that return ILcdDoubleListModifier and TypeMethodDescriptionILcdDoubleList.clone()Creates and returns a copy of this object.