Class FeatureCollection


  • public class FeatureCollection
    extends Object
    Feature Collection
    Author:
    osbornb
    • Constructor Detail

      • FeatureCollection

        public FeatureCollection()
        Constructor
      • FeatureCollection

        public FeatureCollection​(FeatureCollection featureCollection)
        Constructor
        Parameters:
        featureCollection - feature collection
    • Method Detail

      • getFeatureCollection

        public FeatureCollection getFeatureCollection()
        Get the feature collection
        Returns:
        feature collection
      • setFeatureCollection

        public void setFeatureCollection​(FeatureCollection featureCollection)
        Set the feature collection
        Parameters:
        featureCollection - feature collection
      • getLinks

        public List<Link> getLinks()
        Get the links
        Returns:
        collection of links
      • setLinks

        public void setLinks​(Collection<Link> links)
        Set the links
        Parameters:
        links - collection of links
      • getRelationLinks

        public Map<String,​List<Link>> getRelationLinks()
        Get a mapping between link relations and links
        Returns:
        relation links
      • getTimeStamp

        public String getTimeStamp()
        Get the time stamp
        Returns:
        time stamp
      • setTimeStamp

        public void setTimeStamp​(String timeStamp)
        Set the time stamp
        Parameters:
        timeStamp - time stamp
      • getNumberMatched

        public Integer getNumberMatched()
        Get the number matched
        Returns:
        number matched
      • setNumberMatched

        public void setNumberMatched​(Integer numberMatched)
        Set the number matched
        Parameters:
        numberMatched - number matched
      • getNumberReturned

        public Integer getNumberReturned()
        Get the number returned
        Returns:
        number returned
      • setNumberReturned

        public void setNumberReturned​(Integer numberReturned)
        Set the number returned
        Parameters:
        numberReturned - number returned