org.gcube.spatial.data.geonetwork
Interface GeoNetworkReader

All Known Subinterfaces:
GeoNetworkPublisher
All Known Implementing Classes:
GeoNetwork

public interface GeoNetworkReader


Method Summary
 org.opengis.metadata.Metadata getById(long id)
           
 org.opengis.metadata.Metadata getById(String UUID)
           
 it.geosolutions.geonetwork.util.GNSearchResponse query(File fileRequest)
           
 it.geosolutions.geonetwork.util.GNSearchResponse query(it.geosolutions.geonetwork.util.GNSearchRequest request)
           
 

Method Detail

query

it.geosolutions.geonetwork.util.GNSearchResponse query(it.geosolutions.geonetwork.util.GNSearchRequest request)
                                                       throws it.geosolutions.geonetwork.exception.GNLibException,
                                                              it.geosolutions.geonetwork.exception.GNServerException
Throws:
it.geosolutions.geonetwork.exception.GNLibException
it.geosolutions.geonetwork.exception.GNServerException

query

it.geosolutions.geonetwork.util.GNSearchResponse query(File fileRequest)
                                                       throws it.geosolutions.geonetwork.exception.GNLibException,
                                                              it.geosolutions.geonetwork.exception.GNServerException
Throws:
it.geosolutions.geonetwork.exception.GNLibException
it.geosolutions.geonetwork.exception.GNServerException

getById

org.opengis.metadata.Metadata getById(long id)
                                      throws it.geosolutions.geonetwork.exception.GNLibException,
                                             it.geosolutions.geonetwork.exception.GNServerException,
                                             JAXBException
Throws:
it.geosolutions.geonetwork.exception.GNLibException
it.geosolutions.geonetwork.exception.GNServerException
JAXBException

getById

org.opengis.metadata.Metadata getById(String UUID)
                                      throws it.geosolutions.geonetwork.exception.GNLibException,
                                             it.geosolutions.geonetwork.exception.GNServerException,
                                             JAXBException
Throws:
it.geosolutions.geonetwork.exception.GNLibException
it.geosolutions.geonetwork.exception.GNServerException
JAXBException


Copyright © 2013. All Rights Reserved.