Interface FeatureTypeInfo

All Superinterfaces:
ResourceInfo
All Known Implementing Classes:
FeatureTypeInfoImpl, FeatureTypeInfoImpl

public interface FeatureTypeInfo extends ResourceInfo
  • Method Details

    • getWGS84BoundingBox

      ReferencedEnvelope getWGS84BoundingBox()
    • getDefaultSRS

      String getDefaultSRS()
    • getOtherSRS

      List<String> getOtherSRS()
    • getOutputFormats

      Set<String> getOutputFormats()
    • getAbstract

      String getAbstract()
    • getKeywords

      Set<String> getKeywords()
      Description copied from interface: ResourceInfo
      Returns keywords associated with this resource for use with searches etc.

      Known Mappings:

      • Maps to Dublin Core's Subject element
      Specified by:
      getKeywords in interface ResourceInfo
      Returns:
      Keywords or null if unavailable
    • getTitle

      String getTitle()
      Description copied from interface: ResourceInfo
      Returns the resource's title.

      The title is human readable text representing the resource, in the current locale if available.

      Specified by:
      getTitle in interface ResourceInfo
      Returns:
      tile, in the current locale if available.