public class URIUtils extends Object
| Constructor and Description |
|---|
URIUtils() |
| Modifier and Type | Method and Description |
|---|---|
static File |
dereferenceURI(URI uriRef)
Dereferences the given URI and stores the resulting resource representation in a
local file.
|
public static File dereferenceURI(URI uriRef) throws IOException
uriRef - An absolute URI specifying the location of some resource.IOException - If an IO error occurred.Copyright © 2024 Open Geospatial Consortium. All rights reserved.