Class LayerNameGenerator
- java.lang.Object
-
- com.vividsolutions.jump.workbench.plugin.util.LayerNameGenerator
-
public class LayerNameGenerator extends Object
Utility methods for generating layer names.- Version:
- 1.0
- Author:
- Martin Davis
-
-
Constructor Summary
Constructors Constructor Description LayerNameGenerator()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static String
generateOperationOnLayerName(String opName, String srcLayerName)
Generates a name for a layer containing features produced by running an operation on another layer.
-
-
-
Method Detail
-
generateOperationOnLayerName
public static String generateOperationOnLayerName(String opName, String srcLayerName)
Generates a name for a layer containing features produced by running an operation on another layer.- Parameters:
opName
- a short name for the operationsrcLayerName
- the input layer name- Returns:
- a new layer name
-
-