Package com.luciad.ais.model.sector
Class TLcdFeaturedMinimumSectorAltitude
java.lang.Object
com.luciad.shape.ALcdShape
com.luciad.shape.ALcdShapeList
com.luciad.ais.model.sector.TLcdMinimumSectorAltitude
com.luciad.ais.model.sector.TLcdFeaturedMinimumSectorAltitude
- All Implemented Interfaces:
ILcdEditableMinimumSectorAltitude,ILcdMinimumSectorAltitude,ILcdDataObject,ILcdBounded,ILcdShape,ILcdShapeList,ILcdCache,ILcdCloneable,ILcdFeatured,ILcdInvalidateable,Serializable,Cloneable
public class TLcdFeaturedMinimumSectorAltitude
extends TLcdMinimumSectorAltitude
implements ILcdFeatured
ILcdMinimumSectorAltitude implementation based on ILcdFeatured.- Since:
- 2022.0
- See Also:
-
Field Summary
Fields inherited from class com.luciad.ais.model.sector.TLcdMinimumSectorAltitude
SECTORS_PROPERTY -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleancanSetFeature(int aIndex) Checks whether the specified feature is editable.getFeature(int aIndex) Returns the featureObjectat the given index.intReturns the number of features.voidsetFeature(int aIndex, Object aObject) Sets the featureObjectat the given index.Methods inherited from class com.luciad.ais.model.sector.TLcdMinimumSectorAltitude
addSector, getDataType, getSector, getSectorCount, getShape, getShapeCount, getValue, getValue, hasValue, hasValue, removeSector, removeSectorAt, setValue, setValueMethods inherited from class com.luciad.shape.ALcdShapeList
calculateFocusPoint, clearCache, clone, contains2D, contains3D, equals, getBounds, getCachedObject, getFocusPoint, hashCode, insertIntoCache, invalidateBounds, invalidateObject, removeCachedObject, setFocusPoint, toStringMethods inherited from class com.luciad.shape.ALcdShape
contains2D, contains3D, fromDomainObjectMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.luciad.shape.ILcdBounded
getBoundsMethods inherited from interface com.luciad.util.ILcdCloneable
cloneMethods inherited from interface com.luciad.shape.ILcdShape
contains2D, contains2D, contains3D, contains3D, getFocusPoint
-
Constructor Details
-
TLcdFeaturedMinimumSectorAltitude
-
-
Method Details
-
getFeature
Description copied from interface:ILcdFeaturedReturns the featureObjectat the given index.- Specified by:
getFeaturein interfaceILcdFeatured- Parameters:
aIndex- a valid feature index.- Returns:
- the feature
Objectat the given index. - See Also:
-
setFeature
Description copied from interface:ILcdFeaturedSets the featureObjectat the given index.- Specified by:
setFeaturein interfaceILcdFeatured- Parameters:
aIndex- a valid feature index.aObject- the new featureObject.- See Also:
-
getFeatureCount
public int getFeatureCount()Description copied from interface:ILcdFeaturedReturns the number of features.- Specified by:
getFeatureCountin interfaceILcdFeatured- Returns:
- the number of features.
-
canSetFeature
public boolean canSetFeature(int aIndex) Description copied from interface:ILcdFeaturedChecks whether the specified feature is editable.- Specified by:
canSetFeaturein interfaceILcdFeatured- Parameters:
aIndex- a valid feature index.- Returns:
- true if the feature can be set, false otherwise.
-