|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.gcube.indexmanagement.geoindexlookup.GeoIndexLookupService
public class GeoIndexLookupService
The GeoIndexService is the implementation of the geoindex wsdl interface. It implements methods for creating indexes, and for adding data and searching the indexes.
Constructor Summary | |
---|---|
GeoIndexLookupService()
Constructor - sets up some variables and creates a logging instance |
Method Summary | |
---|---|
java.lang.String |
getIndexTypeID(VOID empty)
Gets the IndexType name of a GeotIndexLookup WS resource |
VOID |
loadPlugins(VOID empty)
A method used to reload all plugins from the plugin directory. |
java.lang.String |
search(SearchPolygon poly)
Performs a spacial query. |
VOID |
setIndexTypeID(java.lang.String indexTypeID)
Sets the IndexType name of a GeoIndexLookup WS resource |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GeoIndexLookupService()
Method Detail |
---|
public java.lang.String search(SearchPolygon poly) throws GCUBEUnrecoverableFault
poly
- SearchPolygon
- A stub containing a polygonal area to search,
along with an optional Ranking request and an optional list of Refinement requests.
String
- a String representation of the RSLocator (EPR) of the
ResultSet containing the results of the query.
GCUBEUnrecoverableFault
public VOID loadPlugins(VOID empty) throws GCUBEUnrecoverableFault
empty
- LoadPlugins
- empty instance
LoadPluginsResponse
- empty instance
GCUBEUnrecoverableFault
public VOID setIndexTypeID(java.lang.String indexTypeID) throws GCUBEUnrecoverableFault
indexTypeID
- String
- The name of the new IndexType
SetIndexTypeResponse
- empty instance
GCUBEUnrecoverableFault
public java.lang.String getIndexTypeID(VOID empty) throws GCUBEFault
empty
- GetIndexType
- empty instance
String
- The name of the requested IndexType
GCUBEFault
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |