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 String
DEFAULT_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 String
getFileExtension()
File extension determining the type of file that is being generatedvoid
logSettings()
Convenience method to log all the current settingsvoid
reset()
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:
logSettings
in classFileBasedConverterWriterSettings
-
reset
public void reset()
Reset content- Specified by:
reset
in interfaceConverterWriterSettings
- Overrides:
reset
in classFileBasedConverterWriterSettings
-
getFileExtension
public String getFileExtension()
File extension determining the type of file that is being generated- Returns:
- file extension
-
-