public final class VSIProperties extends Properties
Modifier and Type | Field and Description |
---|---|
static String |
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
|
defaults
Constructor and Description |
---|
VSIProperties()
Constructor which parses vsi.properties initially by default
|
Modifier and Type | Method and Description |
---|---|
void |
apply()
Set the configuration options in GDAL, using those found in vsi.properties
|
void |
parse()
Read the vsi.properties file for GDAL configuration options.
|
getProperty, getProperty, list, list, load, load, loadFromXML, propertyNames, save, setProperty, store, store, storeToXML, storeToXML, stringPropertyNames
clear, clone, compute, computeIfAbsent, computeIfPresent, contains, containsKey, containsValue, elements, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keys, keySet, merge, put, putAll, putIfAbsent, rehash, remove, remove, replace, replace, replaceAll, size, toString, values
public static final String LOCATION_PROPERTY
public VSIProperties() throws IOException
IOException
public void parse() throws IOException
IOException
public void apply() throws IOException
IOException
Copyright © 1996–2022 Geotools. All rights reserved.