Package | Description |
---|---|
com.drone.common | |
com.drone.driver |
Modifier and Type | Method | Description |
---|---|---|
static Range |
Range.valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static Range[] |
Range.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method | Description |
---|---|---|
default String[] |
Driver.getUrbanizations(OptionalDouble coordinateX,
OptionalDouble coordinateY,
Optional<Range> range) |
Given some coordinates and a range, it returns us the identifier of all the urbanizations that should visit the drone.
|
Copyright © 2018. All rights reserved.