Uses of Interface
com.luciad.util.iso19103.ILcdISO19103Measure
Packages that use ILcdISO19103Measure
Package
Description
Provides classes and interfaces for all procedure related aspects.
This package provides the classes that correspond to AIXM 5.1 data types.
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.
Representation aspects of APP-6A symbols in xy space.
Representation aspects of MIL-STD 2525 military symbols in xy space.
This package contains utility classes which are defined in the ISO 19103 standard: conceptual schema language for
geographic information.
This package contains classes used for working with generic measurement values.
-
Uses of ILcdISO19103Measure in com.luciad.ais.model.procedure
Methods in com.luciad.ais.model.procedure that return ILcdISO19103MeasureModifier and TypeMethodDescriptiondefault ILcdISO19103MeasureILcdProcedureLeg.getOriginalAltitudeLower()Specifies the minimal altitude to be flown during this leg.TLcdProcedureLeg.getOriginalAltitudeLower()default ILcdISO19103MeasureILcdProcedureLeg.getOriginalAltitudeUpper()Specifies the maximal altitude to be flown during this leg.TLcdProcedureLeg.getOriginalAltitudeUpper()Methods in com.luciad.ais.model.procedure with parameters of type ILcdISO19103MeasureModifier and TypeMethodDescriptiondefault voidILcdEditableProcedureLeg.setOriginalAltitudeLower(ILcdISO19103Measure aMeasure) Sets the minimal altitude for this leg.voidTLcdProcedureLeg.setOriginalAltitudeLower(ILcdISO19103Measure aOriginalAltitudeLower) default voidILcdEditableProcedureLeg.setOriginalAltitudeUpper(ILcdISO19103Measure aMeasure) Sets the maximal altitude for this leg.voidTLcdProcedureLeg.setOriginalAltitudeUpper(ILcdISO19103Measure aOriginalAltitudeUpper) -
Uses of ILcdISO19103Measure in com.luciad.format.aixm51.model.datatypes
Classes in com.luciad.format.aixm51.model.datatypes that implement ILcdISO19103MeasureModifier and TypeClassDescriptionclassA depth value.classA distance value.classA signed distance value.classA vertical distance value.classA duration value.classA flight level value.classA frequency value.classA light intensity value.classA pressure value.classA speed value.classA temperature value.classA weight value.Methods in com.luciad.format.aixm51.model.datatypes with parameters of type ILcdISO19103MeasureModifier and TypeMethodDescriptionvoidTLcdAIXM51ValDepth.convert(ILcdISO19103UnitOfMeasure aUnitOfMeasure, ILcdISO19103Measure aMeasureSFCT) voidTLcdAIXM51ValDistance.convert(ILcdISO19103UnitOfMeasure aUnitOfMeasure, ILcdISO19103Measure aMeasureSFCT) voidTLcdAIXM51ValDistanceSigned.convert(ILcdISO19103UnitOfMeasure aUnitOfMeasure, ILcdISO19103Measure aMeasureSFCT) voidTLcdAIXM51ValDistanceVertical.convert(ILcdISO19103UnitOfMeasure aUnitOfMeasure, ILcdISO19103Measure aMeasureSFCT) voidTLcdAIXM51ValDuration.convert(ILcdISO19103UnitOfMeasure aUnitOfMeasure, ILcdISO19103Measure aMeasureSFCT) voidTLcdAIXM51ValFL.convert(ILcdISO19103UnitOfMeasure aUnitOfMeasure, ILcdISO19103Measure aMeasureSFCT) voidTLcdAIXM51ValFrequency.convert(ILcdISO19103UnitOfMeasure aUnitOfMeasure, ILcdISO19103Measure aMeasureSFCT) voidTLcdAIXM51ValLightIntensity.convert(ILcdISO19103UnitOfMeasure aUnitOfMeasure, ILcdISO19103Measure aMeasureSFCT) voidTLcdAIXM51ValPressure.convert(ILcdISO19103UnitOfMeasure aUnitOfMeasure, ILcdISO19103Measure aMeasureSFCT) voidTLcdAIXM51ValSpeed.convert(ILcdISO19103UnitOfMeasure aUnitOfMeasure, ILcdISO19103Measure aMeasureSFCT) voidTLcdAIXM51ValTemperature.convert(ILcdISO19103UnitOfMeasure aUnitOfMeasure, ILcdISO19103Measure aMeasureSFCT) voidTLcdAIXM51ValWeight.convert(ILcdISO19103UnitOfMeasure aUnitOfMeasure, ILcdISO19103Measure aMeasureSFCT) -
Uses of ILcdISO19103Measure in com.luciad.format.gml31.model
Classes in com.luciad.format.gml31.model that implement ILcdISO19103MeasureModifier and TypeClassDescriptionclassValue of an angle quantity recorded as a single number, with its units.classValue of a spatial area quantity, with its units.classValue of a length (or distance) quantity in a grid, where the grid spacing does not have any associated physical units, or does not have a constant physical spacing.classValue of a length (or distance) quantity, with its units.classgml:MeasureType supports recording an amount encoded as a value of XML Schema double, together with a units of measure indicated by an attribute uom, short for "units Of measure".classValue of a scale factor (or ratio) that has no physical unit.classValue of a speed, with its units.classValue of a time or temporal quantity, with its units.classValue of a spatial volume quantity, with its units.Methods in com.luciad.format.gml31.model with parameters of type ILcdISO19103MeasureModifier and TypeMethodDescriptionvoidTLcdGML31Measure.convert(ILcdISO19103UnitOfMeasure aUnitOfMeasure, ILcdISO19103Measure aMeasureSFCT) -
Uses of ILcdISO19103Measure in com.luciad.format.gml32.model
Classes in com.luciad.format.gml32.model that implement ILcdISO19103MeasureModifier and TypeClassDescriptionclassThe gml:angle property element is used to record the value of an angle quantity as a single number, with its units.classclassclassThis is a prototypical definition for a specific measure type defined as a vacuous extension (i.e.classgml:MeasureType supports recording an amount encoded as a value of XML Schema double, together with a units of measure indicated by an attribute uom, short for "units Of measure".classAn XML attribute uom ("unit of measure") is required, whose value is a URI which identifies the definition of a ratio scale or units by which the numeric value shall be multiplied, or an interval or position scale on which the value occurs.classclassclassclassMethods in com.luciad.format.gml32.model with parameters of type ILcdISO19103MeasureModifier and TypeMethodDescriptionvoidTLcdGML32Measure.convert(ILcdISO19103UnitOfMeasure aUnitOfMeasure, ILcdISO19103Measure aMeasureSFCT) -
Uses of ILcdISO19103Measure in com.luciad.symbology.app6a.view.gxy
Methods in com.luciad.symbology.app6a.view.gxy with parameters of type ILcdISO19103MeasureModifier and TypeMethodDescriptionvoidILcdAPP6AStyle.setSpeedLeaderLength(double aTimesSymbolSize, ILcdISO19103Measure aSpeed) Deprecated.A convenience method that changes the speed leader length ratio so that the speed leader length is equal to the symbol size timesaTimesSymbolSizeif the symbol has the given speed.voidTLcdDefaultAPP6AStyle.setSpeedLeaderLength(double aTimesSymbolSize, ILcdISO19103Measure aSpeed) Deprecated. -
Uses of ILcdISO19103Measure in com.luciad.symbology.milstd2525b.view.gxy
Methods in com.luciad.symbology.milstd2525b.view.gxy with parameters of type ILcdISO19103MeasureModifier and TypeMethodDescriptionvoidILcdMS2525bStyle.setSpeedLeaderLength(double aTimesSymbolSize, ILcdISO19103Measure aSpeed) Deprecated.A convenience method that changes the speed leader length ratio so that the speed leader length is equal to the symbol size timesaTimesSymbolSizeif the symbol has the given speed.voidTLcdDefaultMS2525bStyle.setSpeedLeaderLength(double aTimesSymbolSize, ILcdISO19103Measure aSpeed) Deprecated. -
Uses of ILcdISO19103Measure in com.luciad.symbology.view.common
Methods in com.luciad.symbology.view.common with parameters of type ILcdISO19103MeasureModifier and TypeMethodDescriptionvoidTLcdMilitarySymbolStyle.setSpeedLeaderLength(double aTimesSymbolSize, ILcdISO19103Measure aSpeed) A convenience method that changes the speed leader length ratio so that the speed leader length is equal to the symbol size timesaTimesSymbolSizeif the symbol has the given speed. -
Uses of ILcdISO19103Measure in com.luciad.util.iso19103
Classes in com.luciad.util.iso19103 that implement ILcdISO19103MeasureModifier and TypeClassDescriptionclassA distance measure compliant with ISO 19103.classA representation of any measurement with a double value, such as a distance, a speed, etc.Methods in com.luciad.util.iso19103 with parameters of type ILcdISO19103MeasureModifier and TypeMethodDescriptionintTLcdISO19103Measure.compareTo(ILcdISO19103Measure o) voidILcdISO19103Measure.convert(ILcdISO19103UnitOfMeasure aUnitOfMeasure, ILcdISO19103Measure aMeasureSFCT) Converts this measure to another unit of measure by means of a side effect parameter.voidTLcdISO19103Measure.convert(ILcdISO19103UnitOfMeasure aUnitOfMeasure, ILcdISO19103Measure aMeasureSFCT) -
Uses of ILcdISO19103Measure in com.luciad.util.measure
Methods in com.luciad.util.measure with parameters of type ILcdISO19103MeasureModifier and TypeMethodDescriptionTLcdMeasureFormatUtil.formatMeasures(ILcdISO19103Measure[] aMeasures, TLcdMeasureFormatUtil.MeasureTypeMode aMeasureTypeMode) Formats the given measures.