Class Configuration



  • public class Configuration
    extends Object
    A configuration for JeographyGIS.
    • Constructor Detail

      • Configuration

        public Configuration()
    • Method Detail

      • setTileConfigs

        public void setTileConfigs(List<TileConfig> tileConfigs)
        Parameters:
        tileConfigs - the list of configurations to store.
      • getTileConfigs

        public List<TileConfig> getTileConfigs()
        Returns:
        the list of configurations stored.
      • setTileConfigsOverlay

        public void setTileConfigsOverlay(List<TileConfig> tileConfigsOverlay)
        Parameters:
        tileConfigsOverlay - the list of configurations to store.
      • getTileConfigsOverlay

        public List<TileConfig> getTileConfigsOverlay()
        Returns:
        the list of configurations stored.
      • createDefaultConfiguration

        public static Configuration createDefaultConfiguration()
        Create a default osm-based configuration.
        Returns:
        the created configuration.
      • getWidth

        public int getWidth()
        Returns:
        the width
      • setWidth

        public void setWidth(int width)
        Parameters:
        width - the width to set
      • getHeight

        public int getHeight()
        Returns:
        the height
      • setHeight

        public void setHeight(int height)
        Parameters:
        height - the height to set
      • isOnline

        public boolean isOnline()
        Returns:
        the isOnline
      • setOnline

        public void setOnline(boolean isOnline)
        Parameters:
        isOnline - the isOnline to set
      • isShowCrosshair

        public boolean isShowCrosshair()
        Returns:
        the showCrosshair
      • setShowCrosshair

        public void setShowCrosshair(boolean showCrosshair)
        Parameters:
        showCrosshair - the showCrosshair to set
      • isShowGrid

        public boolean isShowGrid()
        Returns:
        the showGrid
      • setShowGrid

        public void setShowGrid(boolean showGrid)
        Parameters:
        showGrid - the showGrid to set
      • isShowTileNumbers

        public boolean isShowTileNumbers()
        Returns:
        the showTileNumbers
      • setShowTileNumbers

        public void setShowTileNumbers(boolean showTileNumbers)
        Parameters:
        showTileNumbers - the showTileNumbers to set
      • isShowOverlay

        public boolean isShowOverlay()
        Returns:
        the showOverlay
      • setShowOverlay

        public void setShowOverlay(boolean showOverlay)
        Parameters:
        showOverlay - the showOverlay to set
      • isShowGeometryManager

        public boolean isShowGeometryManager()
        Returns:
        the showGeometryManager
      • setShowGeometryManager

        public void setShowGeometryManager(boolean showGeometryManager)
        Parameters:
        showGeometryManager - the showGeometryManager to set
      • isShowSelectionRectDialog

        public boolean isShowSelectionRectDialog()
        Returns:
        the showSelectionRectDialog
      • isShowSelectionPolyDialog

        public boolean isShowSelectionPolyDialog()
        Returns:
        the showSelectionPolyDialog
      • setShowSelectionRectDialog

        public void setShowSelectionRectDialog(boolean showSelectionRectDialog)
        Parameters:
        showSelectionRectDialog - the showSelectionRectDialog to set
      • setShowSelectionPolyDialog

        public void setShowSelectionPolyDialog(boolean showSelectionPolyDialog)
        Parameters:
        showSelectionPolyDialog - the showSelectionPolyDialog to set
      • isShowMapWindowDialog

        public boolean isShowMapWindowDialog()
        Returns:
        the showMapWindowDialog
      • setShowMapWindowDialog

        public void setShowMapWindowDialog(boolean showMapWindowDialog)
        Parameters:
        showMapWindowDialog - the showMapWindowDialog to set
      • getLon

        public double getLon()
        Returns:
        the lon
      • setLon

        public void setLon(double lon)
        Parameters:
        lon - the lon to set
      • getLat

        public double getLat()
        Returns:
        the lat
      • setLat

        public void setLat(double lat)
        Parameters:
        lat - the lat to set
      • getZoom

        public int getZoom()
        Returns:
        the zoom
      • setZoom

        public void setZoom(int zoom)
        Parameters:
        zoom - the zoom to set
      • getLookAndFeel

        public String getLookAndFeel()
      • setLookAndFeel

        public void setLookAndFeel(String lookAndFeel)
      • getPathDatabase

        public Path getPathDatabase()
      • setPathDatabase

        public void setPathDatabase(Path pathDatabase)
      • getDockingFramesTheme

        public String getDockingFramesTheme()
      • setDockingFramesTheme

        public void setDockingFramesTheme(String dockingFramesTheme)