public class GetFeatureRequest extends WFSRequest
Modifier and Type | Class and Description |
---|---|
static class |
GetFeatureRequest.ResultType |
config, operation, strategy
EXCEPTION_XML, onlineResource, properties
Modifier and Type | Method and Description |
---|---|
Filter |
getFilter() |
FeatureType |
getFullType() |
Hints |
getHints() |
Integer |
getMaxFeatures() |
String[] |
getPropertyNames() |
FeatureType |
getQueryType() |
GetFeatureRequest.ResultType |
getResultType() |
SortBy[] |
getSortBy() |
String |
getSrsName() |
StoredQueryDescriptionType |
getStoredQueryDescriptionType() |
Filter |
getUnsupportedFilter() |
boolean |
isStoredQuery() |
void |
setFilter(Filter filter) |
void |
setFullType(FeatureType fullType) |
void |
setHints(Hints hints) |
void |
setMaxFeatures(Integer maxFeatures) |
void |
setPropertyNames(String[] propertyNames) |
void |
setQueryType(FeatureType queryType) |
void |
setResultType(GetFeatureRequest.ResultType resultType) |
void |
setSortBy(SortBy[] sortBy) |
void |
setSrsName(String srsName) |
void |
setStoredQuery(boolean storedQuery) |
void |
setStoredQueryDescriptionType(StoredQueryDescriptionType desc) |
void |
setUnsupportedFilter(Filter unsupportedFilter) |
createResponse, getFinalURL, getHandle, getOperation, getOutputFormat, getPostContentType, getStrategy, getTypeName, initRequest, initService, initVersion, performPostOutput, requiresPost, setHandle, setOutputFormat, setTypeName, toString
getProperties, getRequestHints, processKey, setProperty, setRequestHints
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getProperties, getRequestHints, setProperty, setRequestHints
public String[] getPropertyNames()
public String getSrsName()
public Filter getFilter()
public Integer getMaxFeatures()
public GetFeatureRequest.ResultType getResultType()
public SortBy[] getSortBy()
public void setPropertyNames(String[] propertyNames)
propertyNames
- the propertyNames to setpublic void setSrsName(String srsName)
srsName
- the srsName to setpublic void setFilter(Filter filter)
filter
- the filter to setpublic void setMaxFeatures(Integer maxFeatures)
maxFeatures
- the maxFeatures to setpublic void setResultType(GetFeatureRequest.ResultType resultType)
resultType
- the resultType to setpublic void setSortBy(SortBy[] sortBy)
sortBy
- the sortBy to setpublic void setFullType(FeatureType fullType)
public FeatureType getFullType()
public void setQueryType(FeatureType queryType)
public FeatureType getQueryType()
public void setUnsupportedFilter(Filter unsupportedFilter)
public Filter getUnsupportedFilter()
public boolean isStoredQuery()
public void setStoredQuery(boolean storedQuery)
public void setHints(Hints hints)
public Hints getHints()
public StoredQueryDescriptionType getStoredQueryDescriptionType()
public void setStoredQueryDescriptionType(StoredQueryDescriptionType desc)
Copyright © 1996–2019 Geotools. All rights reserved.