Package org.gvsig.catalog.csw.drivers
Class CSWISO19115CatalogServiceDriver
java.lang.Object
org.gvsig.catalog.drivers.AbstractDiscoveryServiceDriver
org.gvsig.catalog.drivers.AbstractCatalogServiceDriver
org.gvsig.catalog.csw.drivers.CSWCatalogServiceDriver
org.gvsig.catalog.csw.drivers.CSWISO19115CatalogServiceDriver
- All Implemented Interfaces:
ICatalogServiceDriver,IDiscoveryServiceDriver
- Author:
- Jorge Piera LLodrĂ¡ (jorge.piera@iver.es)
-
Field Summary
FieldsFields inherited from class org.gvsig.catalog.csw.drivers.CSWCatalogServiceDriver
capabilities, profile -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the profile.protected XMLNode[]retrieveResults(XMLNode root) Retrieve and parse the resultsMethods inherited from class org.gvsig.catalog.csw.drivers.CSWCatalogServiceDriver
getCapabilities, getDefaultPort, getDefaultSchema, getNumberOfRecords, getRecords, isProtocolSupportedMethods inherited from class org.gvsig.catalog.drivers.AbstractCatalogServiceDriver
createQuery, getMaxRecords, getNumberOfRecords, getOutputFormat, getOutputSchema, getQuery, getRecordsReply, getServerData, getSortBy, getStartPosition, setMaxRecords, setOutputFormat, setOutputSchema, setOutputSchema, setQuery, setServerData, setSortBy, setStartPositionMethods inherited from class org.gvsig.catalog.drivers.AbstractDiscoveryServiceDriver
getAditionalSearchPanel, getOneServer, getServerAnswerReady, setServerAnswerReady, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.gvsig.catalog.drivers.IDiscoveryServiceDriver
getAditionalSearchPanel, getOneServer, getServerAnswerReady, setServerAnswerReady, toString
-
Field Details
-
SERVICE_NAME
-
-
Constructor Details
-
CSWISO19115CatalogServiceDriver
public CSWISO19115CatalogServiceDriver()
-
-
Method Details
-
getServiceName
- Returns:
- the service name that will be showed in the user interface
-
retrieveResults
Description copied from class:CSWCatalogServiceDriverRetrieve and parse the results- Specified by:
retrieveResultsin classCSWCatalogServiceDriver- Parameters:
root- XML root node- Returns:
-
getProfile
Description copied from class:AbstractCatalogServiceDriverGets the profile. It has to be implemented by all the drivers with profile- Specified by:
getProfilein interfaceICatalogServiceDriver- Overrides:
getProfilein classAbstractCatalogServiceDriver- Returns:
- The profile
-