@return A String representation of this SpheroidRegion which can later be deserialized with SpheroidRegion#fromString(String)
()
| 435 | * @return A String representation of this SpheroidRegion which can later be deserialized with {@link SpheroidRegion#fromString(String)} |
| 436 | */ |
| 437 | @Override |
| 438 | public String toString() { |
| 439 | return LocationUtils.toString(center) + "-" + xRad + " " + yRad + " " + zRad; |
| 440 | } |
| 441 | |
| 442 | /** |
| 443 | * Deserializes a SpheroidRegion serialized with {@link SpheroidRegion#toString()} |