Class GazetteerOptions.AspectOptions

java.lang.Object
org.gvsig.gazetteer.querys.GazetteerOptions.AspectOptions
Enclosing class:
GazetteerOptions

public class GazetteerOptions.AspectOptions extends Object
This class contains all the options to show the gazetteer search on the gvSIG view
Author:
Jorge Piera LlodrĂ¡ (piera_jor@gva.es)
  • Constructor Details

    • AspectOptions

      public AspectOptions()
    • AspectOptions

      public AspectOptions(boolean goTo, boolean keepOld, boolean paintCurrent)
  • Method Details

    • isGoTo

      public boolean isGoTo()
    • setGoTo

      public void setGoTo(boolean goTo)
    • isKeepOld

      public boolean isKeepOld()
    • setKeepOld

      public void setKeepOld(boolean keepOld)
    • isPaintCurrent

      public boolean isPaintCurrent()
    • setPaintCurrent

      public void setPaintCurrent(boolean paintCurrent)