Class TLcdAIXM51RunwayCentrelinePointTimeSlice
- All Implemented Interfaces:
ILcdDataObject
,ILcdBounded
,ILcdShape
,ILcdShapeList
,ILcdTimeBounded
,ILcdCloneable
,ILcdDeepCloneable
,ILcdInvalidateable
,Serializable
,Cloneable
- Since:
- 10.0
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final TLcdDataProperty
Data property that maps to theannotation
element.static final TLcdDataProperty
Data property that maps to theassociatedDeclaredDistance
element.static final TLcdDataProperty
Data property that maps to thecorrectionNumber
element.static final TLcdDataProperty
Data property that maps to thedesignator
element.static final TLcdDataProperty
Data property that maps to theextension
element.static final TLcdDataProperty
Data property that maps to thefeatureLifetime
element.static final TLcdDataProperty
Data property that maps to theinterpretation
element.static final TLcdDataProperty
Data property that maps to thelocation
element.static final TLcdDataProperty
Data property that maps to thenavaidEquipment
element.static final TLcdDataProperty
Data property that maps to theonRunway
element.static final TLcdDataProperty
Data property that maps to therole
element.static final TLcdDataProperty
Data property that maps to thesequenceNumber
element.static final TLcdDataProperty
Data property that maps to thetimeSliceMetadata
element.Fields inherited from class com.luciad.format.gml32.model.TLcdGML32AbstractTimeSlice
DATA_SOURCE_PROPERTY, VALID_TIME_PROPERTY
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_PROPERTY
property adapted to a list ofTLcdAIXM51Note
instances.Gets the value of theASSOCIATED_DECLARED_DISTANCE_PROPERTY
property adapted to a list ofTLcdAIXM51RunwayDeclaredDistance
instances.long
Returns the value of the property that maps to thecorrectionNumber
element.Returns the role value contained in the value of theDESIGNATOR_PROPERTY
property.Gets the value of theEXTENSION_PROPERTY
property adapted to a list ofTLcdAIXM51AbstractExtension
instances.Returns the value of the property that maps to thefeatureLifetime
element.Returns the value of the property that maps to theinterpretation
element.Returns the role value contained in the value of theLOCATION_PROPERTY
property.Gets the value of theNAVAID_EQUIPMENT_PROPERTY
property adapted to a list ofTLcdAIXM51NavaidEquipmentDistance
instances.Returns the role value contained in the value of theON_RUNWAY_PROPERTY
property.getRole()
Returns the role value contained in the value of theROLE_PROPERTY
property.long
Returns the value of the property that maps to thesequenceNumber
element.Returns the value of the property that maps to thetimeSliceMetadata
element.void
setCorrectionNumber
(long aValue) Sets the value of the property that maps to thecorrectionNumber
element.void
setDesignator
(String aValue) Sets the value of the property that maps to thedesignator
element.void
Sets the value of the property that maps to thefeatureLifetime
element.void
Sets the value of the property that maps to theinterpretation
element.void
setLocation
(TLcdAIXM51ElevatedPoint aValue) Sets the value of the property that maps to thelocation
element.void
Sets the value of the property that maps to theonRunway
element.void
setRole
(TLcdAIXM51CodeRunwayPointRole aValue) Sets the value of the property that maps to therole
element.void
setSequenceNumber
(long aValue) Sets the value of the property that maps to thesequenceNumber
element.void
Sets the value of the property that maps to thetimeSliceMetadata
element.Methods inherited from class com.luciad.format.aixm51.model.abstractfeature.TLcdAIXM51AbstractAIXMTimeSlice
clone, clone, collectShapes, contains2D, contains2D, contains3D, contains3D, getBeginValidTime, getBounds, getEndValidTime, getFocusPoint, getShape, getShapeCount, getTimeBounds, invalidateObject, setValue
Methods inherited from class com.luciad.format.gml32.model.TLcdGML32AbstractTimeSlice
getDataSource, getValidTime, setDataSource, setValidTime
Methods inherited from class com.luciad.format.gml32.model.TLcdGML32AbstractGML
getDescription, getDescriptionReference, getId, getIdentifier, getMetaDataProperty, getName, setDescription, setDescriptionReference, setId, setIdentifier
Methods inherited from class com.luciad.datamodel.TLcdDataObject
getDataType, getValue, getValue, hasValue, hasValue, setValue, toString
-
Field Details
-
ROLE_PROPERTY
Data property that maps to therole
element. The possible values for this property are instances ofTLcdAIXM51Optional<TLcdAIXM51CodeRunwayPointRole>
. -
DESIGNATOR_PROPERTY
Data property that maps to thedesignator
element. The possible values for this property are instances ofTLcdAIXM51Optional<String>
. -
LOCATION_PROPERTY
Data property that maps to thelocation
element. The possible values for this property are instances ofTLcdAIXM51Property<TLcdAIXM51ElevatedPoint>
. -
ON_RUNWAY_PROPERTY
Data property that maps to theonRunway
element. The possible values for this property are instances ofTLcdAIXM51FeatureAssociation<TLcdAIXM51RunwayDirectionTimeSlice>
. -
ASSOCIATED_DECLARED_DISTANCE_PROPERTY
Data property that maps to theassociatedDeclaredDistance
element. The possible values for this property are instances ofList<TLcdAIXM51Property<TLcdAIXM51RunwayDeclaredDistance>>
. -
NAVAID_EQUIPMENT_PROPERTY
Data property that maps to thenavaidEquipment
element. The possible values for this property are instances ofList<TLcdAIXM51Property<TLcdAIXM51NavaidEquipmentDistance>>
. -
ANNOTATION_PROPERTY
Data property that maps to theannotation
element. The possible values for this property are instances ofList<TLcdAIXM51Property<TLcdAIXM51Note>>
. -
EXTENSION_PROPERTY
Data property that maps to theextension
element. The possible values for this property are instances ofList<TLcdAIXM51Link<TLcdAIXM51AbstractExtension>>
. -
INTERPRETATION_PROPERTY
Data property that maps to theinterpretation
element. The possible values for this property are instances ofELcdAIXM51Interpretation
. -
SEQUENCE_NUMBER_PROPERTY
Data property that maps to thesequenceNumber
element. The possible values for this property are instances oflong
. -
CORRECTION_NUMBER_PROPERTY
Data property that maps to thecorrectionNumber
element. The possible values for this property are instances oflong
. -
TIME_SLICE_METADATA_PROPERTY
Data property that maps to thetimeSliceMetadata
element. The possible values for this property are instances ofTLcdAIXM51FeatureTimeSliceMetadataProperty
. -
FEATURE_LIFETIME_PROPERTY
Data property that maps to thefeatureLifetime
element. The possible values for this property are instances ofTLcdGML32TimePrimitiveProperty
.
-
-
Constructor Details
-
TLcdAIXM51RunwayCentrelinePointTimeSlice
public TLcdAIXM51RunwayCentrelinePointTimeSlice() -
TLcdAIXM51RunwayCentrelinePointTimeSlice
-
-
Method Details
-
getRole
Returns the role value contained in the value of theROLE_PROPERTY
property. Returnsnull
if the value of theROLE_PROPERTY
property isnull
.The role of the point along the runway direction centreline.
- Returns:
- the role value of the
ROLE_PROPERTY
property. - See Also:
-
setRole
Sets the value of the property that maps to therole
element. to a new instance of the association classTLcdAIXM51Optional
initialized with the given role value. In case the given role value isnull
, theROLE_PROPERTY
property is set tonull
.The role of the point along the runway direction centreline.
- Parameters:
aValue
- the role value to set for theROLE_PROPERTY
property.
-
getDesignator
Returns the role value contained in the value of theDESIGNATOR_PROPERTY
property. Returnsnull
if the value of theDESIGNATOR_PROPERTY
property isnull
.A code or name by which the point is identified locally at the airport.
- Returns:
- the role value of the
DESIGNATOR_PROPERTY
property. - See Also:
-
setDesignator
Sets the value of the property that maps to thedesignator
element. to a new instance of the association classTLcdAIXM51Optional
initialized with the given role value. In case the given role value isnull
, theDESIGNATOR_PROPERTY
property is set tonull
.A code or name by which the point is identified locally at the airport.
- Parameters:
aValue
- the role value to set for theDESIGNATOR_PROPERTY
property.
-
getLocation
Returns the role value contained in the value of theLOCATION_PROPERTY
property. Returnsnull
if the value of theLOCATION_PROPERTY
property isnull
.Geographical position of the runway centreline point.
- Returns:
- the role value of the
LOCATION_PROPERTY
property. - See Also:
-
setLocation
Sets the value of the property that maps to thelocation
element. to a new instance of the association classTLcdAIXM51Property
initialized with the given role value. In case the given role value isnull
, theLOCATION_PROPERTY
property is set tonull
.Geographical position of the runway centreline point.
- Parameters:
aValue
- the role value to set for theLOCATION_PROPERTY
property.
-
getOnRunway
Returns the role value contained in the value of theON_RUNWAY_PROPERTY
property. Returnsnull
if the value of theON_RUNWAY_PROPERTY
property isnull
.Location of the runway centreline point.
- Returns:
- the role value of the
ON_RUNWAY_PROPERTY
property. - See Also:
-
setOnRunway
Sets the value of the property that maps to theonRunway
element. to a new instance of the association classTLcdAIXM51FeatureAssociation
initialized with the given role value. In case the given role value isnull
, theON_RUNWAY_PROPERTY
property is set tonull
.Location of the runway centreline point.
- Parameters:
aValue
- the role value to set for theON_RUNWAY_PROPERTY
property.
-
getAssociatedDeclaredDistance
Gets the value of theASSOCIATED_DECLARED_DISTANCE_PROPERTY
property adapted to a list ofTLcdAIXM51RunwayDeclaredDistance
instances.The declared distance marked by the RunwayCentrelinePoint.
- Returns:
- the value of the
ASSOCIATED_DECLARED_DISTANCE_PROPERTY
property adapted to a list ofTLcdAIXM51RunwayDeclaredDistance
instances. - See Also:
-
getAnnotation
Gets the value of theANNOTATION_PROPERTY
property adapted to a list ofTLcdAIXM51Note
instances.- Returns:
- the value of the
ANNOTATION_PROPERTY
property adapted to a list ofTLcdAIXM51Note
instances. - See Also:
-
getExtension
Gets the value of theEXTENSION_PROPERTY
property adapted to a list ofTLcdAIXM51AbstractExtension
instances.- Returns:
- the value of the
EXTENSION_PROPERTY
property adapted to a list ofTLcdAIXM51AbstractExtension
instances. - See Also:
-
getInterpretation
Returns the value of the property that maps to theinterpretation
element.Property indicating how the timeslice is to be interpreted. See the AIXM Temporality model for details.
- Returns:
- the value of the
INTERPRETATION_PROPERTY
property.
-
setInterpretation
Sets the value of the property that maps to theinterpretation
element.Property indicating how the timeslice is to be interpreted. See the AIXM Temporality model for details.
- Parameters:
aValue
- the value to set for theINTERPRETATION_PROPERTY
property.
-
getSequenceNumber
public long getSequenceNumber()Returns the value of the property that maps to thesequenceNumber
element.Used for the identification of the Time Slice concerned. See the AIXM Temporality model for details.
- Returns:
- the value of the
SEQUENCE_NUMBER_PROPERTY
property.
-
setSequenceNumber
public void setSequenceNumber(long aValue) Sets the value of the property that maps to thesequenceNumber
element.Used for the identification of the Time Slice concerned. See the AIXM Temporality model for details.
- Parameters:
aValue
- the value to set for theSEQUENCE_NUMBER_PROPERTY
property.
-
getCorrectionNumber
public long getCorrectionNumber()Returns the value of the property that maps to thecorrectionNumber
element.Used for indicating the order of the corrections of a Time Slice. See the AIXM Temporality model for details.
- Returns:
- the value of the
CORRECTION_NUMBER_PROPERTY
property.
-
setCorrectionNumber
public void setCorrectionNumber(long aValue) Sets the value of the property that maps to thecorrectionNumber
element.Used for indicating the order of the corrections of a Time Slice. See the AIXM Temporality model for details.
- Parameters:
aValue
- the value to set for theCORRECTION_NUMBER_PROPERTY
property.
-
getTimeSliceMetadata
Returns the value of the property that maps to thetimeSliceMetadata
element.- Returns:
- the value of the
TIME_SLICE_METADATA_PROPERTY
property.
-
setTimeSliceMetadata
Sets the value of the property that maps to thetimeSliceMetadata
element.- Parameters:
aValue
- the value to set for theTIME_SLICE_METADATA_PROPERTY
property.
-
getFeatureLifetime
Returns the value of the property that maps to thefeatureLifetime
element.The start and end of life of the feature. See the AIXM Temporality model for details.
- Returns:
- the value of the
FEATURE_LIFETIME_PROPERTY
property. - See Also:
-
setFeatureLifetime
Sets the value of the property that maps to thefeatureLifetime
element.The start and end of life of the feature. See the AIXM Temporality model for details.
- Parameters:
aValue
- the value to set for theFEATURE_LIFETIME_PROPERTY
property.
-