|
Enterprise Information Portal APIs |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
dkDatastoreIntQBIC: the following methods are additions or modifications of the existing method in the current implementation of dkDatastoreIntQBIC
Method Summary | |
void |
addColorFeature()
Add color feature to the current catalog |
void |
addColorHistogramFeature()
Add color histogram feature to the current catalog |
void |
addDrawFeature()
Add draw feature to the current catalog |
void |
addFeature(int featureSelection,
boolean bReCatalog)
Add feature to the current catalog |
void |
addTextureFeature()
Add texture feature to the current catalog |
java.lang.String |
catalogName()
Get the current catalog name |
void |
closeCatalog()
Close current catalog |
void |
createCatalog(java.lang.String database_name,
java.lang.String catalog_name)
Create image search catalog |
void |
createDatabase(java.lang.String database_name)
Create image search database |
java.lang.String |
databaseName()
Get the current database name |
void |
deleteCatalog(java.lang.String database_name,
java.lang.String catalog_name)
Delete image search catalog |
void |
deleteDatabase(java.lang.String database_name)
Delete image search database |
void |
deleteServer(java.lang.String aliasName)
|
void |
deleteUser(java.lang.String userName)
|
java.lang.String |
getLibServerName()
Get the library server name |
java.lang.Object |
listCatalogs()
List all catalogs in the current database |
java.lang.Object |
listCatalogs(java.lang.String database_name)
List all catalogs in the specified database |
java.lang.Object |
listColorImages()
List all images cataloged in the color feature in the current catalog. |
java.lang.Object |
listDatabases()
List all databases in the image search server |
java.lang.Object |
listDrawImages()
List all images cataloged in the draw feature in the current catalog. |
java.lang.Object |
listFeatures()
List all features in the current catalog |
java.lang.Object |
listHistogramImages()
List all images cataloged in the histogram feature in the current catalog. |
java.lang.Object |
listTextureImages()
List all images cataloged in the texture feature in the current catalog. |
java.lang.Object |
listUsers()
|
void |
openCatalog(java.lang.String database_name,
java.lang.String catalog_name)
Open QBIC catalog for a specified database |
void |
processImageQueue()
Process the image queue. |
void |
processImages(DKImageRecordQBIC[] imageList,
int count)
Process a list of images for the current catalog |
void |
queueImages(DKImageRecordQBIC[] imageList,
int count)
Put a list of images into the image queue for later processing |
void |
reCatalogImages(int featureSelectionList)
Recatalog the images |
void |
removeColorFeature()
Remove color feature from the current catalog |
void |
removeColorHistogramFeature()
Remove color histogram feature from the current catalog |
void |
removeDrawFeature()
Remove draw feature from the current catalog |
void |
removeTextureFeature()
Remove texture feature from the current catalog |
void |
updateServer(java.lang.String aliasName,
java.lang.String hostName,
int portNumber)
|
void |
updateUser(java.lang.String userName,
java.lang.String password)
|
Method Detail |
public void createDatabase(java.lang.String database_name) throws DKException, java.lang.Exception
database_name
- database namepublic void deleteDatabase(java.lang.String database_name) throws DKException, java.lang.Exception
database_name
- database namepublic void createCatalog(java.lang.String database_name, java.lang.String catalog_name) throws DKException, java.lang.Exception
database_name
- database namecatalog_name
- catalog namepublic void deleteCatalog(java.lang.String database_name, java.lang.String catalog_name) throws DKException, java.lang.Exception
database_name
- database namecatalog_name
- catalog namepublic void openCatalog(java.lang.String database_name, java.lang.String catalog_name) throws DKException, java.lang.Exception
database_name
- database namecatalog_name
- catalog namepublic void closeCatalog() throws DKException, java.lang.Exception
public void addColorFeature() throws DKException, java.lang.Exception
public void addDrawFeature() throws DKException, java.lang.Exception
public void addColorHistogramFeature() throws DKException, java.lang.Exception
public void addTextureFeature() throws DKException, java.lang.Exception
public void addFeature(int featureSelection, boolean bReCatalog) throws DKException, java.lang.Exception
featureSelection
- specific featurebReCatalog
- when true image search server reanalyze the new
feature for existing images.public void removeColorFeature() throws DKException, java.lang.Exception
public void removeDrawFeature() throws DKException, java.lang.Exception
public void removeColorHistogramFeature() throws DKException, java.lang.Exception
public void removeTextureFeature() throws DKException, java.lang.Exception
public void processImages(DKImageRecordQBIC[] imageList, int count) throws DKException, java.lang.Exception
imageList
- Image Record listcount
- number of objects in the arraypublic void queueImages(DKImageRecordQBIC[] imageList, int count) throws DKException, java.lang.Exception
imageList
- Image Record listcount
- number of objects in the arraypublic void processImageQueue() throws DKException, java.lang.Exception
public void reCatalogImages(int featureSelectionList) throws DKException, java.lang.Exception
featureSelectionList
- feature list. features are ored together.public java.lang.Object listDatabases() throws DKException, java.lang.Exception
public java.lang.Object listCatalogs() throws DKException, java.lang.Exception
public java.lang.Object listCatalogs(java.lang.String database_name) throws DKException, java.lang.Exception
database_name
- database namepublic java.lang.Object listFeatures() throws DKException, java.lang.Exception
public java.lang.Object listColorImages() throws DKException, java.lang.Exception
public java.lang.Object listHistogramImages() throws DKException, java.lang.Exception
public java.lang.Object listDrawImages() throws DKException, java.lang.Exception
public java.lang.Object listTextureImages() throws DKException, java.lang.Exception
public java.lang.String databaseName() throws DKException, java.lang.Exception
public java.lang.String catalogName() throws DKException, java.lang.Exception
public java.lang.String getLibServerName() throws DKException, java.lang.Exception
public void updateServer(java.lang.String aliasName, java.lang.String hostName, int portNumber) throws DKException, java.lang.Exception
public void deleteServer(java.lang.String aliasName) throws DKException, java.lang.Exception
public java.lang.Object listUsers() throws DKException, java.lang.Exception
public void updateUser(java.lang.String userName, java.lang.String password) throws DKException, java.lang.Exception
public void deleteUser(java.lang.String userName) throws DKException, java.lang.Exception
|
EIP Java APIs | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |