Methods
-
<static> findTagSet(crops)
-
Parameters:
Name Type Description cropsArray.<Crop> Returns:
- Type
- Array.<String>
-
<static> getCropDisplayName(crop)
-
Every crop has a binomial name, common name is optional.
Parameters:
Name Type Description cropCrop Returns:
- Type
- String
-
<static> getCropTagNames(crop)
-
Parameters:
Name Type Description cropCrop Returns:
- Type
- Array.<String>
-
<static> getHttpServerUrl()
-
Returns:
- Type
- String
-
<static> getPouchAdminDatabaseUrl(database)
-
Parameters:
Name Type Description databaseString Returns:
- Type
- String
-
<static> getPouchDatabaseUrl(database)
-
Parameters:
Name Type Description databaseString Returns:
- Type
- String
-
<static> mapCropsByBinomialName(crops)
-
Parameters:
Name Type Description cropsArray.<Crop> Returns:
- Type
- Object
-
<static> toCamelCase(name)
-
Parameters:
Name Type Description nameString Returns:
- Type
- String