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 TypeMethodDescriptionfloatReturns the maximum depth (DRVAL1) of the DEPARE/DRGARE object(s) this edge is part of.floatReturns the minimum depth (DRVAL1) of the DEPARE/DRGARE object(s) this edge is part of.floatReturns the value of the depth contour (VALDCO), if the edge is shared by a DEPCNT object,Float.NaNotherwise.booleanReturns 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
getBoundsMethods inherited from interface com.luciad.util.ILcdCloneable
cloneMethods inherited from interface com.luciad.shape.ILcdPointList
getPoint, getPointCount, getPointSFCT, getX, getY, getZMethods 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.NaNotherwise.- Returns:
- the value of the depth contour, if the edge is shared by a DEPCNT object,
Float.NaNotherwise.
-
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.
-