public static java.util.Map<java.lang.String,java.lang.String> getPathColors()
Returns the possible path colors and the XML style representation. By default:
PATH_COLOR_BLUE, PATH_COLOR_RED, PATH_COLOR_GREEN and PATH_COLOR_ORANGE.
Returns:
path colors
setPathColors
public static void setPathColors(java.util.Map<java.lang.String,java.lang.String> pathColors)
Sets the possible path colors and the XML style representation. By default:
PATH_COLOR_BLUE, PATH_COLOR_RED, PATH_COLOR_GREEN and PATH_COLOR_ORANGE.
Parameters:
pathColors - path colors
isFeaturePath
public static boolean isFeaturePath(NFEFeature nfeFeature)
Returns true if the feature is a path, false otherwise.