Class DncGeosymLabelLocation


  • public class DncGeosymLabelLocation
    extends Object
    • Field Detail

      • appendToPrevious

        public static final DncGeosymLabelLocation appendToPrevious
        In the textjoin table, a textlocid of -1 indicates that the text does not have its own label location, but should instead be appended to the text of the preceding label attribute.
      • xOffset_MM

        public final double xOffset_MM
      • yOffset_MM

        public final double yOffset_MM
      • hAlign

        public final int hAlign
      • vAlign

        public final int vAlign
      • forSoundings

        public final boolean forSoundings
    • Constructor Detail

      • DncGeosymLabelLocation

        public DncGeosymLabelLocation​(double xOffset_MM,
                                      double yOffset_MM,
                                      int hAlign,
                                      int vAlign,
                                      boolean forSoundings)