Class TLcdAIXM51SurveillanceGroundStation
java.lang.Object
com.luciad.datamodel.TLcdDataObject
com.luciad.format.gml32.model.TLcdGML32AbstractGML
com.luciad.format.aixm51.model.abstractfeature.TLcdAIXM51AbstractAIXMObject
com.luciad.format.aixm51.model.features.surveillance.TLcdAIXM51SurveillanceGroundStation
- All Implemented Interfaces:
ILcdDataObject,ILcdCloneable,ILcdDeepCloneable,Cloneable
Characterizes the ground station where the Radar Scope is utilized.
- Since:
- 10.0
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final TLcdDataPropertyData property that maps to theannotationelement.static final TLcdDataPropertyData property that maps to theextensionelement.static final TLcdDataPropertyData property that maps to thetheUnitelement.static final TLcdDataPropertyData property that maps to thevideoMapelement.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 theEXTENSION_PROPERTYproperty adapted to a list ofTLcdAIXM51AbstractExtensioninstances.Returns the role value contained in the value of theTHE_UNIT_PROPERTYproperty.Returns the role value contained in the value of theVIDEO_MAP_PROPERTYproperty.voidSets the value of the property that maps to thetheUnitelement.voidsetVideoMap(TLcdAIXM51CodeYesNo aValue) Sets the value of the property that maps to thevideoMapelement.Methods inherited from class com.luciad.format.gml32.model.TLcdGML32AbstractGML
getDescription, getDescriptionReference, getId, getIdentifier, getMetaDataProperty, getName, setDescription, setDescriptionReference, setId, setIdentifier
-
Field Details
-
VIDEO_MAP_PROPERTY
Data property that maps to thevideoMapelement. The possible values for this property are instances ofTLcdAIXM51Optional<TLcdAIXM51CodeYesNo>. -
ANNOTATION_PROPERTY
Data property that maps to theannotationelement. The possible values for this property are instances ofList<TLcdAIXM51Property<TLcdAIXM51Note>>. -
THE_UNIT_PROPERTY
Data property that maps to thetheUnitelement. The possible values for this property are instances ofTLcdAIXM51FeatureAssociation<TLcdAIXM51UnitTimeSlice>. -
EXTENSION_PROPERTY
Data property that maps to theextensionelement. The possible values for this property are instances ofList<TLcdAIXM51Link<TLcdAIXM51AbstractExtension>>.
-
-
Constructor Details
-
TLcdAIXM51SurveillanceGroundStation
public TLcdAIXM51SurveillanceGroundStation() -
TLcdAIXM51SurveillanceGroundStation
-
-
Method Details
-
getVideoMap
Returns the role value contained in the value of theVIDEO_MAP_PROPERTYproperty. Returnsnullif the value of theVIDEO_MAP_PROPERTYproperty isnull.Indicates whether a Video Map is available for the component.
- Returns:
- the role value of the
VIDEO_MAP_PROPERTYproperty. - See Also:
-
setVideoMap
Sets the value of the property that maps to thevideoMapelement. to a new instance of the association classTLcdAIXM51Optionalinitialized with the given role value. In case the given role value isnull, theVIDEO_MAP_PROPERTYproperty is set tonull.Indicates whether a Video Map is available for the component.
- Parameters:
aValue- the role value to set for theVIDEO_MAP_PROPERTYproperty.
-
getAnnotation
Gets the value of theANNOTATION_PROPERTYproperty adapted to a list ofTLcdAIXM51Noteinstances.- Returns:
- the value of the
ANNOTATION_PROPERTYproperty adapted to a list ofTLcdAIXM51Noteinstances. - See Also:
-
getTheUnit
Returns the role value contained in the value of theTHE_UNIT_PROPERTYproperty. Returnsnullif the value of theTHE_UNIT_PROPERTYproperty isnull.The gorund station where the Radar Scope is utilized.
- Returns:
- the role value of the
THE_UNIT_PROPERTYproperty. - See Also:
-
setTheUnit
Sets the value of the property that maps to thetheUnitelement. to a new instance of the association classTLcdAIXM51FeatureAssociationinitialized with the given role value. In case the given role value isnull, theTHE_UNIT_PROPERTYproperty is set tonull.The gorund station where the Radar Scope is utilized.
- Parameters:
aValue- the role value to set for theTHE_UNIT_PROPERTYproperty.
-
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:
-