Package org.geotools.data.wfs.internal
Class GetFeatureRequest
- Object
-
- AbstractRequest
-
- WFSRequest
-
- GetFeatureRequest
-
- All Implemented Interfaces:
Request
public class GetFeatureRequest extends WFSRequest
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
GetFeatureRequest.ResultType
-
Field Summary
-
Fields inherited from class WFSRequest
config, operation, strategy
-
Fields inherited from class AbstractRequest
EXCEPTION_XML, onlineResource, properties
-
-
Method Summary
-
Methods inherited from class WFSRequest
createResponse, getFinalURL, getHandle, getOperation, getOutputFormat, getPostContentType, getStrategy, getTypeName, initRequest, initService, initVersion, performPostOutput, requiresPost, setHandle, setOutputFormat, setTypeName, toString
-
Methods inherited from class AbstractRequest
getProperties, getRequestHints, processKey, setProperty, setRequestHints
-
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface Request
getProperties, getRequestHints, setProperty, setRequestHints
-
-
-
-
Method Detail
-
getHTTPClient
public HTTPClient getHTTPClient()
-
getPropertyNames
public String[] getPropertyNames()
-
getSrsName
public String getSrsName()
-
getFilter
public Filter getFilter()
-
getMaxFeatures
public Integer getMaxFeatures()
-
getStartIndex
public Integer getStartIndex()
-
getResultType
public GetFeatureRequest.ResultType getResultType()
-
getSortBy
public SortBy[] getSortBy()
-
setPropertyNames
public void setPropertyNames(String[] propertyNames)
- Parameters:
propertyNames
- the propertyNames to set
-
setSrsName
public void setSrsName(String srsName)
- Parameters:
srsName
- the srsName to set
-
setFilter
public void setFilter(Filter filter)
- Parameters:
filter
- the filter to set
-
setMaxFeatures
public void setMaxFeatures(Integer maxFeatures)
- Parameters:
maxFeatures
- the maxFeatures to set
-
setStartIndex
public void setStartIndex(Integer startIndex)
- Parameters:
startIndex
- the startIndex to set
-
setResultType
public void setResultType(GetFeatureRequest.ResultType resultType)
- Parameters:
resultType
- the resultType to set
-
setSortBy
public void setSortBy(SortBy[] sortBy)
- Parameters:
sortBy
- the sortBy to set
-
setFullType
public void setFullType(FeatureType fullType)
-
getFullType
public FeatureType getFullType()
-
setQueryType
public void setQueryType(FeatureType queryType)
-
getQueryType
public FeatureType getQueryType()
-
setUnsupportedFilter
public void setUnsupportedFilter(Filter unsupportedFilter)
-
getUnsupportedFilter
public Filter getUnsupportedFilter()
-
isStoredQuery
public boolean isStoredQuery()
-
setStoredQuery
public void setStoredQuery(boolean storedQuery)
-
setHints
public void setHints(Hints hints)
-
getHints
public Hints getHints()
-
getStoredQueryDescriptionType
public StoredQueryDescriptionType getStoredQueryDescriptionType()
-
setStoredQueryDescriptionType
public void setStoredQueryDescriptionType(StoredQueryDescriptionType desc)
-
-