Class TLcdS57Constants

java.lang.Object
com.luciad.format.s57.TLcdS57Constants

public class TLcdS57Constants extends Object
S-57 constants.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
    MASK constant indicating the edge should be masked (not rendered).
    static final int
    MASK constant indicating that a mask is not applicable for the edge.
    static final int
    MASK constant indicating the edge should be rendered normally.
    static final int
    ORIENTATION constant indicating the edge should be traversed in forward direction within the area boundary.
    static final int
    ORIENTATION constant indicating that orientation is not applicable for the edge.
    static final int
    ORIENTATION constant indicating the edge should be traversed in reverse direction within the area boundary.
    static final int
    USAGE constant indicating that the edge is part of the outer boundary of an area.
    static final int
    USAGE constant indicating that the edge is part of a truncated part of the outer boundary of an area.
    static final int
    USAGE constant indicating that the edge is part of the inner boundary of an area.
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • ORIENTATION_FORWARD

      public static final int ORIENTATION_FORWARD
      ORIENTATION constant indicating the edge should be traversed in forward direction within the area boundary.
      See Also:
    • ORIENTATION_REVERSE

      public static final int ORIENTATION_REVERSE
      ORIENTATION constant indicating the edge should be traversed in reverse direction within the area boundary.
      See Also:
    • ORIENTATION_NOT_APPLICABLE

      public static final int ORIENTATION_NOT_APPLICABLE
      ORIENTATION constant indicating that orientation is not applicable for the edge.
      See Also:
    • USAGE_EXTERIOR

      public static final int USAGE_EXTERIOR
      USAGE constant indicating that the edge is part of the outer boundary of an area.
      See Also:
    • USAGE_INTERIOR

      public static final int USAGE_INTERIOR
      USAGE constant indicating that the edge is part of the inner boundary of an area.
      See Also:
    • USAGE_EXTERIOR_TRUNCATED

      public static final int USAGE_EXTERIOR_TRUNCATED
      USAGE constant indicating that the edge is part of a truncated part of the outer boundary of an area.
      See Also:
    • MASK_MASK

      public static final int MASK_MASK
      MASK constant indicating the edge should be masked (not rendered).
      See Also:
    • MASK_SHOW

      public static final int MASK_SHOW
      MASK constant indicating the edge should be rendered normally.
      See Also:
    • MASK_NOT_APPLICABLE

      public static final int MASK_NOT_APPLICABLE
      MASK constant indicating that a mask is not applicable for the edge.
      See Also: