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