Package org.gvsig.gazetteer.querys
Class GazetteerOptions.AspectOptions
java.lang.Object
org.gvsig.gazetteer.querys.GazetteerOptions.AspectOptions
- Enclosing class:
GazetteerOptions
This class contains all the options to show the
gazetteer search on the gvSIG view
- Author:
- Jorge Piera LlodrĂ¡ (piera_jor@gva.es)
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanisGoTo()booleanbooleanvoidsetGoTo(boolean goTo) voidsetKeepOld(boolean keepOld) voidsetPaintCurrent(boolean paintCurrent)
-
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)
-