- write(File, FeatureCollection, SimpleFeatureType) - Method in class output.ShapefileWriter
-
Method for writing output of a feature collection
- writeData(List<String>) - Static method in class output.Outputter
-
This is the text file data output method.
- writeNetwork() - Method in class output.SettlementOutputter
-
This is the Nystuen-Dacey graph algorithm and line creator.
- writeOutput(String) - Method in interface output.GISOutput
-
Method for outputting data into a text file
- writeShapefile(String) - Method in interface output.GISOutput
-
Method for outputting data into a shapefile
- writeShapefile(List<Settlement>, String) - Static method in class output.SettlementOutputter
-
Method to write the shapefile output.
- writeShapefileRepeat(List<Settlement>) - Method in class output.SettlementOutputter
-
This calls the shapefile writer to create output.