Package org.goplanit.geoio.util
Class GeoIoWriterSettings
- java.lang.Object
-
- org.goplanit.converter.FileBasedConverterWriterSettings
-
- org.goplanit.geoio.util.GeoIoWriterSettings
-
- All Implemented Interfaces:
ConverterWriterSettings
- Direct Known Subclasses:
GeometryNetworkWriterSettings,GeometryRoutedServicesWriterSettings,GeometryServiceNetworkWriterSettings,GeometryZoningWriterSettings
public class GeoIoWriterSettings extends FileBasedConverterWriterSettings implements ConverterWriterSettings
Settings relevant for persisting in any Geo IO output format- Author:
- markr
-
-
Field Summary
Fields Modifier and Type Field Description static StringDEFAULT_EXTENSION-
Fields inherited from class org.goplanit.converter.FileBasedConverterWriterSettings
DEFAULT_COUNTRY, destinationCoordinateReferenceSystem
-
-
Constructor Summary
Constructors Constructor Description GeoIoWriterSettings()Default constructorGeoIoWriterSettings(String outputPathDirectory)ConstructorGeoIoWriterSettings(String outputPathDirectory, String countryName)Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetFileExtension()File extension determining the type of file that is being generatedvoidlogSettings()Convenience method to log all the current settingsvoidreset()Reset content-
Methods inherited from class org.goplanit.converter.FileBasedConverterWriterSettings
getCountry, getDestinationCoordinateReferenceSystem, getOutputDirectory, setCountry, setDestinationCoordinateReferenceSystem, setOutputDirectory, validate
-
-
-
-
Field Detail
-
DEFAULT_EXTENSION
public static final String DEFAULT_EXTENSION
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
GeoIoWriterSettings
public GeoIoWriterSettings()
Default constructor
-
GeoIoWriterSettings
public GeoIoWriterSettings(String outputPathDirectory)
Constructor- Parameters:
outputPathDirectory- to use
-
-
Method Detail
-
logSettings
public void logSettings()
Convenience method to log all the current settings- Overrides:
logSettingsin classFileBasedConverterWriterSettings
-
reset
public void reset()
Reset content- Specified by:
resetin interfaceConverterWriterSettings- Overrides:
resetin classFileBasedConverterWriterSettings
-
getFileExtension
public String getFileExtension()
File extension determining the type of file that is being generated- Returns:
- file extension
-
-