public class DncGeosymLabelLocation extends Object
Modifier and Type | Field and Description |
---|---|
static 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.
|
boolean |
forSoundings |
int |
hAlign |
int |
vAlign |
double |
xOffset_MM |
double |
yOffset_MM |
Constructor and Description |
---|
DncGeosymLabelLocation(double xOffset_MM,
double yOffset_MM,
int hAlign,
int vAlign,
boolean forSoundings) |
public static final DncGeosymLabelLocation appendToPrevious
public final double xOffset_MM
public final double yOffset_MM
public final int hAlign
public final int vAlign
public final boolean forSoundings
Copyright © 2016 Metron, Inc.. All rights reserved.