Class ClosestFacilityResult

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getDirectionsLanguage()
      Gets the language used when computing directions.
      java.util.List<Facility> getFacilities()
      Gets a list of the facilities used to calculate the closest facility.
      java.util.List<java.lang.Double> getFacilityCosts​(java.lang.String attributeName, int facilityIndex)
      Gets the total cost values for a given accumulate attribute and facility.
      java.util.List<Incident> getIncidents()
      Gets a list of the the incidents from which to calculate the closest facility.
      java.util.List<java.lang.String> getMessages()
      Gets the informational messages that were generated while computing closest facility routes.
      java.util.List<PointBarrier> getPointBarriers()
      Gets the point barriers used in the closest facility route computation.
      java.util.List<PolygonBarrier> getPolygonBarriers()
      Gets the polygon barriers used in the closest facility route computation.
      java.util.List<PolylineBarrier> getPolylineBarriers()
      Gets the polyline barriers used in the closest facility route computation.
      java.util.List<java.lang.Integer> getRankedFacilityIndexes​(int incidentIndex)
      Gets a list of facility indexes for given incident where index is rank level and value is facility index.
      ClosestFacilityRoute getRoute​(int facilityIndex, int incidentIndex)
      Gets the closest facility route by facility and incident indexes.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait