Class AbstractDocument

Object
AnyJSONObject
AbstractDocument
Direct Known Subclasses:
Collection, CollectionList, STACLandingPage

public class AbstractDocument extends AnyJSONObject
Base OGC API document class, with identifier and links
  • Field Details

  • Constructor Details

    • AbstractDocument

      public AbstractDocument()
  • Method Details

    • addLink

      public void addLink(Link link)
      Adds a link to the document
    • getLinks

      public List<Link> getLinks()
    • getId

      public String getId()
      Returns the document id, as is
    • setId

      public void setId(String id)
    • getTitle

      public String getTitle()
    • setTitle

      public void setTitle(String title)
    • getDescription

      public String getDescription()
    • setDescription

      public void setDescription(String description)
    • getType

      public String getType()
    • setType

      public void setType(String type)
    • toString

      public String toString()
      Overrides:
      toString in class AnyJSONObject