Sorry, I typoed in the code.

Intention was to write:

    public boolean isEmpty() {
        return value == null || value.length() == 0;
    }

If the value is null or if it just otherwise empty, then Extent is empty.

-huima

------------------------------------------------------------------------------

_______________________________________________
Geotools-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geotools-devel

Reply via email to