Uses of Class
org.meteoinfo.data.mapdata.Field
-
Packages that use Field Package Description org.meteoinfo.global org.meteoinfo.layer -
-
Uses of Field in org.meteoinfo.global
Methods in org.meteoinfo.global with parameters of type Field Modifier and Type Method Description static booleanMIMath. isNumeric(Field field)Determine if a field is numeric -
Uses of Field in org.meteoinfo.layer
Methods in org.meteoinfo.layer that return Field Modifier and Type Method Description FieldVectorLayer. getField(int idx)Get field by indexFieldVectorLayer. getField(java.lang.String fieldName)Get field by field nameMethods in org.meteoinfo.layer that return types with arguments of type Field Modifier and Type Method Description java.util.List<Field>VectorLayer. getFields()Get fieldsMethods in org.meteoinfo.layer with parameters of type Field Modifier and Type Method Description voidVectorLayer. editAddField(Field aField)Edit: Add a field
-