Class LayerNameGenerator


  • public class LayerNameGenerator
    extends Object
    Utility methods for generating layer names.
    Version:
    1.0
    Author:
    Martin Davis
    • Constructor Detail

      • LayerNameGenerator

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