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 TypeMethodDescriptiondouble
Returns the sounding (depth) value for this S-57 objects.Methods inherited from interface com.luciad.shape.ILcdBounded
getBounds
Methods inherited from interface com.luciad.util.ILcdCloneable
clone
Methods inherited from interface com.luciad.format.s57.ILcdS57FeatureObject
getGroup, getIdentifier, getRelationship, getRelationshipCount, getShape
Methods 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.
-