Package org.geotools.vsi
Class VSIProperties
Object
Dictionary<K,V>
- All Implemented Interfaces:
Serializable
,Cloneable
,Map<Object,
Object>
GDAL config loader for VSI Virtual File Systems
- Author:
- Matthew Northcott <matthewnorthcott@catalyst.net.nz>
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
Name of property that defines where the vsi.properties file is Supplied using -D{LOCATION_PROPERTY}=/path/to/vsi.properties in JAVA_OPTSFields inherited from class Properties
defaults
-
Constructor Summary
ConstructorsConstructorDescriptionConstructor which parses vsi.properties initially by default -
Method Summary
Methods inherited from class Properties
clear, clone, compute, computeIfAbsent, computeIfPresent, contains, containsKey, containsValue, elements, entrySet, equals, forEach, get, getOrDefault, getProperty, getProperty, hashCode, isEmpty, keys, keySet, list, list, load, load, loadFromXML, merge, propertyNames, put, putAll, putIfAbsent, rehash, remove, remove, replace, replace, replaceAll, save, setProperty, size, store, store, storeToXML, storeToXML, storeToXML, stringPropertyNames, toString, values
-
Field Details
-
LOCATION_PROPERTY
Name of property that defines where the vsi.properties file is Supplied using -D{LOCATION_PROPERTY}=/path/to/vsi.properties in JAVA_OPTS- See Also:
-
-
Constructor Details
-
VSIProperties
Constructor which parses vsi.properties initially by default- Throws:
IOException
-
-
Method Details
-
parse
Read the vsi.properties file for GDAL configuration options.- Throws:
IOException
-
apply
Set the configuration options in GDAL, using those found in vsi.properties- Throws:
IOException
-