Package org.geotools.vsi
Class VSIDataset
Object
VSIDataset
Abstraction of the VSI Virtual File System data type used to generate readable VRT virtual files
- Author:
- Matthew Northcott <matthewnorthcott@catalyst.net.nz>
- 
Constructor SummaryConstructorsConstructorDescriptionVSIDataset(String input) Constructor for /vsi-prefixed path to a VSI Virtual File System
- 
Method SummaryModifier and TypeMethodDescriptionstatic VSIDatasetfromObject(Object input) Static method for creating aVSIDatasetfrom a generic object typegenerate()Copy the source dataset to a temporary VRT file, applying any GDAL configuration options specified in vsi.properties before doing sogetFile()Get the VRT file representing the VSI Virtual File System
- 
Constructor Details- 
VSIDatasetConstructor for /vsi-prefixed path to a VSI Virtual File System- Parameters:
- input- source- Stringpath to a VSI Virtual File System
 
 
- 
- 
Method Details- 
fromObjectStatic method for creating aVSIDatasetfrom a generic object type- Parameters:
- input- source- Objectwhich is a- Stringrepresenting the path to a VSI Virtual File System
- Returns:
- VSIDatasetrepresentation of the input
 
- 
getFileGet the VRT file representing the VSI Virtual File System- Returns:
- Fileobject of the VRT file
 
- 
generateCopy the source dataset to a temporary VRT file, applying any GDAL configuration options specified in vsi.properties before doing so- Returns:
- generated VRT Fileobject
 
 
-