Class WfsCapabilities

java.lang.Object
de.turnertech.ows.common.WfsCapabilities

public class WfsCapabilities extends Object
  • Constructor Details

    • WfsCapabilities

      public WfsCapabilities()
  • Method Details

    • getServiceTitle

      public String getServiceTitle()
      Returns:
      the serviceTitle
    • setServiceTitle

      public void setServiceTitle(String serviceTitle)
      Parameters:
      serviceTitle - the serviceTitle to set
    • getServiceAbstract

      public String getServiceAbstract()
      Returns:
      the serviceAbstract
    • setServiceAbstract

      public void setServiceAbstract(String serviceAbstract)
      Parameters:
      serviceAbstract - the serviceAbstract to set
    • getServiceType

      public OwsServiceValue getServiceType()
      Returns:
      the serviceType
    • getServiceTypeVersions

      public List<WfsVersionValue> getServiceTypeVersions()
      Returns:
      the serviceTypeVersions
    • setServiceTypeVersions

      public void setServiceTypeVersions(List<WfsVersionValue> serviceTypeVersions)
      Parameters:
      serviceTypeVersions - the serviceTypeVersions to set
    • getFees

      public String getFees()
      Returns:
      the fees
    • setFees

      public void setFees(String fees)
      Parameters:
      fees - the fees to set
    • getAccessConstraints

      public String getAccessConstraints()
      Returns:
      the accessConstraints
    • setAccessConstraints

      public void setAccessConstraints(String accessConstraints)
      Parameters:
      accessConstraints - the accessConstraints to set
    • getKeywords

      public List<String> getKeywords()
      Returns:
      the keywords
    • setKeywords

      public void setKeywords(List<String> keywords)
      Parameters:
      keywords - the keywords to set
    • getFeatureType

      public FeatureType getFeatureType(String namespace, String name)
    • getFeatureTypes

      public List<FeatureType> getFeatureTypes()
      Returns:
      the featureTypes
    • setFeatureTypes

      public void setFeatureTypes(List<FeatureType> featureTypes)
      Parameters:
      featureTypes - the featureTypes to set
    • getFilterConformance

      public Map<String,Boolean> getFilterConformance()
      Returns:
      the filterConformance