Class TLcdAIXM51AircraftStandContamination
- All Implemented Interfaces:
ILcdDataObject,ILcdCloneable,ILcdDeepCloneable,Cloneable
- Since:
- 10.0
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final TLcdDataPropertyData property that maps to theannotationelement.static final TLcdDataPropertyData property that maps to thecriticalRidgeelement.static final TLcdDataPropertyData property that maps to thedepthelement.static final TLcdDataPropertyData property that maps to theextensionelement.static final TLcdDataPropertyData property that maps to thefrictionCoefficientelement.static final TLcdDataPropertyData property that maps to thefrictionDeviceelement.static final TLcdDataPropertyData property that maps to thefrictionEstimationelement.static final TLcdDataPropertyData property that maps to thefurtherClearanceTimeelement.static final TLcdDataPropertyData property that maps to thefurtherTotalClearanceelement.static final TLcdDataPropertyData property that maps to thelayerelement.static final TLcdDataPropertyData property that maps to thenextObservationTimeelement.static final TLcdDataPropertyData property that maps to theobscuredLightselement.static final TLcdDataPropertyData property that maps to theobservationTimeelement.static final TLcdDataPropertyData property that maps to theproportionelement.Fields inherited from class com.luciad.format.gml32.model.TLcdGML32AbstractGML
DESCRIPTION_PROPERTY, DESCRIPTION_REFERENCE_PROPERTY, ID_PROPERTY, IDENTIFIER_PROPERTY, META_DATA_PROPERTY_PROPERTY, NAME_PROPERTY -
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionGets the value of theANNOTATION_PROPERTYproperty adapted to a list ofTLcdAIXM51Noteinstances.Gets the value of theCRITICAL_RIDGE_PROPERTYproperty adapted to a list ofTLcdAIXM51Ridgeinstances.getDepth()Returns the value of the property that maps to thedepthelement.Gets the value of theEXTENSION_PROPERTYproperty adapted to a list ofTLcdAIXM51AbstractExtensioninstances.Returns the role value contained in the value of theFRICTION_COEFFICIENT_PROPERTYproperty.Returns the role value contained in the value of theFRICTION_DEVICE_PROPERTYproperty.Returns the role value contained in the value of theFRICTION_ESTIMATION_PROPERTYproperty.Returns the role value contained in the value of theFURTHER_CLEARANCE_TIME_PROPERTYproperty.Returns the role value contained in the value of theFURTHER_TOTAL_CLEARANCE_PROPERTYproperty.getLayer()Gets the value of theLAYER_PROPERTYproperty adapted to a list ofTLcdAIXM51SurfaceContaminationLayerinstances.Returns the role value contained in the value of theNEXT_OBSERVATION_TIME_PROPERTYproperty.Returns the role value contained in the value of theOBSCURED_LIGHTS_PROPERTYproperty.Returns the role value contained in the value of theOBSERVATION_TIME_PROPERTYproperty.Returns the role value contained in the value of thePROPORTION_PROPERTYproperty.voidsetDepth(TLcdAIXM51ValDepth aValue) Sets the value of the property that maps to thedepthelement.voidsetFrictionCoefficient(Double aValue) Sets the value of the property that maps to thefrictionCoefficientelement.voidSets the value of the property that maps to thefrictionDeviceelement.voidSets the value of the property that maps to thefrictionEstimationelement.voidsetFurtherClearanceTime(String aValue) Sets the value of the property that maps to thefurtherClearanceTimeelement.voidSets the value of the property that maps to thefurtherTotalClearanceelement.voidSets the value of the property that maps to thenextObservationTimeelement.voidsetObscuredLights(TLcdAIXM51CodeYesNo aValue) Sets the value of the property that maps to theobscuredLightselement.voidSets the value of the property that maps to theobservationTimeelement.voidsetProportion(Double aValue) Sets the value of the property that maps to theproportionelement.Methods inherited from class com.luciad.format.gml32.model.TLcdGML32AbstractGML
getDescription, getDescriptionReference, getId, getIdentifier, getMetaDataProperty, getName, setDescription, setDescriptionReference, setId, setIdentifier
-
Field Details
-
OBSERVATION_TIME_PROPERTY
Data property that maps to theobservationTimeelement. The possible values for this property are instances ofTLcdAIXM51Optional<XMLGregorianCalendar>. -
DEPTH_PROPERTY
Data property that maps to thedepthelement. The possible values for this property are instances ofTLcdAIXM51ValDepth. -
FRICTION_COEFFICIENT_PROPERTY
Data property that maps to thefrictionCoefficientelement. The possible values for this property are instances ofTLcdAIXM51Optional<Double>. -
FRICTION_ESTIMATION_PROPERTY
Data property that maps to thefrictionEstimationelement. The possible values for this property are instances ofTLcdAIXM51Optional<TLcdAIXM51CodeFrictionEstimate>. -
FRICTION_DEVICE_PROPERTY
Data property that maps to thefrictionDeviceelement. The possible values for this property are instances ofTLcdAIXM51Optional<TLcdAIXM51CodeFrictionDevice>. -
OBSCURED_LIGHTS_PROPERTY
Data property that maps to theobscuredLightselement. The possible values for this property are instances ofTLcdAIXM51Optional<TLcdAIXM51CodeYesNo>. -
FURTHER_CLEARANCE_TIME_PROPERTY
Data property that maps to thefurtherClearanceTimeelement. The possible values for this property are instances ofTLcdAIXM51Optional<String>. -
FURTHER_TOTAL_CLEARANCE_PROPERTY
Data property that maps to thefurtherTotalClearanceelement. The possible values for this property are instances ofTLcdAIXM51Optional<TLcdAIXM51CodeYesNo>. -
NEXT_OBSERVATION_TIME_PROPERTY
Data property that maps to thenextObservationTimeelement. The possible values for this property are instances ofTLcdAIXM51Optional<XMLGregorianCalendar>. -
PROPORTION_PROPERTY
Data property that maps to theproportionelement. The possible values for this property are instances ofTLcdAIXM51Optional<Double>. -
CRITICAL_RIDGE_PROPERTY
Data property that maps to thecriticalRidgeelement. The possible values for this property are instances ofList<TLcdAIXM51Property<TLcdAIXM51Ridge>>. -
LAYER_PROPERTY
Data property that maps to thelayerelement. The possible values for this property are instances ofList<TLcdAIXM51Property<TLcdAIXM51SurfaceContaminationLayer>>. -
ANNOTATION_PROPERTY
Data property that maps to theannotationelement. The possible values for this property are instances ofList<TLcdAIXM51Property<TLcdAIXM51Note>>. -
EXTENSION_PROPERTY
Data property that maps to theextensionelement. The possible values for this property are instances ofList<TLcdAIXM51Link<TLcdAIXM51AbstractExtension>>.
-
-
Constructor Details
-
TLcdAIXM51AircraftStandContamination
public TLcdAIXM51AircraftStandContamination() -
TLcdAIXM51AircraftStandContamination
-
-
Method Details
-
getObservationTime
Returns the role value contained in the value of theOBSERVATION_TIME_PROPERTYproperty. Returnsnullif the value of theOBSERVATION_TIME_PROPERTYproperty isnull.The date and time of the measurement completion (UTC).
- Overrides:
getObservationTimein classTLcdAIXM51AbstractSurfaceContamination- Returns:
- the role value of the
OBSERVATION_TIME_PROPERTYproperty. - See Also:
-
setObservationTime
Sets the value of the property that maps to theobservationTimeelement. to a new instance of the association classTLcdAIXM51Optionalinitialized with the given role value. In case the given role value isnull, theOBSERVATION_TIME_PROPERTYproperty is set tonull.The date and time of the measurement completion (UTC).
- Overrides:
setObservationTimein classTLcdAIXM51AbstractSurfaceContamination- Parameters:
aValue- the role value to set for theOBSERVATION_TIME_PROPERTYproperty.
-
getDepth
Returns the value of the property that maps to thedepthelement.The depth of the contamination on the surface.
- Overrides:
getDepthin classTLcdAIXM51AbstractSurfaceContamination- Returns:
- the value of the
DEPTH_PROPERTYproperty.
-
setDepth
Sets the value of the property that maps to thedepthelement.The depth of the contamination on the surface.
- Overrides:
setDepthin classTLcdAIXM51AbstractSurfaceContamination- Parameters:
aValue- the value to set for theDEPTH_PROPERTYproperty.
-
getFrictionCoefficient
Returns the role value contained in the value of theFRICTION_COEFFICIENT_PROPERTYproperty. Returnsnullif the value of theFRICTION_COEFFICIENT_PROPERTYproperty isnull.The average friction coefficient.
- Overrides:
getFrictionCoefficientin classTLcdAIXM51AbstractSurfaceContamination- Returns:
- the role value of the
FRICTION_COEFFICIENT_PROPERTYproperty. - See Also:
-
setFrictionCoefficient
Sets the value of the property that maps to thefrictionCoefficientelement. to a new instance of the association classTLcdAIXM51Optionalinitialized with the given role value. In case the given role value isnull, theFRICTION_COEFFICIENT_PROPERTYproperty is set tonull.The average friction coefficient.
- Overrides:
setFrictionCoefficientin classTLcdAIXM51AbstractSurfaceContamination- Parameters:
aValue- the role value to set for theFRICTION_COEFFICIENT_PROPERTYproperty.
-
getFrictionEstimation
Returns the role value contained in the value of theFRICTION_ESTIMATION_PROPERTYproperty. Returnsnullif the value of theFRICTION_ESTIMATION_PROPERTYproperty isnull.A qualitative estimate of the friction.
- Overrides:
getFrictionEstimationin classTLcdAIXM51AbstractSurfaceContamination- Returns:
- the role value of the
FRICTION_ESTIMATION_PROPERTYproperty. - See Also:
-
setFrictionEstimation
Sets the value of the property that maps to thefrictionEstimationelement. to a new instance of the association classTLcdAIXM51Optionalinitialized with the given role value. In case the given role value isnull, theFRICTION_ESTIMATION_PROPERTYproperty is set tonull.A qualitative estimate of the friction.
- Overrides:
setFrictionEstimationin classTLcdAIXM51AbstractSurfaceContamination- Parameters:
aValue- the role value to set for theFRICTION_ESTIMATION_PROPERTYproperty.
-
getFrictionDevice
Returns the role value contained in the value of theFRICTION_DEVICE_PROPERTYproperty. Returnsnullif the value of theFRICTION_DEVICE_PROPERTYproperty isnull.The type of equipment used to determine the reported friction coefficient.
- Overrides:
getFrictionDevicein classTLcdAIXM51AbstractSurfaceContamination- Returns:
- the role value of the
FRICTION_DEVICE_PROPERTYproperty. - See Also:
-
setFrictionDevice
Sets the value of the property that maps to thefrictionDeviceelement. to a new instance of the association classTLcdAIXM51Optionalinitialized with the given role value. In case the given role value isnull, theFRICTION_DEVICE_PROPERTYproperty is set tonull.The type of equipment used to determine the reported friction coefficient.
- Overrides:
setFrictionDevicein classTLcdAIXM51AbstractSurfaceContamination- Parameters:
aValue- the role value to set for theFRICTION_DEVICE_PROPERTYproperty.
-
getObscuredLights
Returns the role value contained in the value of theOBSCURED_LIGHTS_PROPERTYproperty. Returnsnullif the value of theOBSCURED_LIGHTS_PROPERTYproperty isnull.Indicates that the surface lights are obscured.
- Overrides:
getObscuredLightsin classTLcdAIXM51AbstractSurfaceContamination- Returns:
- the role value of the
OBSCURED_LIGHTS_PROPERTYproperty. - See Also:
-
setObscuredLights
Sets the value of the property that maps to theobscuredLightselement. to a new instance of the association classTLcdAIXM51Optionalinitialized with the given role value. In case the given role value isnull, theOBSCURED_LIGHTS_PROPERTYproperty is set tonull.Indicates that the surface lights are obscured.
- Overrides:
setObscuredLightsin classTLcdAIXM51AbstractSurfaceContamination- Parameters:
aValue- the role value to set for theOBSCURED_LIGHTS_PROPERTYproperty.
-
getFurtherClearanceTime
Returns the role value contained in the value of theFURTHER_CLEARANCE_TIME_PROPERTYproperty. Returnsnullif the value of theFURTHER_CLEARANCE_TIME_PROPERTYproperty isnull.The date and time (UTC) when it is expected to complete further clearance.
- Overrides:
getFurtherClearanceTimein classTLcdAIXM51AbstractSurfaceContamination- Returns:
- the role value of the
FURTHER_CLEARANCE_TIME_PROPERTYproperty. - See Also:
-
setFurtherClearanceTime
Sets the value of the property that maps to thefurtherClearanceTimeelement. to a new instance of the association classTLcdAIXM51Optionalinitialized with the given role value. In case the given role value isnull, theFURTHER_CLEARANCE_TIME_PROPERTYproperty is set tonull.The date and time (UTC) when it is expected to complete further clearance.
- Overrides:
setFurtherClearanceTimein classTLcdAIXM51AbstractSurfaceContamination- Parameters:
aValue- the role value to set for theFURTHER_CLEARANCE_TIME_PROPERTYproperty.
-
getFurtherTotalClearance
Returns the role value contained in the value of theFURTHER_TOTAL_CLEARANCE_PROPERTYproperty. Returnsnullif the value of theFURTHER_TOTAL_CLEARANCE_PROPERTYproperty isnull.Indicates that the further total clearance is expected.
- Overrides:
getFurtherTotalClearancein classTLcdAIXM51AbstractSurfaceContamination- Returns:
- the role value of the
FURTHER_TOTAL_CLEARANCE_PROPERTYproperty. - See Also:
-
setFurtherTotalClearance
Sets the value of the property that maps to thefurtherTotalClearanceelement. to a new instance of the association classTLcdAIXM51Optionalinitialized with the given role value. In case the given role value isnull, theFURTHER_TOTAL_CLEARANCE_PROPERTYproperty is set tonull.Indicates that the further total clearance is expected.
- Overrides:
setFurtherTotalClearancein classTLcdAIXM51AbstractSurfaceContamination- Parameters:
aValue- the role value to set for theFURTHER_TOTAL_CLEARANCE_PROPERTYproperty.
-
getNextObservationTime
Returns the role value contained in the value of theNEXT_OBSERVATION_TIME_PROPERTYproperty. Returnsnullif the value of theNEXT_OBSERVATION_TIME_PROPERTYproperty isnull.The date and time of the next intended measurement report (UTC).
- Overrides:
getNextObservationTimein classTLcdAIXM51AbstractSurfaceContamination- Returns:
- the role value of the
NEXT_OBSERVATION_TIME_PROPERTYproperty. - See Also:
-
setNextObservationTime
Sets the value of the property that maps to thenextObservationTimeelement. to a new instance of the association classTLcdAIXM51Optionalinitialized with the given role value. In case the given role value isnull, theNEXT_OBSERVATION_TIME_PROPERTYproperty is set tonull.The date and time of the next intended measurement report (UTC).
- Overrides:
setNextObservationTimein classTLcdAIXM51AbstractSurfaceContamination- Parameters:
aValue- the role value to set for theNEXT_OBSERVATION_TIME_PROPERTYproperty.
-
getProportion
Returns the role value contained in the value of thePROPORTION_PROPERTYproperty. Returnsnullif the value of thePROPORTION_PROPERTYproperty isnull.The percentage of the contaminated area from the overall extent of the surface.
- Overrides:
getProportionin classTLcdAIXM51AbstractSurfaceContamination- Returns:
- the role value of the
PROPORTION_PROPERTYproperty. - See Also:
-
setProportion
Sets the value of the property that maps to theproportionelement. to a new instance of the association classTLcdAIXM51Optionalinitialized with the given role value. In case the given role value isnull, thePROPORTION_PROPERTYproperty is set tonull.The percentage of the contaminated area from the overall extent of the surface.
- Overrides:
setProportionin classTLcdAIXM51AbstractSurfaceContamination- Parameters:
aValue- the role value to set for thePROPORTION_PROPERTYproperty.
-
getCriticalRidge
Gets the value of theCRITICAL_RIDGE_PROPERTYproperty adapted to a list ofTLcdAIXM51Ridgeinstances.A ridge or bank of contaminant that might affect operations. For example a snowbank.
- Overrides:
getCriticalRidgein classTLcdAIXM51AbstractSurfaceContamination- Returns:
- the value of the
CRITICAL_RIDGE_PROPERTYproperty adapted to a list ofTLcdAIXM51Ridgeinstances. - See Also:
-
getLayer
Gets the value of theLAYER_PROPERTYproperty adapted to a list ofTLcdAIXM51SurfaceContaminationLayerinstances.A layer of contaminant.
- Overrides:
getLayerin classTLcdAIXM51AbstractSurfaceContamination- Returns:
- the value of the
LAYER_PROPERTYproperty adapted to a list ofTLcdAIXM51SurfaceContaminationLayerinstances. - See Also:
-
getAnnotation
Gets the value of theANNOTATION_PROPERTYproperty adapted to a list ofTLcdAIXM51Noteinstances.- Overrides:
getAnnotationin classTLcdAIXM51AbstractSurfaceContamination- Returns:
- the value of the
ANNOTATION_PROPERTYproperty adapted to a list ofTLcdAIXM51Noteinstances. - See Also:
-
getExtension
Gets the value of theEXTENSION_PROPERTYproperty adapted to a list ofTLcdAIXM51AbstractExtensioninstances.- Returns:
- the value of the
EXTENSION_PROPERTYproperty adapted to a list ofTLcdAIXM51AbstractExtensioninstances. - See Also:
-