Package org.geotools.vsi
Class VSIDataset
- Object
-
- VSIDataset
-
public class VSIDataset extends Object
Abstraction of the VSI Virtual File System data type used to generate readable VRT virtual files- Author:
- Matthew Northcott
-
-
Constructor Summary
Constructors Constructor Description VSIDataset(String input)Constructor for /vsi-prefixed path to a VSI Virtual File System
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static VSIDatasetfromObject(Object input)Static method for creating aVSIDatasetfrom a generic object typeFilegenerate()Copy the source dataset to a temporary VRT file, applying any GDAL configuration options specified in vsi.properties before doing soFilegetFile()Get the VRT file representing the VSI Virtual File System
-
-
-
Method Detail
-
fromObject
public static VSIDataset fromObject(Object input)
Static method for creating aVSIDatasetfrom a generic object type- Parameters:
input- sourceObjectwhich is aStringrepresenting the path to a VSI Virtual File System- Returns:
VSIDatasetrepresentation of the input
-
getFile
public File getFile()
Get the VRT file representing the VSI Virtual File System- Returns:
Fileobject of the VRT file
-
-