Package com.luciad.ais.model.aerodrome
Class TLcdFeaturedAerodrome
java.lang.Object
com.luciad.ais.shape.TLcdAISPoint
com.luciad.ais.model.aerodrome.TLcdAerodrome
com.luciad.ais.model.aerodrome.TLcdFeaturedAerodrome
- All Implemented Interfaces:
ILcdAerodrome
,ILcdEditableAerodrome
,ILcdDefaultDisplayNameSettable
,ILcdDataObject
,ILcdBounded
,ILcdPoint
,ILcdShape
,ILcd2DEditablePoint
,ILcd2DEditableShape
,ILcd3DEditablePoint
,ILcd3DEditableShape
,ILcdCloneable
,ILcdFeatured
,Serializable
,Cloneable
The default implementation of an aerodrome with properties. Note that this
class extends
TLcdAISPoint
, and so it is required to set a
delegate point implementation using the setLocation()
method
before using the aerodrome object.- See Also:
-
Field Summary
Fields inherited from class com.luciad.ais.model.aerodrome.TLcdAerodrome
AERODROME_TYPE_PROPERTY, COLLOCATED_AERODROMES_PROPERTY, LOCATION_PROPERTY
-
Constructor Summary
ConstructorDescriptionTLcdFeaturedAerodrome
(int aNumberOfFeatures) Deprecated.TLcdFeaturedAerodrome
(ILcdEditableAerodrome aAerodrome) Constructs a newTLcdFeaturedAerodrome
from anILcdFeatured
orILcdDataObject
aerodrome.TLcdFeaturedAerodrome
(TLcdDataType aDataType) Creates a new instance for the given type. -
Method Summary
Modifier and TypeMethodDescriptionboolean
canSetFeature
(int aIndex) Checks whether the specified feature is editable.Returns theString
to be used to display theILcdDefaultDisplayNameSettable
object.int
Returns the current index of the feature to be uses in the display name.getFeature
(int aIndex) Returns the featureObject
at the given index.int
Returns the number of features.getValue
(TLcdDataProperty aProperty) Returns the value of the given property.boolean
hasValue
(TLcdDataProperty aProperty) Indicates whether this data object has a value for the given property.void
setDefaultDisplayNameIndex
(int aDefaultDisplayNameIndex) Sets the index of the feature to be used in the display name.void
setFeature
(int aIndex, Object aObject) Sets the featureObject
at the given index.void
setValue
(TLcdDataProperty aProperty, Object aValue) Sets the value of the given property for this data object.toString()
Methods inherited from class com.luciad.ais.model.aerodrome.TLcdAerodrome
addCollocatedAerodrome, getAerodromeType, getCollocatedAerodrome, getCollocatedAerodromesCount, getDataType, getValue, hasValue, removeCollocatedAerodrome, setAerodromeType, setValue
Methods inherited from class com.luciad.ais.shape.TLcdAISPoint
clone, cloneAs2DEditablePoint, cloneAs3DEditablePoint, contains2D, contains2D, contains3D, contains3D, equals, getBounds, getCosX, getCosY, getFocusPoint, getSinX, getSinY, getTanX, getTanY, getX, getY, getZ, hashCode, move2D, move2D, move3D, move3D, setLocation, translate2D, translate3D
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface com.luciad.shape.shape2D.ILcd2DEditableShape
move2D, move2D, translate2D
Methods inherited from interface com.luciad.shape.shape3D.ILcd3DEditableShape
move3D, move3D, translate3D
Methods inherited from interface com.luciad.shape.ILcdBounded
getBounds
Methods inherited from interface com.luciad.util.ILcdCloneable
clone
Methods inherited from interface com.luciad.shape.ILcdPoint
cloneAs2DEditablePoint, cloneAs3DEditablePoint, equals, getCosX, getCosY, getSinX, getSinY, getTanX, getTanY, getX, getY, getZ
Methods inherited from interface com.luciad.shape.ILcdShape
contains2D, contains2D, contains3D, contains3D, getFocusPoint
-
Constructor Details
-
TLcdFeaturedAerodrome
Deprecated.Constructs a newTLcdFeaturedAerodrome
. The user has to pass on the number of features he wants this featured aerodrome to have.- Parameters:
aNumberOfFeatures
- the number of features for the new object
-
TLcdFeaturedAerodrome
Constructs a newTLcdFeaturedAerodrome
from anILcdFeatured
orILcdDataObject
aerodrome. The new object will contain the same properties and the same coordinates as the given aerodrome object. In addition, it will have room for collocated aerodromes as well.- Parameters:
aAerodrome
- an implementation ofILcdFeatured
andILcdEditableAerodrome
.
-
TLcdFeaturedAerodrome
Creates a new instance for the given type.- Parameters:
aDataType
- the data type of the returned instance- Throws:
IllegalArgumentException
- ifTLcdAISDataTypes.Aerodrome
is not assignable from the given data type- Since:
- 10.1
- See Also:
-
-
Method Details
-
getFeature
Description copied from interface:ILcdFeatured
Returns the featureObject
at the given index.- Specified by:
getFeature
in interfaceILcdFeatured
- Parameters:
aIndex
- a valid feature index.- Returns:
- the feature
Object
at the given index. - See Also:
-
setFeature
Description copied from interface:ILcdFeatured
Sets the featureObject
at the given index.- Specified by:
setFeature
in interfaceILcdFeatured
- Parameters:
aIndex
- a valid feature index.aObject
- the new featureObject
.- See Also:
-
getFeatureCount
public int getFeatureCount()Description copied from interface:ILcdFeatured
Returns the number of features.- Specified by:
getFeatureCount
in interfaceILcdFeatured
- Returns:
- the number of features.
-
canSetFeature
public boolean canSetFeature(int aIndex) Description copied from interface:ILcdFeatured
Checks whether the specified feature is editable.- Specified by:
canSetFeature
in interfaceILcdFeatured
- Parameters:
aIndex
- a valid feature index.- Returns:
- true if the feature can be set, false otherwise.
-
setDefaultDisplayNameIndex
public void setDefaultDisplayNameIndex(int aDefaultDisplayNameIndex) Description copied from interface:ILcdDefaultDisplayNameSettable
Sets the index of the feature to be used in the display name. The default value is 0.- Specified by:
setDefaultDisplayNameIndex
in interfaceILcdDefaultDisplayNameSettable
- Parameters:
aDefaultDisplayNameIndex
- a valid index in the list of features- See Also:
-
getDefaultDisplayNameIndex
public int getDefaultDisplayNameIndex()Description copied from interface:ILcdDefaultDisplayNameSettable
Returns the current index of the feature to be uses in the display name.- Specified by:
getDefaultDisplayNameIndex
in interfaceILcdDefaultDisplayNameSettable
- Returns:
- the current index of the feature to use in the display name
- See Also:
-
getDefaultDisplayName
Description copied from interface:ILcdDefaultDisplayNameSettable
Returns theString
to be used to display theILcdDefaultDisplayNameSettable
object.- Specified by:
getDefaultDisplayName
in interfaceILcdDefaultDisplayNameSettable
- Returns:
- the
String
to be used to display theILcdDefaultDisplayNameSettable
object
-
toString
- Overrides:
toString
in classTLcdAerodrome
-
getValue
Description copied from interface:ILcdDataObject
Returns the value of the given property.
If the property is a collection, the returned value will never be null. If the property has not been set, an empty collection of the appropriate type will be returned (Set, List or Map).
The property must not be null, and must be declared in the
data object's type
or in one of its super types. Otherwise anIllegalArgumentException
is thrown.- Specified by:
getValue
in interfaceILcdDataObject
- Overrides:
getValue
in classTLcdAerodrome
- Parameters:
aProperty
- the property for which the value is to be returned- Returns:
- the value of the given property for this data object
-
setValue
Description copied from interface:ILcdDataObject
Sets the value of the given property for this data object. The implementation is allowed to throw an exception if the given value can't be set.
The given property must be declared in thedata object's type
or in one of its super types. In other words, getDataType().getProperties().contains( aProperty ) should always be true. Otherwise, the implementation should throw anIllegalArgumentException
.- Specified by:
setValue
in interfaceILcdDataObject
- Overrides:
setValue
in classTLcdAerodrome
- Parameters:
aProperty
- the property for which the value is to be setaValue
- the value to set- See Also:
-
hasValue
Description copied from interface:ILcdDataObject
Indicates whether this data object has a value for the given property.aProperty
is from theright data type
, and this instance has a value for it: returnstrue
aProperty
is from theright data type
, and this instance has no value for it: returnsfalse
aProperty
is not from theright data type
: not allowed, you will get IllegalArgumentExceptionaProperty
isnull
: not allowed, you will get NullPointerException
- Specified by:
hasValue
in interfaceILcdDataObject
- Overrides:
hasValue
in classTLcdAerodrome
- Parameters:
aProperty
- the property for which to return whether a value is present or not.- Returns:
true
if this data object has a value for the given property,false
otherwise.
-
TLcdFeaturedAerodrome(TLcdDataType)