Uses of Class
org.geotools.data.ows.URLCheckerException
-
Packages that use URLCheckerException Package Description org.geotools.data.ows -
-
Uses of URLCheckerException in org.geotools.data.ows
Methods in org.geotools.data.ows that throw URLCheckerException Modifier and Type Method Description static void
URLCheckers. confirm(String location)
Confirm the location against all enabled URLChecker.static void
URLCheckers. confirm(URI uri)
Confirms URI against all enabled URLCheckerstatic void
URLCheckers. confirm(URL url)
Confirm the URL against all enabled URLChecker
-