|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.gcube.indexmanagement.featureindexlibrary.fullscan.FullScanParams
public class FullScanParams
Parameters for creating a full scan index
| Constructor Summary | |
|---|---|
FullScanParams(String feature,
FIEnums.DistanceTypes distance)
Creates a new instance |
|
| Method Summary | |
|---|---|
FIEnums.DistanceTypes |
getDistanceMeasure()
Retrieves the distance measure |
long |
getElementCount()
The number of elements |
String |
getFeatureName()
Retrieves the feature name |
String |
getIndexID()
Retrieves the index id |
String |
getIndexName()
Retrieves the index name |
String |
getStorage()
Retireves the storage location |
void |
setDistanceMeasure(FIEnums.DistanceTypes distanceMeasure)
Sets the distance measure |
void |
setElementCount(long elementCount)
Sets the number of elements |
void |
setFeatureName(String featureName)
Sets the feature name |
void |
setIndexID(String indexID)
Sets the index id |
void |
setIndexName(String indexName)
Sets the index name |
void |
setStorage(String storage)
Sets the storage directory |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FullScanParams(String feature,
FIEnums.DistanceTypes distance)
feature - The featuredistance - The distance| Method Detail |
|---|
public long getElementCount()
public void setElementCount(long elementCount)
elementCount - The number of elementspublic String getIndexID()
public void setIndexID(String indexID)
indexID - The index idpublic String getStorage()
public void setStorage(String storage)
storage - The storage directorypublic String getIndexName()
public void setIndexName(String indexName)
indexName - the index namepublic FIEnums.DistanceTypes getDistanceMeasure()
public void setDistanceMeasure(FIEnums.DistanceTypes distanceMeasure)
distanceMeasure - The distance measurepublic String getFeatureName()
public void setFeatureName(String featureName)
featureName - The feature name
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||