|
Esri Geoportal Server 1.0
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.gpt.framework.request.Criteria com.esri.gpt.server.csw.client.CswSearchCriteria
public class CswSearchCriteria
The Class CswSearchCriteria. Minimal used for a for a csw search
Constructor Summary | |
---|---|
CswSearchCriteria()
Instantiates a new csw search criteria. |
Method Summary | |
---|---|
Envelope |
getEnvelope()
Accessor methods. |
int |
getMaxRecords()
Gets the max records. |
String |
getSearchText()
Gets the search text. |
int |
getStartPosition()
Gets the start position. |
boolean |
isLiveDataAndMapsOnly()
Checks if is live data and maps only. |
void |
reset()
Resets the criteria. |
void |
setEnvelope(Envelope envelope)
Sets the envelope. |
void |
setLiveDataAndMapsOnly(boolean liveDataAndMapsOnly)
Sets the live data and maps only. |
void |
setMaxRecords(int maxRecords)
Sets the max records. |
void |
setSearchText(String text)
Sets the search text. |
void |
setStartPosition(int position)
Sets the start position. |
String |
toXml()
To xml. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CswSearchCriteria()
Method Detail |
---|
public Envelope getEnvelope()
public void setEnvelope(Envelope envelope)
envelope
- the new envelopepublic boolean isLiveDataAndMapsOnly()
public void setLiveDataAndMapsOnly(boolean liveDataAndMapsOnly)
liveDataAndMapsOnly
- the new live data and maps onlypublic int getMaxRecords()
public void setMaxRecords(int maxRecords)
maxRecords
- the new max recordspublic String getSearchText()
public void setSearchText(String text)
text
- the new search textpublic int getStartPosition()
public void setStartPosition(int position)
position
- the new start positionpublic String toXml()
public void reset()
Criteria
reset
in class Criteria
|
Esri Geoportal Server 1.0
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |