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 Details

    • LayerNameGenerator

      public LayerNameGenerator()
  • Method Details

    • 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 operation
      srcLayerName - the input layer name
      Returns:
      a new layer name