org.gcube.indexmanagement.geoindexmanagement
Class GeoIndexManagementFactoryService

java.lang.Object
  extended by GCUBEPortType
      extended by org.gcube.indexmanagement.geoindexmanagement.GeoIndexManagementFactoryService

public class GeoIndexManagementFactoryService
extends GCUBEPortType

BatchUpdaterFactoryService create BatchUpdaterResource instances and return references to the created objects.

Version:
0.1
Author:
Mads Sibeko

Constructor Summary
GeoIndexManagementFactoryService()
           
 
Method Summary
 CreateResourceResponse createResource(CreateResource request)
          Creates an instance of the GeoIndexManagementResource class and returns a reference to it
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GeoIndexManagementFactoryService

public GeoIndexManagementFactoryService()
                                 throws GCUBEFault
Throws:
GCUBEFault
Method Detail

createResource

public CreateResourceResponse createResource(CreateResource request)
                                      throws GCUBEFault
Creates an instance of the GeoIndexManagementResource class and returns a reference to it

Parameters:
request - CreateResource - Object containing the indexID, collectionID, indexType, geographicalSystem, unitOfMeasurement and numberOfDecimals for the index to be created.
Returns:
CreateResourceResponse - object containing the epr of the created GeoIndexManagementResource instance
Throws:
GCUBEFault