Package worldBuilder

Class ExportEngine


  • public class ExportEngine
    extends java.lang.Object
    convert MeshPoint attributes into Cartesian tile attributes and pass them to an exporter
    • Constructor Summary

      Constructors 
      Constructor Description
      ExportEngine​(Map map, double x, double y, double width, double height)
      create the initial export selection dialog and register the listeners
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void tile_size​(int meters)
      set the size of a tile for this export
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • tile_size

        public int tile_size
      • x_points

        public int x_points
      • y_points

        public int y_points
    • Constructor Detail

      • ExportEngine

        public ExportEngine​(Map map,
                            double x,
                            double y,
                            double width,
                            double height)
        create the initial export selection dialog and register the listeners
        Parameters:
        map - ... the map from which we are exporting
        x - ... map x of upper left corner of export region
        y - ... map y of upper left corner of export region
        width - ... of export region (in xy_units)
        height - ... of export region (in xy_units)
    • Method Detail

      • tile_size

        public void tile_size​(int meters)
        set the size of a tile for this export
        Parameters:
        meters -