All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.heigit.ohsome.ohsomeapi.output.Result Maven / Gradle / Ivy

The newest version!
package org.heigit.ohsome.ohsomeapi.output;

/**
 * Interface for two Result objects.
 * 
    *
  • {@link org.heigit.ohsome.ohsomeapi.output.elements.ElementsResult ElementsResult}
  • *
  • {@link org.heigit.ohsome.ohsomeapi.output.ratio.RatioResult RatioResult}
  • *
*/ public interface Result { double getValue(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy