| java.lang.Object org.wfp.vam.intermap.util.Util
parseBoundingBox | public static BoundingBox parseBoundingBox(Element params)(Code) | | Retrieve bbnorth, bb... from params.
If all of them are parsable coords, the corresponding BoundingBox is returned.
a BoundingBox or null if a bb was not parsable, author: ETj |
parseInt | public static int parseInt(String parsableInteger, int defaultValue)(Code) | | Try and parse a String as an int.
the parsed int, or defaultValue if parsableInteger is null or not parsable (in latter case, an error will be output) author: ETj |
|
|