public class FeatureTextUtils
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLIPBOARD_SEPARATOR_1
The format of the clipboard content will be:
|
static java.lang.String |
CLIPBOARD_SEPARATOR_2 |
static java.lang.String |
CLIPBOARD_SEPARATOR_3 |
| Constructor and Description |
|---|
FeatureTextUtils() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
clipboardSeemsToHaveValidFeatures() |
static java.util.List<EditableFeature> |
fromString(java.lang.String str,
FeatureStore fsto) |
static GeometryManager |
geoman() |
static boolean |
textInClipboard() |
static java.lang.StringBuilder |
toString(FeatureSet fset,
FeatureType fty,
boolean include_atts) |
public static final java.lang.String CLIPBOARD_SEPARATOR_1
public static final java.lang.String CLIPBOARD_SEPARATOR_2
public static final java.lang.String CLIPBOARD_SEPARATOR_3
public static GeometryManager geoman()
public static boolean clipboardSeemsToHaveValidFeatures()
public static boolean textInClipboard()
public static java.lang.StringBuilder toString(FeatureSet fset, FeatureType fty, boolean include_atts) throws DataException
DataExceptionpublic static java.util.List<EditableFeature> fromString(java.lang.String str, FeatureStore fsto)