public class VSIDataset extends Object
Constructor and Description |
---|
VSIDataset(String input)
Constructor for /vsi-prefixed path to a VSI Virtual File System
|
Modifier and Type | Method and Description |
---|---|
static VSIDataset |
fromObject(Object input)
Static method for creating a
VSIDataset from a generic object type |
File |
generate()
Copy the source dataset to a temporary VRT file, applying any GDAL configuration options
specified in vsi.properties before doing so
|
File |
getFile()
Get the VRT file representing the VSI Virtual File System
|
public static VSIDataset fromObject(Object input)
VSIDataset
from a generic object typeinput
- source Object
which is a String
representing the path to a VSI
Virtual File SystemVSIDataset
representation of the inputpublic File getFile()
File
object of the VRT fileCopyright © 1996–2022 Geotools. All rights reserved.