org.gcube.common.geoserverinterface.geonetwork
Class GeoserverDiscovery

java.lang.Object
  extended by org.gcube.common.geoserverinterface.geonetwork.GeoserverDiscovery

public class GeoserverDiscovery
extends Object

Author:
francesco-mangiacrapa

Constructor Summary
GeoserverDiscovery(String xmlAllHarvestings)
           
 
Method Summary
 GeoserverSortInterface getSorter()
           
 ArrayList<String> getWfsGeoserverList()
           
 ArrayList<String> getWmsGeoserverList()
           
 void loadGeoserverListsByHarvestings(String xmlAllHarvestings)
           
 void reloadWfsGeoserverList(String xmlWfsHarvestings)
           
 void reloadWmsGeoserverList(String xmlWmsHarvestings)
           
 void setSorter(GeoserverSortInterface sorter)
           
 ArrayList<String> sortGeoserver(ArrayList<String> list)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GeoserverDiscovery

public GeoserverDiscovery(String xmlAllHarvestings)
Method Detail

sortGeoserver

public ArrayList<String> sortGeoserver(ArrayList<String> list)
Parameters:
list -
Returns:
ordered list by sorter

getSorter

public GeoserverSortInterface getSorter()
Returns:

setSorter

public void setSorter(GeoserverSortInterface sorter)
Parameters:
sorter - type GeoserverSortInterface

reloadWmsGeoserverList

public void reloadWmsGeoserverList(String xmlWmsHarvestings)

reloadWfsGeoserverList

public void reloadWfsGeoserverList(String xmlWfsHarvestings)

loadGeoserverListsByHarvestings

public void loadGeoserverListsByHarvestings(String xmlAllHarvestings)

getWmsGeoserverList

public ArrayList<String> getWmsGeoserverList()

getWfsGeoserverList

public ArrayList<String> getWfsGeoserverList()


Copyright © 2012. All Rights Reserved.