Class TLcdS57Constants

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

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

    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 Link icon

    Methods inherited from class java.lang.Object Link icon

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

    • ORIENTATION_FORWARD Link icon

      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 Link icon

      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 Link icon

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

      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 Link icon

      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 Link icon

      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 Link icon

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

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

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