Class TLcdAIXM51AbstractUsageCondition
- All Implemented Interfaces:
ILcdDataObject
,ILcdCloneable
,ILcdDeepCloneable
,Cloneable
- Direct Known Subclasses:
TLcdAIXM51AirportHeliportUsage
,TLcdAIXM51ApronAreaUsage
,TLcdAIXM51ManoeuvringAreaUsage
- Since:
- 10.0
-
Field Summary
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
ConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionGets the value of theANNOTATION_PROPERTY
property.Gets the value of theCONTACT_PROPERTY
property.Gets the value of thePRIOR_PERMISSION_PROPERTY
property.Gets the value of theSELECTION_PROPERTY
property.getType()
Gets the value of theTYPE_PROPERTY
property.void
Sets the value of thePRIOR_PERMISSION_PROPERTY
property.void
Sets the value of theSELECTION_PROPERTY
property.void
setType
(TLcdAIXM51CodeUsageLimitation aValue) Sets the value of theTYPE_PROPERTY
property.Methods inherited from class com.luciad.format.gml32.model.TLcdGML32AbstractGML
getDescription, getDescriptionReference, getId, getIdentifier, getMetaDataProperty, getName, setDescription, setDescriptionReference, setId, setIdentifier
-
Constructor Details
-
TLcdAIXM51AbstractUsageCondition
public TLcdAIXM51AbstractUsageCondition() -
TLcdAIXM51AbstractUsageCondition
-
-
Method Details
-
getType
Gets the value of theTYPE_PROPERTY
property.A code indicating whether the limitation is a permission or an interdiction.
- Returns:
- the value of the
TYPE_PROPERTY
property. - See Also:
-
setType
Sets the value of theTYPE_PROPERTY
property.A code indicating whether the limitation is a permission or an interdiction.
- Parameters:
aValue
- the value to set for theTYPE_PROPERTY
property.
-
getPriorPermission
Gets the value of thePRIOR_PERMISSION_PROPERTY
property.For a Conditional Permission, this indicates that a prior permission is required. Positive values indicate prior permission required before using the airport movement area. Note: this can only be specified for limitations of type "conditional permission".
- Returns:
- the value of the
PRIOR_PERMISSION_PROPERTY
property.
-
setPriorPermission
Sets the value of thePRIOR_PERMISSION_PROPERTY
property.For a Conditional Permission, this indicates that a prior permission is required. Positive values indicate prior permission required before using the airport movement area. Note: this can only be specified for limitations of type "conditional permission".
- Parameters:
aValue
- the value to set for thePRIOR_PERMISSION_PROPERTY
property.
-
getContact
Gets the value of theCONTACT_PROPERTY
property.The contact information for a person or group.
- Returns:
- the value of the
CONTACT_PROPERTY
property. - See Also:
-
getSelection
Gets the value of theSELECTION_PROPERTY
property.The selection of flights, environmental conditions and times for which the usage is specified.
- Returns:
- the value of the
SELECTION_PROPERTY
property. - See Also:
-
setSelection
Sets the value of theSELECTION_PROPERTY
property.The selection of flights, environmental conditions and times for which the usage is specified.
- Parameters:
aValue
- the value to set for theSELECTION_PROPERTY
property.
-
getAnnotation
Gets the value of theANNOTATION_PROPERTY
property.- Returns:
- the value of the
ANNOTATION_PROPERTY
property. - See Also:
-