Class GeometryServiceNetworkWriterFactory
- java.lang.Object
-
- org.goplanit.geoio.converter.service.GeometryServiceNetworkWriterFactory
-
public class GeometryServiceNetworkWriterFactory extends Object
Factory for creating GeometryServiceNetworkWriters- Author:
- markr
-
-
Constructor Summary
Constructors Constructor Description GeometryServiceNetworkWriterFactory()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static GeometryServiceNetworkWriter
create()
Create a GeometryServiceNetworkWriter which persists PLANit service networks in common GIS formats in current working directorystatic GeometryServiceNetworkWriter
create(String outputDirectory)
Create a GeometryNetworkWriter which persists PLANit service networks in common GIS formatsstatic GeometryServiceNetworkWriter
create(String outputDirectory, String countryName)
Create a GeometryServiceNetworkWriter which persists PLANit service networks in common GIS formatsstatic GeometryServiceNetworkWriter
create(GeometryServiceNetworkWriterSettings serviceNetworkSettings)
Create a GeometryNetworkWriter which persists PLANit networks in common GIS formats
-
-
-
Method Detail
-
create
public static GeometryServiceNetworkWriter create()
Create a GeometryServiceNetworkWriter which persists PLANit service networks in common GIS formats in current working directory- Returns:
- created GeometryServiceNetworkWriter
-
create
public static GeometryServiceNetworkWriter create(String outputDirectory)
Create a GeometryNetworkWriter which persists PLANit service networks in common GIS formats- Parameters:
outputDirectory
- to use- Returns:
- created GeometryNetworkWriter
-
create
public static GeometryServiceNetworkWriter create(String outputDirectory, String countryName)
Create a GeometryServiceNetworkWriter which persists PLANit service networks in common GIS formats- Parameters:
outputDirectory
- to usecountryName
- country which the input file represents, used to determine defaults in case not specifically specified, when left blank global defaults will be used based on a right hand driving approach- Returns:
- created GeometryServiceNetworkWriter
-
create
public static GeometryServiceNetworkWriter create(GeometryServiceNetworkWriterSettings serviceNetworkSettings)
Create a GeometryNetworkWriter which persists PLANit networks in common GIS formats- Parameters:
serviceNetworkSettings
- to use- Returns:
- created GeometryServiceNetworkWriter
-
-