AnyLogic
Expand
Font size
Direct Known Subclasses:
GISResult, GISResultDouble

@AnyLogicInternalAPI
public class AbstractGISResult
extends Object
This class is internal and shouldn't be called by user.
it may be removed/renamed in future.
Author:
AnyLogic North America, LLC https://anylogic.com

Nested Class Summary

Modifier and TypeClassDescription
static enum AbstractGISResult.Type 

Method Summary

Modifier and TypeMethodDescription
booleanisEmpty()
NB: In case of isError(), this method will return false
booleanisError()
network error, or cache entry expired, etc.
booleanisPresent() 

Methods inherited from class java.lang.Object

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

Method Details

isPresent

public boolean isPresent()

isEmpty

public boolean isEmpty()
NB: In case of isError(), this method will return false

isError

public boolean isError()
network error, or cache entry expired, etc.