Package org.geotools.data.wfs.internal
Class GetFeatureRequest
Object
AbstractRequest
WFSRequest
GetFeatureRequest
- All Implemented Interfaces:
Request
-
Nested Class Summary
Nested Classes -
Field Summary
Fields inherited from class WFSRequest
config, operation, strategy
Fields inherited from class AbstractRequest
EXCEPTION_XML, onlineResource, properties
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Looks for a srs specified in the configuration that matches the coordinate reference systemgetHints()
String[]
SortBy[]
boolean
void
void
setFullType
(FeatureType fullType) void
void
setMaxFeatures
(Integer maxFeatures) void
setPropertyNames
(String[] propertyNames) void
setQueryType
(FeatureType queryType) void
setResultType
(GetFeatureRequest.ResultType resultType) void
void
setSrsName
(String srsName) void
setStartIndex
(Integer startIndex) void
setStoredQuery
(boolean storedQuery) void
void
setUnsupportedFilter
(Filter unsupportedFilter) 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 Details
-
getHTTPClient
-
getPropertyNames
-
getSrsName
-
getFilter
-
getMaxFeatures
-
getStartIndex
-
getResultType
-
getSortBy
-
setPropertyNames
- Parameters:
propertyNames
- the propertyNames to set
-
findSupportedSrsName
Looks for a srs specified in the configuration that matches the coordinate reference system -
setSrsName
- Parameters:
srsName
- the srsName to set
-
setFilter
- Parameters:
filter
- the filter to set
-
setMaxFeatures
- Parameters:
maxFeatures
- the maxFeatures to set
-
setStartIndex
- Parameters:
startIndex
- the startIndex to set
-
setResultType
- Parameters:
resultType
- the resultType to set
-
setSortBy
- Parameters:
sortBy
- the sortBy to set
-
setFullType
-
getFullType
-
setQueryType
-
getQueryType
-
setUnsupportedFilter
-
getUnsupportedFilter
-
isStoredQuery
public boolean isStoredQuery() -
setStoredQuery
public void setStoredQuery(boolean storedQuery) -
setHints
-
getHints
-
getStoredQueryDescriptionType
-
setStoredQueryDescriptionType
-