Package com.metsci.glimpse.dnc.geosym
Class DncGeosymLabelLocation
- java.lang.Object
-
- com.metsci.glimpse.dnc.geosym.DncGeosymLabelLocation
-
public class DncGeosymLabelLocation extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static DncGeosymLabelLocationappendToPreviousIn 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.booleanforSoundingsinthAlignintvAligndoublexOffset_MMdoubleyOffset_MM
-
Constructor Summary
Constructors Constructor Description DncGeosymLabelLocation(double xOffset_MM, double yOffset_MM, int hAlign, int vAlign, boolean forSoundings)
-
-
-
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
-
-