Package com.anylogic.engine.gis
- java.lang.Object
- com.anylogic.engine.gis.AbstractGISResult
- com.anylogic.engine.gis.GISResultDouble
@AnyLogicInternalAPI public class GISResultDouble extends AbstractGISResult
This class is internal and shouldn't be called by user.
it may be removed/renamed in future.
it may be removed/renamed in future.
- Author:
- AnyLogic North America, LLC https://anylogic.com
Modifier and Type | Method | Description |
---|---|---|
static GISResultDouble | empty() | |
static GISResultDouble | error() |
network error, or cache entry expired, etc.
|
double | getAsDouble() | |
static GISResultDouble | of | |
double | orElse |
public static GISResultDouble of(double value)
public static GISResultDouble empty()
public static GISResultDouble error()
network error, or cache entry expired, etc.
public double getAsDouble()
public double orElse(double other)