Class GetFeatureRequest

Object
AbstractRequest
WFSRequest
GetFeatureRequest
All Implemented Interfaces:
Request

public class GetFeatureRequest extends WFSRequest
  • Method Details

    • 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
    • findSupportedSrsName

      public void findSupportedSrsName(CoordinateReferenceSystem crs)
      Looks for a srs specified in the configuration that matches the coordinate reference system
    • 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)