Class GeometryRoutedServicesWriterFactory
- java.lang.Object
-
- org.goplanit.geoio.converter.service.GeometryRoutedServicesWriterFactory
-
public class GeometryRoutedServicesWriterFactory extends Object
Factory for creating PLANit Routed Services writers for GIS based output format(s), e.g., shape files- Author:
- markr
-
-
Constructor Summary
Constructors Constructor Description GeometryRoutedServicesWriterFactory()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static GeometryRoutedServicesWriter
create()
Create a GeometryRoutedServicesWriter which can persist a PLANit RoutedServices in GIS format with all defaults.static GeometryRoutedServicesWriter
create(String outputPath)
Create a GeometryRoutedServicesWriter which can persist a PLANit RoutedServices in GIS formatstatic GeometryRoutedServicesWriter
create(String outputPath, String countryName)
Create a GeometryRoutedServicesWriter which can persist a PLANit RoutedServices in GIS format
-
-
-
Method Detail
-
create
public static GeometryRoutedServicesWriter create()
Create a GeometryRoutedServicesWriter which can persist a PLANit RoutedServices in GIS format with all defaults. It is expected the user sets the required minimum configuration afterwards to be able to persist- Returns:
- created PLANit GeometryRoutedServicesWriter writer
-
create
public static GeometryRoutedServicesWriter create(String outputPath)
Create a GeometryRoutedServicesWriter which can persist a PLANit RoutedServices in GIS format- Parameters:
outputPath
- the path to use for persisting- Returns:
- created GeometryRoutedServicesWriter
-
create
public static GeometryRoutedServicesWriter create(String outputPath, String countryName)
Create a GeometryRoutedServicesWriter which can persist a PLANit RoutedServices in GIS format- Parameters:
outputPath
- the path to use for persistingcountryName
- the country to base the projection method on if available- Returns:
- created GeometryRoutedServicesWriter
-
-