Package com.luciad.format.s57
Interface ILcdS57DepthAreaEdge
- All Superinterfaces:
Cloneable
,ILcdBounded
,ILcdCloneable
,ILcdPointList
,ILcdPolyline
,ILcdShape
,Serializable
- All Known Implementing Classes:
TLcdS57Edge
Interface providing access to properties of edges that are part of a DEPARE/DRGARE area object.
The properties provided are required by the S-52 conditional symbology.
This interface is subject to changes and should not be implemented by users.
-
Method Summary
Modifier and TypeMethodDescriptionfloat
Returns the maximum depth (DRVAL1) of the DEPARE/DRGARE object(s) this edge is part of.float
Returns the minimum depth (DRVAL1) of the DEPARE/DRGARE object(s) this edge is part of.float
Returns the value of the depth contour (VALDCO), if the edge is shared by a DEPCNT object,Float.NaN
otherwise.boolean
Returns true if this edge is shared by another group 1 object with object class LNDARE or UNSARE but not by a SLCONS object (see the DEPARE02 procedure in the Presentation Library documentation for more information).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.ILcdPointList
getPoint, getPointCount, getPointSFCT, getX, getY, getZ
Methods inherited from interface com.luciad.shape.ILcdShape
contains2D, contains2D, contains3D, contains3D, getFocusPoint
-
Method Details
-
getValueOfDepthContour
float getValueOfDepthContour()Returns the value of the depth contour (VALDCO), if the edge is shared by a DEPCNT object,Float.NaN
otherwise.- Returns:
- the value of the depth contour, if the edge is shared by a DEPCNT object,
Float.NaN
otherwise.
-
getMinimumAdjacentDepth
float getMinimumAdjacentDepth()Returns the minimum depth (DRVAL1) of the DEPARE/DRGARE object(s) this edge is part of.- Returns:
- the minimum depth (DRVAL1) of the DEPARE/DRGARE object(s) this edge is part of.
-
getMaximumAdjacentDepth
float getMaximumAdjacentDepth()Returns the maximum depth (DRVAL1) of the DEPARE/DRGARE object(s) this edge is part of.- Returns:
- the maximum depth (DRVAL1) of the DEPARE/DRGARE object(s) this edge is part of.
-