Package com.luciad.format.s57
Interface ILcdS57SoundingPoint
- All Superinterfaces:
Cloneable,ILcdBounded,ILcdCloneable,ILcdS57FeatureObject,ILcdS57Object,ILcdShape,Serializable
- All Known Implementing Classes:
TLcdS57SoundingPoint
Interface for S57 sounding representations.
-
Field Summary
Fields inherited from interface com.luciad.format.s57.ILcdS57FeatureObject
AREA, LINE, NONE, POINT -
Method Summary
Modifier and TypeMethodDescriptiondoubleReturns the sounding (depth) value for this S-57 objects.Methods inherited from interface com.luciad.shape.ILcdBounded
getBoundsMethods inherited from interface com.luciad.util.ILcdCloneable
cloneMethods inherited from interface com.luciad.format.s57.ILcdS57FeatureObject
getGroup, getIdentifier, getRelationship, getRelationshipCount, getShapeMethods inherited from interface com.luciad.shape.ILcdShape
contains2D, contains2D, contains3D, contains3D, getFocusPoint
-
Method Details
-
getSoundingValue
double getSoundingValue()Returns the sounding (depth) value for this S-57 objects.- Returns:
- the sounding (depth) value for this S-57 objects.
-