Class SearchLowerPanel

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible

public class SearchLowerPanel extends JPanel
Author:
Jorge Piera Llodra (piera_jor@gva.es)
See Also:
  • Constructor Details

    • SearchLowerPanel

      public SearchLowerPanel(FeatureType[] features, org.gvsig.catalog.ui.search.SearchAditionalPropertiesPanel aditionalPanel)
      Creates new form searchLowerPanel
  • Method Details

    • getType

      public FeatureType getType()
      Returns:
      the selected thesaurus
    • getAllTypes

      public FeatureType[] getAllTypes()
      Returns:
      all the feature types
    • getConcordancia

      public String getConcordancia()
      Returns:
      the concordancia
    • getResultsByPage

      public int getResultsByPage()
      Returns:
      the number of results by page
    • getCoordinates

      public org.gvsig.catalog.querys.Coordinates getCoordinates()
      Returns:
      the coordinates
    • setCoordinates

      public void setCoordinates(org.gvsig.catalog.querys.Coordinates coordinates)
      Set the coordinates
      Parameters:
      coordinates - The coordinates to set
    • getCoordinatesOption

      public String getCoordinatesOption()
      Returns:
      the coordinates relationship
    • isGoToClicked

      public boolean isGoToClicked()
      Returns:
      if the GOTO component is clicked
    • isKeepOldClicked

      public boolean isKeepOldClicked()
      Returns:
      if the Mantain Old button is enabled
    • isMarkedPlaceClicked

      public boolean isMarkedPlaceClicked()
      Returns:
      if the Mantain Old button is enabled
    • isAccentsSearchEnabled

      public boolean isAccentsSearchEnabled()
      Returns:
      if the With accents button is enabled
    • addResultsByPageNumber

      public void addResultsByPageNumber(int number)
      Add a new number of resultas by page to the combo
      Parameters:
      number - Results by page
    • addCoordinatesRelationship

      public void addCoordinatesRelationship(String option)
      Add a new coordinates option for the coordinates combo
      Parameters:
      option - Coordinates option
    • getProperties

      public Properties getProperties()
      Returns the properties for teh aditional panel
      Returns: