org.gcube.geoindexmanagement.client.library.proxies
Interface GeoIndexManagementCLProxyI

All Known Implementing Classes:
GeoIndexManagementCLDefaultProxy

public interface GeoIndexManagementCLProxyI


Method Summary
 void addCollectionID(String collectionID)
           
 void addFields(Types.StringArray fields)
           
 void destroy()
           
 Types.GetIndexInformationResponse getIndexInformation()
           
 String getIndexTypeName()
           
 void setIndexTypeName(String indexTypeName)
           
 

Method Detail

getIndexTypeName

String getIndexTypeName()
                        throws GeoIndexManagementException
Throws:
GeoIndexManagementException

setIndexTypeName

void setIndexTypeName(String indexTypeName)
                      throws GeoIndexManagementException
Throws:
GeoIndexManagementException

addCollectionID

void addCollectionID(String collectionID)
                     throws GeoIndexManagementException
Throws:
GeoIndexManagementException

addFields

void addFields(Types.StringArray fields)
               throws GeoIndexManagementException
Throws:
GeoIndexManagementException

getIndexInformation

Types.GetIndexInformationResponse getIndexInformation()
                                                      throws GeoIndexManagementException
Throws:
GeoIndexManagementException

destroy

void destroy()
             throws GeoIndexManagementException
Throws:
GeoIndexManagementException


Copyright © 2013. All Rights Reserved.