|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.gcube.indexmanagement.featureindexlibrary.vafile.elements.VectorFileEntry
public class VectorFileEntry
Entry used in vector file
| Constructor Summary | |
|---|---|
VectorFileEntry(String id,
float[] vector)
Creates a new instance |
|
VectorFileEntry(String id,
float[] vector,
boolean active)
Creates a new instance |
|
| Method Summary | |
|---|---|
String |
getId()
Property getter |
float[] |
getVector()
Property getter |
boolean |
isActive()
Property getter |
void |
setActive(boolean active)
Property setter |
void |
setId(String id)
Property setter |
void |
setVector(float[] vector)
Property setter |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public VectorFileEntry(String id,
float[] vector,
boolean active)
id - The idvector - The vectoractive - wether the record is active or not
public VectorFileEntry(String id,
float[] vector)
id - The idvector - The vector| Method Detail |
|---|
public boolean isActive()
public void setActive(boolean active)
active - The property valuepublic String getId()
public void setId(String id)
id - The property valuepublic float[] getVector()
public void setVector(float[] vector)
vector - The property value
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||