Class DialogUtil


  • public class DialogUtil
    extends Object
    Utility class to select attributes from a layer.
    Version:
    2005-08-14
    Author:
    Olivier
    • Constructor Detail

      • DialogUtil

        public DialogUtil()
    • Method Detail

      • getFieldsFromLayer

        public static List getFieldsFromLayer​(Layer l)
      • updateFieldComboBox

        public static void updateFieldComboBox​(JComboBox cb,
                                               Layer l)
      • getFieldsFromLayerWithoutGeometry

        public static List getFieldsFromLayerWithoutGeometry​(Layer l)
      • getDoubleFromAttribute

        public static Double getDoubleFromAttribute​(Feature f,
                                                    String attributeName)
      • updateFieldTypeLabel

        public static void updateFieldTypeLabel​(JLabel label,
                                                Layer l,
                                                String attributeName)
      • setLayerNamesAsListData

        public static void setLayerNamesAsListData​(LayerManager argManager,
                                                   JList argList)