Package com.luciad.util.iso19103
Class TLcdISO19103MeasureTypeCodeExtension
java.lang.Object
com.luciad.util.iso19103.ALcdISO19103Code
com.luciad.util.iso19103.TLcdISO19103MeasureTypeCode
com.luciad.util.iso19103.TLcdISO19103MeasureTypeCodeExtension
- All Implemented Interfaces:
ILcdISO19103Code
Extends
TLcdISO19103MeasureTypeCode
with additional measurement types which are not defined by
the ISO19103 standard.-
Field Summary
Modifier and TypeFieldDescriptionstatic final TLcdISO19103MeasureTypeCode
Constant for altitude measurements.static final TLcdISO19103MeasureTypeCode
Constant for duration measurements: the length of time something continues or exists.static final TLcdISO19103MeasureTypeCode
Constant for frequency measurements: the number of occurrences of a repeating event per unit time.static final TLcdISO19103MeasureTypeCode
Constant for luminous intensity measurements: the wavelength-weighted power emitted by a light source in a particular direction per unit solid anglestatic final TLcdISO19103MeasureTypeCode
Constant for pressure measurements.static final TLcdISO19103MeasureTypeCode
Constant for temperature measurements.static final TLcdISO19103MeasureTypeCode
Constant for terrain height measurements: the height of the Earth's surface. -
Constructor Summary
ModifierConstructorDescriptionprotected
Constructs a constant with the given name.protected
TLcdISO19103MeasureTypeCodeExtension
(String aName, TLcdISO19103MeasureTypeCode aGeneralization) Constructs a constant with the given name and generalization. -
Method Summary
Methods inherited from class com.luciad.util.iso19103.TLcdISO19103MeasureTypeCode
getGeneralization, isSpecializationOf
Methods inherited from class com.luciad.util.iso19103.ALcdISO19103Code
equals, getName, hashCode, toString
-
Field Details
-
PRESSURE
Constant for pressure measurements. -
TEMPERATURE
Constant for temperature measurements. -
DURATION
Constant for duration measurements: the length of time something continues or exists. This is a specialization ofTLcdISO19103MeasureTypeCode.TIME
. -
FREQUENCY
Constant for frequency measurements: the number of occurrences of a repeating event per unit time.- See Also:
-
LUMINOUS_INTENSITY
Constant for luminous intensity measurements: the wavelength-weighted power emitted by a light source in a particular direction per unit solid angle -
ALTITUDE
Constant for altitude measurements. This is a specialization ofTLcdISO19103MeasureTypeCode.DISTANCE
. -
TERRAIN_HEIGHT
Constant for terrain height measurements: the height of the Earth's surface. This is a specialization ofALTITUDE
.
-
-
Constructor Details
-
TLcdISO19103MeasureTypeCodeExtension
Constructs a constant with the given name. Note that the name should uniquely identify this measure type.- Parameters:
aName
- the name for the constant
-
TLcdISO19103MeasureTypeCodeExtension
protected TLcdISO19103MeasureTypeCodeExtension(String aName, TLcdISO19103MeasureTypeCode aGeneralization) Constructs a constant with the given name and generalization. Note that the name should uniquely identify this measure type.- Parameters:
aName
- the name for the constantaGeneralization
- the more general measure type ornull
-