Class ServiceAreaPolygon
ServiceAreaTask
.
Represents the area of the network that can be reached within a given time, distance, or other travel-cost cutoffs.
- Since:
- 100.1.0
-
Method Summary
Modifier and TypeMethodDescriptiondouble
Gets the minimal impedance value of a service area.Gets the service area polygon's geometry.double
Gets the maximum impedance value of a service area.
-
Method Details
-
getGeometry
Gets the service area polygon's geometry.- Returns:
- the service area polygon's geometry
- Since:
- 100.1.0
-
getFromImpedanceCutoff
public double getFromImpedanceCutoff()Gets the minimal impedance value of a service area.A service area polygon's minimal impedance value. For example, a time impedance value of "5 10 15" specifies service areas of 0-5, 5-10, and 10-15 minutes intervals, which would result in three polygons, one covering an area from 0 to 5 minutes interval, and two others covering 5 to 10 minutes and 10 to 15 minutes intervals respectively.
- Returns:
- a value of from impedance cutoff
- Since:
- 100.1.0
- See Also:
-
getToImpedanceCutoff
public double getToImpedanceCutoff()Gets the maximum impedance value of a service area.For example, a time impedance value of "5 10 15" specifies service areas of 0-5, 5-10, and 10-15 minutes intervals, which would result in three polygons, one covering an area from 0 to 5 minutes interval, and two others covering 5 to 10 minutes and 10 to 15 minutes intervals respectively.
- Returns:
- a value of to impedance cutoff
- Since:
- 100.1.0
- See Also:
-