|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.gcube.indexmanagement.geo.RefinementRequest
public class RefinementRequest
Container for the info needed for describing a refinement request
| Constructor Summary | |
|---|---|
RefinementRequest(Polygon polygon,
String refinerID,
String[] args,
InclusionType inclusion,
boolean not)
Default constructor |
|
| Method Summary | |
|---|---|
String[] |
getArgs()
getter for the arguments of the refiner |
InclusionType |
getInclusion()
getter for the inclusion property |
Polygon |
getPolygon()
getter for the search-polygon property |
String |
getRefinerID()
getter for the refiner ID property |
boolean |
isNot()
getter for the not flag |
void |
revertNot()
reverts the not property |
void |
setArgs(String[] args)
setter for the arguments of the refiner |
void |
setInclusion(InclusionType inclusion)
setter for the inclusion property |
void |
setPolygon(Polygon polygon)
setter for the search-polygon property |
void |
setRefinerID(String refinerID)
setter for the refiner ID property |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public RefinementRequest(Polygon polygon,
String refinerID,
String[] args,
InclusionType inclusion,
boolean not)
refinerID - args - not - | Method Detail |
|---|
public void setRefinerID(String refinerID)
refinerID - public String getRefinerID()
public void setArgs(String[] args)
args - public String[] getArgs()
public void revertNot()
not - public boolean isNot()
public void setInclusion(InclusionType inclusion)
inclusion - propertypublic InclusionType getInclusion()
public void setPolygon(Polygon polygon)
the - search polygonpublic Polygon getPolygon()
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||