A B C D E F G H I J K L M N O P Q R S T U V W Y Z
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- ABNORMALLY_DRY - com.aerisweather.aeris.communication.Filter
- AbstractPeriod - Class in com.aerisweather.aeris.model
- AbstractPeriod() - Constructor for class com.aerisweather.aeris.model.AbstractPeriod
- action - Variable in class com.aerisweather.aeris.communication.AerisRequest
- Action - Enum in com.aerisweather.aeris.communication
-
Type of action to use with an endpoint.
- actionFT - Variable in class com.aerisweather.aeris.model.RiversCats
- actionM - Variable in class com.aerisweather.aeris.model.RiversCats
- active - Variable in class com.aerisweather.aeris.model.AerisDataJSON
- addAction(Action) - Method in class com.aerisweather.aeris.communication.Endpoint
-
Ad an action to the request
- added - Variable in class com.aerisweather.aeris.model.TimeStamp
-
UNIX timestamp when the advisory was stored
- ADDED - com.aerisweather.aeris.communication.fields.AdvisoryFields
- ADDED_ISO - com.aerisweather.aeris.communication.fields.AdvisoryFields
- addedISO - Variable in class com.aerisweather.aeris.model.TimeStamp
-
ISO 8601 date of the time when the advisory was stored
- addEndpoint(Endpoint) - Method in class com.aerisweather.aeris.communication.BatchBuilder
-
Add an endpoint to the batch request.
- addEndpoint(EndpointType) - Method in class com.aerisweather.aeris.communication.BatchBuilder
-
Add an endpoint to the batch request.
- addEndpoint(EndpointType, Action) - Method in class com.aerisweather.aeris.communication.BatchBuilder
-
Add an endpoint to the batch request.
- addGlobalParameter(Parameter) - Method in class com.aerisweather.aeris.communication.BatchBuilder
-
Add a parameter that will be applied to all of the requests.
- addLocationToQueue(Location) - Method in class com.aerisweather.aeris.location.LocationHelper
-
Adds location to queue.
- addParameters(Parameter...) - Method in class com.aerisweather.aeris.communication.Endpoint
-
Add the parameters for the specific endpoint's part of a batch request
- advisories - Variable in class com.aerisweather.aeris.model.AerisPermissions
- advisories - Variable in class com.aerisweather.aeris.model.InteractivePermission
-
Whether or not the client has permission to use advisories
- advisories - Variable in class com.aerisweather.aeris.model.Storm
- ADVISORIES - com.aerisweather.aeris.communication.EndpointType
-
Deprecated.
- AdvisoriesResponse - Class in com.aerisweather.aeris.response
-
Object to make the
advisories
endpoint response more friendly to determine what parts of the AerisDataJSON have come back in the response. - AdvisoriesResponse(AerisDataJSON) - Constructor for class com.aerisweather.aeris.response.AdvisoriesResponse
-
Construct the Advisories Response.
- AdvisoriesTask - Class in com.aerisweather.aeris.communication.loaders
-
Requests and loads advisory data into local domain objects from the API.
- AdvisoriesTask(Context, AdvisoriesTaskCallback) - Constructor for class com.aerisweather.aeris.communication.loaders.AdvisoriesTask
-
Constructs an instance with the context and the callback to use.
- AdvisoriesTaskCallback - Interface in com.aerisweather.aeris.communication.loaders
-
Callback interface for
AdvisoriesTask
. - AdvisoryFields - Enum in com.aerisweather.aeris.communication.fields
- AdvisoryIncludes - Class in com.aerisweather.aeris.model
- AdvisoryIncludes() - Constructor for class com.aerisweather.aeris.model.AdvisoryIncludes
- advisoryNumber - Variable in class com.aerisweather.aeris.model.TropicalCycloneDetails
- Aeris - Class in com.aerisweather.aeris.communication
-
Holds references to server constant variables
- Aeris() - Constructor for class com.aerisweather.aeris.communication.Aeris
- AerisAbstractTask - Class in com.aerisweather.aeris.communication.loaders
-
Abstract class that all specific endpoint tasks will use so that they can return the object in a friendly model versus have to know what response is being returned to you as by using the AerisCommunicationTask.
- AerisAbstractTask(Context) - Constructor for class com.aerisweather.aeris.communication.loaders.AerisAbstractTask
-
Constructs the abstract with the context .
- AerisBasics - Class in com.aerisweather.aeris.model
-
The basic response from the Aeris API.
- AerisBasics() - Constructor for class com.aerisweather.aeris.model.AerisBasics
- AerisBatchRequest - Class in com.aerisweather.aeris.communication
- AerisBatchRequest() - Constructor for class com.aerisweather.aeris.communication.AerisBatchRequest
- AerisBatchRequest(Action, Parameter...) - Constructor for class com.aerisweather.aeris.communication.AerisBatchRequest
- AerisBatchRequest(Parameter...) - Constructor for class com.aerisweather.aeris.communication.AerisBatchRequest
- AerisBatchRequest(String, Parameter...) - Constructor for class com.aerisweather.aeris.communication.AerisBatchRequest
- AerisBatchResponse - Class in com.aerisweather.aeris.model
-
The basic response from the Aeris API.
- AerisBatchResponse() - Constructor for class com.aerisweather.aeris.model.AerisBatchResponse
- AerisCallback - Interface in com.aerisweather.aeris.communication
-
Callback interface for a request.
- AerisCommunicationTask - Class in com.aerisweather.aeris.communication
-
Basic communication task for sending messages.
- AerisCommunicationTask(Context, AerisCallback, AerisRequest) - Constructor for class com.aerisweather.aeris.communication.AerisCommunicationTask
-
Constructs the communication task with a context to use, a callback and a request
- AerisCommunicationTask(Context, AerisRequest) - Constructor for class com.aerisweather.aeris.communication.AerisCommunicationTask
-
Constructs the communication task with a context to use, and a request.
- AerisCustomCommunicationTask - Class in com.aerisweather.aeris.communication
-
Basic communication task for sending messages.
- AerisCustomCommunicationTask(Context, AerisRequest) - Constructor for class com.aerisweather.aeris.communication.AerisCustomCommunicationTask
-
Constructs the communication task with a context to use, and a request.
- AerisCustomCommunicationTask(Context, CustomCallback, AerisRequest) - Constructor for class com.aerisweather.aeris.communication.AerisCustomCommunicationTask
-
Constructs the communication task with a context to use, a callback and a request
- AerisCustomResponse<T> - Class in com.aerisweather.aeris.communication
-
Custom response class to extend for easier parsing of the JSON string returned from a custom response.
- AerisCustomResponse(Class<T>) - Constructor for class com.aerisweather.aeris.communication.AerisCustomResponse
-
Constructor needed to pass the Class type for parsing the list parse of the response from JSON Strings to the desired class as a list.
- AerisDataJSON - Class in com.aerisweather.aeris.model
- AerisDataJSON() - Constructor for class com.aerisweather.aeris.model.AerisDataJSON
- AerisDataJSON.PeriodDeserializer - Class in com.aerisweather.aeris.model
- AerisEngine - Class in com.aerisweather.aeris.communication
-
Aeris singleton that manages the important OAuth info needed to make requests.
- AerisEngine() - Constructor for class com.aerisweather.aeris.communication.AerisEngine
- AerisEngine.Units - Enum in com.aerisweather.aeris.communication
- AerisError - Class in com.aerisweather.aeris.model
-
The error property will always be null if the request was successful, results were returned and there were no errors or warnings.
- AerisError() - Constructor for class com.aerisweather.aeris.model.AerisError
- AerisFriendlyResponse - Class in com.aerisweather.aeris.response
-
Abstract class that helps allow access to the AerisDataJSON to determine what information is accessible to the AerisResponse.
- AerisFriendlyResponse(AerisDataJSON) - Constructor for class com.aerisweather.aeris.response.AerisFriendlyResponse
-
Constructor to hold the AerisDataJSON.
- AerisLocation - Class in com.aerisweather.aeris.model
-
Location object that holds lat and long values.
- AerisLocation() - Constructor for class com.aerisweather.aeris.model.AerisLocation
- AerisLocBatchRequest - Class in com.aerisweather.aeris.communication
-
Helper class for constructing a batch request that pulls down all necessary information needed to fill the AerisWeatherInfoActivity.
- AerisLocBatchRequest(double, double) - Constructor for class com.aerisweather.aeris.communication.AerisLocBatchRequest
-
Constructor for a location based request
- AerisPermissions - Class in com.aerisweather.aeris.model
-
Permissions response object that holds the different permissions
- AerisPermissions() - Constructor for class com.aerisweather.aeris.model.AerisPermissions
- AerisPermissionsBuilder - Class in com.aerisweather.aeris.model
-
Builder to obtain an AerisPermissions object based on certain criteria.
- AerisPermissionsBuilder() - Constructor for class com.aerisweather.aeris.model.AerisPermissionsBuilder
- AerisPermissionsRequest - Class in com.aerisweather.aeris.communication
- AerisPermissionsRequest() - Constructor for class com.aerisweather.aeris.communication.AerisPermissionsRequest
- AerisPermissionsRequest(String, String, String) - Constructor for class com.aerisweather.aeris.communication.AerisPermissionsRequest
- AerisPermissionsResponse - Class in com.aerisweather.aeris.model
-
Model representing the Aeris permissions.
- AerisPermissionsResponse() - Constructor for class com.aerisweather.aeris.model.AerisPermissionsResponse
- AerisProgressListener - Interface in com.aerisweather.aeris.communication
-
Interface used in combination with
AerisCommunicationTask
for showing progress. - AerisRequest - Class in com.aerisweather.aeris.communication
-
Builds request for various endpoints, actions, and parameters.
- AerisRequest() - Constructor for class com.aerisweather.aeris.communication.AerisRequest
- AerisRequest(Endpoint, Action, Parameter...) - Constructor for class com.aerisweather.aeris.communication.AerisRequest
-
Builds the request with a specified endpoint, action, params.
- AerisRequest(Endpoint, String, Parameter...) - Constructor for class com.aerisweather.aeris.communication.AerisRequest
-
Builds the request with a specified endpoint, action, params.
- AerisRequest(String, String, String, Endpoint, Action, Parameter...) - Constructor for class com.aerisweather.aeris.communication.AerisRequest
-
Builds the request with a specified endpoint, action, params.
- AerisRequest(String, String, String, Endpoint, String, Parameter...) - Constructor for class com.aerisweather.aeris.communication.AerisRequest
-
Builds the request with a specified endpoint, action, params.
- AerisResponse - Class in com.aerisweather.aeris.model
-
The basic response from the Aeris API.
- AerisResponse() - Constructor for class com.aerisweather.aeris.model.AerisResponse
- AFFECTS - com.aerisweather.aeris.communication.Action
-
The affects action requests all places affected by a particular type of event, such as earthquake or storm cell.
- age - Variable in class com.aerisweather.aeris.model.MoonPhase
-
The age of the moon phase in days
- AIR_QUALITY - com.aerisweather.aeris.communication.EndpointType
-
Deprecated.
- AIR_QUALITY_FORECASTS - com.aerisweather.aeris.communication.EndpointType
-
Deprecated.
- airquality - Variable in class com.aerisweather.aeris.model.AerisPermissions
- AIRQUALITY - com.aerisweather.aeris.communication.EndpointType
-
The airquality endpoint provides latest air quality information globally
AvailableAction
: id, closest, within, search, route. - airquality_forecasts - Variable in class com.aerisweather.aeris.model.AerisPermissions
- AIRQUALITY_FORECASTS - com.aerisweather.aeris.communication.EndpointType
-
The airquality endpoint provides latest air quality forecast information globally
AvailableAction
: id, route. - AirQualityResponse - Class in com.aerisweather.aeris.response
- AirQualityResponse(AerisDataJSON) - Constructor for class com.aerisweather.aeris.response.AirQualityResponse
- AirQualityTask - Class in com.aerisweather.aeris.communication.loaders
-
Requests and loads tropical_cyclones data into local domain objects from the API.
- AirQualityTask(Context, AirQualityTaskCallback) - Constructor for class com.aerisweather.aeris.communication.loaders.AirQualityTask
- AirQualityTaskCallback - Interface in com.aerisweather.aeris.communication.loaders
- alerts - Variable in class com.aerisweather.aeris.model.AerisPermissions
- ALERTS - com.aerisweather.aeris.communication.EndpointType
-
The alerts data set provides access to all currently active alerts as issued by the National Weather Service (NWS), Environment Canada, MeteoAlarm.
AvailableAction
: id, route. - alerts_summary - Variable in class com.aerisweather.aeris.model.AerisPermissions
- ALERTS_SUMMARY - com.aerisweather.aeris.communication.EndpointType
-
Summary of active weather events across Canada and US.
- AlertsResponse - Class in com.aerisweather.aeris.response
- AlertsResponse(AerisDataJSON) - Constructor for class com.aerisweather.aeris.response.AlertsResponse
-
Construct the Alerts Response.
- AlertsTask - Class in com.aerisweather.aeris.communication.loaders
-
Requests and loads advisory data into local domain objects from the API.
- AlertsTask(Context, AlertsTaskCallback) - Constructor for class com.aerisweather.aeris.communication.loaders.AlertsTask
-
Constructs an instance with the context and the callback to use.
- AlertsTaskCallback - Interface in com.aerisweather.aeris.communication.loaders
-
Callback interface for
AlertsTask
. - alertType - Variable in class com.aerisweather.aeris.model.TropicalCycloneBreakPointAlerts
- ALL - com.aerisweather.aeris.communication.Filter
- ALL_HAIL - com.aerisweather.aeris.communication.Filter
- ALL_TORNADO - com.aerisweather.aeris.communication.Filter
- ALL_WIND - com.aerisweather.aeris.communication.Filter
- allow - Variable in class com.aerisweather.aeris.model.InteractivePermission
-
Whether or not the client has permission for interactive maps.
- allow - Variable in class com.aerisweather.aeris.model.MapsPermission
- allow - Variable in class com.aerisweather.aeris.model.MapsPermission.CompositeOptions.BlendModes
- allow - Variable in class com.aerisweather.aeris.model.MapsPermission.CompositeOptions.ImageFilters
- allow - Variable in class com.aerisweather.aeris.model.MapsPermission.CompositeOptions.Modifiers
- allow - Variable in class com.aerisweather.aeris.model.MapsPermission.CompositeOptions.Opacity
- allow - Variable in class com.aerisweather.aeris.model.Permission
-
Whether or not is has permission
- allowReason() - Constructor for class com.aerisweather.aeris.model.MapsPermission.allowReason
- altimeterIN - Variable in class com.aerisweather.aeris.model.ConditionPeriod
-
MSLP Barometric pressure in inches mercury
- altimeterIN - Variable in class com.aerisweather.aeris.model.ForecastPeriod
-
MSLP Barometric pressure in inches mercury
- altimeterIN - Variable in class com.aerisweather.aeris.model.Observation
-
Altimeter in inches of mercury.
- altimeterIN - Variable in class com.aerisweather.aeris.model.ObservationData
- altimeterIN - Variable in class com.aerisweather.aeris.model.Period
- altimeterMB - Variable in class com.aerisweather.aeris.model.ConditionPeriod
-
MSLP Barometric pressure in millibars
- altimeterMB - Variable in class com.aerisweather.aeris.model.ForecastPeriod
-
MSLP Barometric pressure in millibars
- altimeterMB - Variable in class com.aerisweather.aeris.model.Observation
-
Altimeter in millibars.
- altimeterMB - Variable in class com.aerisweather.aeris.model.ObservationData
- altimeterMB - Variable in class com.aerisweather.aeris.model.Period
- angle - Variable in class com.aerisweather.aeris.model.MoonPhase
-
The moon phase angle
- appendDegree(Number) - Static method in class com.aerisweather.aeris.util.WeatherUtil
-
Appends the degree sign to the string degree.
- appendDegree(String) - Static method in class com.aerisweather.aeris.util.WeatherUtil
-
Appends the degree sign to the string degree.
- AppIdParameter - Class in com.aerisweather.aeris.communication.parameter
-
APP_ID Parameter to associate with the request.
- AppIdParameter(String) - Constructor for class com.aerisweather.aeris.communication.parameter.AppIdParameter
-
Construct the parameter with the package name of the android app.
- approaching - Variable in class com.aerisweather.aeris.model.Lightning
- approaching - Variable in class com.aerisweather.aeris.model.Storm
- aqi - Variable in class com.aerisweather.aeris.model.Period
- aqi - Variable in class com.aerisweather.aeris.model.Pollutant
- areaAC - Variable in class com.aerisweather.aeris.model.FiresPerimeter
-
The area of the perimeter in square acres
- areaAC - Variable in class com.aerisweather.aeris.model.FiresReport
-
The estimated coverage area of the fire in acres.
- areaAC - Variable in class com.aerisweather.aeris.model.Perimeter
-
The area of the perimeter in square acres
- areaAC - Variable in class com.aerisweather.aeris.model.Report
- areaKM - Variable in class com.aerisweather.aeris.model.FiresPerimeter
-
The area of the perimeter in square kilometers
- areaKM - Variable in class com.aerisweather.aeris.model.FiresReport
-
The estimated coverage area of the fire in square kilometers.
- areaKM - Variable in class com.aerisweather.aeris.model.Perimeter
-
The area of the perimeter in square kilometers
- areaKM - Variable in class com.aerisweather.aeris.model.Profile
- areaKM - Variable in class com.aerisweather.aeris.model.Report
- areaMI - Variable in class com.aerisweather.aeris.model.FiresPerimeter
-
The area of the perimeter in square miles
- areaMI - Variable in class com.aerisweather.aeris.model.FiresReport
-
The estimated coverage area of the fire in square miles.
- areaMI - Variable in class com.aerisweather.aeris.model.Perimeter
-
The area of the perimeter in square miles
- areaMI - Variable in class com.aerisweather.aeris.model.Profile
- areaMI - Variable in class com.aerisweather.aeris.model.Report
- asinh(double) - Static method in class com.aerisweather.aeris.util.MathUtil
-
Helper method for performing asinh
- astronomicalBegin - Variable in class com.aerisweather.aeris.model.Twilight
-
UNIX timestamp of the first astronomical twilight.
- astronomicalBeginISO - Variable in class com.aerisweather.aeris.model.Twilight
-
ISO 8601 date of first astronomical twilight.
- astronomicalEnd - Variable in class com.aerisweather.aeris.model.Twilight
-
UNIX timestamp of the second astronomical twilight.
- astronomicalEndISO - Variable in class com.aerisweather.aeris.model.Twilight
-
ISO 8601 date of second astronomical twilight.
- ATLANTIC - com.aerisweather.aeris.communication.Filter
- avg - Variable in class com.aerisweather.aeris.model.ConditionsSummarySimple
-
The average percentage
- avg - Variable in class com.aerisweather.aeris.model.dBZM
- avg - Variable in class com.aerisweather.aeris.model.Humidity
- avg - Variable in class com.aerisweather.aeris.model.MesocycloneDetectionAlgorithm
- avg - Variable in class com.aerisweather.aeris.model.Probability
- avg - Variable in class com.aerisweather.aeris.model.Sky
- avg - Variable in class com.aerisweather.aeris.model.VerticallyIntegratedLiquid
- AVG_TEMP_C - com.aerisweather.aeris.communication.fields.ForecastsFields
- AVG_TEMP_F - com.aerisweather.aeris.communication.fields.ForecastsFields
- avgC - Variable in class com.aerisweather.aeris.model.ConditionsSummaryTemperature
-
The normal average temperature in Celsius
- avgC - Variable in class com.aerisweather.aeris.model.Temperature
-
The normal average temperature in Celsius
- avgCM - Variable in class com.aerisweather.aeris.model.MaxSize
- avgDewpointC - Variable in class com.aerisweather.aeris.model.ForecastPeriod
-
The average dew point temperature in Celsius
- avgDewpointC - Variable in class com.aerisweather.aeris.model.Period
- avgDewpointF - Variable in class com.aerisweather.aeris.model.ForecastPeriod
-
The average dew point temperature in Fahrenheit
- avgDewpointF - Variable in class com.aerisweather.aeris.model.Period
- avgF - Variable in class com.aerisweather.aeris.model.ConditionsSummaryTemperature
-
The normal average temperature in Fahrenheit
- avgF - Variable in class com.aerisweather.aeris.model.Temperature
-
The normal average temperature in Fahrenheit
- avgFeelslikeC - Variable in class com.aerisweather.aeris.model.ForecastPeriod
-
The average apparent temperature in Celsius
- avgFeelslikeC - Variable in class com.aerisweather.aeris.model.Period
- avgFeelslikeF - Variable in class com.aerisweather.aeris.model.ForecastPeriod
-
The average apparent temperature in Fahrenheit
- avgFeelslikeF - Variable in class com.aerisweather.aeris.model.Period
- avgFT - Variable in class com.aerisweather.aeris.model.TornadoOutbreakPotential
- avgIN - Variable in class com.aerisweather.aeris.model.MaxSize
- avgIN - Variable in class com.aerisweather.aeris.model.Pressure
- avgIN - Variable in class com.aerisweather.aeris.model.StormReportsSummaryTypeDetail
- avgKM - Variable in class com.aerisweather.aeris.model.Distance
- avgKM - Variable in class com.aerisweather.aeris.model.Visibility
- avgKPH - Variable in class com.aerisweather.aeris.model.ConditionsSummaryWinds
-
The average speed in km/h
- avgKPH - Variable in class com.aerisweather.aeris.model.Speed
- avgKPH - Variable in class com.aerisweather.aeris.model.Wind
- avgKTS - Variable in class com.aerisweather.aeris.model.ConditionsSummaryWinds
-
The average speed in knots
- avgKTS - Variable in class com.aerisweather.aeris.model.Speed
- avgKTS - Variable in class com.aerisweather.aeris.model.Wind
- avgM - Variable in class com.aerisweather.aeris.model.TornadoOutbreakPotential
- avgMB - Variable in class com.aerisweather.aeris.model.Pressure
- avgMI - Variable in class com.aerisweather.aeris.model.Distance
- avgMI - Variable in class com.aerisweather.aeris.model.Visibility
- avgMM - Variable in class com.aerisweather.aeris.model.StormReportsSummaryTypeDetail
- avgMPH - Variable in class com.aerisweather.aeris.model.ConditionsSummaryWinds
-
The average speed in miles per hour
- avgMPH - Variable in class com.aerisweather.aeris.model.Speed
- avgMPH - Variable in class com.aerisweather.aeris.model.Wind
- avgTempC - Variable in class com.aerisweather.aeris.model.ForecastPeriod
-
Average temperature in Celsius
- avgTempC - Variable in class com.aerisweather.aeris.model.Period
- avgTempF - Variable in class com.aerisweather.aeris.model.ForecastPeriod
-
Average temperature in Fahrenheit
- avgTempF - Variable in class com.aerisweather.aeris.model.Period
- avgWM2 - Variable in class com.aerisweather.aeris.model.SolarRadiation
- azimuthDEG - Variable in class com.aerisweather.aeris.model.Solrad
B
- BASE_SECURE_URL - Static variable in class com.aerisweather.aeris.communication.Aeris
- BASE_URL - Static variable in class com.aerisweather.aeris.communication.Aeris
- basin - Variable in class com.aerisweather.aeris.model.AerisDataJSON
- basin - Variable in class com.aerisweather.aeris.model.Profile
- basins - Variable in class com.aerisweather.aeris.model.Profile
- BatchBuilder - Class in com.aerisweather.aeris.communication
- BatchBuilder() - Constructor for class com.aerisweather.aeris.communication.BatchBuilder
- BatchCallback - Interface in com.aerisweather.aeris.communication
-
Callback interface for a batch request.
- BatchCommunicationTask - Class in com.aerisweather.aeris.communication
- BatchCommunicationTask(Context, AerisRequest) - Constructor for class com.aerisweather.aeris.communication.BatchCommunicationTask
-
Constructs the communication task with a context to use, and a request.
- BatchCommunicationTask(Context, BatchCallback, AerisRequest) - Constructor for class com.aerisweather.aeris.communication.BatchCommunicationTask
-
Constructs the communication task with a context to use, a callback and a request
- bearing - Variable in class com.aerisweather.aeris.model.RelativeTo
- bearingDEG - Variable in class com.aerisweather.aeris.model.RelativeTo
- bearingENG - Variable in class com.aerisweather.aeris.model.RelativeTo
- bearingNNW - Variable in class com.aerisweather.aeris.model.RelativeTo
- begins - Variable in class com.aerisweather.aeris.model.TimeStamp
-
UNIX timestamp when the advisory goes into effect
- BEGINS - com.aerisweather.aeris.communication.fields.AdvisoryFields
- BEGINS_ISO - com.aerisweather.aeris.communication.fields.AdvisoryFields
- beginsISO - Variable in class com.aerisweather.aeris.model.TimeStamp
-
ISO 8601 date of the time when the advisory goes into effect
- blendModes - Variable in class com.aerisweather.aeris.model.MapsPermission.CompositeOptions
- BlendModes() - Constructor for class com.aerisweather.aeris.model.MapsPermission.CompositeOptions.BlendModes
- body - Variable in class com.aerisweather.aeris.model.Details
-
he shortened and formatted version of the advisory body text
- BODY - com.aerisweather.aeris.communication.fields.AdvisoryFields
- BODY_FULL - com.aerisweather.aeris.communication.fields.AdvisoryFields
- bodyFull - Variable in class com.aerisweather.aeris.model.Details
-
The complete, unmodified version of the advisory body text, including headers
- boundingBox - Variable in class com.aerisweather.aeris.model.AerisDataJSON
- boundingBox - Variable in class com.aerisweather.aeris.model.Profile
- breakPointAlerts - Variable in class com.aerisweather.aeris.model.AerisDataJSON
- build() - Method in class com.aerisweather.aeris.communication.AerisBatchRequest
-
Builds the request
- build() - Method in class com.aerisweather.aeris.communication.AerisRequest
-
Builds the request for from the given parameters
- build() - Method in class com.aerisweather.aeris.communication.BatchBuilder
-
Builds the appropriate AerisRequest from the BatchBuilder.
- build() - Method in class com.aerisweather.aeris.communication.parameter.Parameter
- build() - Method in class com.aerisweather.aeris.communication.parameter.ParameterBuilder
-
Builds the parameters into an array of parameters used to pass into the
AerisRequest
. - build() - Method in class com.aerisweather.aeris.communication.UrlBuilder
-
Builds the full url of the request.
- build() - Method in class com.aerisweather.aeris.model.AerisPermissionsBuilder
- BUILD_TYPE - Static variable in class com.aerisweather.BuildConfig
- BuildConfig - Class in com.aerisweather
- BuildConfig() - Constructor for class com.aerisweather.BuildConfig
- buildEscaped() - Method in class com.aerisweather.aeris.communication.parameter.Parameter
C
- callback - Variable in class com.aerisweather.aeris.communication.AerisCommunicationTask
- callback - Variable in class com.aerisweather.aeris.communication.BatchCommunicationTask
- callback(TropicalCyclonesResponse) - Method in class com.aerisweather.aeris.communication.loaders.TropicalCyclonesTask
- callback(List<AerisDataJSON>) - Method in class com.aerisweather.aeris.communication.loaders.AdvisoriesTask
- callback(List<AerisDataJSON>) - Method in class com.aerisweather.aeris.communication.loaders.AerisAbstractTask
-
Passed callback to the proper concrete class's callback.
- callback(List<AerisDataJSON>) - Method in class com.aerisweather.aeris.communication.loaders.AirQualityTask
- callback(List<AerisDataJSON>) - Method in class com.aerisweather.aeris.communication.loaders.AlertsTask
- callback(List<AerisDataJSON>) - Method in class com.aerisweather.aeris.communication.loaders.ConditionsTask
- callback(List<AerisDataJSON>) - Method in class com.aerisweather.aeris.communication.loaders.CountriesTask
- callback(List<AerisDataJSON>) - Method in class com.aerisweather.aeris.communication.loaders.EarthquakesTask
- callback(List<AerisDataJSON>) - Method in class com.aerisweather.aeris.communication.loaders.FiresTask
- callback(List<AerisDataJSON>) - Method in class com.aerisweather.aeris.communication.loaders.ForecastsTask
- callback(List<AerisDataJSON>) - Method in class com.aerisweather.aeris.communication.loaders.LightningTask
- callback(List<AerisDataJSON>) - Method in class com.aerisweather.aeris.communication.loaders.MoonphasesTask
- callback(List<AerisDataJSON>) - Method in class com.aerisweather.aeris.communication.loaders.NormalsStationsTask
- callback(List<AerisDataJSON>) - Method in class com.aerisweather.aeris.communication.loaders.NormalsTask
- callback(List<AerisDataJSON>) - Method in class com.aerisweather.aeris.communication.loaders.ObservationsArchiveTask
- callback(List<AerisDataJSON>) - Method in class com.aerisweather.aeris.communication.loaders.ObservationsSummaryTask
- callback(List<AerisDataJSON>) - Method in class com.aerisweather.aeris.communication.loaders.ObservationsTask
- callback(List<AerisDataJSON>) - Method in class com.aerisweather.aeris.communication.loaders.PlacesAirportsTask
- callback(List<AerisDataJSON>) - Method in class com.aerisweather.aeris.communication.loaders.PlacesPostalcodesTask
- callback(List<AerisDataJSON>) - Method in class com.aerisweather.aeris.communication.loaders.PlacesTask
- callback(List<AerisDataJSON>) - Method in class com.aerisweather.aeris.communication.loaders.RecordsTask
- callback(List<AerisDataJSON>) - Method in class com.aerisweather.aeris.communication.loaders.RiversGaugesTask
- callback(List<AerisDataJSON>) - Method in class com.aerisweather.aeris.communication.loaders.RiversTask
- callback(List<AerisDataJSON>) - Method in class com.aerisweather.aeris.communication.loaders.StormCellsTask
- callback(List<AerisDataJSON>) - Method in class com.aerisweather.aeris.communication.loaders.StormReportsTask
- callback(List<AerisDataJSON>) - Method in class com.aerisweather.aeris.communication.loaders.SunmoonTask
- callback(List<AerisDataJSON>) - Method in class com.aerisweather.aeris.communication.loaders.TidesStationsTask
- callback(List<AerisDataJSON>) - Method in class com.aerisweather.aeris.communication.loaders.TidesTask
- callback(List<AerisDataJSON>) - Method in class com.aerisweather.aeris.communication.loaders.TropicalCyclonesTask
- capital - Variable in class com.aerisweather.aeris.model.Profile
- capitalize(String) - Static method in class com.aerisweather.aeris.util.WeatherUtil
-
Simplifier version of the helper class
WordsCapitalizer.capitalizeEveryWord(String, List, Locale)
. - CAPITALIZE_AFTER_MARKER - com.aerisweather.aeris.util.WordsCapitalizer.Behavior
- CAPITALIZE_BEFORE_AND_AFTER_MARKER - com.aerisweather.aeris.util.WordsCapitalizer.Behavior
- CAPITALIZE_BEFORE_MARKER - com.aerisweather.aeris.util.WordsCapitalizer.Behavior
- capitalizeAfter() - Method in class com.aerisweather.aeris.util.WordsCapitalizer.Delimiter
- capitalizeBefore() - Method in class com.aerisweather.aeris.util.WordsCapitalizer.Delimiter
- capitalizeEveryWord(String) - Static method in class com.aerisweather.aeris.util.WordsCapitalizer
- capitalizeEveryWord(String, List<WordsCapitalizer.Delimiter>, Locale) - Static method in class com.aerisweather.aeris.util.WordsCapitalizer
- capitalizeEveryWord(String, Locale) - Static method in class com.aerisweather.aeris.util.WordsCapitalizer
- cat - Variable in class com.aerisweather.aeris.model.Details
-
String defining the primary category for the alert.
- cat - Variable in class com.aerisweather.aeris.model.StormReportsSummaryType
- category - Variable in class com.aerisweather.aeris.model.Details
-
The outlook category type
- category - Variable in class com.aerisweather.aeris.model.Period
- category - Variable in class com.aerisweather.aeris.model.Pollutant
- CATEGORY - com.aerisweather.aeris.communication.Filter
- cats - Variable in class com.aerisweather.aeris.model.Profile
- cause - Variable in class com.aerisweather.aeris.model.FiresReport
-
Cause of the fire (null if unknown)
- cause - Variable in class com.aerisweather.aeris.model.Report
- cdd - Variable in class com.aerisweather.aeris.model.NormalPeriod
-
The normal cooling degree days
- cdd - Variable in class com.aerisweather.aeris.model.Period
- CellCone - Class in com.aerisweather.aeris.model
-
Information on the cells predicted path.
- CellCone() - Constructor for class com.aerisweather.aeris.model.CellCone
- CellForecast - Class in com.aerisweather.aeris.model
-
Teh forecast information for a cell
- CellForecast() - Constructor for class com.aerisweather.aeris.model.CellForecast
- cellID - Variable in class com.aerisweather.aeris.model.CellObservation
-
The unique cell identifier
- cellID - Variable in class com.aerisweather.aeris.model.ObservationData
- CellLocation - Class in com.aerisweather.aeris.model
-
Information about the movement of the Cell.
- CellLocation() - Constructor for class com.aerisweather.aeris.model.CellLocation
- CellMovement - Class in com.aerisweather.aeris.model
-
Information about the cell movement.
- CellMovement() - Constructor for class com.aerisweather.aeris.model.CellMovement
- CellObservation - Class in com.aerisweather.aeris.model
- CellObservation(ObservationData) - Constructor for class com.aerisweather.aeris.model.CellObservation
- CellPosition - Class in com.aerisweather.aeris.model
-
Information on the cells position.
- CellPosition() - Constructor for class com.aerisweather.aeris.model.CellPosition
- CellTraits - Class in com.aerisweather.aeris.model
- CellTraits() - Constructor for class com.aerisweather.aeris.model.CellTraits
- CENTIMETER - com.aerisweather.aeris.util.Unit
- CENTRAL_PACIFIC - com.aerisweather.aeris.communication.Filter
- city - Variable in class com.aerisweather.aeris.model.Place
- civilBegin - Variable in class com.aerisweather.aeris.model.Twilight
-
UNIX timestamp of the first civil twilight.
- civilBeginISO - Variable in class com.aerisweather.aeris.model.Twilight
-
ISO 8601 date of first civil twilight.
- civilEnd - Variable in class com.aerisweather.aeris.model.Twilight
-
UNIX timestamp of the second civil twilight.
- civilEndISO - Variable in class com.aerisweather.aeris.model.Twilight
-
ISO 8601 date of second civil twilight.
- clazz - Variable in class com.aerisweather.aeris.response.PeriodsResponse
-
The class type used to instantiate a type of the generic
- clientId - Variable in class com.aerisweather.aeris.communication.UrlBuilder
-
Client Id variable needed for the url
- ClientIdParameter - Class in com.aerisweather.aeris.communication.parameter
-
The client id given for the Aeris access.
- ClientIdParameter(String) - Constructor for class com.aerisweather.aeris.communication.parameter.ClientIdParameter
-
Constructs the client id parameter with the value.
- clientSecret - Variable in class com.aerisweather.aeris.communication.UrlBuilder
-
Client secret key needed for the url
- ClientSecretParameter - Class in com.aerisweather.aeris.communication.parameter
-
The client secret given for the Aeris access.
- ClientSecretParameter(String) - Constructor for class com.aerisweather.aeris.communication.parameter.ClientSecretParameter
-
Constructs the client secret parameter with the value.
- CLOSEST - com.aerisweather.aeris.communication.Action
-
The closest action will query the API for data that is closest to the requested place and return the results, if any, in order from closest to farthest.
- CLOUDS_CODED - com.aerisweather.aeris.communication.fields.ForecastsFields
- CLOUDS_CODED - com.aerisweather.aeris.communication.fields.ObservationFields
- cloudsCoded - Variable in class com.aerisweather.aeris.model.ConditionPeriod
-
Code for the cloud type.
- cloudsCoded - Variable in class com.aerisweather.aeris.model.ForecastPeriod
-
Code for the cloud type.
- cloudsCoded - Variable in class com.aerisweather.aeris.model.Observation
-
The coded cloud coverage.
- cloudsCoded - Variable in class com.aerisweather.aeris.model.ObservationData
- cloudsCoded - Variable in class com.aerisweather.aeris.model.Period
- code - Variable in enum com.aerisweather.aeris.communication.fields.Fields
- code - Variable in enum com.aerisweather.aeris.communication.fields.ObservationFields
- code - Variable in class com.aerisweather.aeris.model.AerisDataJSON
- code - Variable in class com.aerisweather.aeris.model.AerisError
-
Error code of the Aeris error.
- code - Variable in class com.aerisweather.aeris.model.MapsPermission.allowReason
- code - Variable in class com.aerisweather.aeris.model.RecordsReport
-
Numeric representation of the record type.
- code - Variable in class com.aerisweather.aeris.model.Report
- code - Variable in class com.aerisweather.aeris.model.Risk
-
The full risk name as provided by SPC
- code - Variable in class com.aerisweather.aeris.model.StormReport
-
The report code as assigned by the NWS
- code - Variable in class com.aerisweather.aeris.model.StormReportsSummaryType
- coded - Variable in class com.aerisweather.aeris.model.Sky
- coded - Variable in class com.aerisweather.aeris.model.Weather
- CodedInterface - Interface in com.aerisweather.aeris.communication.parameter
-
Interface that defines an object that has a code.
- color - Variable in class com.aerisweather.aeris.model.Period
- color - Variable in class com.aerisweather.aeris.model.Pollutant
- com.aerisweather - package com.aerisweather
- com.aerisweather.aeris.communication - package com.aerisweather.aeris.communication
- com.aerisweather.aeris.communication.fields - package com.aerisweather.aeris.communication.fields
- com.aerisweather.aeris.communication.loaders - package com.aerisweather.aeris.communication.loaders
- com.aerisweather.aeris.communication.parameter - package com.aerisweather.aeris.communication.parameter
- com.aerisweather.aeris.location - package com.aerisweather.aeris.location
- com.aerisweather.aeris.logging - package com.aerisweather.aeris.logging
- com.aerisweather.aeris.model - package com.aerisweather.aeris.model
- com.aerisweather.aeris.response - package com.aerisweather.aeris.response
- com.aerisweather.aeris.util - package com.aerisweather.aeris.util
- comments - Variable in class com.aerisweather.aeris.model.Report
- comments - Variable in class com.aerisweather.aeris.model.StormReport
-
Additional details and comments describing the event
- CommunicationTask<T> - Class in com.aerisweather.aeris.communication
-
Abstract helper to set up the basics of our threading classes.
- CommunicationTask(Context, AerisRequest) - Constructor for class com.aerisweather.aeris.communication.CommunicationTask
- CommunicationTask(AerisRequest) - Constructor for class com.aerisweather.aeris.communication.CommunicationTask
- compareToLoc(float, float, float) - Method in class com.aerisweather.aeris.location.LocationHelper
- compositeOptions - Variable in class com.aerisweather.aeris.model.MapsPermission
- CompositeOptions() - Constructor for class com.aerisweather.aeris.model.MapsPermission.CompositeOptions
- conditionCheckType - Variable in class com.aerisweather.aeris.model.AerisDataJSON
- ConditionPeriod - Class in com.aerisweather.aeris.model
-
Period of a conditions data from the request with endpoint
Conditions
- ConditionPeriod() - Constructor for class com.aerisweather.aeris.model.ConditionPeriod
- conditions - Variable in class com.aerisweather.aeris.model.AerisPermissions
- CONDITIONS - com.aerisweather.aeris.communication.EndpointType
-
The conditions endpoint provides current and previous weather conditions globally
AvailableAction
: id, route
For more information - conditions_summary - Variable in class com.aerisweather.aeris.model.AerisPermissions
- CONDITIONS_SUMMARY - com.aerisweather.aeris.communication.EndpointType
-
Global current and past conditions as a daily summary or a summary in specified intervals.
- ConditionsResponse - Class in com.aerisweather.aeris.response
-
Object to make the
forecasts
endpoint response more friendly to determine what parts of the AerisDataJSON have come back in the response. - ConditionsResponse(AerisDataJSON) - Constructor for class com.aerisweather.aeris.response.ConditionsResponse
-
Constructor the the forecasts response.
- ConditionsSummaryPeriod - Class in com.aerisweather.aeris.model
-
Period of a conditions data from the request with endpoint
Conditions
- ConditionsSummaryPeriod() - Constructor for class com.aerisweather.aeris.model.ConditionsSummaryPeriod
- ConditionsSummaryResponse - Class in com.aerisweather.aeris.response
-
Object to make the
forecasts
endpoint response more friendly to determine what parts of the AerisDataJSON have come back in the response. - ConditionsSummaryResponse(AerisDataJSON) - Constructor for class com.aerisweather.aeris.response.ConditionsSummaryResponse
-
Constructor the the forecasts response.
- ConditionsSummarySimple - Class in com.aerisweather.aeris.model
-
Base temperature model
- ConditionsSummarySimple() - Constructor for class com.aerisweather.aeris.model.ConditionsSummarySimple
- ConditionsSummaryTemperature - Class in com.aerisweather.aeris.model
-
Base temperature model
- ConditionsSummaryTemperature() - Constructor for class com.aerisweather.aeris.model.ConditionsSummaryTemperature
- ConditionsSummaryWinds - Class in com.aerisweather.aeris.model
-
Speed info
- ConditionsSummaryWinds() - Constructor for class com.aerisweather.aeris.model.ConditionsSummaryWinds
- ConditionsTask - Class in com.aerisweather.aeris.communication.loaders
-
Requests and loads conditions data into local domain objects from the API.
- ConditionsTask(Context, ConditionsTaskCallback) - Constructor for class com.aerisweather.aeris.communication.loaders.ConditionsTask
-
Constructs an instance with the context and the callback to use.
- ConditionsTaskCallback - Interface in com.aerisweather.aeris.communication.loaders
-
Callback interface for
ConditionsTask
. - cone - Variable in class com.aerisweather.aeris.model.CellForecast
- conf - Variable in class com.aerisweather.aeris.model.FiresReport
-
The confidence of the fire.
- conf - Variable in class com.aerisweather.aeris.model.Report
- CONTAINS - com.aerisweather.aeris.communication.Action
-
The contains action returns data that a specified location is contained within.
- context - Variable in class com.aerisweather.aeris.communication.CommunicationTask
- continent - Variable in class com.aerisweather.aeris.model.Place
-
The continent abbreviation that the country primarily resides.
- continentFull - Variable in class com.aerisweather.aeris.model.Place
- CONVECTIVE_HAZARD_OUTLOOK - com.aerisweather.aeris.communication.Filter
- convective_outlook - Variable in class com.aerisweather.aeris.model.AerisPermissions
- CONVECTIVE_OUTLOOK - com.aerisweather.aeris.communication.EndpointType
-
The convective/outlook endpoint provides convective outlook information based on the SPC convective outlooks.
- ConvectiveOutlookResponse - Class in com.aerisweather.aeris.response
-
Object to make the Convective Outlook response more friendly to determine what parts of the AerisDataJSON have come back in the response.
- ConvectiveOutlookResponse(AerisDataJSON) - Constructor for class com.aerisweather.aeris.response.ConvectiveOutlookResponse
-
Constructor to hold the AerisDataJSON.
- convertStreamToString(InputStream) - Static method in class com.aerisweather.aeris.util.FileUtil
-
Converts the file to a string.
- convertStreamToString(InputStream) - Static method in class com.aerisweather.aeris.util.NetworkUtils
- coordinates - Variable in class com.aerisweather.aeris.model.GeoPolygon
-
The coordinate sets for drawing the polygon(s)
- coordinates - Variable in class com.aerisweather.aeris.model.TropicalCycloneBreakPointAlertsCoords
- coordinates - Variable in class com.aerisweather.aeris.model.TropicalCycloneLocation
- coords - Variable in class com.aerisweather.aeris.model.TropicalCycloneBreakPointAlerts
- count - Variable in class com.aerisweather.aeris.model.dBZM
- count - Variable in class com.aerisweather.aeris.model.Humidity
- count - Variable in class com.aerisweather.aeris.model.MaxSize
- count - Variable in class com.aerisweather.aeris.model.MesocycloneDetectionAlgorithm
- count - Variable in class com.aerisweather.aeris.model.Precipitation
- count - Variable in class com.aerisweather.aeris.model.Probability
- count - Variable in class com.aerisweather.aeris.model.QualityControl
- count - Variable in class com.aerisweather.aeris.model.Range
- count - Variable in class com.aerisweather.aeris.model.Sky
- count - Variable in class com.aerisweather.aeris.model.SolarRadiation
- count - Variable in class com.aerisweather.aeris.model.Speed
- count - Variable in class com.aerisweather.aeris.model.StormReportsSummaryTypeDetail
- count - Variable in class com.aerisweather.aeris.model.Temperature
- count - Variable in class com.aerisweather.aeris.model.TornadoOutbreakPotential
- count - Variable in class com.aerisweather.aeris.model.TornadoVortexSignature
- count - Variable in class com.aerisweather.aeris.model.VerticallyIntegratedLiquid
- count - Variable in class com.aerisweather.aeris.model.Visibility
- count - Variable in class com.aerisweather.aeris.model.Weather
- count - Variable in class com.aerisweather.aeris.model.Wind
- counties - Variable in class com.aerisweather.aeris.model.AdvisoryIncludes
-
List of US counties in the XXC### format, where XX is the state abbreivation and ### is the 3 digit county fips number
- countries - Variable in class com.aerisweather.aeris.model.AerisPermissions
- COUNTRIES - com.aerisweather.aeris.communication.EndpointType
-
The countries dataset provides the core data for countries, returning the full name, abbreviations, capital, population area, and neighboring countries.
AvailableAction
: id, search
For more information - CountriesResponse - Class in com.aerisweather.aeris.response
-
Object to make the
countries
endpoint response more friendly to determine what parts of the AerisDataJSON have come back in the response. - CountriesResponse(AerisDataJSON) - Constructor for class com.aerisweather.aeris.response.CountriesResponse
-
Constructor the the countries Response.
- CountriesTask - Class in com.aerisweather.aeris.communication.loaders
-
Requests and loads countries data into local domain objects from the API.
- CountriesTask(Context, CountriesTaskCallback) - Constructor for class com.aerisweather.aeris.communication.loaders.CountriesTask
-
Constructs an instance with the context and the callback to use.
- CountriesTaskCallback - Interface in com.aerisweather.aeris.communication.loaders
-
Callback interface for
CountriesTask
. - country - Variable in class com.aerisweather.aeris.model.Place
- countryFull - Variable in class com.aerisweather.aeris.model.Place
- county - Variable in class com.aerisweather.aeris.model.Place
- cpos - Variable in class com.aerisweather.aeris.model.CellObservation
- cpos - Variable in class com.aerisweather.aeris.model.ObservationData
- created - Variable in class com.aerisweather.aeris.model.TimeStamp
-
UNIX timestamp when the advisory was initially created and stored in the database
- createdISO - Variable in class com.aerisweather.aeris.model.TimeStamp
-
ISO 8601 date of the time when the advisory was initially created and stored in the database
- createObjectWithError(String, String) - Static method in class com.aerisweather.aeris.model.AerisBatchResponse
-
Creates a JSON String for an AerisResponse with a specific Error code and description.
- createObjectWithError(String, String) - Static method in class com.aerisweather.aeris.model.AerisResponse
-
Creates a JSON String for an AerisResponse with a specific Error code and description.
- createObjectWithError(String, String) - Static method in class com.aerisweather.aeris.response.DroughtsMonitorResponse
-
Creates a JSON String for an DroughtsMonitorResponse with a specific Error code and description.
- createObjectWithError(String, String) - Static method in class com.aerisweather.aeris.response.FiresOutlookResponse
-
Creates a JSON String for an FiresOutlookResponse with a specific Error code and description.
- createObjectWithError(String, String) - Static method in class com.aerisweather.aeris.response.StormcellsSummaryResponse
-
Creates a JSON String for an StormCellsSummaryResponse with a specific Error code and description.
- createObjectWithError(String, String) - Static method in class com.aerisweather.aeris.response.StormReportsSummaryResponse
-
Creates a JSON String for an StormReportsSummaryResponse with a specific Error code and description.
- createObjectWithError(String, String) - Static method in class com.aerisweather.aeris.response.ThreatsResponse
-
Creates a JSON String for an ThreatsResponse with a specific Error code and description.
- createWithError(String, String) - Static method in class com.aerisweather.aeris.model.AerisResponse
-
Creates a JSON String for an AerisResponse with a specific Error code and description.
- createWithError(String, String) - Static method in class com.aerisweather.aeris.response.DroughtsMonitorResponse
-
Creates a JSON String for an DroughtsMonitorResponse with a specific Error code and description.
- createWithError(String, String) - Static method in class com.aerisweather.aeris.response.FiresOutlookResponse
-
Creates a JSON String for an FiresOutlookResponse with a specific Error code and description.
- createWithError(String, String) - Static method in class com.aerisweather.aeris.response.StormcellsSummaryResponse
-
Creates a JSON String for an StormCellsSummaryResponse with a specific Error code and description.
- createWithError(String, String) - Static method in class com.aerisweather.aeris.response.StormReportsSummaryResponse
-
Creates a JSON String for a StormReportsSummaryResponse with a specific Error code and description.
- createWithError(String, String) - Static method in class com.aerisweather.aeris.response.ThreatsResponse
-
Creates a JSON String for an ThreatsResponse with a specific Error code and description.
- Crest - Class in com.aerisweather.aeris.model
- Crest() - Constructor for class com.aerisweather.aeris.model.Crest
- crests - Variable in class com.aerisweather.aeris.model.Profile
- CRITICAL - com.aerisweather.aeris.communication.Filter
- current - Variable in class com.aerisweather.aeris.model.AerisDataJSON
- current - Variable in class com.aerisweather.aeris.model.Indice
-
Current Indice data
- current - Static variable in enum com.aerisweather.aeris.util.UnitType
- Current - Class in com.aerisweather.aeris.model
- Current() - Constructor for class com.aerisweather.aeris.model.Current
- currents - Variable in class com.aerisweather.aeris.model.InteractivePermission
-
Whether or not the client has permission to use currents
- CUSTOM - com.aerisweather.aeris.communication.EndpointType
-
Used to know when a custom endpoint was used.
- customCallback - Variable in class com.aerisweather.aeris.communication.AerisCustomCommunicationTask
- CustomCallback - Interface in com.aerisweather.aeris.communication
-
Callback interface for a custom endpoint.
- CustomParameter - Class in com.aerisweather.aeris.communication.parameter
-
Custom parameter to use when one may not have been predefined by the Aeris lib.
- CustomParameter(String, String) - Constructor for class com.aerisweather.aeris.communication.parameter.CustomParameter
-
Constructs a custom parameter with the given key and value
key=:value
D
- d(String, String) - Static method in class com.aerisweather.aeris.logging.Logger
- dataSource - Variable in class com.aerisweather.aeris.model.AerisDataJSON
- DATETIME - com.aerisweather.aeris.communication.fields.ObservationFields
- DATETIME_ISO - com.aerisweather.aeris.communication.fields.ForecastsFields
- dateTimeISO - Variable in class com.aerisweather.aeris.model.AerisDataJSON
- dateTimeISO - Variable in class com.aerisweather.aeris.model.CellLocation
-
ISO 8601 date of foretasted time at the position
- dateTimeISO - Variable in class com.aerisweather.aeris.model.CellObservation
-
ISO 8601 date of the observation
- dateTimeISO - Variable in class com.aerisweather.aeris.model.ConditionPeriod
-
UNIX timestamp of the forecast valid time
- dateTimeISO - Variable in class com.aerisweather.aeris.model.ConditionsSummaryPeriod
-
UNIX timestamp of the forecast valid time
- dateTimeISO - Variable in class com.aerisweather.aeris.model.Crest
- dateTimeISO - Variable in class com.aerisweather.aeris.model.EarthquakeReport
-
ISO 8601 date of the date/time of the event
- dateTimeISO - Variable in class com.aerisweather.aeris.model.FiresReport
-
ISO 8601 date of the observation, localized to the observation location
- dateTimeISO - Variable in class com.aerisweather.aeris.model.ForecastPeriod
-
ISO 8601 of the valid time of the forecast
- dateTimeISO - Variable in class com.aerisweather.aeris.model.IndiceCurrent
- dateTimeISO - Variable in class com.aerisweather.aeris.model.IndicePeriod
- dateTimeISO - Variable in class com.aerisweather.aeris.model.LightningObservation
- dateTimeISO - Variable in class com.aerisweather.aeris.model.LowWaterRecord
- dateTimeISO - Variable in class com.aerisweather.aeris.model.Observation
-
ISO 8601 date of the observation
- dateTimeISO - Variable in class com.aerisweather.aeris.model.ObservationData
- dateTimeISO - Variable in class com.aerisweather.aeris.model.Period
- dateTimeISO - Variable in class com.aerisweather.aeris.model.PreviousRecord
-
ISO 8601 date of the date/time of the previous record.
- dateTimeISO - Variable in class com.aerisweather.aeris.model.RecordsReport
-
ISO 8601 date of the date/time of the event
- dateTimeISO - Variable in class com.aerisweather.aeris.model.Report
- dateTimeISO - Variable in class com.aerisweather.aeris.model.StormReport
-
ISO 8601 date of the date/time of the event
- dateTimeISO - Variable in class com.aerisweather.aeris.model.Summary
- dateTimeISO - Variable in class com.aerisweather.aeris.model.ThreatsPeriod
- dateTimeISO - Variable in class com.aerisweather.aeris.model.TidesPeriod
-
ISO 8601 date of the date/time of the event
- dateTimeISO - Variable in class com.aerisweather.aeris.model.TropicalCycloneForecast
- dateTimeISO - Variable in class com.aerisweather.aeris.model.TropicalCyclonePosition
- dateTimeISO - Variable in class com.aerisweather.aeris.model.TropicalCycloneTrack
- dateTimeISO - Variable in class com.aerisweather.aeris.model.WeatherCoded
- day - Variable in class com.aerisweather.aeris.model.Details
-
Valid coverage day.
- day - Variable in class com.aerisweather.aeris.model.NormalPeriod
-
The numeric day of the month, from 1 - 31.
- day - Variable in class com.aerisweather.aeris.model.Period
- DAY_EIGHT - com.aerisweather.aeris.communication.Filter
- DAY_FIVE - com.aerisweather.aeris.communication.Filter
- DAY_FOUR - com.aerisweather.aeris.communication.Filter
- DAY_ONE - com.aerisweather.aeris.communication.Filter
- DAY_SEVEN - com.aerisweather.aeris.communication.Filter
- DAY_SIX - com.aerisweather.aeris.communication.Filter
- DAY_THREE - com.aerisweather.aeris.communication.Filter
- DAY_TWO - com.aerisweather.aeris.communication.Filter
- dbz - Variable in class com.aerisweather.aeris.model.Storm
- dbzm - Variable in class com.aerisweather.aeris.model.CellObservation
-
The highest reflectivity found within the storm
- dbzm - Variable in class com.aerisweather.aeris.model.ObservationData
- dbzm - Variable in class com.aerisweather.aeris.model.StormcellsSummary
- dBZM - Class in com.aerisweather.aeris.model
-
decibal info
- dBZM() - Constructor for class com.aerisweather.aeris.model.dBZM
- debug - Variable in class com.aerisweather.aeris.communication.AerisRequest
- DEBUG - com.aerisweather.aeris.logging.LogLevel
- DEBUG - Static variable in class com.aerisweather.BuildConfig
- deg - Variable in class com.aerisweather.aeris.model.CellLocation
- deg - Variable in class com.aerisweather.aeris.model.CellPosition
-
Bearing in degrees of the cell relative to the radar site
- Delimiter(WordsCapitalizer.Behavior, char) - Constructor for class com.aerisweather.aeris.util.WordsCapitalizer.Delimiter
- depthKM - Variable in class com.aerisweather.aeris.model.EarthquakeReport
-
The depth of the earthquake in kilometers
- depthKM - Variable in class com.aerisweather.aeris.model.Report
- depthMI - Variable in class com.aerisweather.aeris.model.EarthquakeReport
-
The depth of the earthquake in miles
- depthMI - Variable in class com.aerisweather.aeris.model.Report
- description - Variable in class com.aerisweather.aeris.model.AerisError
-
Error description of the Aeris Error.
- description - Variable in class com.aerisweather.aeris.model.MapsPermission.allowReason
- deserialize(JsonElement, Type, JsonDeserializationContext) - Method in class com.aerisweather.aeris.model.AerisDataJSON.PeriodDeserializer
- detail - Variable in class com.aerisweather.aeris.model.Report
- detail - Variable in class com.aerisweather.aeris.model.StormReport
- detail - Variable in class com.aerisweather.aeris.model.StormReportsSummaryType
- details - Variable in class com.aerisweather.aeris.model.AerisDataJSON
- details - Variable in class com.aerisweather.aeris.model.PreviousRecord
- details - Variable in class com.aerisweather.aeris.model.RecordsReport
- details - Variable in class com.aerisweather.aeris.model.Report
- details - Variable in class com.aerisweather.aeris.model.TropicalCycloneForecast
- details - Variable in class com.aerisweather.aeris.model.TropicalCyclonePosition
- details - Variable in class com.aerisweather.aeris.model.TropicalCycloneTrack
- Details - Class in com.aerisweather.aeris.model
- Details() - Constructor for class com.aerisweather.aeris.model.Details
- DETAILS - com.aerisweather.aeris.communication.fields.AdvisoryFields
- dewpoint - Variable in class com.aerisweather.aeris.model.ConditionsSummaryPeriod
-
Dewpoint Temperature object containing the maximum, minimum and average for the period.
- DEWPOINT_C - com.aerisweather.aeris.communication.fields.ForecastsFields
- DEWPOINT_C - com.aerisweather.aeris.communication.fields.ObservationFields
- DEWPOINT_F - com.aerisweather.aeris.communication.fields.ForecastsFields
- DEWPOINT_F - com.aerisweather.aeris.communication.fields.ObservationFields
- dewpointC - Variable in class com.aerisweather.aeris.model.ConditionPeriod
-
The dew point temperature in Celsius
- dewpointC - Variable in class com.aerisweather.aeris.model.ForecastPeriod
-
The dew point temperature in Celsius
- dewpointC - Variable in class com.aerisweather.aeris.model.Observation
-
Dew point temperature in Celsius.
- dewpointC - Variable in class com.aerisweather.aeris.model.ObservationData
- dewpointC - Variable in class com.aerisweather.aeris.model.Period
- dewpointF - Variable in class com.aerisweather.aeris.model.ConditionPeriod
-
The dew point temperature in Fahrenheit
- dewpointF - Variable in class com.aerisweather.aeris.model.ForecastPeriod
-
The dew point temperature in Fahrenheit
- dewpointF - Variable in class com.aerisweather.aeris.model.Observation
-
Dew point temperature in Fahrenheit.
- dewpointF - Variable in class com.aerisweather.aeris.model.ObservationData
- dewpointF - Variable in class com.aerisweather.aeris.model.Period
- dewpt - Variable in class com.aerisweather.aeris.model.Summary
- dhiWM2 - Variable in class com.aerisweather.aeris.model.Solrad
- dir - Variable in class com.aerisweather.aeris.model.CellMovement
-
The cardinal direction the storm is moving
- dirDEG - Variable in class com.aerisweather.aeris.model.CellMovement
-
The direction the storm is moving in degrees
- direction - Variable in class com.aerisweather.aeris.model.Storm
- direction - Variable in class com.aerisweather.aeris.model.TropicalCycloneDetailsMovement
- Direction - Class in com.aerisweather.aeris.model
- Direction() - Constructor for class com.aerisweather.aeris.model.Direction
- directionDEG - Variable in class com.aerisweather.aeris.model.TropicalCycloneDetailsMovement
- dirTo - Variable in class com.aerisweather.aeris.model.CellMovement
-
The cardinal direction the storm is moving relative to the reported radar site
- dirToDEG - Variable in class com.aerisweather.aeris.model.CellMovement
-
The direction the storm is moving relative to the reported radar site in degrees
- disableDebug() - Method in class com.aerisweather.aeris.location.LocationHelper
- disableDebug() - Method in class com.aerisweather.aeris.location.WindowListener
- distance - Variable in class com.aerisweather.aeris.model.Storm
- Distance - Class in com.aerisweather.aeris.model
- Distance() - Constructor for class com.aerisweather.aeris.model.Distance
- distanceKM - Variable in class com.aerisweather.aeris.model.RelativeTo
- distanceMI - Variable in class com.aerisweather.aeris.model.RelativeTo
- dniWM2 - Variable in class com.aerisweather.aeris.model.Solrad
- doInBackground(String...) - Method in class com.aerisweather.aeris.location.SingleLocationTask
- doInBackground(Void...) - Method in class com.aerisweather.aeris.communication.AerisCommunicationTask
- doInBackground(Void...) - Method in class com.aerisweather.aeris.communication.AerisCustomCommunicationTask
- doInBackground(Void...) - Method in class com.aerisweather.aeris.communication.BatchCommunicationTask
- doInBackground(Void...) - Method in class com.aerisweather.aeris.communication.CommunicationTask
- doInBackground(Void...) - Method in class com.aerisweather.aeris.communication.PermissionsTask
- dominant - Variable in class com.aerisweather.aeris.model.Period
- droughts_monitor - Variable in class com.aerisweather.aeris.model.AerisPermissions
- DROUGHTS_MONITOR - com.aerisweather.aeris.communication.EndpointType
-
Official drought areas per the National Drought Mitigation Center.
- DroughtsMonitorResponse - Class in com.aerisweather.aeris.response
-
Object to make the Droughts/Monitor endpoint response more friendly to determine what parts of the AerisDataJSON have come back in the response.
- DroughtsMonitorResponse() - Constructor for class com.aerisweather.aeris.response.DroughtsMonitorResponse
- DRY_LIGHTNING - com.aerisweather.aeris.communication.Filter
E
- e(String, String) - Static method in class com.aerisweather.aeris.logging.Logger
- e(String, String, Throwable) - Static method in class com.aerisweather.aeris.logging.Logger
- EarthquakeReport - Class in com.aerisweather.aeris.model
-
Model for the
earthquakes endpoint
report. - EarthquakeReport(Report) - Constructor for class com.aerisweather.aeris.model.EarthquakeReport
- earthquakes - Variable in class com.aerisweather.aeris.model.AerisPermissions
- EARTHQUAKES - com.aerisweather.aeris.communication.EndpointType
-
The earthquake data set provides information on US and international earthquakes, including location, mangnitude, depth and more.
AvailableAction
: id, closest, within, search
For more information - EarthquakesResponse - Class in com.aerisweather.aeris.response
-
Object to make the
earthquakes
endpoint response more friendly to determine what parts of the AerisDataJSON have come back in the response. - EarthquakesResponse(AerisDataJSON) - Constructor for class com.aerisweather.aeris.response.EarthquakesResponse
-
Constructor the the earthquake Response.
- EarthquakesTask - Class in com.aerisweather.aeris.communication.loaders
-
Requests and loads earthquake data into local domain objects from the API.
- EarthquakesTask(Context, EarthquakesTaskCallback) - Constructor for class com.aerisweather.aeris.communication.loaders.EarthquakesTask
-
Constructs an instance with the context and the callback to use.
- EarthquakesTaskCallback - Interface in com.aerisweather.aeris.communication.loaders
-
Callback interface for
EarthquakesTask
. - EAST_PACIFIC - com.aerisweather.aeris.communication.Filter
- ELEVATED - com.aerisweather.aeris.communication.Filter
- elevFT - Variable in class com.aerisweather.aeris.model.Profile
- elevM - Variable in class com.aerisweather.aeris.model.Profile
- emergency - Variable in class com.aerisweather.aeris.model.Details
-
Boolean fla denoting if the NWS has marked the alert as an emergency.
- enableDebug() - Method in class com.aerisweather.aeris.location.LocationHelper
- enableDebug() - Method in class com.aerisweather.aeris.location.WindowListener
- endDateTimeISO - Variable in class com.aerisweather.aeris.model.TropicalCycloneLifespan
- endpoint - Variable in class com.aerisweather.aeris.communication.AerisRequest
- Endpoint - Class in com.aerisweather.aeris.communication
-
Endpoints refer to the types of data to request, such as a place, observation, forecast or advisory, and will be the basis for any request made to the API.
- Endpoint(EndpointType) - Constructor for class com.aerisweather.aeris.communication.Endpoint
-
Endpoint construction to be used with single api request or batch request without an action.
- Endpoint(EndpointType, Action) - Constructor for class com.aerisweather.aeris.communication.Endpoint
-
Endpoint construction to be used with the batch requests.
- Endpoint(EndpointType, String) - Constructor for class com.aerisweather.aeris.communication.Endpoint
-
Endpoint construction to be used with the batch requests.
- Endpoint(String) - Constructor for class com.aerisweather.aeris.communication.Endpoint
-
Endpoint construction to be used with single api request.
- endpoints - Variable in class com.aerisweather.aeris.communication.AerisBatchRequest
- EndpointType - Enum in com.aerisweather.aeris.communication
-
Types of endpoints that are supported by Aeris.
- endTimestamp - Variable in class com.aerisweather.aeris.model.TropicalCycloneLifespan
- ENHANCED - com.aerisweather.aeris.communication.Filter
- errFcst - Variable in class com.aerisweather.aeris.model.CellForecast
-
TODO:
- errMean - Variable in class com.aerisweather.aeris.model.CellForecast
-
TODO:
- error - Variable in class com.aerisweather.aeris.model.AerisBasics
-
AerisError
returned from the response.The error property will always be null if the request was successful, results were returned and there were no errors or warnings. - error - Variable in class com.aerisweather.aeris.model.AerisBatchResponse
-
AerisError
returned from the response.The error property will always be null if the request was successful, results were returned and there were no errors or warnings. - error - Variable in class com.aerisweather.aeris.model.AerisPermissionsResponse
-
AerisError
returned from the response.The error property will always be null if the request was successful, results were returned and there were no errors or warnings. - error - Variable in class com.aerisweather.aeris.model.AerisResponse
-
AerisError
returned from the response.The error property will always be null if the request was successful, results were returned and there were no errors or warnings. - error - Variable in class com.aerisweather.aeris.response.StormcellsSummaryResponse
- error - Variable in class com.aerisweather.aeris.response.StormReportsSummaryResponse
- error - Variable in class com.aerisweather.aeris.response.ThreatsResponse
- ERROR - com.aerisweather.aeris.logging.LogLevel
- errorCone - Variable in class com.aerisweather.aeris.model.AerisDataJSON
- event - Variable in class com.aerisweather.aeris.model.AerisDataJSON
- event - Variable in class com.aerisweather.aeris.model.Profile
- EXCEPTIONAL_DROUGHT - com.aerisweather.aeris.communication.Filter
- executeSyncTask() - Method in class com.aerisweather.aeris.communication.CommunicationTask
-
Execute the task in a non-thead environment.
- expContainedISO - Variable in class com.aerisweather.aeris.model.FiresReport
-
ISO 8601 date of the expected date of containment.
- expContainedISO - Variable in class com.aerisweather.aeris.model.Report
- expContainedTimestamp - Variable in class com.aerisweather.aeris.model.FiresReport
-
UNIX timestamp of the expected date of containment.
- expContainedTimestamp - Variable in class com.aerisweather.aeris.model.Report
- expires - Variable in class com.aerisweather.aeris.model.TimeStamp
-
UNIX timestamp when the advisory expires
- EXPIRES - com.aerisweather.aeris.communication.fields.AdvisoryFields
- EXPIRES_ISO - com.aerisweather.aeris.communication.fields.AdvisoryFields
- expiresISO - Variable in class com.aerisweather.aeris.model.TimeStamp
-
ISO 8601 date of the time when the advisory expires
- EXTREME - com.aerisweather.aeris.communication.Filter
- EXTREME_DROUGHT - com.aerisweather.aeris.communication.Filter
F
- FEELS_LIKE_C - com.aerisweather.aeris.communication.fields.ForecastsFields
- FEELS_LIKE_C - com.aerisweather.aeris.communication.fields.ObservationFields
- FEELS_LIKE_F - com.aerisweather.aeris.communication.fields.ForecastsFields
- FEELS_LIKE_F - com.aerisweather.aeris.communication.fields.ObservationFields
- feelslike - Variable in class com.aerisweather.aeris.model.ConditionsSummaryPeriod
-
FeelsLike Temperature object containing the maximum, minimum and average for the period.
- feelslikeC - Variable in class com.aerisweather.aeris.model.ConditionPeriod
-
The apparent temperature in Celsius
- feelslikeC - Variable in class com.aerisweather.aeris.model.ForecastPeriod
-
The apparent temperature in Celsius
- feelslikeC - Variable in class com.aerisweather.aeris.model.Observation
-
Apparent temperature in Celsius.
- feelslikeC - Variable in class com.aerisweather.aeris.model.ObservationData
- feelslikeC - Variable in class com.aerisweather.aeris.model.Period
- feelslikeF - Variable in class com.aerisweather.aeris.model.ConditionPeriod
-
The apparent temperature in Fahrenheit
- feelslikeF - Variable in class com.aerisweather.aeris.model.ForecastPeriod
-
The apparent temperature in Fahrenheit
- feelslikeF - Variable in class com.aerisweather.aeris.model.Observation
-
Apparent temperature in Fahrenheit.
- feelslikeF - Variable in class com.aerisweather.aeris.model.ObservationData
- feelslikeF - Variable in class com.aerisweather.aeris.model.Period
- FEET - com.aerisweather.aeris.util.Unit
- Fields - Enum in com.aerisweather.aeris.communication.fields
- FieldsParameter - Class in com.aerisweather.aeris.communication.parameter
-
By default the API will return the complete dataset for each endpoint request as defined in the respective endpoint documentation.
- FieldsParameter() - Constructor for class com.aerisweather.aeris.communication.parameter.FieldsParameter
-
Basic constructor for the fields parameter.
- FileUtil - Class in com.aerisweather.aeris.util
-
File util for accessing files within the project.
- FileUtil() - Constructor for class com.aerisweather.aeris.util.FileUtil
- fillWithInfo(Period) - Method in class com.aerisweather.aeris.model.AbstractPeriod
- fillWithInfo(Period) - Method in class com.aerisweather.aeris.model.ConditionPeriod
- fillWithInfo(Period) - Method in class com.aerisweather.aeris.model.ConditionsSummaryPeriod
- fillWithInfo(Period) - Method in class com.aerisweather.aeris.model.ForecastPeriod
- fillWithInfo(Period) - Method in class com.aerisweather.aeris.model.NormalPeriod
- fillWithInfo(Period) - Method in class com.aerisweather.aeris.model.ObservationPeriod
- fillWithInfo(Period) - Method in class com.aerisweather.aeris.model.SummaryPeriod
- fillWithInfo(Period) - Method in class com.aerisweather.aeris.model.TidesPeriod
- Filter - Enum in com.aerisweather.aeris.communication
-
Filter enums that can be used to pass to a filter parameter.
- FilterParameter - Class in com.aerisweather.aeris.communication.parameter
-
Predefined filters for limiting the results.
- FilterParameter(CodedInterface) - Constructor for class com.aerisweather.aeris.communication.parameter.FilterParameter
-
Construct a filter parameter with with a coded value
filter=:string - FilterParameter(String) - Constructor for class com.aerisweather.aeris.communication.parameter.FilterParameter
-
Construct a filter parameter with a string as the value.
- fips - Variable in class com.aerisweather.aeris.model.AdvisoryIncludes
-
List of US counties in the XXZZZ format, where XX is the state two digit fips number and ### is the 3 digit county fips number
- fips - Variable in class com.aerisweather.aeris.model.Place
-
The FIPS abbreviation for the country.
- fires - Variable in class com.aerisweather.aeris.model.AerisPermissions
- FIRES - com.aerisweather.aeris.communication.EndpointType
-
The fires data set contains data for all of the active wildfires across the U.S., including type of fire, area, cause and percent contained.
- fires_outlook - Variable in class com.aerisweather.aeris.model.AerisPermissions
- FIRES_OUTLOOK - com.aerisweather.aeris.communication.EndpointType
-
The fires/outlook endpoint provides fire weather outlook information based on the SPC fire weather outlooks.
- FiresOutlookResponse - Class in com.aerisweather.aeris.response
-
Object to make the FiresOutlook endpoint response more friendly to determine what parts of the AerisDataJSON have come back in the response.
- FiresOutlookResponse() - Constructor for class com.aerisweather.aeris.response.FiresOutlookResponse
- FiresPerimeter - Class in com.aerisweather.aeris.model
- FiresPerimeter(Perimeter) - Constructor for class com.aerisweather.aeris.model.FiresPerimeter
-
Used to construct the FiresPerimeter from the general report.
- FiresReport - Class in com.aerisweather.aeris.model
- FiresReport(Report) - Constructor for class com.aerisweather.aeris.model.FiresReport
-
Used to construct the Firesreport from the general report.
- FiresResponse - Class in com.aerisweather.aeris.response
-
Object to make the
fires
endpoint response more friendly to determine what parts of the AerisDataJSON have come back in the response. - FiresResponse(AerisDataJSON) - Constructor for class com.aerisweather.aeris.response.FiresResponse
-
Constructor the the fires Response.
- FiresTask - Class in com.aerisweather.aeris.communication.loaders
-
Requests and loads fires data into local domain objects from the API.
- FiresTask(Context, FiresTaskCallback) - Constructor for class com.aerisweather.aeris.communication.loaders.FiresTask
-
Constructs an instance with the context and the callback to use.
- FiresTaskCallback - Interface in com.aerisweather.aeris.communication.loaders
-
Callback interface for
FiresTask
. - FIREWX - com.aerisweather.aeris.communication.Filter
- flags - Variable in class com.aerisweather.aeris.model.Profile
- FLIGHT_RULE - com.aerisweather.aeris.communication.fields.ObservationFields
- flightRule - Variable in class com.aerisweather.aeris.model.Observation
-
Flight rule indicator, based on weather conditions only.
- flightRule - Variable in class com.aerisweather.aeris.model.ObservationData
- floodFT - Variable in class com.aerisweather.aeris.model.RiversCats
- floodM - Variable in class com.aerisweather.aeris.model.RiversCats
- flowCFS - Variable in class com.aerisweather.aeris.model.ObservationData
- flowCFS - Variable in class com.aerisweather.aeris.model.RiversSecondary
- flowCMS - Variable in class com.aerisweather.aeris.model.ObservationData
- flowCMS - Variable in class com.aerisweather.aeris.model.RiversSecondary
- forecast - Variable in class com.aerisweather.aeris.model.AerisDataJSON
- forecast - Variable in class com.aerisweather.aeris.model.Indice
-
Future Indice data
- FORECAST - com.aerisweather.aeris.communication.Filter
- ForecastPeriod - Class in com.aerisweather.aeris.model
-
Period of a forecast data from the request with endpoint
Forecasts
- ForecastPeriod() - Constructor for class com.aerisweather.aeris.model.ForecastPeriod
- forecasts - Variable in class com.aerisweather.aeris.model.AerisPermissions
- FORECASTS - com.aerisweather.aeris.communication.EndpointType
-
The forecasts endpoint provides the core forecast data for US and international locations.
- ForecastsFields - Enum in com.aerisweather.aeris.communication.fields
- ForecastsResponse - Class in com.aerisweather.aeris.response
-
Object to make the
forecasts
endpoint response more friendly to determine what parts of the AerisDataJSON have come back in the response. - ForecastsResponse(AerisDataJSON) - Constructor for class com.aerisweather.aeris.response.ForecastsResponse
-
Constructor the the forecasts response.
- ForecastsTask - Class in com.aerisweather.aeris.communication.loaders
-
Requests and loads observation data into local domain objects from the API.
- ForecastsTask(Context, ForecastsTaskCallback) - Constructor for class com.aerisweather.aeris.communication.loaders.ForecastsTask
-
Constructs an instance with the context and the callback to use.
- ForecastsTaskCallback - Interface in com.aerisweather.aeris.communication.loaders
-
Callback interface for
ForecastsTask
. - forecastTropical - Variable in class com.aerisweather.aeris.model.AerisDataJSON
- ForParameter - Class in com.aerisweather.aeris.communication.parameter
-
Returns the results starting form the value specified.
- ForParameter(String) - Constructor for class com.aerisweather.aeris.communication.parameter.ForParameter
-
Constructs the from parameter with the value.
from=:string - FOUR_HOUR - com.aerisweather.aeris.communication.Filter
- from - Variable in class com.aerisweather.aeris.model.Direction
- fromDEG - Variable in class com.aerisweather.aeris.model.Direction
- fromJSON(String) - Method in class com.aerisweather.aeris.communication.AerisCustomResponse
- fromJSON(String) - Method in class com.aerisweather.aeris.model.AerisBasics
-
Construction from a JSON object.
- fromJSON(String) - Static method in class com.aerisweather.aeris.model.AerisDataJSON
- fromJSON(JSONObject) - Static method in class com.aerisweather.aeris.model.AerisBatchResponse
-
Converts the JSONObject to a AerisBatchResponse using gson parsing.
- fromJSON(JSONObject) - Static method in class com.aerisweather.aeris.model.AerisDataJSON
- fromJSON(JSONObject) - Static method in class com.aerisweather.aeris.model.AerisPermissionsResponse
-
Construction from a JSON object.
- fromJSON(JSONObject) - Static method in class com.aerisweather.aeris.model.AerisResponse
-
Static construction of an AerisResponse from a JSON object.
- fromJSON(JSONObject) - Static method in class com.aerisweather.aeris.model.Storm
- fromJSON(JSONObject) - Static method in class com.aerisweather.aeris.model.StormcellsSummaryDataJSON
- fromJSON(JSONObject) - Static method in class com.aerisweather.aeris.model.StormReportsSummaryDataJSON
- fromJSON(JSONObject) - Static method in class com.aerisweather.aeris.model.ThreatsDataJSON
- fromJSON(JSONObject) - Static method in class com.aerisweather.aeris.response.StormcellsSummaryResponse
- fromJSON(JSONObject) - Static method in class com.aerisweather.aeris.response.StormReportsSummaryResponse
- fromJSON(JSONObject) - Static method in class com.aerisweather.aeris.response.ThreatsResponse
- FromParameter - Class in com.aerisweather.aeris.communication.parameter
-
Returns the results starting form the value specified.
- FromParameter(String) - Constructor for class com.aerisweather.aeris.communication.parameter.FromParameter
-
Constructs the from parameter with the value.
from=:string - fromTropicalJSON(JSONObject) - Method in class com.aerisweather.aeris.response.TropicalCyclonesResponse
- fuels - Variable in class com.aerisweather.aeris.model.FiresReport
-
fuels for the fire (null if unknown)
- fuels - Variable in class com.aerisweather.aeris.model.Report
G
- general - Variable in class com.aerisweather.aeris.model.CellTraits
- general - Variable in class com.aerisweather.aeris.model.Traits
- GENERAL - com.aerisweather.aeris.communication.Filter
- GEO - com.aerisweather.aeris.communication.Filter
- GEO_POLY - com.aerisweather.aeris.communication.Filter
- geoPoly - Variable in class com.aerisweather.aeris.model.AerisDataJSON
- geoPoly - Variable in class com.aerisweather.aeris.model.StormcellsSummary
- GeoPolygon - Class in com.aerisweather.aeris.model
-
geoPoly data.
- GeoPolygon() - Constructor for class com.aerisweather.aeris.model.GeoPolygon
- getActive() - Method in class com.aerisweather.aeris.response.AdvisoriesResponse
-
Get the active flag.
- getAdvisoryDetail() - Method in class com.aerisweather.aeris.response.AdvisoriesResponse
-
Get the details of the advisory.
- getAppId() - Method in class com.aerisweather.aeris.communication.AerisEngine
-
Get the App id.
- getBaseTileSecureUrl() - Method in class com.aerisweather.aeris.communication.Aeris
- getBaseTileUrl() - Method in class com.aerisweather.aeris.communication.Aeris
- getCellForecast() - Method in class com.aerisweather.aeris.response.StormCellResponse
-
Get the cell forecast
- getCellTraits() - Method in class com.aerisweather.aeris.response.StormCellResponse
- getClientId() - Method in class com.aerisweather.aeris.communication.AerisEngine
-
Get the client id.
- getClientSecret() - Method in class com.aerisweather.aeris.communication.AerisEngine
-
Get the client secret.
- getCode() - Method in enum com.aerisweather.aeris.communication.Action
-
Gets the code for the action to be used during requests.
- getCode() - Method in class com.aerisweather.aeris.communication.Endpoint
-
Get the code for the endpoint
- getCode() - Method in enum com.aerisweather.aeris.communication.EndpointType
- getCode() - Method in enum com.aerisweather.aeris.communication.fields.AdvisoryFields
- getCode() - Method in enum com.aerisweather.aeris.communication.fields.Fields
- getCode() - Method in enum com.aerisweather.aeris.communication.fields.ForecastsFields
- getCode() - Method in enum com.aerisweather.aeris.communication.fields.ObservationFields
- getCode() - Method in enum com.aerisweather.aeris.communication.Filter
- getCode() - Method in interface com.aerisweather.aeris.communication.parameter.CodedInterface
-
Get the code for the defined object.
- getCode() - Method in enum com.aerisweather.aeris.communication.parameter.RadiusUnit
- getCode() - Method in class com.aerisweather.aeris.response.MoonphasesResponse
-
Get the code for the moon phase
- getContext() - Method in class com.aerisweather.aeris.location.LocationHelper
- getCurrentLocation() - Method in class com.aerisweather.aeris.location.LocationHelper
-
Gets the current Location
- getCustomName() - Method in class com.aerisweather.aeris.communication.Endpoint
-
Returns the custom endpoint name, Null otherwise.
- getDataSource() - Method in class com.aerisweather.aeris.response.AerisFriendlyResponse
-
Get the data source from the response.
- getDateTimeISO() - Method in class com.aerisweather.aeris.response.MoonphasesResponse
-
Gets the date time ISO for the moon phase.
- getDateTimeISO() - Method in class com.aerisweather.aeris.response.SunmoonResponse
-
Get the date time ISO for the sunmoon.
- getDayFromISO(String) - Static method in class com.aerisweather.aeris.util.WeatherUtil
-
Takes the ISO 8601 time string and returns the day i.e.
- getDayNumFromISO(String) - Static method in class com.aerisweather.aeris.util.WeatherUtil
-
Takes the ISO 8601 time string and returns the day number (1-31) of the month
- getDefaults() - Static method in class com.aerisweather.aeris.model.AerisPermissions
-
Gets the defaults permissions
- getDelimiter() - Method in class com.aerisweather.aeris.util.WordsCapitalizer.Delimiter
- getDetails() - Method in class com.aerisweather.aeris.response.ConvectiveOutlookResponse
- getDMSDegrees(double) - Static method in class com.aerisweather.aeris.util.NetworkUtils
-
This method returns the degrees portion of the passed on latitude or longitude coordinate.
- getDMSMinutes(double) - Static method in class com.aerisweather.aeris.util.NetworkUtils
-
This method returns the minutes portion of the passed on latitude or longitude coordinate.
- getDMSSeconds(double) - Static method in class com.aerisweather.aeris.util.NetworkUtils
-
This method returns the seconds portion of the passed on latitude or longitude coordinate.
- getDrawableByName(String, Context) - Static method in class com.aerisweather.aeris.util.FileUtil
-
Gets the drawable by the string name.
- getEndpointType() - Method in class com.aerisweather.aeris.communication.Endpoint
-
Gets the endpoint type that was used.
- getError() - Method in class com.aerisweather.aeris.model.AerisBasics
-
Gets the error from the response, if there is one.
- getError() - Method in class com.aerisweather.aeris.model.AerisBatchResponse
-
Gets the error from the response, if there is one.
- getError() - Method in class com.aerisweather.aeris.model.AerisPermissionsResponse
-
Gets the error from the response, if there is one.
- getError() - Method in class com.aerisweather.aeris.model.AerisResponse
-
Gets the error from the response, if there is one.
- getError() - Method in class com.aerisweather.aeris.response.StormcellsSummaryResponse
-
Gets the error from the response, if there is one.
- getError() - Method in class com.aerisweather.aeris.response.StormReportsSummaryResponse
-
Gets the error from the response, if there is one.
- getError() - Method in class com.aerisweather.aeris.response.ThreatsResponse
-
Gets the error from the response, if there is one.
- getFirstResponse() - Method in class com.aerisweather.aeris.communication.AerisCustomResponse
-
Gets the first index in the list of the AerisDataJSON responses.
- getFirstResponse() - Method in class com.aerisweather.aeris.model.AerisResponse
-
Gets the first index in the list of the AerisDataJSON responses.
- getFirstResponse() - Method in class com.aerisweather.aeris.response.StormcellsSummaryResponse
-
Gets the first index in the list of the responses.
- getFirstResponse() - Method in class com.aerisweather.aeris.response.StormReportsSummaryResponse
-
Gets the first index in the list of the responses.
- getFirstResponse() - Method in class com.aerisweather.aeris.response.ThreatsResponse
-
Gets the first index in the list of the responses.
- getFormatFromISO(String, String) - Static method in class com.aerisweather.aeris.util.WeatherUtil
-
Takes the ISO 8601 time string and returns time in desired UTS #35 format.
- getFormatFromISO_CorrectTimezone(String, String) - Static method in class com.aerisweather.aeris.util.WeatherUtil
-
Takes the ISO 8601 time string and returns time in desired UTS #35
- getFormatFromTimeZone(Profile, String) - Static method in class com.aerisweather.aeris.util.WeatherUtil
-
Gets the format from the profile with desired UTS 35
- getFormattedPrecipText(Number) - Static method in class com.aerisweather.aeris.util.WeatherUtil
- getFormattedPrecipText(Number, boolean) - Static method in class com.aerisweather.aeris.util.WeatherUtil
- getGeoPoly() - Method in class com.aerisweather.aeris.response.AdvisoriesResponse
-
Get the poly (boundary for the advisory)
- getGeoPoly() - Method in class com.aerisweather.aeris.response.ConvectiveOutlookResponse
- getId() - Method in class com.aerisweather.aeris.response.AerisFriendlyResponse
-
Get the id from the response.
- getId() - Method in class com.aerisweather.aeris.response.AirQualityResponse
- getId() - Method in class com.aerisweather.aeris.response.ConvectiveOutlookResponse
- getId() - Method in class com.aerisweather.aeris.response.LightningResponse
- getId() - Method in class com.aerisweather.aeris.response.NormalsResponse
- getId() - Method in class com.aerisweather.aeris.response.NormStationsResponse
- getId() - Method in class com.aerisweather.aeris.response.ObArchiveResponse
- getId() - Method in class com.aerisweather.aeris.response.ObservationResponse
- getId() - Method in class com.aerisweather.aeris.response.ObSummaryResponse
- getId() - Method in class com.aerisweather.aeris.response.PlacesAirportsResponse
- getId() - Method in class com.aerisweather.aeris.response.PostalcodesResponse
- getId() - Method in class com.aerisweather.aeris.response.RecordsResponse
- getId() - Method in class com.aerisweather.aeris.response.RiversGaugesResponse
- getId() - Method in class com.aerisweather.aeris.response.RiversResponse
- getId() - Method in class com.aerisweather.aeris.response.StormCellResponse
- getId() - Method in class com.aerisweather.aeris.response.StormReportsResponse
- getId() - Method in class com.aerisweather.aeris.response.TidesResponse
- getId() - Method in class com.aerisweather.aeris.response.TideStationsResponse
- getIncludes() - Method in class com.aerisweather.aeris.response.AdvisoriesResponse
-
Get the advisory includes for the response.
- getIndice() - Method in class com.aerisweather.aeris.response.IndicesResponse
- getInstance() - Static method in class com.aerisweather.aeris.communication.AerisEngine
-
Get an instance of the AerisEngine.
- getInterval() - Method in class com.aerisweather.aeris.response.ConditionsResponse
-
Get the interval string
- getInterval() - Method in class com.aerisweather.aeris.response.ConditionsSummaryResponse
-
Get the interval string
- getInterval() - Method in class com.aerisweather.aeris.response.ForecastsResponse
-
Get the interval string
- getJSON(UrlBuilder) - Static method in class com.aerisweather.aeris.util.NetworkUtils
- getJSON(URL) - Static method in class com.aerisweather.aeris.util.NetworkUtils
- getJSONZipped(UrlBuilder, boolean) - Static method in class com.aerisweather.aeris.util.NetworkUtils
- getLastLocs() - Method in class com.aerisweather.aeris.location.LocationHelper
- getLat() - Method in class com.aerisweather.aeris.communication.AerisRequest
- getLightningObservation() - Method in class com.aerisweather.aeris.response.LightningResponse
-
Gets the lightning observation data
- getLimit(int) - Method in class com.aerisweather.aeris.communication.UrlBuilder
- getListOfResponse() - Method in class com.aerisweather.aeris.communication.AerisCustomResponse
-
Gets the list of data responses
- getListOfResponse() - Method in class com.aerisweather.aeris.model.AerisResponse
-
Gets the list of data responses
- getListOfResponse() - Method in class com.aerisweather.aeris.response.StormcellsSummaryResponse
-
Gets the list of data responses
- getListOfResponse() - Method in class com.aerisweather.aeris.response.StormReportsSummaryResponse
-
Gets the list of data responses
- getListOfResponse() - Method in class com.aerisweather.aeris.response.ThreatsResponse
-
Gets the list of data responses
- getLocation() - Method in class com.aerisweather.aeris.response.AerisFriendlyResponse
-
Gets the Aeris location from the response.
- getLocation() - Method in class com.aerisweather.aeris.response.AirQualityResponse
- getLocation() - Method in class com.aerisweather.aeris.response.ConditionsResponse
- getLocation() - Method in class com.aerisweather.aeris.response.ConditionsSummaryResponse
- getLocation() - Method in class com.aerisweather.aeris.response.EarthquakesResponse
- getLocation() - Method in class com.aerisweather.aeris.response.FiresResponse
- getLocation() - Method in class com.aerisweather.aeris.response.ForecastsResponse
- getLocation() - Method in class com.aerisweather.aeris.response.IndicesResponse
- getLocation() - Method in class com.aerisweather.aeris.response.LightningResponse
- getLocation() - Method in class com.aerisweather.aeris.response.NormalsResponse
- getLocation() - Method in class com.aerisweather.aeris.response.NormStationsResponse
- getLocation() - Method in class com.aerisweather.aeris.response.ObArchiveResponse
- getLocation() - Method in class com.aerisweather.aeris.response.ObservationResponse
- getLocation() - Method in class com.aerisweather.aeris.response.ObSummaryResponse
- getLocation() - Method in class com.aerisweather.aeris.response.PhrasesResponse
- getLocation() - Method in class com.aerisweather.aeris.response.PlacesResponse
- getLocation() - Method in class com.aerisweather.aeris.response.RecordsResponse
- getLocation() - Method in class com.aerisweather.aeris.response.RiversGaugesResponse
- getLocation() - Method in class com.aerisweather.aeris.response.RiversResponse
- getLocation() - Method in class com.aerisweather.aeris.response.StormCellResponse
- getLocation() - Method in class com.aerisweather.aeris.response.StormReportsResponse
- getLocation() - Method in class com.aerisweather.aeris.response.SunmoonResponse
- getLocation() - Method in class com.aerisweather.aeris.response.TidesResponse
- getLocation() - Method in class com.aerisweather.aeris.response.TideStationsResponse
- getLongitude() - Method in class com.aerisweather.aeris.communication.AerisRequest
- getMoonInfo() - Method in class com.aerisweather.aeris.response.SunmoonResponse
-
Get the moon info for the moon.
- getName() - Method in class com.aerisweather.aeris.response.MoonphasesResponse
-
Get the name of the moon phase
- getNumberOfResponses() - Method in class com.aerisweather.aeris.communication.AerisCustomResponse
-
Returns the number of responses for this AerisResponse.
- getNumberOfResponses() - Method in class com.aerisweather.aeris.model.AerisResponse
-
Returns the number of responses for this AerisResponse.
- getNumberOfResponses() - Method in class com.aerisweather.aeris.response.StormcellsSummaryResponse
-
Returns the number of responses for this AerisResponse.
- getNumberOfResponses() - Method in class com.aerisweather.aeris.response.StormReportsSummaryResponse
-
Returns the number of responses for this AerisResponse.
- getNumberOfResponses() - Method in class com.aerisweather.aeris.response.ThreatsResponse
-
Returns the number of responses for this AerisResponse.
- getOAuth() - Method in class com.aerisweather.aeris.communication.UrlBuilder
-
Appends the OAuth keys to the Url.
- getOb() - Method in class com.aerisweather.aeris.response.RiversResponse
- getObservation() - Method in class com.aerisweather.aeris.response.ObservationResponse
- getObservation() - Method in class com.aerisweather.aeris.response.StormCellResponse
-
Get the observation from the cell
- getParameters() - Method in class com.aerisweather.aeris.communication.AerisRequest
-
Gets the parameters in the correct format.
- getPerimeter() - Method in class com.aerisweather.aeris.response.FiresResponse
-
Get the report from the data.
- getPeriod(int) - Method in class com.aerisweather.aeris.response.PeriodsResponse
-
Get a period from the list
- getPeriods() - Method in class com.aerisweather.aeris.response.AirQualityResponse
- getPeriods() - Method in class com.aerisweather.aeris.response.PeriodsResponse
-
Gets the list of the periods.
- getPeriodsSize() - Method in class com.aerisweather.aeris.response.PeriodsResponse
-
Get the number of periods
- getPermissions() - Method in class com.aerisweather.aeris.communication.AerisEngine
-
Returns the current Aeris permissions if they have been obtained through the API.
- getPermissions() - Method in class com.aerisweather.aeris.model.AerisPermissionsResponse
-
Get the permissions from the response.
- getPhrases() - Method in class com.aerisweather.aeris.response.PhrasesResponse
- getPlace() - Method in class com.aerisweather.aeris.response.AerisFriendlyResponse
-
Get the place from the response
- getPlace() - Method in class com.aerisweather.aeris.response.AirQualityResponse
- getPlace() - Method in class com.aerisweather.aeris.response.CountriesResponse
- getPlace() - Method in class com.aerisweather.aeris.response.EarthquakesResponse
- getPlace() - Method in class com.aerisweather.aeris.response.FiresResponse
- getPlace() - Method in class com.aerisweather.aeris.response.IndicesResponse
- getPlace() - Method in class com.aerisweather.aeris.response.NormalsResponse
- getPlace() - Method in class com.aerisweather.aeris.response.NormStationsResponse
- getPlace() - Method in class com.aerisweather.aeris.response.ObArchiveResponse
- getPlace() - Method in class com.aerisweather.aeris.response.ObservationResponse
- getPlace() - Method in class com.aerisweather.aeris.response.ObSummaryResponse
- getPlace() - Method in class com.aerisweather.aeris.response.PhrasesResponse
- getPlace() - Method in class com.aerisweather.aeris.response.PlacesResponse
- getPlace() - Method in class com.aerisweather.aeris.response.RecordsResponse
- getPlace() - Method in class com.aerisweather.aeris.response.RiversGaugesResponse
- getPlace() - Method in class com.aerisweather.aeris.response.RiversResponse
- getPlace() - Method in class com.aerisweather.aeris.response.StormCellResponse
- getPlace() - Method in class com.aerisweather.aeris.response.StormReportsResponse
- getPlace() - Method in class com.aerisweather.aeris.response.TidesResponse
- getPlace() - Method in class com.aerisweather.aeris.response.TideStationsResponse
- getPlaceFormat(Place) - Static method in class com.aerisweather.aeris.util.WeatherUtil
- getPolyString() - Method in class com.aerisweather.aeris.response.AdvisoriesResponse
-
Get the poly (boundary for the advisory)
- getPositionString(double, double) - Method in class com.aerisweather.aeris.communication.UrlBuilder
-
Get the position string for appending to the url.
- getProfile() - Method in class com.aerisweather.aeris.response.AerisFriendlyResponse
-
Get the profile for this response.
- getProfile() - Method in class com.aerisweather.aeris.response.AirQualityResponse
- getProfile() - Method in class com.aerisweather.aeris.response.CountriesResponse
- getProfile() - Method in class com.aerisweather.aeris.response.NormStationsResponse
- getProfile() - Method in class com.aerisweather.aeris.response.ObservationResponse
- getProfile() - Method in class com.aerisweather.aeris.response.PlacesResponse
- getProfile() - Method in class com.aerisweather.aeris.response.RiversGaugesResponse
- getProfile() - Method in class com.aerisweather.aeris.response.RiversResponse
- getProfile() - Method in class com.aerisweather.aeris.response.TideStationsResponse
- getProfileTimezone() - Method in class com.aerisweather.aeris.response.AerisFriendlyResponse
-
Get the timezone for the profile.
- getProfileTimezone() - Method in class com.aerisweather.aeris.response.EarthquakesResponse
- getProfileTimezone() - Method in class com.aerisweather.aeris.response.FiresResponse
- getProfileTimezone() - Method in class com.aerisweather.aeris.response.ForecastsResponse
- getProfileTimezone() - Method in class com.aerisweather.aeris.response.IndicesResponse
- getProfileTimezone() - Method in class com.aerisweather.aeris.response.ObArchiveResponse
- getProfileTimezone() - Method in class com.aerisweather.aeris.response.ObSummaryResponse
- getProfileTimezone() - Method in class com.aerisweather.aeris.response.PhrasesResponse
- getProfileTimezone() - Method in class com.aerisweather.aeris.response.RecordsResponse
- getProfileTimezone() - Method in class com.aerisweather.aeris.response.StormCellResponse
- getProfileTimezone() - Method in class com.aerisweather.aeris.response.StormReportsResponse
- getProfileTimezone() - Method in class com.aerisweather.aeris.response.TidesResponse
- getRaw() - Method in class com.aerisweather.aeris.response.ObservationResponse
- getRelative() - Method in class com.aerisweather.aeris.response.AerisFriendlyResponse
-
Get the relative to for the response.
- getRelative() - Method in class com.aerisweather.aeris.response.EarthquakesResponse
- getRelative() - Method in class com.aerisweather.aeris.response.FiresResponse
- getRelative() - Method in class com.aerisweather.aeris.response.NormalsResponse
- getRelative() - Method in class com.aerisweather.aeris.response.NormStationsResponse
- getRelative() - Method in class com.aerisweather.aeris.response.PlacesAirportsResponse
- getRelative() - Method in class com.aerisweather.aeris.response.PlacesResponse
- getRelative() - Method in class com.aerisweather.aeris.response.RecordsResponse
- getRelative() - Method in class com.aerisweather.aeris.response.RiversGaugesResponse
- getRelative() - Method in class com.aerisweather.aeris.response.RiversResponse
- getRelative() - Method in class com.aerisweather.aeris.response.StormCellResponse
- getRelative() - Method in class com.aerisweather.aeris.response.StormReportsResponse
- getRelative() - Method in class com.aerisweather.aeris.response.TidesResponse
- getRelative() - Method in class com.aerisweather.aeris.response.TideStationsResponse
- getRelativeTo() - Method in class com.aerisweather.aeris.response.ObservationResponse
- getReport() - Method in class com.aerisweather.aeris.response.EarthquakesResponse
-
Gets the earthquake report from the response.
- getReport() - Method in class com.aerisweather.aeris.response.FiresResponse
-
Get the report from the data.
- getReport() - Method in class com.aerisweather.aeris.response.RecordsResponse
-
Get the report for the response
- getReport() - Method in class com.aerisweather.aeris.response.StormReportsResponse
-
Get the storm report
- getRequests() - Method in class com.aerisweather.aeris.communication.AerisBatchRequest
-
Constructs the requests into the proper format.
- getResponse(int) - Method in class com.aerisweather.aeris.communication.AerisCustomResponse
-
Gets the data for the given index.
- getResponse(int) - Method in class com.aerisweather.aeris.model.AerisResponse
-
Gets the data for the given index.
- getResponse(int) - Method in class com.aerisweather.aeris.response.StormcellsSummaryResponse
-
Gets the data for the given index.
- getResponse(int) - Method in class com.aerisweather.aeris.response.StormReportsSummaryResponse
-
Gets the data for the given index.
- getResponse(int) - Method in class com.aerisweather.aeris.response.ThreatsResponse
-
Gets the data for the given index.
- getSingleLocation(SingleLocationObserver) - Method in class com.aerisweather.aeris.location.LocationHelper
-
Starts listening for a single location.
- getStormReportTypes() - Method in class com.aerisweather.aeris.model.StormReportsSummaryDataJSON
- getString(UrlBuilder) - Static method in class com.aerisweather.aeris.util.NetworkUtils
- getString(URL) - Static method in class com.aerisweather.aeris.util.NetworkUtils
- getStringGSONZipped(UrlBuilder, boolean) - Static method in class com.aerisweather.aeris.util.NetworkUtils
- getSunInfo() - Method in class com.aerisweather.aeris.response.SunmoonResponse
-
Get the info for the sun.
- getTimeFromISO(String) - Static method in class com.aerisweather.aeris.util.WeatherUtil
-
Takes the ISO 8601 time string and returns time in HH:mm AM/PM (h:mm aa in Unicode UTS #35)
- getTimeFromISO(String, boolean) - Static method in class com.aerisweather.aeris.util.WeatherUtil
-
Takes the ISO 8601 time string and returns time in HH:mm AM/PM (h:mm aa Unicode UTS #35) if showMinutes is true, or HH AM/PM(h aa Unicode UTS #35) if not.
- getTimeFromTimezone(Profile) - Static method in class com.aerisweather.aeris.util.WeatherUtil
-
Gets the time from the timezone object in hh:mm a format.
- getTimestamp() - Method in class com.aerisweather.aeris.response.MoonphasesResponse
-
Gets the timestamp for the moon phase.
- getTimestamp() - Method in class com.aerisweather.aeris.response.SunmoonResponse
-
Get the timestamp
- getTimestamps() - Method in class com.aerisweather.aeris.response.AdvisoriesResponse
-
Get the timestamps for the advisory.
- getType() - Method in class com.aerisweather.aeris.communication.loaders.AdvisoriesTask
- getType() - Method in class com.aerisweather.aeris.communication.loaders.AerisAbstractTask
-
Get the type of the Endpoint
- getType() - Method in class com.aerisweather.aeris.communication.loaders.AirQualityTask
- getType() - Method in class com.aerisweather.aeris.communication.loaders.AlertsTask
- getType() - Method in class com.aerisweather.aeris.communication.loaders.ConditionsTask
- getType() - Method in class com.aerisweather.aeris.communication.loaders.CountriesTask
- getType() - Method in class com.aerisweather.aeris.communication.loaders.EarthquakesTask
- getType() - Method in class com.aerisweather.aeris.communication.loaders.FiresTask
- getType() - Method in class com.aerisweather.aeris.communication.loaders.ForecastsTask
- getType() - Method in class com.aerisweather.aeris.communication.loaders.LightningTask
- getType() - Method in class com.aerisweather.aeris.communication.loaders.MoonphasesTask
- getType() - Method in class com.aerisweather.aeris.communication.loaders.NormalsStationsTask
- getType() - Method in class com.aerisweather.aeris.communication.loaders.NormalsTask
- getType() - Method in class com.aerisweather.aeris.communication.loaders.ObservationsArchiveTask
- getType() - Method in class com.aerisweather.aeris.communication.loaders.ObservationsSummaryTask
- getType() - Method in class com.aerisweather.aeris.communication.loaders.ObservationsTask
- getType() - Method in class com.aerisweather.aeris.communication.loaders.PlacesAirportsTask
- getType() - Method in class com.aerisweather.aeris.communication.loaders.PlacesPostalcodesTask
- getType() - Method in class com.aerisweather.aeris.communication.loaders.PlacesTask
- getType() - Method in class com.aerisweather.aeris.communication.loaders.RecordsTask
- getType() - Method in class com.aerisweather.aeris.communication.loaders.RiversGaugesTask
- getType() - Method in class com.aerisweather.aeris.communication.loaders.RiversTask
- getType() - Method in class com.aerisweather.aeris.communication.loaders.StormCellsTask
- getType() - Method in class com.aerisweather.aeris.communication.loaders.StormReportsTask
- getType() - Method in class com.aerisweather.aeris.communication.loaders.SunmoonTask
- getType() - Method in class com.aerisweather.aeris.communication.loaders.TidesStationsTask
- getType() - Method in class com.aerisweather.aeris.communication.loaders.TidesTask
- getType() - Method in class com.aerisweather.aeris.communication.loaders.TropicalCyclonesTask
- getUpdateRate() - Method in class com.aerisweather.aeris.location.LocationHelper
-
Gets the update rate in seconds
- getValue() - Method in enum com.aerisweather.aeris.util.WordsCapitalizer.Behavior
- getWeatherFromAtTime(Observation, Place) - Static method in class com.aerisweather.aeris.util.WeatherUtil
- getWindSpeedDirDesc(String, Number) - Static method in class com.aerisweather.aeris.util.WeatherUtil
- ghiWM2 - Variable in class com.aerisweather.aeris.model.Solrad
- graphics - Variable in class com.aerisweather.aeris.model.AerisPermissions
- gustKPH - Variable in class com.aerisweather.aeris.model.Wind
- gustKTS - Variable in class com.aerisweather.aeris.model.Wind
- gustMPH - Variable in class com.aerisweather.aeris.model.Wind
- gustSpeedKPH - Variable in class com.aerisweather.aeris.model.TropicalCycloneDetails
- gustSpeedKTS - Variable in class com.aerisweather.aeris.model.TropicalCycloneDetails
- gustSpeedMPH - Variable in class com.aerisweather.aeris.model.TropicalCycloneDetails
H
- hail - Variable in class com.aerisweather.aeris.model.CellObservation
- hail - Variable in class com.aerisweather.aeris.model.CellTraits
- hail - Variable in class com.aerisweather.aeris.model.ObservationData
- hail - Variable in class com.aerisweather.aeris.model.Storm
- hail - Variable in class com.aerisweather.aeris.model.StormcellsSummary
- hail - Variable in class com.aerisweather.aeris.model.Traits
- Hail - Class in com.aerisweather.aeris.model
-
Hail information about the storm.
- Hail() - Constructor for class com.aerisweather.aeris.model.Hail
- HAIL - com.aerisweather.aeris.communication.Filter
- hailIN - Variable in class com.aerisweather.aeris.model.StormReportDetail
-
(number, optional) The total observed hail diameter in inches.
- hailMM - Variable in class com.aerisweather.aeris.model.StormReportDetail
-
(number, optional) The total observed hail diameter in millimeters.
- hasImpacts - Variable in class com.aerisweather.aeris.model.Profile
- hasLayerAccess(String) - Method in class com.aerisweather.aeris.model.MapsPermission
-
Return bool Indicates whether or not the user has permission to access a specific layer
- hasModifierOptionAccess(String, String) - Method in class com.aerisweather.aeris.model.MapsPermission
-
Return boolean Indicates whether or not the user has permission to access a specific Modifier Option
- hasNoAction() - Method in class com.aerisweather.aeris.communication.Endpoint
-
Check to see if there is an action attached to the request.
- hdd - Variable in class com.aerisweather.aeris.model.NormalPeriod
-
The normal heating degree days
- hdd - Variable in class com.aerisweather.aeris.model.Period
- headingToString(double) - Static method in class com.aerisweather.aeris.util.NetworkUtils
- HEAT_INDEX_C - com.aerisweather.aeris.communication.fields.ObservationFields
- HEAT_INDEX_F - com.aerisweather.aeris.communication.fields.ObservationFields
- heatindexC - Variable in class com.aerisweather.aeris.model.Observation
-
Heat index temperature in Celsius.
- heatindexC - Variable in class com.aerisweather.aeris.model.ObservationData
- heatindexF - Variable in class com.aerisweather.aeris.model.Observation
-
Heat index temperature in Fahrenheit.
- heatindexF - Variable in class com.aerisweather.aeris.model.ObservationData
- height - Variable in class com.aerisweather.aeris.model.MapsPermission.maxSize
- heightFT - Variable in class com.aerisweather.aeris.model.Crest
- heightFT - Variable in class com.aerisweather.aeris.model.LowWaterRecord
- heightFT - Variable in class com.aerisweather.aeris.model.ObservationData
- heightFT - Variable in class com.aerisweather.aeris.model.Period
- heightFT - Variable in class com.aerisweather.aeris.model.RiversImpacts
- heightFT - Variable in class com.aerisweather.aeris.model.RiversSecondary
- heightFT - Variable in class com.aerisweather.aeris.model.TidesPeriod
-
The tide height in feet
- heightKM - Variable in class com.aerisweather.aeris.model.Satellite
-
Estimated height of fire in kilometers.
- heightM - Variable in class com.aerisweather.aeris.model.Crest
- heightM - Variable in class com.aerisweather.aeris.model.LowWaterRecord
- heightM - Variable in class com.aerisweather.aeris.model.ObservationData
- heightM - Variable in class com.aerisweather.aeris.model.Period
- heightM - Variable in class com.aerisweather.aeris.model.RiversImpacts
- heightM - Variable in class com.aerisweather.aeris.model.RiversSecondary
- heightM - Variable in class com.aerisweather.aeris.model.TidesPeriod
-
The tide height in meters
- heightMI - Variable in class com.aerisweather.aeris.model.Satellite
-
Estimated height of fire in miles.
- hideProgress() - Method in interface com.aerisweather.aeris.communication.AerisProgressListener
-
Callback when the listener should hide progress, the task is done or canceled.
- HIGH - com.aerisweather.aeris.communication.Filter
- historic - Variable in class com.aerisweather.aeris.model.RiverCrests
- ht - Variable in class com.aerisweather.aeris.model.CellObservation
-
The height of the storm structure
- ht - Variable in class com.aerisweather.aeris.model.ObservationData
- humidity - Variable in class com.aerisweather.aeris.model.ConditionPeriod
-
Humidity percentage
- humidity - Variable in class com.aerisweather.aeris.model.ConditionsSummaryPeriod
- humidity - Variable in class com.aerisweather.aeris.model.ForecastPeriod
-
Humidity percentage
- humidity - Variable in class com.aerisweather.aeris.model.Observation
-
Relative humidity.
- humidity - Variable in class com.aerisweather.aeris.model.ObservationData
- humidity - Variable in class com.aerisweather.aeris.model.Period
- Humidity - Class in com.aerisweather.aeris.model
-
Object of Range data.
- Humidity() - Constructor for class com.aerisweather.aeris.model.Humidity
- HUMIDITY - com.aerisweather.aeris.communication.fields.ForecastsFields
- HUMIDITY - com.aerisweather.aeris.communication.fields.ObservationFields
I
- i(String, String) - Static method in class com.aerisweather.aeris.logging.Logger
- iata - Variable in class com.aerisweather.aeris.model.Profile
- iceaccum - Variable in class com.aerisweather.aeris.model.ForecastPeriod
-
The amount of ice accumulated.
- iceaccum - Variable in class com.aerisweather.aeris.model.Period
- icon - Variable in class com.aerisweather.aeris.model.ConditionPeriod
-
Weather icon representing the expected weather from the default Aeris icon set.
- icon - Variable in class com.aerisweather.aeris.model.ForecastPeriod
-
Weather icon representing the expected weather from the default Aeris icon set.
- icon - Variable in class com.aerisweather.aeris.model.Observation
-
Weather icon representing the observed weather from the default Aeris icon set.
- icon - Variable in class com.aerisweather.aeris.model.ObservationData
- icon - Variable in class com.aerisweather.aeris.model.Period
- icon - Variable in class com.aerisweather.aeris.model.Weather
- ICON - com.aerisweather.aeris.communication.fields.ForecastsFields
- ICON - com.aerisweather.aeris.communication.fields.ObservationFields
- id - Variable in class com.aerisweather.aeris.communication.AerisRequest
- id - Variable in class com.aerisweather.aeris.model.AerisDataJSON
- id - Variable in class com.aerisweather.aeris.model.EarthquakeReport
-
The USGS earthquake ID
- id - Variable in class com.aerisweather.aeris.model.FiresReport
-
The ID of the fire
- id - Variable in class com.aerisweather.aeris.model.Profile
- id - Variable in class com.aerisweather.aeris.model.Report
- id - Variable in class com.aerisweather.aeris.model.Station
-
The ID of the station where the record occurred
- id - Variable in class com.aerisweather.aeris.model.StormcellsSummary
- ID - com.aerisweather.aeris.communication.Action
-
Requesting data by using the id action is used for returning data for a particular item that has an ID associated with it.
- illum - Variable in class com.aerisweather.aeris.model.MoonPhase
-
The percentage of the moon that is illuminated
- imageFilters - Variable in class com.aerisweather.aeris.model.MapsPermission.CompositeOptions
- ImageFilters() - Constructor for class com.aerisweather.aeris.model.MapsPermission.CompositeOptions.ImageFilters
- impact - Variable in class com.aerisweather.aeris.model.ObservationData
- impacts - Variable in class com.aerisweather.aeris.model.Profile
- imtType - Variable in class com.aerisweather.aeris.model.FiresReport
-
Incident team type: 0, 1 or 2.
- imtType - Variable in class com.aerisweather.aeris.model.Report
- INCH - com.aerisweather.aeris.util.Unit
- includes - Variable in class com.aerisweather.aeris.model.AerisDataJSON
- INCLUDES - com.aerisweather.aeris.communication.fields.AdvisoryFields
- INCLUDES_COUNTIES - com.aerisweather.aeris.communication.fields.AdvisoryFields
- INCLUDES_FIPS - com.aerisweather.aeris.communication.fields.AdvisoryFields
- INCLUDES_WXZONES - com.aerisweather.aeris.communication.fields.AdvisoryFields
- INCLUDES_ZIPCODES - com.aerisweather.aeris.communication.fields.AdvisoryFields
- index - Variable in class com.aerisweather.aeris.model.ConditionPeriod
- index - Variable in class com.aerisweather.aeris.model.Current
- index - Variable in class com.aerisweather.aeris.model.ForecastPeriod
- index - Variable in class com.aerisweather.aeris.model.IndiceCurrent
- index - Variable in class com.aerisweather.aeris.model.IndicePeriod
- index - Variable in class com.aerisweather.aeris.model.Period
- indexENG - Variable in class com.aerisweather.aeris.model.ConditionPeriod
- indexENG - Variable in class com.aerisweather.aeris.model.Current
- indexENG - Variable in class com.aerisweather.aeris.model.ForecastPeriod
- indexENG - Variable in class com.aerisweather.aeris.model.IndiceCurrent
- indexENG - Variable in class com.aerisweather.aeris.model.IndicePeriod
- indexENG - Variable in class com.aerisweather.aeris.model.Period
- INDIAN - com.aerisweather.aeris.communication.Filter
- indice - Variable in class com.aerisweather.aeris.model.AerisDataJSON
- Indice - Class in com.aerisweather.aeris.model
-
The information for an Indice response.
- Indice() - Constructor for class com.aerisweather.aeris.model.Indice
- IndiceCurrent - Class in com.aerisweather.aeris.model
- IndiceCurrent() - Constructor for class com.aerisweather.aeris.model.IndiceCurrent
- IndiceForecast - Class in com.aerisweather.aeris.model
- IndiceForecast() - Constructor for class com.aerisweather.aeris.model.IndiceForecast
- IndicePeriod - Class in com.aerisweather.aeris.model
- IndicePeriod() - Constructor for class com.aerisweather.aeris.model.IndicePeriod
- IndiceRange - Class in com.aerisweather.aeris.model
-
Possible value range for indices data.
- IndiceRange() - Constructor for class com.aerisweather.aeris.model.IndiceRange
- indices - Variable in class com.aerisweather.aeris.model.AerisPermissions
- INDICES_ARTHRITIS - com.aerisweather.aeris.communication.EndpointType
-
Returns index on how current and forecast weather conditions may affect people with arthritis.
- INDICES_BEES - com.aerisweather.aeris.communication.EndpointType
-
Returns index on how current and forecast weather conditions as related to bees being active.
- INDICES_BIKING - com.aerisweather.aeris.communication.EndpointType
-
Returns index on how current and forecast weather conditions are conducive to biking.
- INDICES_CAMPFIRES - com.aerisweather.aeris.communication.EndpointType
-
Returns index on how current and forecast weather conditions are conducive to campfires and/or grilling.
- INDICES_COLDFLU - com.aerisweather.aeris.communication.EndpointType
-
Returns index on how current and forecast weather conditions may relate to catching a cold or flu.
- INDICES_GOLF - com.aerisweather.aeris.communication.EndpointType
-
Returns index on how current and forecast weather conditions are conducive to golfing.
- INDICES_MIGRAINE - com.aerisweather.aeris.communication.EndpointType
-
Returns index on how current and forecast weather conditions may affect migraines.
- INDICES_OUTDOORS - com.aerisweather.aeris.communication.EndpointType
-
Returns index on how current and forecast weather conditions are conducive to general outdoor activities.
- INDICES_SINUS - com.aerisweather.aeris.communication.EndpointType
-
Returns index on how current and forecast weather conditions may affect sinus headaches.
- INDICES_SWIMMING - com.aerisweather.aeris.communication.EndpointType
-
Returns index on how current and forecast weather conditions are conducive to swimming.
- IndicesResponse - Class in com.aerisweather.aeris.response
-
Object to make the Indice endpoint response more friendly to determine what parts of the AerisDataJSON have come back in the response.
- IndicesResponse(AerisDataJSON) - Constructor for class com.aerisweather.aeris.response.IndicesResponse
-
Constructor the the Indice Response.
- INFO - com.aerisweather.aeris.logging.LogLevel
- initPermissions(Context) - Method in class com.aerisweather.aeris.communication.AerisEngine
- initWith(CodedInterface...) - Static method in class com.aerisweather.aeris.communication.parameter.FieldsParameter
-
Static instantiation for a fields parameter
- initWith(String...) - Static method in class com.aerisweather.aeris.communication.parameter.FieldsParameter
-
Static instantiation for a fields parameter
- initWithKeys(String, String, Context) - Static method in class com.aerisweather.aeris.communication.AerisEngine
-
Intializes the engine with client id, client secret, and app package name for the app ID.
- initWithKeys(String, String, String) - Static method in class com.aerisweather.aeris.communication.AerisEngine
-
Initializes the engine with client id, client secret, and app package name for the app ID.
- inst - Static variable in class com.aerisweather.aeris.communication.AerisEngine
- interactive - Variable in class com.aerisweather.aeris.model.AerisPermissions
- InteractivePermission - Class in com.aerisweather.aeris.model
-
Permissions relating to the interactive maps.
- InteractivePermission() - Constructor for class com.aerisweather.aeris.model.InteractivePermission
- interval - Variable in class com.aerisweather.aeris.model.AerisDataJSON
- INTERVAL - com.aerisweather.aeris.communication.fields.Fields
- INVESTS - com.aerisweather.aeris.communication.Filter
- IS_DAY - com.aerisweather.aeris.communication.fields.ForecastsFields
- IS_DAY - com.aerisweather.aeris.communication.fields.ObservationFields
- isActionSupported(Action) - Method in enum com.aerisweather.aeris.communication.EndpointType
-
TODO: Implement for all endpoint types.
- isActive - Variable in class com.aerisweather.aeris.model.AerisDataJSON
- isActive - Variable in class com.aerisweather.aeris.model.Profile
- isBetterLocation(Location) - Method in class com.aerisweather.aeris.location.LocationHelper
-
Determines whether one Location reading is better than the current Location fix
- isDay - Variable in class com.aerisweather.aeris.model.ConditionPeriod
-
True if the period is during the day, otherwise false
- isDay - Variable in class com.aerisweather.aeris.model.ForecastPeriod
-
True if the period is during the day, otherwise false
- isDay - Variable in class com.aerisweather.aeris.model.Observation
-
Signifies if the observation occurred during daily hours.
- isDay - Variable in class com.aerisweather.aeris.model.ObservationData
- isDay - Variable in class com.aerisweather.aeris.model.Period
- isDebug() - Method in class com.aerisweather.aeris.communication.AerisRequest
-
Returns if debug has been enabled which allows for the request and response to be logged in logcat
- isDebugLogcatEnabled() - Method in class com.aerisweather.aeris.communication.AerisEngine
-
Returns true if debug logcat is enabled for all requests/responses.
- isDST - Variable in class com.aerisweather.aeris.model.Profile
- isGpsProviderEnabled() - Method in class com.aerisweather.aeris.location.LocationHelper
- isInteger(String) - Static method in class com.aerisweather.aeris.util.ValidationUtil
- isMetric() - Method in enum com.aerisweather.aeris.util.UnitType
- isNetworkProviderEnabled() - Method in class com.aerisweather.aeris.location.LocationHelper
- isNotEmptyString(String) - Static method in class com.aerisweather.aeris.util.ValidationUtil
- isNumber(String) - Static method in class com.aerisweather.aeris.util.ValidationUtil
- iso - Variable in class com.aerisweather.aeris.model.Place
-
The countries 2 letter ISO abbreviation.
- iso3 - Variable in class com.aerisweather.aeris.model.Place
-
The countries 3 letter ISO abbreviation.
- ISOLATE_TO_DRY_LIGHTNING - com.aerisweather.aeris.communication.Filter
- isOnline(Context) - Static method in class com.aerisweather.aeris.communication.CommunicationTask
-
Checks to see whether or not we have an established connection.
- isOnline(Context) - Static method in class com.aerisweather.aeris.util.NetworkUtils
-
Checks to see whether or not we have an established connection.
- isoNum - Variable in class com.aerisweather.aeris.model.Place
-
The countries 3 digit ISO numeric id.
- isSecureAccess() - Method in class com.aerisweather.aeris.communication.AerisRequest
-
Returns whether secure access has been enabled.
- isStandardUnits(Context, boolean) - Method in class com.aerisweather.aeris.communication.AerisEngine
-
Helper within the engine to get if standard has been set as a preference.
- isSuccessful() - Method in class com.aerisweather.aeris.model.AerisBasics
-
Gets the success of the response.
- isSuccessful() - Method in class com.aerisweather.aeris.model.AerisBatchResponse
-
Gets the success of the response.
- isSuccessful() - Method in class com.aerisweather.aeris.model.AerisPermissionsResponse
-
Gets the success of the response.
- isSuccessful() - Method in class com.aerisweather.aeris.model.AerisResponse
-
Gets the success of the response.
- isSuccessful() - Method in class com.aerisweather.aeris.response.StormcellsSummaryResponse
-
Gets the success of the response.
- isSuccessful() - Method in class com.aerisweather.aeris.response.StormReportsSummaryResponse
-
Gets the success of the response.
- isSuccessful() - Method in class com.aerisweather.aeris.response.ThreatsResponse
-
Gets the success of the response.
- isSuccessfulWithResponses() - Method in class com.aerisweather.aeris.model.AerisResponse
-
Gets the success of the response along with checking that there was no warning, and that the list of responses is not null.
- isSuccessfulWithResponses() - Method in class com.aerisweather.aeris.response.StormcellsSummaryResponse
-
Gets the success of the response along with checking that there was no warning, and that the list of responses is not null.
- isSuccessfulWithResponses() - Method in class com.aerisweather.aeris.response.StormReportsSummaryResponse
-
Gets the success of the response along with checking that there was no warning, and that the list of responses is not null.
- isSuccessfulWithResponses() - Method in class com.aerisweather.aeris.response.ThreatsResponse
-
Gets the success of the response along with checking that there was no warning, and that the list of responses is not null.
- issued - Variable in class com.aerisweather.aeris.model.TimeStamp
-
UNIX timestamp when the advisory was initially issued
- ISSUED - com.aerisweather.aeris.communication.fields.AdvisoryFields
- ISSUED_ISO - com.aerisweather.aeris.communication.fields.AdvisoryFields
- issuedDateTimeISO - Variable in class com.aerisweather.aeris.model.Details
-
ISO 8601 date of the issue date/time for the outlook
- issuedISO - Variable in class com.aerisweather.aeris.model.TimeStamp
-
ISO 8601 date of the time when the advisory was initially issued
- issuedTimestamp - Variable in class com.aerisweather.aeris.model.Details
-
Unix timestamp of the issue date/time for the outlook
- isSystemOut() - Static method in enum com.aerisweather.aeris.logging.LogLevel
-
Determines if the LogLevel is set to be used in coordination with Robolectric, which would use system.out logging verses the normal android logging.
- isValidCoordinate(String) - Static method in class com.aerisweather.aeris.util.ValidationUtil
- isValidPlaceString(String) - Static method in class com.aerisweather.aeris.util.ValidationUtil
- isValidZipcode(String) - Static method in class com.aerisweather.aeris.util.ValidationUtil
J
- JSONUtil - Class in com.aerisweather.aeris.util
-
Helper class for units tests
- JSONUtil() - Constructor for class com.aerisweather.aeris.util.JSONUtil
K
- key - Variable in class com.aerisweather.aeris.communication.parameter.Parameter
- KILOMETER - com.aerisweather.aeris.util.Unit
- KILOMETER_PER_HOUR - com.aerisweather.aeris.util.Unit
- KILOMETERS - com.aerisweather.aeris.communication.parameter.RadiusUnit
- KNOT - com.aerisweather.aeris.util.Unit
L
- lat - Variable in class com.aerisweather.aeris.communication.AerisRequest
- lat - Variable in class com.aerisweather.aeris.model.AerisLocation
-
Latitude position
- lat - Variable in class com.aerisweather.aeris.model.RelativeTo
- launchNetworkAsyncTask(AsyncTask<Void, Void, ?>, Context) - Static method in class com.aerisweather.aeris.util.NetworkUtils
- layers - Variable in class com.aerisweather.aeris.model.MapsPermission
- LIBRARY_PACKAGE_NAME - Static variable in class com.aerisweather.BuildConfig
- lifespan - Variable in class com.aerisweather.aeris.model.AerisDataJSON
- lifespan - Variable in class com.aerisweather.aeris.model.Profile
- light - Variable in class com.aerisweather.aeris.model.Observation
-
The estimated light rate as a percentage based on solradWM2 when available, otherwise calculated.
- light - Variable in class com.aerisweather.aeris.model.ObservationData
- lightning - Variable in class com.aerisweather.aeris.model.AerisPermissions
- lightning - Variable in class com.aerisweather.aeris.model.Storm
- Lightning - Class in com.aerisweather.aeris.model
- Lightning() - Constructor for class com.aerisweather.aeris.model.Lightning
- LIGHTNING - com.aerisweather.aeris.communication.EndpointType
-
Lightning strike data.
- lightning_summary - Variable in class com.aerisweather.aeris.model.AerisPermissions
- LIGHTNING_SUMMARY - com.aerisweather.aeris.communication.EndpointType
-
A summary of lightning strikes that took place across the globe.
- LightningObservation - Class in com.aerisweather.aeris.model
- LightningObservation(ObservationData) - Constructor for class com.aerisweather.aeris.model.LightningObservation
- LightningPulse - Class in com.aerisweather.aeris.model
- LightningPulse() - Constructor for class com.aerisweather.aeris.model.LightningPulse
- LightningResponse - Class in com.aerisweather.aeris.response
- LightningResponse(AerisDataJSON) - Constructor for class com.aerisweather.aeris.response.LightningResponse
-
Initialize with aeris json data.
- LightningTask - Class in com.aerisweather.aeris.communication.loaders
-
Requests and loads lightning strike data into local domain objects from the API.
- LightningTask(Context, LightningTaskCallback) - Constructor for class com.aerisweather.aeris.communication.loaders.LightningTask
-
Constructs an instance with the context and the callback to use.
- LightningTaskCallback - Interface in com.aerisweather.aeris.communication.loaders
-
Callback interface for
LightningTask
. - LimitParameter - Class in com.aerisweather.aeris.communication.parameter
-
Parameter that defines the limit for how many responses are wanted back.
- LimitParameter(int) - Constructor for class com.aerisweather.aeris.communication.parameter.LimitParameter
-
Limit parameter to limit the number of requests.
- loadBitmap(String, int) - Static method in class com.aerisweather.aeris.util.NetworkUtils
-
Loads the bitmap from the given src Url.
- loc - Variable in class com.aerisweather.aeris.model.AerisDataJSON
- loc - Variable in class com.aerisweather.aeris.model.Details
-
The weather zone for the advisory
- loc - Variable in class com.aerisweather.aeris.model.ThreatsDataJSON
- loc - Variable in class com.aerisweather.aeris.model.TropicalCycloneForecast
- loc - Variable in class com.aerisweather.aeris.model.TropicalCyclonePosition
- loc - Variable in class com.aerisweather.aeris.model.TropicalCycloneTrack
- local - Variable in class com.aerisweather.aeris.model.Profile
- location - Variable in class com.aerisweather.aeris.model.CellObservation
-
The distance and bearing to the closest city.
- location - Variable in class com.aerisweather.aeris.model.EarthquakeReport
-
he brief description of the location, usually contains the location or relative distance from a city
- location - Variable in class com.aerisweather.aeris.model.FiresReport
-
Description of location of the fire.
- location - Variable in class com.aerisweather.aeris.model.ObservationData
- location - Variable in class com.aerisweather.aeris.model.RecordsReport
-
The brief description of the location, usually contains the location or relative distance from a city
- location - Variable in class com.aerisweather.aeris.model.Report
- location - Variable in class com.aerisweather.aeris.model.TropicalCycloneForecast
- location - Variable in class com.aerisweather.aeris.model.TropicalCyclonePosition
- location - Variable in class com.aerisweather.aeris.model.TropicalCycloneTrack
- LOCATION - com.aerisweather.aeris.communication.fields.AdvisoryFields
- LOCATION - com.aerisweather.aeris.communication.fields.Fields
- LocationDelegate - Interface in com.aerisweather.aeris.location
- LocationHelper - Class in com.aerisweather.aeris.location
- LocationHelper(Context) - Constructor for class com.aerisweather.aeris.location.LocationHelper
-
Constructor.
- LocationHelper(Context, int, LocationDelegate) - Constructor for class com.aerisweather.aeris.location.LocationHelper
-
Constructor.
- locationToLatLng(Location) - Static method in class com.aerisweather.aeris.location.LocationHelper
- locs - Variable in class com.aerisweather.aeris.model.CellForecast
-
Array of
forecasted positions
for the cell. - Logger - Class in com.aerisweather.aeris.logging
-
Simple log wrapper for controlling log levels
- Logger() - Constructor for class com.aerisweather.aeris.logging.Logger
- LogLevel - Enum in com.aerisweather.aeris.logging
-
Enum defining the Log levels based on the Android Logger.
- logTestJSON(JSONObject) - Static method in class com.aerisweather.aeris.util.JSONUtil
-
Prints out the json to the system.out during units tests.
- lon - Variable in class com.aerisweather.aeris.model.AerisLocation
-
Longitude position
- lon - Variable in class com.aerisweather.aeris.model.RelativeTo
- longitude - Variable in class com.aerisweather.aeris.communication.AerisRequest
- longMET - Variable in class com.aerisweather.aeris.model.Phrase
- longText - Variable in class com.aerisweather.aeris.model.Phrase
- lowthreshFT - Variable in class com.aerisweather.aeris.model.RiversCats
- lowthreshM - Variable in class com.aerisweather.aeris.model.RiversCats
- LowWaterRecord - Class in com.aerisweather.aeris.model
- LowWaterRecord() - Constructor for class com.aerisweather.aeris.model.LowWaterRecord
- lowWaterRecords - Variable in class com.aerisweather.aeris.model.Profile
M
- mag - Variable in class com.aerisweather.aeris.model.EarthquakeReport
-
The magnitude of the earthquake
- mag - Variable in class com.aerisweather.aeris.model.Report
- majorFT - Variable in class com.aerisweather.aeris.model.RiversCats
- majorM - Variable in class com.aerisweather.aeris.model.RiversCats
- maps - Variable in class com.aerisweather.aeris.model.AerisPermissions
- MapsPermission - Class in com.aerisweather.aeris.model
-
Permissions relating to the AMP maps.
- MapsPermission(boolean) - Constructor for class com.aerisweather.aeris.model.MapsPermission
- MapsPermission.allowReason - Class in com.aerisweather.aeris.model
- MapsPermission.CompositeOptions - Class in com.aerisweather.aeris.model
- MapsPermission.CompositeOptions.BlendModes - Class in com.aerisweather.aeris.model
- MapsPermission.CompositeOptions.ImageFilters - Class in com.aerisweather.aeris.model
- MapsPermission.CompositeOptions.Modifiers - Class in com.aerisweather.aeris.model
- MapsPermission.CompositeOptions.Opacity - Class in com.aerisweather.aeris.model
- MapsPermission.maxSize - Class in com.aerisweather.aeris.model
- MARGINAL - com.aerisweather.aeris.communication.Filter
- MathUtil - Class in com.aerisweather.aeris.util
-
Provides some help with math calculations.
- MathUtil() - Constructor for class com.aerisweather.aeris.util.MathUtil
- max - Variable in class com.aerisweather.aeris.model.ConditionsSummarySimple
-
The maximum percentage
- max - Variable in class com.aerisweather.aeris.model.dBZM
- max - Variable in class com.aerisweather.aeris.model.Humidity
- max - Variable in class com.aerisweather.aeris.model.IndiceRange
- max - Variable in class com.aerisweather.aeris.model.MesocycloneDetectionAlgorithm
- max - Variable in class com.aerisweather.aeris.model.Probability
- max - Variable in class com.aerisweather.aeris.model.QualityControl
- max - Variable in class com.aerisweather.aeris.model.Sky
- max - Variable in class com.aerisweather.aeris.model.TornadoVortexSignature
- max - Variable in class com.aerisweather.aeris.model.VerticallyIntegratedLiquid
- MAX_TEMP_C - com.aerisweather.aeris.communication.fields.ForecastsFields
- MAX_TEMP_F - com.aerisweather.aeris.communication.fields.ForecastsFields
- maxC - Variable in class com.aerisweather.aeris.model.ConditionsSummaryTemperature
-
The normal maximum temperature in Celsius
- maxC - Variable in class com.aerisweather.aeris.model.Temperature
-
The normal maximum temperature in Celsius
- maxCM - Variable in class com.aerisweather.aeris.model.MaxSize
- maxDateTimeISO - Variable in class com.aerisweather.aeris.model.ConditionsSummarySimple
-
The ISO date time of when the maximum percentage occurred
- maxDateTimeISO - Variable in class com.aerisweather.aeris.model.ConditionsSummaryTemperature
-
The ISO date time of when the maximum temperature occurred
- maxDateTimeISO - Variable in class com.aerisweather.aeris.model.ConditionsSummaryWinds
-
The ISO date time of when the maximum occurred
- maxDateTimeISO - Variable in class com.aerisweather.aeris.model.Range
- maxDateTimeISO - Variable in class com.aerisweather.aeris.model.TropicalCycloneWindspeed
- maxDewpointC - Variable in class com.aerisweather.aeris.model.ForecastPeriod
-
The maximum dew point temperature in Celsius
- maxDewpointC - Variable in class com.aerisweather.aeris.model.Period
- maxDewpointF - Variable in class com.aerisweather.aeris.model.ForecastPeriod
-
The maximum dew point temperature in Fahrenheit
- maxDewpointF - Variable in class com.aerisweather.aeris.model.Period
- maxDir - Variable in class com.aerisweather.aeris.model.ConditionsSummaryWinds
-
The wind direction at the time of the maximum wind speed in cardinal letters
- maxDirDEG - Variable in class com.aerisweather.aeris.model.ConditionsSummaryWinds
-
The wind direction at the time of the maximum wind speed in degrees.
- maxF - Variable in class com.aerisweather.aeris.model.ConditionsSummaryTemperature
-
The normal maximum temperature in Fahrenheit
- maxF - Variable in class com.aerisweather.aeris.model.Temperature
-
The normal maximum temperature in Fahrenheit
- maxFeelslikeC - Variable in class com.aerisweather.aeris.model.ForecastPeriod
-
The maximum apparent temperature in Celsius
- maxFeelslikeC - Variable in class com.aerisweather.aeris.model.Period
- maxFeelslikeF - Variable in class com.aerisweather.aeris.model.ForecastPeriod
-
The maxumum apparent temperature in Fahrenheit
- maxFeelslikeF - Variable in class com.aerisweather.aeris.model.Period
- maxFT - Variable in class com.aerisweather.aeris.model.TornadoOutbreakPotential
- maxHumidity - Variable in class com.aerisweather.aeris.model.ForecastPeriod
-
Maximum Humidity percentage
- maxHumidity - Variable in class com.aerisweather.aeris.model.Period
- maxIN - Variable in class com.aerisweather.aeris.model.MaxSize
- maxIN - Variable in class com.aerisweather.aeris.model.Pressure
- maxIN - Variable in class com.aerisweather.aeris.model.StormReportsSummaryTypeDetail
- maxKM - Variable in class com.aerisweather.aeris.model.Distance
- maxKM - Variable in class com.aerisweather.aeris.model.Visibility
- maxKPH - Variable in class com.aerisweather.aeris.model.ConditionsSummaryWinds
-
The maximum speed in km/h
- maxKPH - Variable in class com.aerisweather.aeris.model.Speed
- maxKPH - Variable in class com.aerisweather.aeris.model.TropicalCycloneWindspeed
- maxKPH - Variable in class com.aerisweather.aeris.model.Wind
- maxKTS - Variable in class com.aerisweather.aeris.model.ConditionsSummaryWinds
-
The maximum speed in knots
- maxKTS - Variable in class com.aerisweather.aeris.model.Speed
- maxKTS - Variable in class com.aerisweather.aeris.model.TropicalCycloneWindspeed
- maxKTS - Variable in class com.aerisweather.aeris.model.Wind
- maxLayers - Variable in class com.aerisweather.aeris.model.MapsPermission
- maxM - Variable in class com.aerisweather.aeris.model.TornadoOutbreakPotential
- maxMB - Variable in class com.aerisweather.aeris.model.Pressure
- maxMI - Variable in class com.aerisweather.aeris.model.Distance
- maxMI - Variable in class com.aerisweather.aeris.model.Visibility
- maxMM - Variable in class com.aerisweather.aeris.model.StormReportsSummaryTypeDetail
- maxMPH - Variable in class com.aerisweather.aeris.model.ConditionsSummaryWinds
-
The maximum speed in miles per hour
- maxMPH - Variable in class com.aerisweather.aeris.model.Speed
- maxMPH - Variable in class com.aerisweather.aeris.model.TropicalCycloneWindspeed
- maxMPH - Variable in class com.aerisweather.aeris.model.Wind
- maxSize - Variable in class com.aerisweather.aeris.model.Hail
-
Maximum diameter of hail stones in hundredths of an inch
- maxSize - Variable in class com.aerisweather.aeris.model.MapsPermission
- maxSize - Variable in class com.aerisweather.aeris.model.StormcellsHail
-
Maximum diameter of hail stones in inches
- maxSize() - Constructor for class com.aerisweather.aeris.model.MapsPermission.maxSize
- MaxSize - Class in com.aerisweather.aeris.model
-
Probability info
- MaxSize() - Constructor for class com.aerisweather.aeris.model.MaxSize
- maxSizeIN - Variable in class com.aerisweather.aeris.model.Hail
-
Maximum diameter of hail stones in inches
- maxStormCat - Variable in class com.aerisweather.aeris.model.AerisDataJSON
- maxStormCat - Variable in class com.aerisweather.aeris.model.Profile
- maxStormType - Variable in class com.aerisweather.aeris.model.AerisDataJSON
- maxStormType - Variable in class com.aerisweather.aeris.model.Profile
- maxTempC - Variable in class com.aerisweather.aeris.model.ForecastPeriod
-
Max expected temperature in Celsius - Provided with filter=day (Default) and for the day time periods with filter=daynight
- maxTempC - Variable in class com.aerisweather.aeris.model.Period
- maxTempF - Variable in class com.aerisweather.aeris.model.ForecastPeriod
-
Max expected temperature in Fahrenheit.
- maxTempF - Variable in class com.aerisweather.aeris.model.Period
- maxTimestamp - Variable in class com.aerisweather.aeris.model.ConditionsSummarySimple
-
The unix timestamp of when the maximum percentage occurred
- maxTimestamp - Variable in class com.aerisweather.aeris.model.ConditionsSummaryTemperature
-
The unix timestamp of when the maximum temperature occurred
- maxTimestamp - Variable in class com.aerisweather.aeris.model.ConditionsSummaryWinds
-
The unix timestamp of when the maximum occurred
- maxTimestamp - Variable in class com.aerisweather.aeris.model.Range
- maxTimestamp - Variable in class com.aerisweather.aeris.model.TropicalCycloneWindspeed
- maxWM2 - Variable in class com.aerisweather.aeris.model.SolarRadiation
- mda - Variable in class com.aerisweather.aeris.model.CellObservation
-
Mesocyclone rotation (MESO)
- mda - Variable in class com.aerisweather.aeris.model.ObservationData
- mda - Variable in class com.aerisweather.aeris.model.Storm
- mda - Variable in class com.aerisweather.aeris.model.StormcellsSummary
- MesocycloneDetectionAlgorithm - Class in com.aerisweather.aeris.model
-
Probability info
- MesocycloneDetectionAlgorithm() - Constructor for class com.aerisweather.aeris.model.MesocycloneDetectionAlgorithm
- METER - com.aerisweather.aeris.util.Unit
- METER_PER_SECOND - com.aerisweather.aeris.util.Unit
- METERS - com.aerisweather.aeris.communication.parameter.RadiusUnit
- method - Variable in class com.aerisweather.aeris.model.Period
- method - Variable in class com.aerisweather.aeris.model.Precipitation
- METRIC - com.aerisweather.aeris.communication.AerisEngine.Units
- METRIC - com.aerisweather.aeris.util.UnitType
- midnightSun - Variable in class com.aerisweather.aeris.model.Sun
-
Set to true if midnight sun (sun not setting), false otherwise
- MILE - com.aerisweather.aeris.util.Unit
- MILE_PER_HOUR - com.aerisweather.aeris.util.Unit
- MILES - com.aerisweather.aeris.communication.parameter.RadiusUnit
- MILLIMETER - com.aerisweather.aeris.util.Unit
- min - Variable in class com.aerisweather.aeris.model.ConditionsSummarySimple
-
The minimum percentage
- min - Variable in class com.aerisweather.aeris.model.dBZM
- min - Variable in class com.aerisweather.aeris.model.Humidity
- min - Variable in class com.aerisweather.aeris.model.IndiceRange
- min - Variable in class com.aerisweather.aeris.model.MesocycloneDetectionAlgorithm
- min - Variable in class com.aerisweather.aeris.model.Probability
- min - Variable in class com.aerisweather.aeris.model.QualityControl
- min - Variable in class com.aerisweather.aeris.model.Sky
- min - Variable in class com.aerisweather.aeris.model.TornadoVortexSignature
- min - Variable in class com.aerisweather.aeris.model.VerticallyIntegratedLiquid
- MIN_FEELS_LIKE_C - com.aerisweather.aeris.communication.fields.ForecastsFields
- MIN_FEELS_LIKE_F - com.aerisweather.aeris.communication.fields.ForecastsFields
- MIN_TEMP_C - com.aerisweather.aeris.communication.fields.ForecastsFields
- MIN_TEMP_F - com.aerisweather.aeris.communication.fields.ForecastsFields
- minC - Variable in class com.aerisweather.aeris.model.ConditionsSummaryTemperature
-
The normal minimum temperature in Celsius
- minC - Variable in class com.aerisweather.aeris.model.Temperature
-
The normal minimum temperature in Celsius
- minCM - Variable in class com.aerisweather.aeris.model.MaxSize
- minDateTimeISO - Variable in class com.aerisweather.aeris.model.ConditionsSummarySimple
-
The unix timestamp of when the minimum percentage occurred
- minDateTimeISO - Variable in class com.aerisweather.aeris.model.ConditionsSummaryTemperature
-
The unix timestamp of when the minimum temperature occurred
- minDateTimeISO - Variable in class com.aerisweather.aeris.model.ConditionsSummaryWinds
-
The unix timestamp of when the minimum occurred
- minDateTimeISO - Variable in class com.aerisweather.aeris.model.Range
- minDateTimeISO - Variable in class com.aerisweather.aeris.model.TropicalCyclonePressure
- minDewpointC - Variable in class com.aerisweather.aeris.model.ForecastPeriod
-
The minimum dew point temperature in Celsius
- minDewpointC - Variable in class com.aerisweather.aeris.model.Period
- minDewpointF - Variable in class com.aerisweather.aeris.model.ForecastPeriod
-
The minimum dew point temperature in Fahrenheit
- minDewpointF - Variable in class com.aerisweather.aeris.model.Period
- minDir - Variable in class com.aerisweather.aeris.model.ConditionsSummaryWinds
-
The wind direction at the time of the minimum wind speed in cardinal letters
- minDirDeg - Variable in class com.aerisweather.aeris.model.ConditionsSummaryWinds
-
The wind direction at the time of the minium wind speed in degrees.
- minF - Variable in class com.aerisweather.aeris.model.ConditionsSummaryTemperature
-
The normal minimum temperature in Fahrenheit
- minF - Variable in class com.aerisweather.aeris.model.Temperature
-
The normal minimum temperature in Fahrenheit
- minFeelslikeC - Variable in class com.aerisweather.aeris.model.ForecastPeriod
-
The minimum apparent temperature in Celsius
- minFeelslikeC - Variable in class com.aerisweather.aeris.model.Period
- minFeelslikeF - Variable in class com.aerisweather.aeris.model.ForecastPeriod
-
The minumum apparent temperature in Fahrenheit
- minFeelslikeF - Variable in class com.aerisweather.aeris.model.Period
- minFT - Variable in class com.aerisweather.aeris.model.TornadoOutbreakPotential
- minHumidity - Variable in class com.aerisweather.aeris.model.ForecastPeriod
-
Minimum Humidity percentage
- minHumidity - Variable in class com.aerisweather.aeris.model.Period
- minIN - Variable in class com.aerisweather.aeris.model.MaxSize
- minIN - Variable in class com.aerisweather.aeris.model.Pressure
- minIN - Variable in class com.aerisweather.aeris.model.StormReportsSummaryTypeDetail
- minIN - Variable in class com.aerisweather.aeris.model.TropicalCyclonePressure
- minKM - Variable in class com.aerisweather.aeris.model.Distance
- minKM - Variable in class com.aerisweather.aeris.model.Visibility
- minKPH - Variable in class com.aerisweather.aeris.model.ConditionsSummaryWinds
-
The minimum speed in km/h
- minKPH - Variable in class com.aerisweather.aeris.model.Speed
- minKPH - Variable in class com.aerisweather.aeris.model.Wind
- minKTS - Variable in class com.aerisweather.aeris.model.ConditionsSummaryWinds
-
The minimum speed in knots
- minKTS - Variable in class com.aerisweather.aeris.model.Speed
- minKTS - Variable in class com.aerisweather.aeris.model.Wind
- minM - Variable in class com.aerisweather.aeris.model.TornadoOutbreakPotential
- minMB - Variable in class com.aerisweather.aeris.model.Pressure
- minMB - Variable in class com.aerisweather.aeris.model.TropicalCyclonePressure
- minMI - Variable in class com.aerisweather.aeris.model.Distance
- minMI - Variable in class com.aerisweather.aeris.model.Visibility
- minMM - Variable in class com.aerisweather.aeris.model.StormReportsSummaryTypeDetail
- minMPH - Variable in class com.aerisweather.aeris.model.ConditionsSummaryWinds
-
The minimum speed in miles per hour
- minMPH - Variable in class com.aerisweather.aeris.model.Speed
- minMPH - Variable in class com.aerisweather.aeris.model.Wind
- minTempC - Variable in class com.aerisweather.aeris.model.ForecastPeriod
-
Minimum expected temperature in Celsius - Provided with filter=day (Default) and for the night time periods with filter=daynight
- minTempC - Variable in class com.aerisweather.aeris.model.Period
- minTempF - Variable in class com.aerisweather.aeris.model.ForecastPeriod
-
`Minimum expected temperature in Fahrenheit - Provided with filter=day (Default) and for the night time periods with filter=daynight
- minTempF - Variable in class com.aerisweather.aeris.model.Period
- minTimestamp - Variable in class com.aerisweather.aeris.model.ConditionsSummarySimple
-
The unix timestamp of when the minimum percentage occurred
- minTimestamp - Variable in class com.aerisweather.aeris.model.ConditionsSummaryTemperature
-
The unix timestamp of when the minimum temperature occurred
- minTimestamp - Variable in class com.aerisweather.aeris.model.ConditionsSummaryWinds
-
The unix timestamp of when the minimum occurred
- minTimestamp - Variable in class com.aerisweather.aeris.model.Range
- minTimestamp - Variable in class com.aerisweather.aeris.model.TropicalCyclonePressure
- minWM2 - Variable in class com.aerisweather.aeris.model.SolarRadiation
- MODERATE - com.aerisweather.aeris.communication.Filter
- MODERATE_DROUGHT - com.aerisweather.aeris.communication.Filter
- moderateFT - Variable in class com.aerisweather.aeris.model.RiversCats
- moderateM - Variable in class com.aerisweather.aeris.model.RiversCats
- modifiedDateISO - Variable in class com.aerisweather.aeris.model.FiresPerimeter
-
ISO 8601 date of the date/time the perimeter polygon was last updated
- modifiedDateISO - Variable in class com.aerisweather.aeris.model.Perimeter
-
ISO 8601 date of the date/time the perimeter polygon was last updated
- modifiedTimestamp - Variable in class com.aerisweather.aeris.model.FiresPerimeter
-
Unix timestamp of the date/time the perimeter polygon was last updated
- modifiedTimestamp - Variable in class com.aerisweather.aeris.model.Perimeter
-
Unix timestamp of the date/time the perimeter polygon was last updated
- modifiers - Variable in class com.aerisweather.aeris.model.MapsPermission.CompositeOptions
- Modifiers() - Constructor for class com.aerisweather.aeris.model.MapsPermission.CompositeOptions.Modifiers
- mon - Variable in class com.aerisweather.aeris.model.NormalPeriod
-
The number of the month the normal is for, from 1 - 12.
- mon - Variable in class com.aerisweather.aeris.model.Period
- moon - Variable in class com.aerisweather.aeris.model.AerisDataJSON
- Moon - Class in com.aerisweather.aeris.model
-
Moon information from the request.
- Moon() - Constructor for class com.aerisweather.aeris.model.Moon
- MoonPhase - Class in com.aerisweather.aeris.model
-
Moon phase information
- MoonPhase() - Constructor for class com.aerisweather.aeris.model.MoonPhase
- MoonphasesResponse - Class in com.aerisweather.aeris.response
-
Object to make the
sunmoon/moonphases
endpoint response more friendly to determine what parts of the AerisDataJSON have come back in the response. - MoonphasesResponse(AerisDataJSON) - Constructor for class com.aerisweather.aeris.response.MoonphasesResponse
-
Constructor the the sunmoon/moonphases Response.
- MoonphasesTask - Class in com.aerisweather.aeris.communication.loaders
-
Requests and loads moon phases data into local domain objects from the API.
- MoonphasesTask(Context, MoonphasesTaskCallback) - Constructor for class com.aerisweather.aeris.communication.loaders.MoonphasesTask
-
Constructs an instance with the context and the callback to use.
- MoonphasesTaskCallback - Interface in com.aerisweather.aeris.communication.loaders
-
Callback interface for
MoonphasesTask
. - movement - Variable in class com.aerisweather.aeris.model.CellObservation
- movement - Variable in class com.aerisweather.aeris.model.ObservationData
- movement - Variable in class com.aerisweather.aeris.model.TropicalCycloneDetails
- mtdCM - Variable in class com.aerisweather.aeris.model.NormalSnow
-
The normal month to date snowfall in centimeters.
- mtdIN - Variable in class com.aerisweather.aeris.model.NormalPrecipitation
-
The normal year to date precipitation in Inches.
- mtdIN - Variable in class com.aerisweather.aeris.model.NormalSnow
-
The normal month to date snowfall in Inches.
- mtdMM - Variable in class com.aerisweather.aeris.model.NormalPrecipitation
-
The normal year to date precipitation in Millimeters.
N
- name - Variable in class com.aerisweather.aeris.model.AerisDataJSON
- name - Variable in class com.aerisweather.aeris.model.Details
-
The type name for the advisory
- name - Variable in class com.aerisweather.aeris.model.FiresReport
-
For Critical/Large fires a name may be given.
- name - Variable in class com.aerisweather.aeris.model.MoonPhase
-
The moon phase name
- name - Variable in class com.aerisweather.aeris.model.Place
-
The name of the place or country.
- name - Variable in class com.aerisweather.aeris.model.Pollutant
- name - Variable in class com.aerisweather.aeris.model.Profile
- name - Variable in class com.aerisweather.aeris.model.Report
- name - Variable in class com.aerisweather.aeris.model.Risk
-
The full risk name as provided by SPC
- name - Variable in class com.aerisweather.aeris.model.Sources
- name - Variable in class com.aerisweather.aeris.model.Station
-
The name of the station.
- name - Variable in class com.aerisweather.aeris.model.StormReport
-
The brief description of the report, usually contains the location or relative distance from a city
- NAME - com.aerisweather.aeris.communication.fields.AdvisoryFields
- narrow - Variable in class com.aerisweather.aeris.model.CellCone
-
Array of lat/lon coordinates defining a 5-degree cone of error along the forecast path, which can be used to better determine locations along the path of the storm
- nauticalBegin - Variable in class com.aerisweather.aeris.model.Twilight
-
UNIX timestamp of the first nautical twilight.
- nauticalBeginISO - Variable in class com.aerisweather.aeris.model.Twilight
-
ISO 8601 date of first nautical twilight.
- nauticalEnd - Variable in class com.aerisweather.aeris.model.Twilight
-
UNIX timestamp of the second nautical twilight.
- nauticalEndISO - Variable in class com.aerisweather.aeris.model.Twilight
-
ISO 8601 date of second nautical twilight.
- nearby - Variable in class com.aerisweather.aeris.model.Lightning
- neighbors - Variable in class com.aerisweather.aeris.model.Profile
- NetworkUtils - Class in com.aerisweather.aeris.util
- NetworkUtils() - Constructor for class com.aerisweather.aeris.util.NetworkUtils
- nexrad - Variable in class com.aerisweather.aeris.model.InteractivePermission
-
Whether or not the client has permission to use nexrad
- NM - Variable in class com.aerisweather.aeris.model.CellLocation
- NM - Variable in class com.aerisweather.aeris.model.CellPosition
-
Distance in nautical miles of the cell relative to the radar site
- NONE - com.aerisweather.aeris.communication.Action
-
TODO:
- NONE - com.aerisweather.aeris.logging.LogLevel
- NormalPeriod - Class in com.aerisweather.aeris.model
-
Period of a normal data from the request with endpoint
Normals
- NormalPeriod() - Constructor for class com.aerisweather.aeris.model.NormalPeriod
- NormalPrecipitation - Class in com.aerisweather.aeris.model
-
Object of the precipitation based normals.
- NormalPrecipitation() - Constructor for class com.aerisweather.aeris.model.NormalPrecipitation
- normals - Variable in class com.aerisweather.aeris.model.AerisPermissions
- NORMALS - com.aerisweather.aeris.communication.EndpointType
-
The normals endpoints provides access to the climate normals for US locations.
- normals_stations - Variable in class com.aerisweather.aeris.model.AerisPermissions
- NORMALS_STATIONS - com.aerisweather.aeris.communication.EndpointType
-
The normals_stations dataset provides access to the complete Coop/Station information that normals are available for.
- NormalSnow - Class in com.aerisweather.aeris.model
-
Object of the snowfall based normals.
- NormalSnow() - Constructor for class com.aerisweather.aeris.model.NormalSnow
- NormalsResponse - Class in com.aerisweather.aeris.response
-
Object to make the
normals
endpoint response more friendly to determine what parts of the AerisDataJSON have come back in the response. - NormalsResponse(AerisDataJSON) - Constructor for class com.aerisweather.aeris.response.NormalsResponse
-
Constructor the the normals response.
- NormalsStationsTask - Class in com.aerisweather.aeris.communication.loaders
-
Requests and loads normals stations data into local domain objects from the API.
- NormalsStationsTask(Context, NormalsStationsTaskCallback) - Constructor for class com.aerisweather.aeris.communication.loaders.NormalsStationsTask
-
Constructs an instance with the context and the callback to use.
- NormalsStationsTaskCallback - Interface in com.aerisweather.aeris.communication.loaders
-
Callback interface for
NormalsStationsTask
. - NormalsTask - Class in com.aerisweather.aeris.communication.loaders
-
Requests and loads normals data into local domain objects from the API.
- NormalsTask(Context, NormalsTaskCallback) - Constructor for class com.aerisweather.aeris.communication.loaders.NormalsTask
-
Constructs an instance with the context and the callback to use.
- NormalsTaskCallback - Interface in com.aerisweather.aeris.communication.loaders
-
Callback interface for
NormalsTask
. - NormalTemperature - Class in com.aerisweather.aeris.model
-
Object of temperature based normals.
- NormalTemperature() - Constructor for class com.aerisweather.aeris.model.NormalTemperature
- NormStationsResponse - Class in com.aerisweather.aeris.response
-
Object to make the
normals/stations
endpoint response more friendly to determine what parts of the AerisDataJSON have come back in the response. - NormStationsResponse(AerisDataJSON) - Constructor for class com.aerisweather.aeris.response.NormStationsResponse
-
Constructor the the normals/stations response.
O
- oauth2 - Variable in class com.aerisweather.aeris.model.AerisPermissions
- OAUTH2 - com.aerisweather.aeris.communication.EndpointType
- oauth2_permissions - Variable in class com.aerisweather.aeris.model.AerisPermissions
- ob - Variable in class com.aerisweather.aeris.model.AerisDataJSON
- ob - Variable in class com.aerisweather.aeris.model.ObservationPeriod
- ob - Variable in class com.aerisweather.aeris.model.Period
- ObArchiveResponse - Class in com.aerisweather.aeris.response
-
Object to make the
observations/archive
endpoint response more friendly to determine what parts of the AerisDataJSON have come back in the response. - ObArchiveResponse(AerisDataJSON) - Constructor for class com.aerisweather.aeris.response.ObArchiveResponse
-
Constructor the the observations/archive response.
- Observation - Class in com.aerisweather.aeris.model
-
Wrapper object for the observation JSON returned from Aeris for endpoint
OBSERVATIONS
- Observation(ObservationData) - Constructor for class com.aerisweather.aeris.model.Observation
- ObservationData - Class in com.aerisweather.aeris.model
- ObservationData() - Constructor for class com.aerisweather.aeris.model.ObservationData
- ObservationFields - Enum in com.aerisweather.aeris.communication.fields
- ObservationPeriod - Class in com.aerisweather.aeris.model
- ObservationPeriod() - Constructor for class com.aerisweather.aeris.model.ObservationPeriod
- ObservationResponse - Class in com.aerisweather.aeris.response
-
Object to make the
observations
endpoint response more friendly to determine what parts of the AerisDataJSON have come back in the response. - ObservationResponse(AerisDataJSON) - Constructor for class com.aerisweather.aeris.response.ObservationResponse
-
Constructor the the observations response.
- observations - Variable in class com.aerisweather.aeris.model.AerisPermissions
- OBSERVATIONS - com.aerisweather.aeris.communication.EndpointType
-
The observations data set provides access to current and archived weather observations from a variety of reporting stations.
- OBSERVATIONS - com.aerisweather.aeris.communication.fields.Fields
- observations_archive - Variable in class com.aerisweather.aeris.model.AerisPermissions
- OBSERVATIONS_ARCHIVE - com.aerisweather.aeris.communication.EndpointType
-
The observations/archive endpoint provides access to a full day of observations from our archive based on your subscription level.
- observations_recent - Variable in class com.aerisweather.aeris.model.AerisPermissions
-
Deprecated.
- OBSERVATIONS_RECENT - com.aerisweather.aeris.communication.EndpointType
-
Deprecated.
- observations_summary - Variable in class com.aerisweather.aeris.model.AerisPermissions
- OBSERVATIONS_SUMMARY - com.aerisweather.aeris.communication.EndpointType
-
The observations/summaryPeriod endpoint provides access to daily summaries based on received observations.
- ObservationsArchiveTask - Class in com.aerisweather.aeris.communication.loaders
-
Requests and loads observation archive data into local domain objects from the API.
- ObservationsArchiveTask(Context, ObservationsArchiveTaskCallback) - Constructor for class com.aerisweather.aeris.communication.loaders.ObservationsArchiveTask
-
Constructs an instance with the context and the callback to use.
- ObservationsArchiveTaskCallback - Interface in com.aerisweather.aeris.communication.loaders
-
Callback interface for
ObservationsArchiveTask
. - ObservationsSummaryTask - Class in com.aerisweather.aeris.communication.loaders
-
Requests and loads observation summaryPeriod data into local domain objects from the API.
- ObservationsSummaryTask(Context, ObservationsSummaryTaskCallback) - Constructor for class com.aerisweather.aeris.communication.loaders.ObservationsSummaryTask
-
Constructs an instance with the context and the callback to use.
- ObservationsSummaryTaskCallback - Interface in com.aerisweather.aeris.communication.loaders
- ObservationsTask - Class in com.aerisweather.aeris.communication.loaders
-
Requests and loads observation data into local domain objects from the API.
- ObservationsTask(Context, ObservationsTaskCallback) - Constructor for class com.aerisweather.aeris.communication.loaders.ObservationsTask
-
Constructs an instance with the context and the callback to use.
- ObservationsTaskCallback - Interface in com.aerisweather.aeris.communication.loaders
-
Callback interface for
ObservationsTask
. - ObSummaryResponse - Class in com.aerisweather.aeris.response
-
Object to make the
observations/summary
endpoint response more friendly to determine what parts of the AerisDataJSON have come back in the response. - ObSummaryResponse(AerisDataJSON) - Constructor for class com.aerisweather.aeris.response.ObSummaryResponse
-
Constructor the the observations/archive response.
- onAdvisoriesFailed(AerisError) - Method in interface com.aerisweather.aeris.communication.loaders.AdvisoriesTaskCallback
-
This method will be called when an advisories request to the API has failed.
- onAdvisoriesLoaded(List<AdvisoriesResponse>) - Method in interface com.aerisweather.aeris.communication.loaders.AdvisoriesTaskCallback
-
This method will be called when a list of advisories have been returned from the API.
- onAirQualityFailed(AerisError) - Method in interface com.aerisweather.aeris.communication.loaders.AirQualityTaskCallback
- onAirQualityLoaded(List<AirQualityResponse>) - Method in interface com.aerisweather.aeris.communication.loaders.AirQualityTaskCallback
- onAlertsFailed(AerisError) - Method in interface com.aerisweather.aeris.communication.loaders.AlertsTaskCallback
-
This method will be called when an advisories request to the API has failed.
- onAlertsLoaded(List<AlertsResponse>) - Method in interface com.aerisweather.aeris.communication.loaders.AlertsTaskCallback
-
This method will be called when a list of advisories have been returned from the API.
- onBatchResponse(AerisBatchResponse) - Method in interface com.aerisweather.aeris.communication.BatchCallback
-
Method that will be called after an task has finished executing.
- onCancelled() - Method in class com.aerisweather.aeris.communication.CommunicationTask
- onCancelled() - Method in class com.aerisweather.aeris.location.SingleLocationTask
- onConditionsFailed(AerisError) - Method in interface com.aerisweather.aeris.communication.loaders.ConditionsTaskCallback
-
This method will be called when an observation request to the API has failed.
- onConditionsLoaded(List<ConditionsResponse>) - Method in interface com.aerisweather.aeris.communication.loaders.ConditionsTaskCallback
-
This method will be called when a list of observations have been returned from the API.
- onCountriesFailed(AerisError) - Method in interface com.aerisweather.aeris.communication.loaders.CountriesTaskCallback
-
This method will be called when an countries request to the API has failed.
- onCountriesLoaded(List<CountriesResponse>) - Method in interface com.aerisweather.aeris.communication.loaders.CountriesTaskCallback
-
This method will be called when a list of country responses have been returned from the API.
- ONE_HOUR - com.aerisweather.aeris.communication.Filter
- onEarthquakesFailed(AerisError) - Method in interface com.aerisweather.aeris.communication.loaders.EarthquakesTaskCallback
-
This method will be called when an earthquakes request to the API has failed.
- onEarthquakesLoaded(List<EarthquakesResponse>) - Method in interface com.aerisweather.aeris.communication.loaders.EarthquakesTaskCallback
-
This method will be called when a list of earthquakes have been returned from the API.
- onFail(AerisError) - Method in class com.aerisweather.aeris.communication.loaders.AdvisoriesTask
- onFail(AerisError) - Method in class com.aerisweather.aeris.communication.loaders.AerisAbstractTask
-
Passes error callback to the proper concrete class's fail callback.
- onFail(AerisError) - Method in class com.aerisweather.aeris.communication.loaders.AirQualityTask
- onFail(AerisError) - Method in class com.aerisweather.aeris.communication.loaders.AlertsTask
- onFail(AerisError) - Method in class com.aerisweather.aeris.communication.loaders.ConditionsTask
- onFail(AerisError) - Method in class com.aerisweather.aeris.communication.loaders.CountriesTask
- onFail(AerisError) - Method in class com.aerisweather.aeris.communication.loaders.EarthquakesTask
- onFail(AerisError) - Method in class com.aerisweather.aeris.communication.loaders.FiresTask
- onFail(AerisError) - Method in class com.aerisweather.aeris.communication.loaders.ForecastsTask
- onFail(AerisError) - Method in class com.aerisweather.aeris.communication.loaders.LightningTask
- onFail(AerisError) - Method in class com.aerisweather.aeris.communication.loaders.MoonphasesTask
- onFail(AerisError) - Method in class com.aerisweather.aeris.communication.loaders.NormalsStationsTask
- onFail(AerisError) - Method in class com.aerisweather.aeris.communication.loaders.NormalsTask
- onFail(AerisError) - Method in class com.aerisweather.aeris.communication.loaders.ObservationsArchiveTask
- onFail(AerisError) - Method in class com.aerisweather.aeris.communication.loaders.ObservationsSummaryTask
- onFail(AerisError) - Method in class com.aerisweather.aeris.communication.loaders.ObservationsTask
- onFail(AerisError) - Method in class com.aerisweather.aeris.communication.loaders.PlacesAirportsTask
- onFail(AerisError) - Method in class com.aerisweather.aeris.communication.loaders.PlacesPostalcodesTask
- onFail(AerisError) - Method in class com.aerisweather.aeris.communication.loaders.PlacesTask
- onFail(AerisError) - Method in class com.aerisweather.aeris.communication.loaders.RecordsTask
- onFail(AerisError) - Method in class com.aerisweather.aeris.communication.loaders.RiversGaugesTask
- onFail(AerisError) - Method in class com.aerisweather.aeris.communication.loaders.RiversTask
- onFail(AerisError) - Method in class com.aerisweather.aeris.communication.loaders.StormCellsTask
- onFail(AerisError) - Method in class com.aerisweather.aeris.communication.loaders.StormReportsTask
- onFail(AerisError) - Method in class com.aerisweather.aeris.communication.loaders.SunmoonTask
- onFail(AerisError) - Method in class com.aerisweather.aeris.communication.loaders.TidesStationsTask
- onFail(AerisError) - Method in class com.aerisweather.aeris.communication.loaders.TidesTask
- onFail(AerisError) - Method in class com.aerisweather.aeris.communication.loaders.TropicalCyclonesTask
- onFiresFailed(AerisError) - Method in interface com.aerisweather.aeris.communication.loaders.FiresTaskCallback
-
This method will be called when an fires request to the API has failed.
- onFiresLoaded(List<FiresResponse>) - Method in interface com.aerisweather.aeris.communication.loaders.FiresTaskCallback
-
This method will be called when a list of fires have been returned from the API.
- onForecastsFailed(AerisError) - Method in interface com.aerisweather.aeris.communication.loaders.ForecastsTaskCallback
-
This method will be called when an forecasts request to the API has failed.
- onForecastsLoaded(List<ForecastsResponse>) - Method in interface com.aerisweather.aeris.communication.loaders.ForecastsTaskCallback
-
This method will be called when a list of forecasts have been returned from the API.
- onLightningFailed(AerisError) - Method in interface com.aerisweather.aeris.communication.loaders.LightningTaskCallback
-
This method will be called when an Lightning request to the API has failed.
- onLightningLoaded(List<LightningResponse>) - Method in interface com.aerisweather.aeris.communication.loaders.LightningTaskCallback
-
This method will be called when a list of lightning strike responses have been returned from the API.
- onLocationChanged(Location) - Method in class com.aerisweather.aeris.location.WindowListener
- onMoonphasesFailed(AerisError) - Method in interface com.aerisweather.aeris.communication.loaders.MoonphasesTaskCallback
-
This method will be called when an moon phases request to the API has failed.
- onMoonphasesLoaded(List<MoonphasesResponse>) - Method in interface com.aerisweather.aeris.communication.loaders.MoonphasesTaskCallback
-
This method will be called when a list of moon phases have been returned from the API.
- onNormalsFailed(AerisError) - Method in interface com.aerisweather.aeris.communication.loaders.NormalsTaskCallback
-
This method will be called when an normals request to the API has failed.
- onNormalsLoaded(List<NormalsResponse>) - Method in interface com.aerisweather.aeris.communication.loaders.NormalsTaskCallback
-
This method will be called when a list of normals have been returned from the API.
- onNormalsStationsFailed(AerisError) - Method in interface com.aerisweather.aeris.communication.loaders.NormalsStationsTaskCallback
-
This method will be called when an normals stations request to the API has failed.
- onNormalsStationsLoaded(List<NormStationsResponse>) - Method in interface com.aerisweather.aeris.communication.loaders.NormalsStationsTaskCallback
-
This method will be called when a list of normals stations have been returned from the API.
- onObArchivesFailed(AerisError) - Method in interface com.aerisweather.aeris.communication.loaders.ObservationsArchiveTaskCallback
-
This method will be called when an observations archive request to the API has failed.
- onObArchivesLoaded(List<ObArchiveResponse>) - Method in interface com.aerisweather.aeris.communication.loaders.ObservationsArchiveTaskCallback
-
This method will be called when a list of observation archive responses have been returned from the API.
- onObservationsFailed(AerisError) - Method in interface com.aerisweather.aeris.communication.loaders.ObservationsTaskCallback
-
This method will be called when an observation request to the API has failed.
- onObservationsLoaded(List<ObservationResponse>) - Method in interface com.aerisweather.aeris.communication.loaders.ObservationsTaskCallback
-
This method will be called when a list of observations have been returned from the API.
- onObSummaryFailed(AerisError) - Method in interface com.aerisweather.aeris.communication.loaders.ObservationsSummaryTaskCallback
-
This method will be called when an observations summaryPeriod request to the API has failed.
- onObSummaryLoaded(List<ObSummaryResponse>) - Method in interface com.aerisweather.aeris.communication.loaders.ObservationsSummaryTaskCallback
-
This method will be called when a list of observation summaryPeriod responses have been returned from the API.
- onPermissionsObtained(AerisPermissionsResponse) - Method in class com.aerisweather.aeris.communication.AerisEngine
- onPermissionsObtained(AerisPermissionsResponse) - Method in interface com.aerisweather.aeris.communication.PermissionsTask.PermissionsCallback
-
Callback method for handling the response of the PermissionsTask
- onPlacesAirportsFailed(AerisError) - Method in interface com.aerisweather.aeris.communication.loaders.PlacesAirportsTaskCallback
-
This method will be called when an places airports request to the API has failed.
- onPlacesAirportsLoaded(List<PlacesAirportsResponse>) - Method in interface com.aerisweather.aeris.communication.loaders.PlacesAirportsTaskCallback
-
This method will be called when a list of places airports have been returned from the API.
- onPlacesFailed(AerisError) - Method in interface com.aerisweather.aeris.communication.loaders.PlacesTaskCallback
-
This method will be called when an places request to the API has failed.
- onPlacesLoaded(List<PlacesResponse>) - Method in interface com.aerisweather.aeris.communication.loaders.PlacesTaskCallback
-
This method will be called when a list of places have been returned from the API.
- onPostalcodesFailed(AerisError) - Method in interface com.aerisweather.aeris.communication.loaders.PlacesPostalcodesTaskCallback
-
This method will be called when an places postal codes request to the API has failed.
- onPostalcodesLoaded(List<PostalcodesResponse>) - Method in interface com.aerisweather.aeris.communication.loaders.PlacesPostalcodesTaskCallback
-
This method will be called when a list of places postal codes have been returned from the API.
- onPostExecute(AerisBatchResponse) - Method in class com.aerisweather.aeris.communication.BatchCommunicationTask
- onPostExecute(AerisPermissionsResponse) - Method in class com.aerisweather.aeris.communication.PermissionsTask
- onPostExecute(AerisResponse) - Method in class com.aerisweather.aeris.communication.AerisCommunicationTask
- onPostExecute(AerisResponse) - Method in class com.aerisweather.aeris.communication.loaders.AerisAbstractTask
- onPostExecute(AerisResponse) - Method in class com.aerisweather.aeris.communication.loaders.TropicalCyclonesTask
- onPostExecute(String) - Method in class com.aerisweather.aeris.communication.AerisCustomCommunicationTask
- onPostExecute(Void) - Method in class com.aerisweather.aeris.location.SingleLocationTask
- onPostExecute(T) - Method in class com.aerisweather.aeris.communication.CommunicationTask
- onPreExecute() - Method in class com.aerisweather.aeris.communication.CommunicationTask
- onPreExecute() - Method in class com.aerisweather.aeris.location.SingleLocationTask
- onProviderDisabled(String) - Method in class com.aerisweather.aeris.location.WindowListener
- onProviderEnabled(String) - Method in class com.aerisweather.aeris.location.WindowListener
- onRecordsFailed(AerisError) - Method in interface com.aerisweather.aeris.communication.loaders.RecordsTaskCallback
-
This method will be called when an records request to the API has failed.
- onRecordsLoaded(List<RecordsResponse>) - Method in interface com.aerisweather.aeris.communication.loaders.RecordsTaskCallback
-
This method will be called when a list of records have been returned from the API.
- onResult(EndpointType, AerisResponse) - Method in interface com.aerisweather.aeris.communication.AerisCallback
-
Method that will be called after an task has finished executing.
- onResult(String, String) - Method in interface com.aerisweather.aeris.communication.CustomCallback
-
Method that will be called after an task has finished executing.
- onRiversFailed(AerisError) - Method in interface com.aerisweather.aeris.communication.loaders.RiversGaugesTaskCallback
-
This method will be called when a rivers request to the API has failed.
- onRiversFailed(AerisError) - Method in interface com.aerisweather.aeris.communication.loaders.RiversTaskCallback
-
This method will be called when a rivers request to the API has failed.
- onRiversLoaded(List<RiversGaugesResponse>) - Method in interface com.aerisweather.aeris.communication.loaders.RiversGaugesTaskCallback
-
This method will be called when a list of rivers gauges data has been returned from the API.
- onRiversLoaded(List<RiversResponse>) - Method in interface com.aerisweather.aeris.communication.loaders.RiversTaskCallback
-
This method will be called when a list of river data has been returned from the API.
- onStatusChanged(String, int, Bundle) - Method in class com.aerisweather.aeris.location.WindowListener
- onStormCellsFailed(AerisError) - Method in interface com.aerisweather.aeris.communication.loaders.StormCellsTaskCallback
-
This method will be called when an storm cells request to the API has failed.
- onStormCellsLoaded(List<StormCellResponse>) - Method in interface com.aerisweather.aeris.communication.loaders.StormCellsTaskCallback
-
This method will be called when a list of storm cells have been returned from the API.
- onStormReportsFailed(AerisError) - Method in interface com.aerisweather.aeris.communication.loaders.StormReportsTaskCallback
-
This method will be called when an storm reports request to the API has failed.
- onStormReportsLoaded(List<StormReportsResponse>) - Method in interface com.aerisweather.aeris.communication.loaders.StormReportsTaskCallback
-
This method will be called when a list of storm reports have been returned from the API.
- onSunmoonFailed(AerisError) - Method in interface com.aerisweather.aeris.communication.loaders.SunmoonTaskCallback
-
This method will be called when an sunmoon request to the API has failed.
- onSunmoonLoaded(List<SunmoonResponse>) - Method in interface com.aerisweather.aeris.communication.loaders.SunmoonTaskCallback
-
This method will be called when a list of sunmoon response have been returned from the API.
- onTidesFailed(AerisError) - Method in interface com.aerisweather.aeris.communication.loaders.TidesTaskCallback
-
This method will be called when an tides request to the API has failed.
- onTidesLoaded(List<TidesResponse>) - Method in interface com.aerisweather.aeris.communication.loaders.TidesTaskCallback
-
This method will be called when a list of tides have been returned from the API.
- onTideStationsFailed(AerisError) - Method in interface com.aerisweather.aeris.communication.loaders.TidesStationsTaskCallback
-
This method will be called when an tides stations request to the API has failed.
- onTideStationsLoaded(List<TideStationsResponse>) - Method in interface com.aerisweather.aeris.communication.loaders.TidesStationsTaskCallback
-
This method will be called when a list of tide stations have been returned from the API.
- onTropicalCyclonesFailed(AerisError) - Method in interface com.aerisweather.aeris.communication.loaders.TropicalCyclonesTaskCallback
-
This method will be called when an tropical_cyclones request to the API has failed.
- onTropicalCyclonesLoaded(List<AerisDataJSON>, boolean, AerisError) - Method in interface com.aerisweather.aeris.communication.loaders.TropicalCyclonesTaskCallback
-
This method will be called when a list of tropical_cyclones have been returned from the API.
- opacity - Variable in class com.aerisweather.aeris.model.MapsPermission.CompositeOptions
- Opacity() - Constructor for class com.aerisweather.aeris.model.MapsPermission.CompositeOptions.Opacity
P
- PACIFIC - com.aerisweather.aeris.communication.Filter
- packageName - Variable in class com.aerisweather.aeris.communication.UrlBuilder
-
Pacakage name of the app
- Parameter - Class in com.aerisweather.aeris.communication.parameter
- Parameter(String, String) - Constructor for class com.aerisweather.aeris.communication.parameter.Parameter
- ParameterBuilder - Class in com.aerisweather.aeris.communication.parameter
-
Parameter builder for increasing ease of adding parameters to an
AerisRequest
. - ParameterBuilder() - Constructor for class com.aerisweather.aeris.communication.parameter.ParameterBuilder
-
Construct an instance of the parameter builder for increasing ease of adding parameters to an
AerisRequest
. - parameters - Variable in class com.aerisweather.aeris.communication.AerisRequest
- parseResponse(JSONObject) - Method in class com.aerisweather.aeris.response.StormcellsSummaryResponse
- parseResponse(JSONObject) - Method in class com.aerisweather.aeris.response.StormReportsSummaryResponse
- parseResponse(JSONObject) - Method in class com.aerisweather.aeris.response.ThreatsResponse
- peakamp - Variable in class com.aerisweather.aeris.model.LightningPulse
- perContained - Variable in class com.aerisweather.aeris.model.FiresReport
-
The percentage of the fire that is contained.
- perContained - Variable in class com.aerisweather.aeris.model.Report
- perimeter - Variable in class com.aerisweather.aeris.model.AerisDataJSON
- Perimeter - Class in com.aerisweather.aeris.model
- Perimeter() - Constructor for class com.aerisweather.aeris.model.Perimeter
- Period - Class in com.aerisweather.aeris.model
- Period() - Constructor for class com.aerisweather.aeris.model.Period
- PeriodDeserializer() - Constructor for class com.aerisweather.aeris.model.AerisDataJSON.PeriodDeserializer
- periods - Variable in class com.aerisweather.aeris.model.AerisDataJSON
- periods - Variable in class com.aerisweather.aeris.model.IndiceForecast
- periods - Variable in class com.aerisweather.aeris.model.ThreatsDataJSON
- periods - Variable in class com.aerisweather.aeris.response.PeriodsResponse
-
List of periods
- PeriodsResponse<T extends AbstractPeriod> - Class in com.aerisweather.aeris.response
-
Helper class that handles accessing period information from specific responses
- PeriodsResponse(AerisDataJSON, Class<T>) - Constructor for class com.aerisweather.aeris.response.PeriodsResponse
-
Period response constructor that needs
- Permission - Class in com.aerisweather.aeris.model
-
Permission data wrapper object
- Permission(boolean) - Constructor for class com.aerisweather.aeris.model.Permission
-
Initialize with permission boolean
- permissions - Variable in class com.aerisweather.aeris.model.AerisPermissionsBuilder
- permissions - Variable in class com.aerisweather.aeris.model.AerisPermissionsResponse
- PERMISSIONS - com.aerisweather.aeris.communication.EndpointType
- PermissionsTask - Class in com.aerisweather.aeris.communication
-
Task that will use the client information and query the Aeris API to see what permission the client has for accessing the API.
- PermissionsTask(Context, PermissionsTask.PermissionsCallback) - Constructor for class com.aerisweather.aeris.communication.PermissionsTask
-
Initialize with a context and a callback interface to handle the response.
- PermissionsTask.PermissionsCallback - Interface in com.aerisweather.aeris.communication
-
Callback interface for handling the response for the permissions.
- phase - Variable in class com.aerisweather.aeris.model.Moon
- phase - Variable in class com.aerisweather.aeris.model.MoonPhase
-
The moon phase percentage.
- phrase - Variable in class com.aerisweather.aeris.model.Storm
- phrase - Variable in class com.aerisweather.aeris.model.Weather
- Phrase - Class in com.aerisweather.aeris.model
-
The information for an Phrase response.
- Phrase() - Constructor for class com.aerisweather.aeris.model.Phrase
- phrases - Variable in class com.aerisweather.aeris.model.AerisDataJSON
- PHRASES_OUTLOOK - com.aerisweather.aeris.communication.EndpointType
-
Deprecated.
- phrases_summary - Variable in class com.aerisweather.aeris.model.AerisPermissions
- PHRASES_SUMMARY - com.aerisweather.aeris.communication.EndpointType
-
Returns text phrases for the period Available
Action
: id. - PhrasesResponse - Class in com.aerisweather.aeris.response
-
Object to make the Phrases endpoint response more friendly to determine what parts of the AerisDataJSON have come back in the response.
- PhrasesResponse(AerisDataJSON) - Constructor for class com.aerisweather.aeris.response.PhrasesResponse
-
Constructor the the Phrases Response.
- place - Variable in class com.aerisweather.aeris.model.AerisDataJSON
- place - Variable in class com.aerisweather.aeris.model.ThreatsDataJSON
- Place - Class in com.aerisweather.aeris.model
- Place() - Constructor for class com.aerisweather.aeris.model.Place
- PLACE - com.aerisweather.aeris.communication.fields.Fields
- PlaceParameter - Class in com.aerisweather.aeris.communication.parameter
-
Defines the location to query data for.
- PlaceParameter() - Constructor for class com.aerisweather.aeris.communication.parameter.PlaceParameter
-
Query for a place by using the IP address for the location.
- PlaceParameter(double, double) - Constructor for class com.aerisweather.aeris.communication.parameter.PlaceParameter
-
Query for a place with latitude and longitude coordinates
- PlaceParameter(double, double, double, double) - Constructor for class com.aerisweather.aeris.communication.parameter.PlaceParameter
-
Query for a place with latitude and longitude coordinates to use with a
WITHIN
. - PlaceParameter(int) - Constructor for class com.aerisweather.aeris.communication.parameter.PlaceParameter
-
Query for a place with a fips code.
- PlaceParameter(Context) - Constructor for class com.aerisweather.aeris.communication.parameter.PlaceParameter
-
Constructs a Place parameter and uses the phones location, if available.
- PlaceParameter(AerisLocation...) - Constructor for class com.aerisweather.aeris.communication.parameter.PlaceParameter
- PlaceParameter(String) - Constructor for class com.aerisweather.aeris.communication.parameter.PlaceParameter
-
Query for a place with a value.
- PlaceParameter(List<AerisLocation>) - Constructor for class com.aerisweather.aeris.communication.parameter.PlaceParameter
- places - Variable in class com.aerisweather.aeris.model.AerisPermissions
- PLACES - com.aerisweather.aeris.communication.EndpointType
-
The places dataset provides the core data for geographical locations, including cities, reporting stations, airports, points of interest (poi), etc.
- places_airports - Variable in class com.aerisweather.aeris.model.AerisPermissions
- PLACES_AIRPORTS - com.aerisweather.aeris.communication.EndpointType
-
The places/airports endpoint provides place information on airports, heliports.
- PLACES_CLOSEST - Static variable in class com.aerisweather.aeris.communication.Aeris
- places_postalcodes - Variable in class com.aerisweather.aeris.model.AerisPermissions
- PLACES_POSTALCODES - com.aerisweather.aeris.communication.EndpointType
-
The places/postalcodes endpoint provides information on US zip codes and Canadian Postal Codes.
- PlacesAirportsResponse - Class in com.aerisweather.aeris.response
-
Object to make the
places/airports
endpoint response more friendly to determine what parts of the AerisDataJSON have come back in the response. - PlacesAirportsResponse(AerisDataJSON) - Constructor for class com.aerisweather.aeris.response.PlacesAirportsResponse
-
Constructor the the places/airports response.
- PlacesAirportsTask - Class in com.aerisweather.aeris.communication.loaders
-
Requests and loads places airports data into local domain objects from the API.
- PlacesAirportsTask(Context, PlacesAirportsTaskCallback) - Constructor for class com.aerisweather.aeris.communication.loaders.PlacesAirportsTask
-
Constructs an instance with the context and the callback to use.
- PlacesAirportsTaskCallback - Interface in com.aerisweather.aeris.communication.loaders
-
Callback interface for
PlacesAirportsTask
. - PlacesPostalcodesTask - Class in com.aerisweather.aeris.communication.loaders
-
Requests and loads postal codes data into local domain objects from the API.
- PlacesPostalcodesTask(Context, PlacesPostalcodesTaskCallback) - Constructor for class com.aerisweather.aeris.communication.loaders.PlacesPostalcodesTask
-
Constructs an instance with the context and the callback to use.
- PlacesPostalcodesTaskCallback - Interface in com.aerisweather.aeris.communication.loaders
-
Callback interface for
PlacesPostalcodesTask
. - PlacesResponse - Class in com.aerisweather.aeris.response
-
Object to make the
places
endpoint response more friendly to determine what parts of the AerisDataJSON have come back in the response. - PlacesResponse(AerisDataJSON) - Constructor for class com.aerisweather.aeris.response.PlacesResponse
-
Constructor the the places response.
- PlacesTask - Class in com.aerisweather.aeris.communication.loaders
-
Requests and loads places data into local domain objects from the API.
- PlacesTask(Context, PlacesTaskCallback) - Constructor for class com.aerisweather.aeris.communication.loaders.PlacesTask
-
Constructs an instance with the context and the callback to use.
- PlacesTaskCallback - Interface in com.aerisweather.aeris.communication.loaders
-
Callback interface for
PlacesTask
. - PLimitParameter - Class in com.aerisweather.aeris.communication.parameter
-
Applied only on the periods property, the total number of periods to return as an integer.
- PLimitParameter(int) - Constructor for class com.aerisweather.aeris.communication.parameter.PLimitParameter
-
Constructs a periods limit paramter with number of periods to limit to.
- POI - com.aerisweather.aeris.communication.Filter
- polarNight - Variable in class com.aerisweather.aeris.model.Sun
-
Set to true if polar night (the sun is not rising), false otherwise
- Pollutant - Class in com.aerisweather.aeris.model
- Pollutant() - Constructor for class com.aerisweather.aeris.model.Pollutant
- pollutants - Variable in class com.aerisweather.aeris.model.Period
- poly - Variable in class com.aerisweather.aeris.model.AerisDataJSON
- POLY - com.aerisweather.aeris.communication.fields.AdvisoryFields
- polygon - Variable in class com.aerisweather.aeris.model.FiresPerimeter
-
GeoPolygon of the fire perimeter.
- polygon - Variable in class com.aerisweather.aeris.model.Perimeter
-
GeoPolygon of the fire perimeter.
- pop - Variable in class com.aerisweather.aeris.model.ForecastPeriod
-
Probability of precipitation.
- pop - Variable in class com.aerisweather.aeris.model.Period
- pop - Variable in class com.aerisweather.aeris.model.Profile
- position - Variable in class com.aerisweather.aeris.model.AerisDataJSON
- POSITION - com.aerisweather.aeris.communication.Filter
- PostalcodesResponse - Class in com.aerisweather.aeris.response
-
Object to make the
places/postalcodes
endpoint response more friendly to determine what parts of the AerisDataJSON have come back in the response. - PostalcodesResponse(AerisDataJSON) - Constructor for class com.aerisweather.aeris.response.PostalcodesResponse
-
Constructor the the places/postalcodes response.
- prcp - Variable in class com.aerisweather.aeris.model.NormalPeriod
- prcp - Variable in class com.aerisweather.aeris.model.Period
- prcp - Variable in class com.aerisweather.aeris.model.ProfileFlag
-
Flag indicating if the station has precipitation normals.
- precip - Variable in class com.aerisweather.aeris.model.Summary
- PRECIP_IN - com.aerisweather.aeris.communication.fields.ForecastsFields
- PRECIP_MM - com.aerisweather.aeris.communication.fields.ForecastsFields
- precipIN - Variable in class com.aerisweather.aeris.model.ConditionPeriod
-
From now to past 3 hours, estimated precipitation rate in inches/hour.
- precipIN - Variable in class com.aerisweather.aeris.model.ForecastPeriod
-
Precipitation expected in inches.
- precipIN - Variable in class com.aerisweather.aeris.model.Observation
-
The hourly precipitation, in inches, as provided by station.
- precipIN - Variable in class com.aerisweather.aeris.model.ObservationData
- precipIN - Variable in class com.aerisweather.aeris.model.Period
- Precipitation - Class in com.aerisweather.aeris.model
-
Precipitation data.
- Precipitation() - Constructor for class com.aerisweather.aeris.model.Precipitation
- precipMM - Variable in class com.aerisweather.aeris.model.ConditionPeriod
-
From now to past 3 hours, estimated precip rate in mm/hour.
- precipMM - Variable in class com.aerisweather.aeris.model.ForecastPeriod
-
Precipitation expected in millimeters.
- precipMM - Variable in class com.aerisweather.aeris.model.Observation
-
The hourly precipitation, in millimeters, as provided by station.
- precipMM - Variable in class com.aerisweather.aeris.model.ObservationData
- precipMM - Variable in class com.aerisweather.aeris.model.Period
- precipRateIN - Variable in class com.aerisweather.aeris.model.ConditionPeriod
-
precipitation rate in in/hour, or mm/#min if filter=#min is used
- precipRateIN - Variable in class com.aerisweather.aeris.model.Period
- precipRateMM - Variable in class com.aerisweather.aeris.model.ConditionPeriod
-
precipitation rate in mm/hour, or mm/#min if filter=#min is used
- precipRateMM - Variable in class com.aerisweather.aeris.model.Period
- pressure - Variable in class com.aerisweather.aeris.model.AerisDataJSON
- pressure - Variable in class com.aerisweather.aeris.model.Profile
- pressure - Variable in class com.aerisweather.aeris.model.Summary
- pressure - Variable in class com.aerisweather.aeris.model.TropicalCycloneDetails
- Pressure - Class in com.aerisweather.aeris.model
-
Object of Range data.
- Pressure() - Constructor for class com.aerisweather.aeris.model.Pressure
- PRESSURE_IN - com.aerisweather.aeris.communication.fields.ForecastsFields
- PRESSURE_IN - com.aerisweather.aeris.communication.fields.ObservationFields
- PRESSURE_MB - com.aerisweather.aeris.communication.fields.ForecastsFields
- PRESSURE_MB - com.aerisweather.aeris.communication.fields.ObservationFields
- pressureIN - Variable in class com.aerisweather.aeris.model.ConditionPeriod
-
MSLP Barometric pressure in inches mercury
- pressureIN - Variable in class com.aerisweather.aeris.model.ForecastPeriod
-
Barometric pressure in inches mercury
- pressureIN - Variable in class com.aerisweather.aeris.model.Observation
-
Barometric pressure in inches of mercury.
- pressureIN - Variable in class com.aerisweather.aeris.model.ObservationData
- pressureIN - Variable in class com.aerisweather.aeris.model.Period
- pressureIN - Variable in class com.aerisweather.aeris.model.TropicalCycloneDetails
- pressureMB - Variable in class com.aerisweather.aeris.model.ConditionPeriod
-
MSLP Barometric pressure in millibars
- pressureMB - Variable in class com.aerisweather.aeris.model.ForecastPeriod
-
Barometric pressure in millibars
- pressureMB - Variable in class com.aerisweather.aeris.model.Observation
-
Barometric pressure in millibars.
- pressureMB - Variable in class com.aerisweather.aeris.model.ObservationData
- pressureMB - Variable in class com.aerisweather.aeris.model.Period
- pressureMB - Variable in class com.aerisweather.aeris.model.TropicalCycloneDetails
- prev - Variable in class com.aerisweather.aeris.model.RecordsReport
- prev - Variable in class com.aerisweather.aeris.model.Report
- PreviousRecord - Class in com.aerisweather.aeris.model
-
Previous Record held for the location
- PreviousRecord() - Constructor for class com.aerisweather.aeris.model.PreviousRecord
- primary - Variable in class com.aerisweather.aeris.model.Weather
- primaryCoded - Variable in class com.aerisweather.aeris.model.Weather
- prob - Variable in class com.aerisweather.aeris.model.Hail
-
Probability that the storm contains hail of any size
- prob - Variable in class com.aerisweather.aeris.model.StormcellsHail
-
Probability that the storm contains hail of any size
- Probability - Class in com.aerisweather.aeris.model
-
Probability info
- Probability() - Constructor for class com.aerisweather.aeris.model.Probability
- PROBABILITY - com.aerisweather.aeris.communication.Filter
- probSevere - Variable in class com.aerisweather.aeris.model.Hail
-
Probability that the storm contains severe hail
- probSevere - Variable in class com.aerisweather.aeris.model.StormcellsHail
-
Probability that the storm contains severe hail
- product - Variable in class com.aerisweather.aeris.model.Details
-
The product type.
- profile - Variable in class com.aerisweather.aeris.model.AerisDataJSON
- profile - Variable in class com.aerisweather.aeris.model.ThreatsDataJSON
- Profile - Class in com.aerisweather.aeris.model
- Profile() - Constructor for class com.aerisweather.aeris.model.Profile
- PROFILE - com.aerisweather.aeris.communication.fields.Fields
- ProfileFlag - Class in com.aerisweather.aeris.model
- ProfileFlag() - Constructor for class com.aerisweather.aeris.model.ProfileFlag
- progressListener - Variable in class com.aerisweather.aeris.communication.CommunicationTask
- PsortParameter - Class in com.aerisweather.aeris.communication.parameter
-
Applied only on the periods property, used to sort results based on certain fields contained within the periods.
- PsortParameter(String) - Constructor for class com.aerisweather.aeris.communication.parameter.PsortParameter
-
Construct the period sort parameter with will sort the periods based on a value.
- pulse - Variable in class com.aerisweather.aeris.model.LightningObservation
- pulse - Variable in class com.aerisweather.aeris.model.ObservationData
Q
- QC - Variable in class com.aerisweather.aeris.model.Observation
-
The Quality of the observations - deprecated
- QC - Variable in class com.aerisweather.aeris.model.ObservationData
- QC - Variable in class com.aerisweather.aeris.model.Precipitation
- QC - Variable in class com.aerisweather.aeris.model.Summary
- QCcode - Variable in class com.aerisweather.aeris.model.Observation
-
Quality Control Code is the numerical version of QC (quality control): 0 = failed QC 1 = caution (some observation attributes may be invalid) 3 = probation (a station will be on probation if it's new, changed location, or having significant data issues) 7 = Questioned.
- QCcode - Variable in class com.aerisweather.aeris.model.ObservationData
- QCcode - Variable in class com.aerisweather.aeris.model.Precipitation
- QualityControl - Class in com.aerisweather.aeris.model
-
Quality Control data.
- QualityControl() - Constructor for class com.aerisweather.aeris.model.QualityControl
- QueryParameter - Class in com.aerisweather.aeris.communication.parameter
-
Used to filter results based on certain fields in the data set.
- QueryParameter(CodedInterface) - Constructor for class com.aerisweather.aeris.communication.parameter.QueryParameter
-
Construct a query parameter with a coded value
query=:string - QueryParameter(CodedInterface, double) - Constructor for class com.aerisweather.aeris.communication.parameter.QueryParameter
-
For a more advanced CodedInterface value with a comparator.
- QueryParameter(String) - Constructor for class com.aerisweather.aeris.communication.parameter.QueryParameter
-
Construct a query parameter with the string value.
- QueryParameter(String, String) - Constructor for class com.aerisweather.aeris.communication.parameter.QueryParameter
-
A more advanced query with a comparator.
R
- radar - Variable in class com.aerisweather.aeris.model.InteractivePermission
-
Whether or not the client has permission to use radar
- radarID - Variable in class com.aerisweather.aeris.model.CellObservation
-
The radar site ID reporting the cell
- radarID - Variable in class com.aerisweather.aeris.model.ObservationData
- RadiusParameter - Class in com.aerisweather.aeris.communication.parameter
-
When requesting the closest results within a circle, the radius determines how far from the specified location to search.
- RadiusParameter(int) - Constructor for class com.aerisweather.aeris.communication.parameter.RadiusParameter
-
Constructs a Radius parameter of a certain distance.
- RadiusParameter(int, RadiusUnit) - Constructor for class com.aerisweather.aeris.communication.parameter.RadiusParameter
-
Constructs a Radius parameter of a certain distance.
- RadiusParameter(String) - Constructor for class com.aerisweather.aeris.communication.parameter.RadiusParameter
-
Construct a radius paramter with the string as the value.
- RadiusUnit - Enum in com.aerisweather.aeris.communication.parameter
- rainIN - Variable in class com.aerisweather.aeris.model.RecordsDetails
-
If a rain record, the amount of rain in inches.
- rainIN - Variable in class com.aerisweather.aeris.model.StormReportDetail
-
Optional.
- rainMM - Variable in class com.aerisweather.aeris.model.RecordsDetails
-
If a rain record, the amount of rain in millimeters.
- rainMM - Variable in class com.aerisweather.aeris.model.StormReportDetail
-
Optional.
- range - Variable in class com.aerisweather.aeris.model.ConditionsSummaryPeriod
-
Time range object that the summary is for
- range - Variable in class com.aerisweather.aeris.model.Details
-
Object of the valid coverage period information
- range - Variable in class com.aerisweather.aeris.model.Indice
-
Possible range of values (example: for migraine this is 1 to 5)
- range - Variable in class com.aerisweather.aeris.model.StormcellsSummary
- range - Variable in class com.aerisweather.aeris.model.StormReportsSummary
- range - Variable in class com.aerisweather.aeris.model.StormReportsSummaryType
- range - Variable in class com.aerisweather.aeris.model.Summary
- Range - Class in com.aerisweather.aeris.model
-
Range data.
- Range() - Constructor for class com.aerisweather.aeris.model.Range
- raw - Variable in class com.aerisweather.aeris.model.AerisDataJSON
- raw - Variable in class com.aerisweather.aeris.model.ObservationPeriod
- raw - Variable in class com.aerisweather.aeris.model.Period
- RAW - com.aerisweather.aeris.communication.fields.Fields
- rawString - Variable in class com.aerisweather.aeris.model.AerisDataJSON
- recDateTimeISO - Variable in class com.aerisweather.aeris.model.Observation
-
ISO 8601 date of the observation was received
- recDateTimeISO - Variable in class com.aerisweather.aeris.model.ObservationData
- recent - Variable in class com.aerisweather.aeris.model.RiverCrests
- records - Variable in class com.aerisweather.aeris.model.AerisPermissions
-
Deprecated.
- RECORDS - com.aerisweather.aeris.communication.EndpointType
-
Deprecated.
- RecordsDetails - Class in com.aerisweather.aeris.model
-
Details for the record.
- RecordsDetails() - Constructor for class com.aerisweather.aeris.model.RecordsDetails
- RecordsReport - Class in com.aerisweather.aeris.model
- RecordsReport(Report) - Constructor for class com.aerisweather.aeris.model.RecordsReport
- RecordsResponse - Class in com.aerisweather.aeris.response
-
Object to make the
records
endpoint response more friendly to determine what parts of the AerisDataJSON have come back in the response. - RecordsResponse(AerisDataJSON) - Constructor for class com.aerisweather.aeris.response.RecordsResponse
-
Constructor the the records response.
- RecordsTask - Class in com.aerisweather.aeris.communication.loaders
-
Requests and loads observation data into local domain objects from the API.
- RecordsTask(Context, RecordsTaskCallback) - Constructor for class com.aerisweather.aeris.communication.loaders.RecordsTask
-
Constructs an instance with the context and the callback to use.
- RecordsTaskCallback - Interface in com.aerisweather.aeris.communication.loaders
-
Callback interface for
RecordsTask
. - recTimestamp - Variable in class com.aerisweather.aeris.model.Observation
-
UNIX timestamp of the observation was received
- recTimestamp - Variable in class com.aerisweather.aeris.model.ObservationData
- REGEX_FOR_INTEGERS - Static variable in class com.aerisweather.aeris.util.ValidationUtil
- REGEX_FOR_NUMBERS - Static variable in class com.aerisweather.aeris.util.ValidationUtil
- REGEX_FOR_PLACE - Static variable in class com.aerisweather.aeris.util.ValidationUtil
- region - Variable in class com.aerisweather.aeris.model.EarthquakeReport
-
The USGS region that the event occurred
- region - Variable in class com.aerisweather.aeris.model.Place
- region - Variable in class com.aerisweather.aeris.model.Report
- regionFull - Variable in class com.aerisweather.aeris.model.Place
- RELATIVE_TO - com.aerisweather.aeris.communication.fields.Fields
- relativeTo - Variable in class com.aerisweather.aeris.model.AerisDataJSON
- RelativeTo - Class in com.aerisweather.aeris.model
- RelativeTo() - Constructor for class com.aerisweather.aeris.model.RelativeTo
- removeUpdates() - Method in class com.aerisweather.aeris.location.LocationHelper
-
Stops requesting location updates from the location manager.
- report - Variable in class com.aerisweather.aeris.model.AerisDataJSON
- Report - Class in com.aerisweather.aeris.model
- Report() - Constructor for class com.aerisweather.aeris.model.Report
- reporter - Variable in class com.aerisweather.aeris.model.Report
- reporter - Variable in class com.aerisweather.aeris.model.StormReport
-
The general organization who made the report
- request - Variable in class com.aerisweather.aeris.communication.CommunicationTask
- request - Variable in class com.aerisweather.aeris.model.AerisDataJSON
- requestClosest(PlaceParameter) - Method in class com.aerisweather.aeris.communication.loaders.AerisAbstractTask
-
Request to the API at the closest location to the place parameter
- requestClosest(PlaceParameter, Parameter...) - Method in class com.aerisweather.aeris.communication.loaders.AerisAbstractTask
-
Request to the API at the closest location to the place parameter with additional parameters
- requestClosestWithCurrentLoc() - Method in class com.aerisweather.aeris.communication.loaders.AerisAbstractTask
-
Request a observation at the closest location using the phones gps.
- requestClosestWithCurrentLoc(Parameter...) - Method in class com.aerisweather.aeris.communication.loaders.AerisAbstractTask
-
Request to the API at the closest location using the phones gps.
- requestLocationUpdates() - Method in class com.aerisweather.aeris.location.LocationHelper
-
Requests the current location based on passive,network, and GPS provider.
- requestLocationUpdates(String) - Method in class com.aerisweather.aeris.location.LocationHelper
-
Requests the current location based on a specific provider.
- requestSearch(Parameter...) - Method in class com.aerisweather.aeris.communication.loaders.AerisAbstractTask
- requestWithinBounds(double, double, double, double) - Method in class com.aerisweather.aeris.communication.loaders.AerisAbstractTask
-
Request to the API within the bounds of a northwest and southeast point.
- requestWithinBounds(double, double, double, double, Parameter...) - Method in class com.aerisweather.aeris.communication.loaders.AerisAbstractTask
-
Request to the API within the bounds of a northwest and southeast point with additional parameters
- requestWithinPolygon(List<AerisLocation>) - Method in class com.aerisweather.aeris.communication.loaders.AerisAbstractTask
-
/** Request to the API within the polygon of locations.
- requestWithinPolygon(List<AerisLocation>, Parameter...) - Method in class com.aerisweather.aeris.communication.loaders.AerisAbstractTask
-
Request to the API within the polygon of locations with additional parameters
- response - Variable in class com.aerisweather.aeris.response.AerisFriendlyResponse
-
Data to allow access to.
- responses - Variable in class com.aerisweather.aeris.model.AerisBatchResponse
-
List of AerisResponses returned from the response
- responses - Variable in class com.aerisweather.aeris.model.AerisResponse
-
List of AerisData returned from the response
- responses - Variable in class com.aerisweather.aeris.response.StormcellsSummaryResponse
- responses - Variable in class com.aerisweather.aeris.response.StormReportsSummaryResponse
- responses - Variable in class com.aerisweather.aeris.response.ThreatsResponse
- reverse - Variable in class com.aerisweather.aeris.model.IndiceRange
- rh - Variable in class com.aerisweather.aeris.model.Summary
- rise - Variable in class com.aerisweather.aeris.model.Moon
-
UNIX timestamp of the moon rise.
- rise - Variable in class com.aerisweather.aeris.model.Sun
-
UNIX timestamp of the sunrise.
- riseISO - Variable in class com.aerisweather.aeris.model.Moon
-
ISO 8601 date of the moon rise.
- riseISO - Variable in class com.aerisweather.aeris.model.Sun
-
ISO 8601 date of the sunrise.
- risk - Variable in class com.aerisweather.aeris.model.Details
-
Object of the risk associated with the outlook.
- Risk - Class in com.aerisweather.aeris.model
-
Risk data.
- Risk() - Constructor for class com.aerisweather.aeris.model.Risk
- RiverCrests - Class in com.aerisweather.aeris.model
- RiverCrests() - Constructor for class com.aerisweather.aeris.model.RiverCrests
- rivers - Variable in class com.aerisweather.aeris.model.AerisPermissions
- RIVERS - com.aerisweather.aeris.communication.EndpointType
-
The rivers endpoint provides access to the latest river and lakes gauge observations.
- rivers_gauges - Variable in class com.aerisweather.aeris.model.AerisPermissions
- RIVERS_GAUGES - com.aerisweather.aeris.communication.EndpointType
-
The rivers/gauges endpoint provides access to enhanced information for the river and lake gauges utilized within the rivers endpoint.
- RiversCats - Class in com.aerisweather.aeris.model
-
The information for an Rivers Secondary response object.
- RiversCats() - Constructor for class com.aerisweather.aeris.model.RiversCats
- RiversGaugesResponse - Class in com.aerisweather.aeris.response
-
Object to make the Rivers Gauges endpoint response more friendly to determine what parts of the AerisDataJSON have come back in the response.
- RiversGaugesResponse(AerisDataJSON) - Constructor for class com.aerisweather.aeris.response.RiversGaugesResponse
-
Constructor the the rivers response.
- RiversGaugesTask - Class in com.aerisweather.aeris.communication.loaders
-
Requests and loads observation data into local domain objects from the API.
- RiversGaugesTask(Context, RiversGaugesTaskCallback) - Constructor for class com.aerisweather.aeris.communication.loaders.RiversGaugesTask
-
Constructs an instance with the context and the callback to use.
- RiversGaugesTaskCallback - Interface in com.aerisweather.aeris.communication.loaders
-
Callback interface for
RiversGaugesTask
. - RiversImpacts - Class in com.aerisweather.aeris.model
- RiversImpacts() - Constructor for class com.aerisweather.aeris.model.RiversImpacts
- RiversResponse - Class in com.aerisweather.aeris.response
-
Object to make the
rivers
endpoint response more friendly to determine what parts of the AerisDataJSON have come back in the response. - RiversResponse(AerisDataJSON) - Constructor for class com.aerisweather.aeris.response.RiversResponse
-
Constructor the the rivers response.
- RiversSecondary - Class in com.aerisweather.aeris.model
-
The information for an Rivers Secondary response object.
- RiversSecondary() - Constructor for class com.aerisweather.aeris.model.RiversSecondary
- RiversTask - Class in com.aerisweather.aeris.communication.loaders
-
Requests and loads observation data into local domain objects from the API.
- RiversTask(Context, RiversTaskCallback) - Constructor for class com.aerisweather.aeris.communication.loaders.RiversTask
-
Constructs an instance with the context and the callback to use.
- RiversTaskCallback - Interface in com.aerisweather.aeris.communication.loaders
-
Callback interface for
RiversTask
. - rotating - Variable in class com.aerisweather.aeris.model.CellTraits
- rotating - Variable in class com.aerisweather.aeris.model.Traits
- rotation - Variable in class com.aerisweather.aeris.model.Storm
S
- sat - Variable in class com.aerisweather.aeris.model.FiresReport
-
Object available for Satellite detected observations.
- sat - Variable in class com.aerisweather.aeris.model.Report
- sat - Variable in class com.aerisweather.aeris.model.Satellite
-
For MODIS detected fires only.
- satellite - Variable in class com.aerisweather.aeris.model.InteractivePermission
-
Whether or not the client has permission to use satellites
- Satellite - Class in com.aerisweather.aeris.model
-
Object available for Satellite detected observations.
- Satellite() - Constructor for class com.aerisweather.aeris.model.Satellite
- SCATTERED_DRY_THUNDERSTORM - com.aerisweather.aeris.communication.Filter
- SCHEMA - com.aerisweather.aeris.communication.Action
-
The schema action is provides the JSON schema for the particular endpoint.
- SEARCH - com.aerisweather.aeris.communication.Action
-
The search action is used as a more general query method and expects the query to be defined with the custom query for the request.
- secondary - Variable in class com.aerisweather.aeris.model.ObservationData
- secureAccess - Variable in class com.aerisweather.aeris.communication.AerisRequest
- set - Variable in class com.aerisweather.aeris.model.Moon
-
UNIX timestamp of the moon set.
- set - Variable in class com.aerisweather.aeris.model.Sun
-
UNIX timestamp of the sunset.
- setBaseTileSecureUrl(String) - Method in class com.aerisweather.aeris.communication.Aeris
- setBaseTileUrl(String) - Method in class com.aerisweather.aeris.communication.Aeris
- setCurrentLocation(Location) - Method in class com.aerisweather.aeris.location.LocationHelper
- setDebugLogcatEnabled(boolean) - Method in class com.aerisweather.aeris.communication.AerisEngine
-
Sets whether all requests/responses should be output to the logcat.
- setEndpoints(Endpoint...) - Method in class com.aerisweather.aeris.communication.AerisBatchRequest
-
Sets the different Endpoints to get responses for.
- setEndpointType(EndpointType) - Method in class com.aerisweather.aeris.communication.Endpoint
-
Sets the endpoint type
- setISO - Variable in class com.aerisweather.aeris.model.Moon
-
ISO 8601 date of the moon set.
- setISO - Variable in class com.aerisweather.aeris.model.Sun
-
ISO 8601 date of the sunset.
- setLastLocs(LinkedList<Location>) - Method in class com.aerisweather.aeris.location.LocationHelper
- setLoggingLevel(LogLevel) - Static method in enum com.aerisweather.aeris.logging.LogLevel
-
Static setter for the Global Logging Level.
- setMetric(boolean) - Method in enum com.aerisweather.aeris.util.UnitType
- setPermissions(AerisPermissions) - Method in class com.aerisweather.aeris.communication.AerisEngine
-
Sets the permissions.
- setUnits(AerisEngine.Units, Context) - Method in class com.aerisweather.aeris.communication.AerisEngine
-
Helper within the engine to set the units to an Android preference.
- setUpdateRate(int) - Method in class com.aerisweather.aeris.location.LocationHelper
- SEVERE_DROUGHT - com.aerisweather.aeris.communication.Filter
- shortMET - Variable in class com.aerisweather.aeris.model.Phrase
- shortText - Variable in class com.aerisweather.aeris.model.Phrase
- shouldBeLogged() - Method in enum com.aerisweather.aeris.logging.LogLevel
-
Checks to see wheter or not this LogLevel should be logged when compared with the global log level.
- showProgress() - Method in interface com.aerisweather.aeris.communication.AerisProgressListener
-
Callback when the listener should show progress.The task has started and is running.
- SIGNIFICANT_HAIL - com.aerisweather.aeris.communication.Filter
- SIGNIFICANT_TORNADO - com.aerisweather.aeris.communication.Filter
- SIGNIFICANT_WIND - com.aerisweather.aeris.communication.Filter
- SingleLocationObserver - Interface in com.aerisweather.aeris.location
- SingleLocationTask - Class in com.aerisweather.aeris.location
- SingleLocationTask(LocationHelper, SingleLocationObserver, Context) - Constructor for class com.aerisweather.aeris.location.SingleLocationTask
- SIX_HOUR - com.aerisweather.aeris.communication.Filter
- sky - Variable in class com.aerisweather.aeris.model.ConditionPeriod
-
Sky cover percentage
- sky - Variable in class com.aerisweather.aeris.model.ForecastPeriod
-
Sky cover percentage
- sky - Variable in class com.aerisweather.aeris.model.Observation
-
Estimated percentage of sky coverage.
- sky - Variable in class com.aerisweather.aeris.model.ObservationData
- sky - Variable in class com.aerisweather.aeris.model.Period
- sky - Variable in class com.aerisweather.aeris.model.Summary
- Sky - Class in com.aerisweather.aeris.model
-
Summary sky model
- Sky() - Constructor for class com.aerisweather.aeris.model.Sky
- SKY - com.aerisweather.aeris.communication.fields.ForecastsFields
- sleetIN - Variable in class com.aerisweather.aeris.model.StormReportDetail
- sleetMM - Variable in class com.aerisweather.aeris.model.StormReportDetail
- SLIGHT - com.aerisweather.aeris.communication.Filter
- snow - Variable in class com.aerisweather.aeris.model.NormalPeriod
- snow - Variable in class com.aerisweather.aeris.model.Period
- snow - Variable in class com.aerisweather.aeris.model.ProfileFlag
-
Flag indicating if the station has snowfall normals.
- SNOW_CM - com.aerisweather.aeris.communication.fields.ForecastsFields
- SNOW_DEPTH_CM - com.aerisweather.aeris.communication.fields.ObservationFields
- SNOW_DEPTH_IN - com.aerisweather.aeris.communication.fields.ObservationFields
- SNOW_IN - com.aerisweather.aeris.communication.fields.ForecastsFields
- snowCM - Variable in class com.aerisweather.aeris.model.ConditionPeriod
-
Snowfall amount in centimeters
- snowCM - Variable in class com.aerisweather.aeris.model.ForecastPeriod
-
Snowfall amount in centimeters
- snowCM - Variable in class com.aerisweather.aeris.model.Period
- snowCM - Variable in class com.aerisweather.aeris.model.RecordsDetails
-
If a snow record, the amount of snow in centimeters.
- snowCM - Variable in class com.aerisweather.aeris.model.StormReportDetail
-
Optional.
- snowDepthCM - Variable in class com.aerisweather.aeris.model.Observation
-
The estimated snow depth in centimeters at the observation location.
- snowDepthCM - Variable in class com.aerisweather.aeris.model.ObservationData
- snowDepthIN - Variable in class com.aerisweather.aeris.model.Observation
-
The estimated snow depth in inches at the observation location.
- snowDepthIN - Variable in class com.aerisweather.aeris.model.ObservationData
- snowIN - Variable in class com.aerisweather.aeris.model.ConditionPeriod
-
Snowfall amount in inches
- snowIN - Variable in class com.aerisweather.aeris.model.ForecastPeriod
-
Snowfall amount in inches
- snowIN - Variable in class com.aerisweather.aeris.model.Period
- snowIN - Variable in class com.aerisweather.aeris.model.RecordsDetails
-
If a snow record, the amount of snow in inches.
- snowIN - Variable in class com.aerisweather.aeris.model.StormReportDetail
-
Optional.
- snowRateCM - Variable in class com.aerisweather.aeris.model.ConditionPeriod
-
Snowfall rate amount in centimeters/hour
- snowRateCM - Variable in class com.aerisweather.aeris.model.Period
- snowRateIN - Variable in class com.aerisweather.aeris.model.ConditionPeriod
-
Snowfall amount in inches
- snowRateIN - Variable in class com.aerisweather.aeris.model.Period
- SolarRadiation - Class in com.aerisweather.aeris.model
-
Range data.
- SolarRadiation() - Constructor for class com.aerisweather.aeris.model.SolarRadiation
- solrad - Variable in class com.aerisweather.aeris.model.ConditionPeriod
- solrad - Variable in class com.aerisweather.aeris.model.ForecastPeriod
- solrad - Variable in class com.aerisweather.aeris.model.Period
- solrad - Variable in class com.aerisweather.aeris.model.Summary
- Solrad - Class in com.aerisweather.aeris.model
- Solrad() - Constructor for class com.aerisweather.aeris.model.Solrad
- SOLRAD_MAX_WM2 - com.aerisweather.aeris.communication.fields.ForecastsFields
- SOLRAD_MIN_WM2 - com.aerisweather.aeris.communication.fields.ForecastsFields
- SOLRAD_WM2 - com.aerisweather.aeris.communication.fields.ForecastsFields
- solradMaxWM2 - Variable in class com.aerisweather.aeris.model.ForecastPeriod
-
The maximum estimated forecast solar radiation over a forecast interval.
- solradMaxWM2 - Variable in class com.aerisweather.aeris.model.Period
- solradMinWM2 - Variable in class com.aerisweather.aeris.model.ForecastPeriod
-
The minimum estimated forecast solar radiation over a forecast interval.
- solradMinWM2 - Variable in class com.aerisweather.aeris.model.Period
- solradWM2 - Variable in class com.aerisweather.aeris.model.ConditionPeriod
-
The estimated forecast solar radiation.
- solradWM2 - Variable in class com.aerisweather.aeris.model.ForecastPeriod
-
The estimated forecast solar radiation.
- solradWM2 - Variable in class com.aerisweather.aeris.model.Observation
-
The solar radiation as provided by the station.
- solradWM2 - Variable in class com.aerisweather.aeris.model.ObservationData
- solradWM2 - Variable in class com.aerisweather.aeris.model.Period
- SortParameter - Class in com.aerisweather.aeris.communication.parameter
-
Used to sort results based on certain fields in the data set.
- SortParameter(String) - Constructor for class com.aerisweather.aeris.communication.parameter.SortParameter
-
Construct a sort parameter with the value.
- source - Variable in class com.aerisweather.aeris.model.Satellite
-
For MODIS detected fires only.
- sources - Variable in class com.aerisweather.aeris.model.Profile
- Sources - Class in com.aerisweather.aeris.model
- Sources() - Constructor for class com.aerisweather.aeris.model.Sources
- SOUTHERN - com.aerisweather.aeris.communication.Filter
- span - Variable in class com.aerisweather.aeris.model.Storm
- speed - Variable in class com.aerisweather.aeris.model.Storm
- speed - Variable in class com.aerisweather.aeris.model.StormcellsSummary
- Speed - Class in com.aerisweather.aeris.model
-
Speed info
- Speed() - Constructor for class com.aerisweather.aeris.model.Speed
- speedKMH - Variable in class com.aerisweather.aeris.model.CellMovement
-
Speed storm is moving in kilometers per hour
- speedKPH - Variable in class com.aerisweather.aeris.model.TropicalCycloneDetailsMovement
- speedKTS - Variable in class com.aerisweather.aeris.model.CellMovement
-
Speed storm is moving in knots
- speedKTS - Variable in class com.aerisweather.aeris.model.TropicalCycloneDetailsMovement
- speedMPH - Variable in class com.aerisweather.aeris.model.CellMovement
-
Speed storm is moving in miles per hour
- speedMPH - Variable in class com.aerisweather.aeris.model.TropicalCycloneDetailsMovement
- spressure - Variable in class com.aerisweather.aeris.model.Summary
- spressureIN - Variable in class com.aerisweather.aeris.model.ConditionPeriod
-
MSLP Barometric pressure in inches mercury
- spressureIN - Variable in class com.aerisweather.aeris.model.ForecastPeriod
-
MSLP Barometric pressure in inches mercury
- spressureIN - Variable in class com.aerisweather.aeris.model.Observation
-
Station pressure in inches of mercury.
- spressureIN - Variable in class com.aerisweather.aeris.model.ObservationData
- spressureIN - Variable in class com.aerisweather.aeris.model.Period
- spressureMB - Variable in class com.aerisweather.aeris.model.ConditionPeriod
-
MSLP Barometric pressure in millibars
- spressureMB - Variable in class com.aerisweather.aeris.model.ForecastPeriod
-
MSLP Barometric pressure in millibars
- spressureMB - Variable in class com.aerisweather.aeris.model.Observation
-
Station pressure in millibars.
- spressureMB - Variable in class com.aerisweather.aeris.model.ObservationData
- spressureMB - Variable in class com.aerisweather.aeris.model.Period
- STANDARD - com.aerisweather.aeris.communication.AerisEngine.Units
- STANDARD - com.aerisweather.aeris.util.UnitType
- startDateISO - Variable in class com.aerisweather.aeris.model.FiresPerimeter
-
ISO 8601 date of the initial start date that the fire perimeter was created
- startDateISO - Variable in class com.aerisweather.aeris.model.FiresReport
-
ISO 8601 date of the start date of the fire, localized to the observation location.
- startDateISO - Variable in class com.aerisweather.aeris.model.Perimeter
-
ISO 8601 date of the initial start date that the fire perimeter was created
- startDateISO - Variable in class com.aerisweather.aeris.model.Report
- startDateTimeISO - Variable in class com.aerisweather.aeris.model.TropicalCycloneLifespan
- startTimestamp - Variable in class com.aerisweather.aeris.model.FiresPerimeter
-
Unix timestamp of the initial start date that the fire perimeter was created
- startTimestamp - Variable in class com.aerisweather.aeris.model.FiresReport
-
UNIX timestamp of the start of the fire.
- startTimestamp - Variable in class com.aerisweather.aeris.model.Perimeter
-
Unix timestamp of the initial start date that the fire perimeter was created
- startTimestamp - Variable in class com.aerisweather.aeris.model.Report
- startTimestamp - Variable in class com.aerisweather.aeris.model.TropicalCycloneLifespan
- state - Variable in class com.aerisweather.aeris.model.Place
- stateFull - Variable in class com.aerisweather.aeris.model.Place
- states - Variable in class com.aerisweather.aeris.model.StormcellsSummary
- states - Variable in class com.aerisweather.aeris.model.StormReportsSummary
- states - Variable in class com.aerisweather.aeris.model.StormReportsSummaryType
- station - Variable in class com.aerisweather.aeris.model.RecordsReport
- station - Variable in class com.aerisweather.aeris.model.Report
- Station - Class in com.aerisweather.aeris.model
-
Information about the station.
- Station() - Constructor for class com.aerisweather.aeris.model.Station
- stations - Variable in class com.aerisweather.aeris.model.Profile
- stats - Variable in class com.aerisweather.aeris.model.AerisPermissions
- stats_hourly - Variable in class com.aerisweather.aeris.model.AerisPermissions
- status - Variable in class com.aerisweather.aeris.model.ObservationData
- statusCode - Variable in class com.aerisweather.aeris.model.ObservationData
- Storm - Class in com.aerisweather.aeris.model
- Storm() - Constructor for class com.aerisweather.aeris.model.Storm
- stormCat - Variable in class com.aerisweather.aeris.model.TropicalCycloneDetails
- StormCellResponse - Class in com.aerisweather.aeris.response
-
Object to make the
stormcells
endpoint response more friendly to determine what parts of the AerisDataJSON have come back in the response. - StormCellResponse(AerisDataJSON) - Constructor for class com.aerisweather.aeris.response.StormCellResponse
-
Constructor the the stormcells response.
- stormcells - Variable in class com.aerisweather.aeris.model.AerisPermissions
- STORMCELLS - com.aerisweather.aeris.communication.EndpointType
-
The storm cells dataset provides observed and forecast data for all storm cells across the United States.
- stormcells_summary - Variable in class com.aerisweather.aeris.model.AerisPermissions
- STORMCELLS_SUMMARY - com.aerisweather.aeris.communication.EndpointType
-
Returns summary data for storm cells
- StormcellsHail - Class in com.aerisweather.aeris.model
-
Hail summary information about the stormcell.
- StormcellsHail() - Constructor for class com.aerisweather.aeris.model.StormcellsHail
- StormcellsSummary - Class in com.aerisweather.aeris.model
-
Hail summary information about the stormcell.
- StormcellsSummary() - Constructor for class com.aerisweather.aeris.model.StormcellsSummary
- StormcellsSummaryDataJSON - Class in com.aerisweather.aeris.model
- StormcellsSummaryDataJSON() - Constructor for class com.aerisweather.aeris.model.StormcellsSummaryDataJSON
- StormcellsSummaryResponse - Class in com.aerisweather.aeris.response
-
Object to make the StormcellsSummary endpoint response more friendly to determine what parts of the AerisDataJSON have come back in the response.
- StormcellsSummaryResponse() - Constructor for class com.aerisweather.aeris.response.StormcellsSummaryResponse
- StormCellsTask - Class in com.aerisweather.aeris.communication.loaders
-
Requests and loads storm cells data into local domain objects from the API.
- StormCellsTask(Context, StormCellsTaskCallback) - Constructor for class com.aerisweather.aeris.communication.loaders.StormCellsTask
-
Constructs an instance with the context and the callback to use.
- StormCellsTaskCallback - Interface in com.aerisweather.aeris.communication.loaders
-
Callback interface for
StormCellsTask
. - stormName - Variable in class com.aerisweather.aeris.model.TropicalCycloneDetails
- StormReport - Class in com.aerisweather.aeris.model
-
Storm report information.
- StormReport(Report) - Constructor for class com.aerisweather.aeris.model.StormReport
-
Used to construct the Storm report from the general report.
- StormReportDetail - Class in com.aerisweather.aeris.model
-
An object containing specific information about the report, such as totals, measurements, etc.
- StormReportDetail() - Constructor for class com.aerisweather.aeris.model.StormReportDetail
- stormreports - Variable in class com.aerisweather.aeris.model.AerisPermissions
- STORMREPORTS - com.aerisweather.aeris.communication.EndpointType
-
The storm reports data set provides access to all local storm reports (LSR) as transmitted by the National Weather Service (NWS).
- stormreports_summary - Variable in class com.aerisweather.aeris.model.AerisPermissions
- STORMREPORTS_SUMMARY - com.aerisweather.aeris.communication.EndpointType
-
Returns summary data for storm reports
- StormReportsResponse - Class in com.aerisweather.aeris.response
-
Object to make the
stormreports
endpoint response more friendly to determine what parts of the AerisDataJSON have come back in the response. - StormReportsResponse(AerisDataJSON) - Constructor for class com.aerisweather.aeris.response.StormReportsResponse
-
Constructor the the stormreports response.
- StormReportsSummary - Class in com.aerisweather.aeris.model
-
Summary information about the storm reports.
- StormReportsSummary() - Constructor for class com.aerisweather.aeris.model.StormReportsSummary
- StormReportsSummaryDataJSON - Class in com.aerisweather.aeris.model
- StormReportsSummaryDataJSON() - Constructor for class com.aerisweather.aeris.model.StormReportsSummaryDataJSON
- StormReportsSummaryResponse - Class in com.aerisweather.aeris.response
- StormReportsSummaryResponse() - Constructor for class com.aerisweather.aeris.response.StormReportsSummaryResponse
- StormReportsSummaryType - Class in com.aerisweather.aeris.model
-
Storm report information.
- StormReportsSummaryType() - Constructor for class com.aerisweather.aeris.model.StormReportsSummaryType
- StormReportsSummaryTypeDetail - Class in com.aerisweather.aeris.model
-
Storm report information.
- StormReportsSummaryTypeDetail() - Constructor for class com.aerisweather.aeris.model.StormReportsSummaryTypeDetail
- StormReportsTask - Class in com.aerisweather.aeris.communication.loaders
-
Requests and loads storm reports data into local domain objects from the API.
- StormReportsTask(Context, StormReportsTaskCallback) - Constructor for class com.aerisweather.aeris.communication.loaders.StormReportsTask
-
Constructs an instance with the context and the callback to use.
- StormReportsTaskCallback - Interface in com.aerisweather.aeris.communication.loaders
-
Callback interface for
StormReportsTask
. - storms - Variable in class com.aerisweather.aeris.model.ThreatsPeriod
- stormShortName - Variable in class com.aerisweather.aeris.model.TropicalCycloneDetails
- stormType - Variable in class com.aerisweather.aeris.model.TropicalCycloneDetails
- success - Variable in class com.aerisweather.aeris.model.AerisBasics
-
Success status of the request.
- success - Variable in class com.aerisweather.aeris.model.AerisBatchResponse
-
Success status of the request.
- success - Variable in class com.aerisweather.aeris.model.AerisPermissionsResponse
-
Success status of the request.
- success - Variable in class com.aerisweather.aeris.model.AerisResponse
-
Success status of the request.
- success - Variable in class com.aerisweather.aeris.response.StormcellsSummaryResponse
- success - Variable in class com.aerisweather.aeris.response.StormReportsSummaryResponse
- success - Variable in class com.aerisweather.aeris.response.ThreatsResponse
- summary - Variable in class com.aerisweather.aeris.model.Period
- summary - Variable in class com.aerisweather.aeris.model.StormcellsSummaryDataJSON
- summary - Variable in class com.aerisweather.aeris.model.StormReportsSummaryDataJSON
- summary - Variable in class com.aerisweather.aeris.model.SummaryPeriod
- Summary - Class in com.aerisweather.aeris.model
-
Wrapper object for the summaryPeriod JSON returned from Aeris for endpoint
EndpointType.OBSERVATIONS_SUMMARY
- Summary() - Constructor for class com.aerisweather.aeris.model.Summary
- SummaryPeriod - Class in com.aerisweather.aeris.model
-
Wrapper object for the summaryPeriod JSON returned from Aeris for endpoint
EndpointType.OBSERVATIONS_SUMMARY
- SummaryPeriod() - Constructor for class com.aerisweather.aeris.model.SummaryPeriod
- sun - Variable in class com.aerisweather.aeris.model.AerisDataJSON
- Sun - Class in com.aerisweather.aeris.model
-
Sun information
- Sun() - Constructor for class com.aerisweather.aeris.model.Sun
- sunmoon - Variable in class com.aerisweather.aeris.model.AerisPermissions
- SUNMOON - com.aerisweather.aeris.communication.EndpointType
-
The sunmoon endpoint provides sunrise/set, twilight, moon rise/set and moon phase information for requested locations and time frames.
- sunmoon_moonphases - Variable in class com.aerisweather.aeris.model.AerisPermissions
- SUNMOON_MOONPHASES - com.aerisweather.aeris.communication.EndpointType
-
The Moonphases endpoint is an extension of the sunmoon endpoint and provides easy access to the moon phase calendar information.
- SunmoonResponse - Class in com.aerisweather.aeris.response
-
Object to make the
sunmoon
endpoint response more friendly to determine what parts of the AerisDataJSON have come back in the response. - SunmoonResponse(AerisDataJSON) - Constructor for class com.aerisweather.aeris.response.SunmoonResponse
-
Constructor the the sunmoon response.
- SunmoonTask - Class in com.aerisweather.aeris.communication.loaders
-
Requests and loads sunmoon data into local domain objects from the API.
- SunmoonTask(Context, SunmoonTaskCallback) - Constructor for class com.aerisweather.aeris.communication.loaders.SunmoonTask
-
Constructs an instance with the context and the callback to use.
- SunmoonTaskCallback - Interface in com.aerisweather.aeris.communication.loaders
-
Callback interface for
SunmoonTask
. - sunrise - Variable in class com.aerisweather.aeris.model.ForecastPeriod
-
Sunrise time as a UNIX timestamp
- sunrise - Variable in class com.aerisweather.aeris.model.Observation
-
Time stamp of sunset for the observation location.
- sunrise - Variable in class com.aerisweather.aeris.model.ObservationData
- sunrise - Variable in class com.aerisweather.aeris.model.Period
- SUNRISE - com.aerisweather.aeris.communication.fields.ForecastsFields
- SUNRISE - com.aerisweather.aeris.communication.fields.ObservationFields
- SUNRISE_ISO - com.aerisweather.aeris.communication.fields.ForecastsFields
- SUNRISE_ISO - com.aerisweather.aeris.communication.fields.ObservationFields
- sunriseISO - Variable in class com.aerisweather.aeris.model.ForecastPeriod
-
ISO 8601 date of the sunrise for the observation location.
- sunriseISO - Variable in class com.aerisweather.aeris.model.Observation
-
ISO 8601 date of the sunset for the observation location.
- sunriseISO - Variable in class com.aerisweather.aeris.model.ObservationData
- sunriseISO - Variable in class com.aerisweather.aeris.model.Period
- sunset - Variable in class com.aerisweather.aeris.model.ForecastPeriod
-
Sunset time as a UNIX timestamp
- sunset - Variable in class com.aerisweather.aeris.model.Observation
-
Time stamp of sunset for the observation location.
- sunset - Variable in class com.aerisweather.aeris.model.ObservationData
- sunset - Variable in class com.aerisweather.aeris.model.Period
- SUNSET - com.aerisweather.aeris.communication.fields.ForecastsFields
- SUNSET - com.aerisweather.aeris.communication.fields.ObservationFields
- SUNSET_ISO - com.aerisweather.aeris.communication.fields.ForecastsFields
- SUNSET_ISO - com.aerisweather.aeris.communication.fields.ObservationFields
- sunsetISO - Variable in class com.aerisweather.aeris.model.ForecastPeriod
-
ISO 8601 date of the sunsetbfor the observation location.
- sunsetISO - Variable in class com.aerisweather.aeris.model.Observation
-
ISO 8601 date of the sunset for the observation location.
- sunsetISO - Variable in class com.aerisweather.aeris.model.ObservationData
- sunsetISO - Variable in class com.aerisweather.aeris.model.Period
- SYSTEM_OUT - com.aerisweather.aeris.logging.LogLevel
T
- TAG - Static variable in class com.aerisweather.aeris.util.NetworkUtils
- temp - Variable in class com.aerisweather.aeris.model.ConditionsSummaryPeriod
-
Temperature object containing the maximum, minimum and average for the period.
- temp - Variable in class com.aerisweather.aeris.model.NormalPeriod
- temp - Variable in class com.aerisweather.aeris.model.Period
- temp - Variable in class com.aerisweather.aeris.model.ProfileFlag
-
Flag indicating if the station has temperature normals.
- temp - Variable in class com.aerisweather.aeris.model.Summary
- TEMP_C - com.aerisweather.aeris.communication.fields.ForecastsFields
- TEMP_C - com.aerisweather.aeris.communication.fields.ObservationFields
- TEMP_F - com.aerisweather.aeris.communication.fields.ForecastsFields
- TEMP_F - com.aerisweather.aeris.communication.fields.ObservationFields
- tempC - Variable in class com.aerisweather.aeris.model.ConditionPeriod
-
Temperature in Celsius - Will be null when using filter=day or filter=daynight
- tempC - Variable in class com.aerisweather.aeris.model.ForecastPeriod
-
Temperature in Celsius - Will be null when using filter=day or filter=daynight
- tempC - Variable in class com.aerisweather.aeris.model.Observation
-
Temperature in Celsius.
- tempC - Variable in class com.aerisweather.aeris.model.ObservationData
- tempC - Variable in class com.aerisweather.aeris.model.Period
- tempC - Variable in class com.aerisweather.aeris.model.RecordsDetails
-
If a temperature record, the value in Celsius
- tempC - Variable in class com.aerisweather.aeris.model.Satellite
-
Measured brightness temperature of the detected fire in degrees Celsius.
- Temperature - Class in com.aerisweather.aeris.model
-
Base temperature model
- Temperature() - Constructor for class com.aerisweather.aeris.model.Temperature
- tempF - Variable in class com.aerisweather.aeris.model.ConditionPeriod
-
Temperature in fahrenheit - Will be null when using filter=day or filter=daynight
- tempF - Variable in class com.aerisweather.aeris.model.ForecastPeriod
-
Temperature in fahrenheit - Will be null when using filter=day or filter=daynight
- tempF - Variable in class com.aerisweather.aeris.model.Observation
-
Temperature in Fahrenheit.
- tempF - Variable in class com.aerisweather.aeris.model.ObservationData
- tempF - Variable in class com.aerisweather.aeris.model.Period
- tempF - Variable in class com.aerisweather.aeris.model.RecordsDetails
-
If a temperature record, the value in Fahrenheit
- tempF - Variable in class com.aerisweather.aeris.model.Satellite
-
Measured brightness temperature of the detected fire in degrees Fahrenheit.
- tempK - Variable in class com.aerisweather.aeris.model.Satellite
-
Measured brightness temperature of the detected fire in degrees Kelvin.
- tempMax6hrC - Variable in class com.aerisweather.aeris.model.Observation
- tempMax6hrC - Variable in class com.aerisweather.aeris.model.ObservationData
- tempMax6hrF - Variable in class com.aerisweather.aeris.model.Observation
- tempMax6hrF - Variable in class com.aerisweather.aeris.model.ObservationData
- tempMin6hrC - Variable in class com.aerisweather.aeris.model.Observation
- tempMin6hrC - Variable in class com.aerisweather.aeris.model.ObservationData
- tempMin6hrF - Variable in class com.aerisweather.aeris.model.Observation
- tempMin6hrF - Variable in class com.aerisweather.aeris.model.ObservationData
- terrain - Variable in class com.aerisweather.aeris.model.FiresReport
-
information on the terrain (null if unknown)
- terrain - Variable in class com.aerisweather.aeris.model.Report
- TEST - com.aerisweather.aeris.communication.Filter
- testStorm - Variable in class com.aerisweather.aeris.model.AerisDataJSON
- testStorm - Variable in class com.aerisweather.aeris.model.Profile
- text - Variable in class com.aerisweather.aeris.model.RecordsDetails
-
The actual value from the record.
- text - Variable in class com.aerisweather.aeris.model.RiversImpacts
- text - Variable in class com.aerisweather.aeris.model.StormReportDetail
-
The measurement provided in the report, such as precipitation total, wind speed or hail size
- threat - Variable in class com.aerisweather.aeris.model.CellTraits
- threat - Variable in class com.aerisweather.aeris.model.Traits
- threatCount - Variable in class com.aerisweather.aeris.model.MesocycloneDetectionAlgorithm
- threatCount - Variable in class com.aerisweather.aeris.model.Probability
- threats - Variable in class com.aerisweather.aeris.model.AerisPermissions
- THREATS - com.aerisweather.aeris.communication.EndpointType
-
Returns summary data for threats
- ThreatsDataJSON - Class in com.aerisweather.aeris.model
- ThreatsDataJSON() - Constructor for class com.aerisweather.aeris.model.ThreatsDataJSON
- ThreatsPeriod - Class in com.aerisweather.aeris.model
- ThreatsPeriod() - Constructor for class com.aerisweather.aeris.model.ThreatsPeriod
- ThreatsResponse - Class in com.aerisweather.aeris.response
-
Object to make the Threats endpoint response more friendly to determine what parts of the AerisDataJSON have come back in the response.
- ThreatsResponse() - Constructor for class com.aerisweather.aeris.response.ThreatsResponse
- THREE_HOUR - com.aerisweather.aeris.communication.Filter
- tides - Variable in class com.aerisweather.aeris.model.AerisPermissions
- TIDES - com.aerisweather.aeris.communication.EndpointType
-
The Tides endpoints provides access to the predicted tidal information for US locations.
- tides_stations - Variable in class com.aerisweather.aeris.model.AerisPermissions
- TIDES_STATIONS - com.aerisweather.aeris.communication.EndpointType
-
The tides_stations dataset provides access to the complete station information that tides are available for.
- TidesPeriod - Class in com.aerisweather.aeris.model
-
Information about the tide period.
- TidesPeriod() - Constructor for class com.aerisweather.aeris.model.TidesPeriod
- TidesResponse - Class in com.aerisweather.aeris.response
-
Object to make the
tides
endpoint response more friendly to determine what parts of the AerisDataJSON have come back in the response. - TidesResponse(AerisDataJSON) - Constructor for class com.aerisweather.aeris.response.TidesResponse
-
Constructor the the tides response.
- TidesStationsTask - Class in com.aerisweather.aeris.communication.loaders
-
Requests and loads tide stations data into local domain objects from the API.
- TidesStationsTask(Context, TidesStationsTaskCallback) - Constructor for class com.aerisweather.aeris.communication.loaders.TidesStationsTask
-
Constructs an instance with the context and the callback to use.
- TidesStationsTaskCallback - Interface in com.aerisweather.aeris.communication.loaders
-
Callback interface for
TidesStationsTask
. - TidesTask - Class in com.aerisweather.aeris.communication.loaders
-
Requests and loads tides data into local domain objects from the API.
- TidesTask(Context, TidesTaskCallback) - Constructor for class com.aerisweather.aeris.communication.loaders.TidesTask
-
Constructs an instance with the context and the callback to use.
- TidesTaskCallback - Interface in com.aerisweather.aeris.communication.loaders
-
Callback interface for
TidesTask
. - TideStationsResponse - Class in com.aerisweather.aeris.response
-
Object to make the
tides/stations
endpoint response more friendly to determine what parts of the AerisDataJSON have come back in the response. - TideStationsResponse(AerisDataJSON) - Constructor for class com.aerisweather.aeris.response.TideStationsResponse
-
Constructor the the tides/stations response.
- tied - Variable in class com.aerisweather.aeris.model.RecordsReport
-
If tied a previous record = true, otherwise false.
- tied - Variable in class com.aerisweather.aeris.model.Report
- timestamp - Variable in class com.aerisweather.aeris.model.AerisDataJSON
- timestamp - Variable in class com.aerisweather.aeris.model.CellLocation
-
UNIX timestamp of the forecasted time at the position
- timestamp - Variable in class com.aerisweather.aeris.model.CellObservation
-
UNIX timestamp of the cell observation
- timestamp - Variable in class com.aerisweather.aeris.model.ConditionPeriod
-
UNIX timestamp of the forecast valid time
- timestamp - Variable in class com.aerisweather.aeris.model.ConditionsSummaryPeriod
-
UNIX timestamp of the forecast valid time
- timestamp - Variable in class com.aerisweather.aeris.model.Crest
- timestamp - Variable in class com.aerisweather.aeris.model.Current
- timestamp - Variable in class com.aerisweather.aeris.model.EarthquakeReport
-
UNIX timestamp when the event took place
- timestamp - Variable in class com.aerisweather.aeris.model.FiresReport
-
UNIX timestamp of the fire observation
- timestamp - Variable in class com.aerisweather.aeris.model.ForecastPeriod
-
UNIX timestamp of the forecast valid time
- timestamp - Variable in class com.aerisweather.aeris.model.IndiceCurrent
- timestamp - Variable in class com.aerisweather.aeris.model.IndicePeriod
- timestamp - Variable in class com.aerisweather.aeris.model.LightningObservation
- timestamp - Variable in class com.aerisweather.aeris.model.LowWaterRecord
- timestamp - Variable in class com.aerisweather.aeris.model.Observation
-
UNIX timestamp of the observation
- timestamp - Variable in class com.aerisweather.aeris.model.ObservationData
- timestamp - Variable in class com.aerisweather.aeris.model.Period
- timestamp - Variable in class com.aerisweather.aeris.model.PreviousRecord
-
UNIX timestamp of the previous record.
- timestamp - Variable in class com.aerisweather.aeris.model.RecordsReport
-
UNIX timestamp when the event took place
- timestamp - Variable in class com.aerisweather.aeris.model.Report
- timestamp - Variable in class com.aerisweather.aeris.model.StormReport
-
UNIX timestamp when the event took place
- timestamp - Variable in class com.aerisweather.aeris.model.Summary
- timestamp - Variable in class com.aerisweather.aeris.model.ThreatsPeriod
- timestamp - Variable in class com.aerisweather.aeris.model.TidesPeriod
-
UNIX timestamp for the tidal information
- timestamp - Variable in class com.aerisweather.aeris.model.TropicalCycloneForecast
- timestamp - Variable in class com.aerisweather.aeris.model.TropicalCyclonePosition
- timestamp - Variable in class com.aerisweather.aeris.model.TropicalCycloneTrack
- timestamp - Variable in class com.aerisweather.aeris.model.WeatherCoded
- TimeStamp - Class in com.aerisweather.aeris.model
- TimeStamp() - Constructor for class com.aerisweather.aeris.model.TimeStamp
- TIMESTAMP - com.aerisweather.aeris.communication.fields.ForecastsFields
- TIMESTAMP - com.aerisweather.aeris.communication.fields.ObservationFields
- timestamps - Variable in class com.aerisweather.aeris.model.AerisDataJSON
- TIMESTAMPS - com.aerisweather.aeris.communication.fields.AdvisoryFields
- to - Variable in class com.aerisweather.aeris.model.Direction
- toDEG - Variable in class com.aerisweather.aeris.model.Direction
- top - Variable in class com.aerisweather.aeris.model.CellObservation
-
Top of the storm in thousands of feet
- top - Variable in class com.aerisweather.aeris.model.ObservationData
- top - Variable in class com.aerisweather.aeris.model.StormcellsSummary
- ToParameter - Class in com.aerisweather.aeris.communication.parameter
-
Returns the results between now* and the value specified.
- ToParameter(String) - Constructor for class com.aerisweather.aeris.communication.parameter.ToParameter
-
Constructs the to parameter with the given value.
- topFT - Variable in class com.aerisweather.aeris.model.CellObservation
-
Top of the storm in feet
- topFT - Variable in class com.aerisweather.aeris.model.ObservationData
- tornadic - Variable in class com.aerisweather.aeris.model.Storm
- tornado - Variable in class com.aerisweather.aeris.model.CellTraits
- tornado - Variable in class com.aerisweather.aeris.model.Traits
- TORNADO - com.aerisweather.aeris.communication.Filter
- TornadoOutbreakPotential - Class in com.aerisweather.aeris.model
-
TOP info
- TornadoOutbreakPotential() - Constructor for class com.aerisweather.aeris.model.TornadoOutbreakPotential
- TornadoVortexSignature - Class in com.aerisweather.aeris.model
-
Probability info
- TornadoVortexSignature() - Constructor for class com.aerisweather.aeris.model.TornadoVortexSignature
- totalIN - Variable in class com.aerisweather.aeris.model.Precipitation
- totalMM - Variable in class com.aerisweather.aeris.model.Precipitation
- trace - Variable in class com.aerisweather.aeris.model.Precipitation
- traceCount - Variable in class com.aerisweather.aeris.model.Precipitation
- track - Variable in class com.aerisweather.aeris.model.AerisDataJSON
- TRACK - com.aerisweather.aeris.communication.Filter
- traits - Variable in class com.aerisweather.aeris.model.AerisDataJSON
- traits - Variable in class com.aerisweather.aeris.model.StormcellsSummary
- Traits - Class in com.aerisweather.aeris.model
-
Probability info
- Traits() - Constructor for class com.aerisweather.aeris.model.Traits
- transit - Variable in class com.aerisweather.aeris.model.Moon
-
UNIX timestamp of the point the moon is "overhead".
- transit - Variable in class com.aerisweather.aeris.model.Sun
-
UNIX timestamp of the point the sun is "overhead".
- transitISO - Variable in class com.aerisweather.aeris.model.Moon
-
ISO 8601 date of the point the moon is "overhead".
- transitISO - Variable in class com.aerisweather.aeris.model.Sun
-
ISO 8601 date of the "overhead".
- TROPICAL_CYCLONES - com.aerisweather.aeris.communication.EndpointType
-
The tropicalcyclones endpoint provides access to information on the active tropical cyclones, such as tropical storms, hurricanes, and typhoons, across the globe.
- TROPICAL_CYCLONES_ARCHIVES - com.aerisweather.aeris.communication.EndpointType
- TropicalCycloneBreakPointAlerts - Class in com.aerisweather.aeris.model
- TropicalCycloneBreakPointAlerts() - Constructor for class com.aerisweather.aeris.model.TropicalCycloneBreakPointAlerts
- TropicalCycloneBreakPointAlertsCoords - Class in com.aerisweather.aeris.model
- TropicalCycloneBreakPointAlertsCoords() - Constructor for class com.aerisweather.aeris.model.TropicalCycloneBreakPointAlertsCoords
- TropicalCycloneDetails - Class in com.aerisweather.aeris.model
- TropicalCycloneDetails() - Constructor for class com.aerisweather.aeris.model.TropicalCycloneDetails
- TropicalCycloneDetailsMovement - Class in com.aerisweather.aeris.model
- TropicalCycloneDetailsMovement() - Constructor for class com.aerisweather.aeris.model.TropicalCycloneDetailsMovement
- TropicalCycloneForecast - Class in com.aerisweather.aeris.model
- TropicalCycloneForecast() - Constructor for class com.aerisweather.aeris.model.TropicalCycloneForecast
- TropicalCycloneLifespan - Class in com.aerisweather.aeris.model
- TropicalCycloneLifespan() - Constructor for class com.aerisweather.aeris.model.TropicalCycloneLifespan
- TropicalCycloneLocation - Class in com.aerisweather.aeris.model
- TropicalCycloneLocation() - Constructor for class com.aerisweather.aeris.model.TropicalCycloneLocation
- TropicalCyclonePosition - Class in com.aerisweather.aeris.model
- TropicalCyclonePosition() - Constructor for class com.aerisweather.aeris.model.TropicalCyclonePosition
- TropicalCyclonePressure - Class in com.aerisweather.aeris.model
- TropicalCyclonePressure() - Constructor for class com.aerisweather.aeris.model.TropicalCyclonePressure
- tropicalcyclones - Variable in class com.aerisweather.aeris.model.AerisPermissions
- tropicalcyclones_archive - Variable in class com.aerisweather.aeris.model.AerisPermissions
- TropicalCyclonesResponse - Class in com.aerisweather.aeris.response
-
Object to make the
tropical_cyclones
endpoint response more friendly. - TropicalCyclonesResponse() - Constructor for class com.aerisweather.aeris.response.TropicalCyclonesResponse
- TropicalCyclonesTask - Class in com.aerisweather.aeris.communication.loaders
-
Requests and loads tropical_cyclones data into local domain objects from the API.
- TropicalCyclonesTask(Context, TropicalCyclonesTaskCallback) - Constructor for class com.aerisweather.aeris.communication.loaders.TropicalCyclonesTask
- TropicalCyclonesTaskCallback - Interface in com.aerisweather.aeris.communication.loaders
- TropicalCycloneTrack - Class in com.aerisweather.aeris.model
- TropicalCycloneTrack() - Constructor for class com.aerisweather.aeris.model.TropicalCycloneTrack
- TropicalCycloneWindspeed - Class in com.aerisweather.aeris.model
- TropicalCycloneWindspeed() - Constructor for class com.aerisweather.aeris.model.TropicalCycloneWindspeed
- trustFactor - Variable in class com.aerisweather.aeris.model.Observation
-
The trust factor of the observation.
- trustFactor - Variable in class com.aerisweather.aeris.model.ObservationData
- tvs - Variable in class com.aerisweather.aeris.model.CellObservation
-
Tornado vortex signature (TVS)
- tvs - Variable in class com.aerisweather.aeris.model.ObservationData
- tvs - Variable in class com.aerisweather.aeris.model.StormcellsSummary
- TWELVE_HOUR - com.aerisweather.aeris.communication.Filter
- twilight - Variable in class com.aerisweather.aeris.model.Sun
- Twilight - Class in com.aerisweather.aeris.model
-
Twilight information for the request.
- Twilight() - Constructor for class com.aerisweather.aeris.model.Twilight
- TWO_HOUR - com.aerisweather.aeris.communication.Filter
- type - Variable in class com.aerisweather.aeris.model.CellTraits
- type - Variable in class com.aerisweather.aeris.model.Details
-
The valid-time event code (VTEC) code for the advisory.
- type - Variable in class com.aerisweather.aeris.model.EarthquakeReport
-
The earthquake category: Mini: 0 - 2.9 minor: 3 - 3.9 light: 4 - 4.9 moderate: 5 - 5.9 strong: 6 - 6.9 mjor: 7 - 7.9 great: 8.0+
- type - Variable in class com.aerisweather.aeris.model.FiresReport
-
The type of fire observation: L = Confirmed Large fire as determined by the USFS M = Fire detection by the MODIS Satellite
- type - Variable in class com.aerisweather.aeris.model.GeoPolygon
-
Either Polygon or MutliPolygon
- type - Variable in class com.aerisweather.aeris.model.Indice
-
The type of Indice - see the Indice endpoint docs for the available types (arthritis, coldflu, sinus, etc.)
- type - Variable in class com.aerisweather.aeris.model.LightningPulse
- type - Variable in class com.aerisweather.aeris.model.NormalPeriod
-
Type of normal: daily, monthly or annual
- type - Variable in class com.aerisweather.aeris.model.Period
- type - Variable in class com.aerisweather.aeris.model.Pollutant
- type - Variable in class com.aerisweather.aeris.model.Profile
- type - Variable in class com.aerisweather.aeris.model.RecordsReport
-
The record type
prcp = precipitation / rain
snow = snow
maxt = maximum temperature
mint = minimum temperature
himn = high minimum temperature
lomx = low minimum temperature - type - Variable in class com.aerisweather.aeris.model.Report
- type - Variable in class com.aerisweather.aeris.model.Risk
-
The abbreviated risk type
- type - Variable in class com.aerisweather.aeris.model.Station
-
The type of station
- type - Variable in class com.aerisweather.aeris.model.StormReport
-
The type of report
- type - Variable in class com.aerisweather.aeris.model.StormReportsSummaryType
- type - Variable in class com.aerisweather.aeris.model.TidesPeriod
-
The tide type:
h = high
l (lower case L) = low - type - Variable in class com.aerisweather.aeris.model.TropicalCycloneBreakPointAlertsCoords
- type - Variable in class com.aerisweather.aeris.model.TropicalCycloneLocation
- TYPE - com.aerisweather.aeris.communication.fields.AdvisoryFields
- typeCats - Variable in class com.aerisweather.aeris.model.StormReportsSummary
- typeCode - Variable in class com.aerisweather.aeris.model.Profile
- typeENG - Variable in class com.aerisweather.aeris.model.Profile
- types - Variable in class com.aerisweather.aeris.model.QualityControl
- types - Variable in class com.aerisweather.aeris.model.StormReportsSummary
- tz - Variable in class com.aerisweather.aeris.model.AerisDataJSON
- tz - Variable in class com.aerisweather.aeris.model.Profile
- tzname - Variable in class com.aerisweather.aeris.model.Profile
- tzoffset - Variable in class com.aerisweather.aeris.model.Profile
U
- underfoot - Variable in class com.aerisweather.aeris.model.Moon
-
UNIX timestamp of the point the moon is "underfoot".
- underfootISO - Variable in class com.aerisweather.aeris.model.Moon
-
ISO 8601 date of the point the moon is "underfoot".
- Unit - Enum in com.aerisweather.aeris.util
- UnitType - Enum in com.aerisweather.aeris.util
- unknownBatchError() - Method in class com.aerisweather.aeris.communication.CommunicationTask
-
Message failed to do another reason not including IOException on the network.
- unknownError() - Method in class com.aerisweather.aeris.communication.CommunicationTask
-
Message failed to do another reason not including IOException on the network.
- updated - Variable in class com.aerisweather.aeris.model.TimeStamp
-
UNIX timestamp when the advisory was updated
- updatedISO - Variable in class com.aerisweather.aeris.model.TimeStamp
-
ISO 8601 date of the time when the advisory was updated
- updateReceived() - Method in interface com.aerisweather.aeris.location.LocationDelegate
- updateReceivedLocation() - Method in interface com.aerisweather.aeris.location.SingleLocationObserver
- updateReceivedLocation() - Method in class com.aerisweather.aeris.location.SingleLocationTask
- URL_SEARCH - Static variable in class com.aerisweather.BuildConfig
- UrlBuilder - Class in com.aerisweather.aeris.communication
-
Abstract UrlBuilder that takes care of some handling for each builder.
- UrlBuilder() - Constructor for class com.aerisweather.aeris.communication.UrlBuilder
-
Main constructor that takes the context to grab R.string variables.
- UrlBuilder(String, String, String) - Constructor for class com.aerisweather.aeris.communication.UrlBuilder
-
Another constructor to pass in the client id and client secret without using the R.string
- uvi - Variable in class com.aerisweather.aeris.model.ConditionPeriod
-
Ultraviolet Radiation reading
- uvi - Variable in class com.aerisweather.aeris.model.ForecastPeriod
-
Ultraviolet Radiation reading
- uvi - Variable in class com.aerisweather.aeris.model.Period
V
- v(String, String) - Static method in class com.aerisweather.aeris.logging.Logger
- VALID_TIME - com.aerisweather.aeris.communication.fields.ForecastsFields
- ValidationUtil - Class in com.aerisweather.aeris.util
- ValidationUtil() - Constructor for class com.aerisweather.aeris.util.ValidationUtil
- validTime - Variable in class com.aerisweather.aeris.model.ForecastPeriod
-
Localized valid time of the forecast (Depreciated.
- validTime - Variable in class com.aerisweather.aeris.model.Period
- validTimeISO - Variable in class com.aerisweather.aeris.model.Current
- value - Variable in class com.aerisweather.aeris.communication.parameter.Parameter
- valueOf(String) - Static method in enum com.aerisweather.aeris.communication.Action
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.aerisweather.aeris.communication.AerisEngine.Units
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.aerisweather.aeris.communication.EndpointType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.aerisweather.aeris.communication.fields.AdvisoryFields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.aerisweather.aeris.communication.fields.Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.aerisweather.aeris.communication.fields.ForecastsFields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.aerisweather.aeris.communication.fields.ObservationFields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.aerisweather.aeris.communication.Filter
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.aerisweather.aeris.communication.parameter.RadiusUnit
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.aerisweather.aeris.logging.LogLevel
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.aerisweather.aeris.util.Unit
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.aerisweather.aeris.util.UnitType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.aerisweather.aeris.util.WordsCapitalizer.Behavior
-
Returns the enum constant of this type with the specified name.
- valuePPB - Variable in class com.aerisweather.aeris.model.Pollutant
- values() - Static method in enum com.aerisweather.aeris.communication.Action
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.aerisweather.aeris.communication.AerisEngine.Units
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.aerisweather.aeris.communication.EndpointType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.aerisweather.aeris.communication.fields.AdvisoryFields
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.aerisweather.aeris.communication.fields.Fields
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.aerisweather.aeris.communication.fields.ForecastsFields
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.aerisweather.aeris.communication.fields.ObservationFields
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.aerisweather.aeris.communication.Filter
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.aerisweather.aeris.communication.parameter.RadiusUnit
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.aerisweather.aeris.logging.LogLevel
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.aerisweather.aeris.util.Unit
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.aerisweather.aeris.util.UnitType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.aerisweather.aeris.util.WordsCapitalizer.Behavior
-
Returns an array containing the constants of this enum type, in the order they are declared.
- valueUGM3 - Variable in class com.aerisweather.aeris.model.Pollutant
- VERBOSE - com.aerisweather.aeris.logging.LogLevel
- version - Variable in class com.aerisweather.aeris.model.AerisPermissions
- VERSION - com.aerisweather.aeris.communication.EndpointType
-
Provides the version of the Aeris API
- VERSION_CODE - Static variable in class com.aerisweather.BuildConfig
- VERSION_NAME - Static variable in class com.aerisweather.BuildConfig
- VerticallyIntegratedLiquid - Class in com.aerisweather.aeris.model
-
VIL info
- VerticallyIntegratedLiquid() - Constructor for class com.aerisweather.aeris.model.VerticallyIntegratedLiquid
- vil - Variable in class com.aerisweather.aeris.model.CellObservation
-
Vertically integrated liquid
- vil - Variable in class com.aerisweather.aeris.model.ObservationData
- vil - Variable in class com.aerisweather.aeris.model.StormcellsSummary
- visibility - Variable in class com.aerisweather.aeris.model.Summary
- Visibility - Class in com.aerisweather.aeris.model
-
Visibility data.
- Visibility() - Constructor for class com.aerisweather.aeris.model.Visibility
- VISIBILITY_KM - com.aerisweather.aeris.communication.fields.ForecastsFields
- VISIBILITY_KM - com.aerisweather.aeris.communication.fields.ObservationFields
- VISIBILITY_MI - com.aerisweather.aeris.communication.fields.ForecastsFields
- VISIBILITY_MI - com.aerisweather.aeris.communication.fields.ObservationFields
- visibilityKM - Variable in class com.aerisweather.aeris.model.ConditionPeriod
-
The visibility in kilometers at the start of the forecast period.
- visibilityKM - Variable in class com.aerisweather.aeris.model.ForecastPeriod
-
The forecast visibility in kilometers at the start of the forecast period.
- visibilityKM - Variable in class com.aerisweather.aeris.model.Observation
-
Visibility in kilometers.
- visibilityKM - Variable in class com.aerisweather.aeris.model.ObservationData
- visibilityKM - Variable in class com.aerisweather.aeris.model.Period
- visibilityMI - Variable in class com.aerisweather.aeris.model.ConditionPeriod
-
The visibility in miles at the start of the forecast period.
- visibilityMI - Variable in class com.aerisweather.aeris.model.ForecastPeriod
-
The forecast visibility in miles at the start of the forecast period.
- visibilityMI - Variable in class com.aerisweather.aeris.model.Observation
-
Visibility in miles.
- visibilityMI - Variable in class com.aerisweather.aeris.model.ObservationData
- visibilityMI - Variable in class com.aerisweather.aeris.model.Period
W
- w(String, String) - Static method in class com.aerisweather.aeris.logging.Logger
- WARN - com.aerisweather.aeris.logging.LogLevel
- waterbody - Variable in class com.aerisweather.aeris.model.Profile
- weather - Variable in class com.aerisweather.aeris.model.ConditionPeriod
-
Full weather phrase that combines the weather from all periods as needed
- weather - Variable in class com.aerisweather.aeris.model.ForecastPeriod
-
Full weather phrase that combines the weather from all periods as needed
- weather - Variable in class com.aerisweather.aeris.model.Observation
-
A string of the weather often including cloud coverage along with any prominent weather.
- weather - Variable in class com.aerisweather.aeris.model.ObservationData
- weather - Variable in class com.aerisweather.aeris.model.Period
- weather - Variable in class com.aerisweather.aeris.model.Summary
- Weather - Class in com.aerisweather.aeris.model
-
Object of Range data.
- Weather() - Constructor for class com.aerisweather.aeris.model.Weather
- WEATHER - com.aerisweather.aeris.communication.fields.ForecastsFields
- WEATHER - com.aerisweather.aeris.communication.fields.ObservationFields
- WEATHER_CODED - com.aerisweather.aeris.communication.fields.ForecastsFields
- WEATHER_CODED - com.aerisweather.aeris.communication.fields.ObservationFields
- WEATHER_CODED_TIMESTAMP - com.aerisweather.aeris.communication.fields.ForecastsFields
- WEATHER_CODED_WX - com.aerisweather.aeris.communication.fields.ForecastsFields
- WEATHER_PRIMARY - com.aerisweather.aeris.communication.fields.ForecastsFields
- WEATHER_PRIMARY - com.aerisweather.aeris.communication.fields.ObservationFields
- WEATHER_PRIMARY_CODED - com.aerisweather.aeris.communication.fields.ForecastsFields
- WEATHER_PRIMARY_CODED - com.aerisweather.aeris.communication.fields.ObservationFields
- WEATHER_SHORT - com.aerisweather.aeris.communication.fields.ObservationFields
- weatherCoded - Variable in class com.aerisweather.aeris.model.ConditionPeriod
-
Array of periods containing different weather types; can be used to determine when a particular type of weather is expected to begin/end.
- weatherCoded - Variable in class com.aerisweather.aeris.model.ForecastPeriod
-
Array of periods containing different weather types; can be used to determine when a particular type of weather is expected to begin/end.
- weatherCoded - Variable in class com.aerisweather.aeris.model.Observation
-
The coded weather.
- weatherCoded - Variable in class com.aerisweather.aeris.model.ObservationData
- weatherCoded - Variable in class com.aerisweather.aeris.model.Period
- WeatherCoded - Class in com.aerisweather.aeris.model
-
/** Can be used to determine when a particular type of weather is expected to begin/end.
- WeatherCoded() - Constructor for class com.aerisweather.aeris.model.WeatherCoded
- weatherPrimary - Variable in class com.aerisweather.aeris.model.ConditionPeriod
-
Primary weather across all periods
- weatherPrimary - Variable in class com.aerisweather.aeris.model.ForecastPeriod
-
Primary weather across all periods
- weatherPrimary - Variable in class com.aerisweather.aeris.model.Observation
-
A string of the primary weather.
- weatherPrimary - Variable in class com.aerisweather.aeris.model.ObservationData
- weatherPrimary - Variable in class com.aerisweather.aeris.model.Period
- weatherPrimaryCoded - Variable in class com.aerisweather.aeris.model.ConditionPeriod
-
Primary weather coded.
- weatherPrimaryCoded - Variable in class com.aerisweather.aeris.model.ForecastPeriod
-
Primary weather coded.
- weatherPrimaryCoded - Variable in class com.aerisweather.aeris.model.Observation
-
The primary coded weather.
- weatherPrimaryCoded - Variable in class com.aerisweather.aeris.model.ObservationData
- weatherPrimaryCoded - Variable in class com.aerisweather.aeris.model.Period
- weatherShort - Variable in class com.aerisweather.aeris.model.Observation
-
A shortened weather string.
- weatherShort - Variable in class com.aerisweather.aeris.model.ObservationData
- WeatherUtil - Class in com.aerisweather.aeris.util
-
Helper methods for helping display some weather information from numbers to strings.
- WeatherUtil() - Constructor for class com.aerisweather.aeris.util.WeatherUtil
- WEST_PACIFIC - com.aerisweather.aeris.communication.Filter
- wfo - Variable in class com.aerisweather.aeris.model.Report
- wfo - Variable in class com.aerisweather.aeris.model.StormReport
-
The weather forecast office reporting the event
- wide - Variable in class com.aerisweather.aeris.model.CellCone
-
Array of lat/lon coordinates defining a 20-degree cone of error along the forecast path
- width - Variable in class com.aerisweather.aeris.model.MapsPermission.maxSize
- widthKM - Variable in class com.aerisweather.aeris.model.Satellite
-
Estimated width of fire in kilometers.
- widthMI - Variable in class com.aerisweather.aeris.model.Satellite
-
Estimated width of fire in miles.
- wind - Variable in class com.aerisweather.aeris.model.Summary
- Wind - Class in com.aerisweather.aeris.model
-
Wind data.
- Wind() - Constructor for class com.aerisweather.aeris.model.Wind
- WIND - com.aerisweather.aeris.communication.Filter
- WIND_DIR - com.aerisweather.aeris.communication.fields.ForecastsFields
- WIND_DIR - com.aerisweather.aeris.communication.fields.ObservationFields
- WIND_DIR_DEG - com.aerisweather.aeris.communication.fields.ForecastsFields
- WIND_DIR_DEG - com.aerisweather.aeris.communication.fields.ObservationFields
- WIND_DIR_MAX - com.aerisweather.aeris.communication.fields.ForecastsFields
- WIND_DIR_MAX_DEG - com.aerisweather.aeris.communication.fields.ForecastsFields
- WIND_DIR_MIN - com.aerisweather.aeris.communication.fields.ForecastsFields
- WIND_DIR_MIN_DEG - com.aerisweather.aeris.communication.fields.ForecastsFields
- WIND_GUST_KPH - com.aerisweather.aeris.communication.fields.ForecastsFields
- WIND_GUST_KPH - com.aerisweather.aeris.communication.fields.ObservationFields
- WIND_GUST_KTS - com.aerisweather.aeris.communication.fields.ForecastsFields
- WIND_GUST_KTS - com.aerisweather.aeris.communication.fields.ObservationFields
- WIND_GUST_MPH - com.aerisweather.aeris.communication.fields.ForecastsFields
- WIND_GUST_MPH - com.aerisweather.aeris.communication.fields.ObservationFields
- WIND_KPH - com.aerisweather.aeris.communication.fields.ObservationFields
- WIND_KTS - com.aerisweather.aeris.communication.fields.ObservationFields
- WIND_MPH - com.aerisweather.aeris.communication.fields.ObservationFields
- WIND_SPEED_KPH - com.aerisweather.aeris.communication.fields.ForecastsFields
- WIND_SPEED_KTS - com.aerisweather.aeris.communication.fields.ForecastsFields
- WIND_SPEED_MAX_KPH - com.aerisweather.aeris.communication.fields.ForecastsFields
- WIND_SPEED_MAX_KTS - com.aerisweather.aeris.communication.fields.ForecastsFields
- WIND_SPEED_MAX_MPH - com.aerisweather.aeris.communication.fields.ForecastsFields
- WIND_SPEED_MIN_KPH - com.aerisweather.aeris.communication.fields.ForecastsFields
- WIND_SPEED_MIN_KTS - com.aerisweather.aeris.communication.fields.ForecastsFields
- WIND_SPEED_MIN_MPH - com.aerisweather.aeris.communication.fields.ForecastsFields
- WIND_SPEED_MPH - com.aerisweather.aeris.communication.fields.ForecastsFields
- WINDCHILL_C - com.aerisweather.aeris.communication.fields.ObservationFields
- WINDCHILL_F - com.aerisweather.aeris.communication.fields.ObservationFields
- windchillC - Variable in class com.aerisweather.aeris.model.Observation
-
Wind chill temperature in Celsius.
- windchillC - Variable in class com.aerisweather.aeris.model.ObservationData
- windchillF - Variable in class com.aerisweather.aeris.model.Observation
-
Wind chill temperature in Fahrenheit.
- windchillF - Variable in class com.aerisweather.aeris.model.ObservationData
- windDir - Variable in class com.aerisweather.aeris.model.ConditionPeriod
-
Wind direction in cardinal coordinates
- windDir - Variable in class com.aerisweather.aeris.model.ForecastPeriod
-
Wind direction in cardinal coordinates
- windDir - Variable in class com.aerisweather.aeris.model.Observation
-
Wind direction in cardinal coordinates.
- windDir - Variable in class com.aerisweather.aeris.model.ObservationData
- windDir - Variable in class com.aerisweather.aeris.model.Period
- windDir80m - Variable in class com.aerisweather.aeris.model.ForecastPeriod
-
Wind direction in cardinal coordinates at a height of 80 meters.
- windDir80m - Variable in class com.aerisweather.aeris.model.Period
- windDir80mDEG - Variable in class com.aerisweather.aeris.model.ForecastPeriod
-
Wind direction in cardinal coordinates at a height of 80 meters.
- windDir80mDEG - Variable in class com.aerisweather.aeris.model.Period
- windDirDEG - Variable in class com.aerisweather.aeris.model.ConditionPeriod
-
The wind direction in degrees
- windDirDEG - Variable in class com.aerisweather.aeris.model.ForecastPeriod
-
The wind direction in degrees
- windDirDEG - Variable in class com.aerisweather.aeris.model.Observation
-
Wind direction in degrees.
- windDirDEG - Variable in class com.aerisweather.aeris.model.ObservationData
- windDirDEG - Variable in class com.aerisweather.aeris.model.Period
- windDirMax - Variable in class com.aerisweather.aeris.model.ForecastPeriod
-
Wind direction in cardinal coordinates at the time of maximum wind speed
ForecastPeriod.windSpeedMaxMPH
- windDirMax - Variable in class com.aerisweather.aeris.model.Period
- windDirMax80m - Variable in class com.aerisweather.aeris.model.ForecastPeriod
-
Wind direction in cardinal coordinates at the time of maximum wind speed at a height of 80 meters.
- windDirMax80m - Variable in class com.aerisweather.aeris.model.Period
- windDirMax80mDEG - Variable in class com.aerisweather.aeris.model.ForecastPeriod
-
The wind direction in degrees (0=North) at the time of maximum wind speed at a height of 80 meters.
- windDirMax80mDEG - Variable in class com.aerisweather.aeris.model.Period
- windDirMaxDEG - Variable in class com.aerisweather.aeris.model.ForecastPeriod
-
The wind direction in degrees (0=North) at the time of maximum wind speed
ForecastPeriod.windSpeedMaxMPH
- windDirMaxDEG - Variable in class com.aerisweather.aeris.model.Period
- windDirMin - Variable in class com.aerisweather.aeris.model.ForecastPeriod
-
Wind direction in cardinal coordinates at the time of minimum wind speed
ForecastPeriod.windSpeedMinMPH
- windDirMin - Variable in class com.aerisweather.aeris.model.Period
- windDirMin80m - Variable in class com.aerisweather.aeris.model.ForecastPeriod
-
Wind direction in cardinal coordinates at the time of minimum wind speed at a height of 80 meters.
- windDirMin80m - Variable in class com.aerisweather.aeris.model.Period
- windDirMin80mDEG - Variable in class com.aerisweather.aeris.model.ForecastPeriod
-
The wind direction in degrees (0=North) at the time of minimum wind speed at a height of 80 meters.
- windDirMin80mDEG - Variable in class com.aerisweather.aeris.model.Period
- windDirMinDEG - Variable in class com.aerisweather.aeris.model.ForecastPeriod
-
The wind direction in degrees (0=North) at the time of minimum wind speed
ForecastPeriod.windSpeedMinMPH
- windDirMinDEG - Variable in class com.aerisweather.aeris.model.Period
- windGust - Variable in class com.aerisweather.aeris.model.ConditionsSummaryPeriod
- windGust80mKPH - Variable in class com.aerisweather.aeris.model.ForecastPeriod
-
Wind gust in kilometers per hour at a height of 80 meters.
- windGust80mKPH - Variable in class com.aerisweather.aeris.model.Period
- windGust80mKTS - Variable in class com.aerisweather.aeris.model.ForecastPeriod
-
Wind gust in knots at a height of 80 meters.
- windGust80mKTS - Variable in class com.aerisweather.aeris.model.Period
- windGust80mMPH - Variable in class com.aerisweather.aeris.model.ForecastPeriod
-
Wind gust in miles per hour at a height of 80 meters.
- windGust80mMPH - Variable in class com.aerisweather.aeris.model.Period
- windGustKPH - Variable in class com.aerisweather.aeris.model.ConditionPeriod
-
Wind gust in kilometers per hour Null if unavailable.
- windGustKPH - Variable in class com.aerisweather.aeris.model.ForecastPeriod
-
Wind gust in kilometers per hour
- windGustKPH - Variable in class com.aerisweather.aeris.model.Observation
-
Wind gust speed in kilometers her hour Null if no wind gusts..
- windGustKPH - Variable in class com.aerisweather.aeris.model.ObservationData
- windGustKPH - Variable in class com.aerisweather.aeris.model.Period
- windGustKTS - Variable in class com.aerisweather.aeris.model.ConditionPeriod
-
Wind gust in knots Null if unavailable.
- windGustKTS - Variable in class com.aerisweather.aeris.model.ForecastPeriod
-
Wind gust in knots
- windGustKTS - Variable in class com.aerisweather.aeris.model.Observation
-
Wind gust speed in knots.
- windGustKTS - Variable in class com.aerisweather.aeris.model.ObservationData
- windGustKTS - Variable in class com.aerisweather.aeris.model.Period
- windGustMPH - Variable in class com.aerisweather.aeris.model.ConditionPeriod
-
Wind gust in miles per hour Null if unavailable.
- windGustMPH - Variable in class com.aerisweather.aeris.model.ForecastPeriod
-
Wind gust in miles per hour
- windGustMPH - Variable in class com.aerisweather.aeris.model.Observation
-
Wind gust speed in miles per hour Null if no wind gusts..
- windGustMPH - Variable in class com.aerisweather.aeris.model.ObservationData
- windGustMPH - Variable in class com.aerisweather.aeris.model.Period
- WindowListener - Class in com.aerisweather.aeris.location
-
Location Listener that windows at a window rate.
- WindowListener(LocationHelper, LocationDelegate) - Constructor for class com.aerisweather.aeris.location.WindowListener
- windSpeed - Variable in class com.aerisweather.aeris.model.AerisDataJSON
- windSpeed - Variable in class com.aerisweather.aeris.model.ConditionsSummaryPeriod
- windSpeed - Variable in class com.aerisweather.aeris.model.Profile
- windSpeed80mKPH - Variable in class com.aerisweather.aeris.model.ForecastPeriod
-
Wind speed in kilometers per hour at a height of 80 meters.
- windSpeed80mKPH - Variable in class com.aerisweather.aeris.model.Period
- windSpeed80mKTS - Variable in class com.aerisweather.aeris.model.ForecastPeriod
-
Wind speed in knots at a height of 80 meters.
- windSpeed80mKTS - Variable in class com.aerisweather.aeris.model.Period
- windSpeed80mMPH - Variable in class com.aerisweather.aeris.model.ForecastPeriod
-
Wind speed in miles per hour at a height of 80 meters.
- windSpeed80mMPH - Variable in class com.aerisweather.aeris.model.Period
- windSpeedKPH - Variable in class com.aerisweather.aeris.model.ConditionPeriod
-
Wind speed in kilometers per hour
- windSpeedKPH - Variable in class com.aerisweather.aeris.model.ForecastPeriod
-
Wind speed in kilometers per hour
- windSpeedKPH - Variable in class com.aerisweather.aeris.model.Observation
-
Wind speed in kilometers her hour.
- windSpeedKPH - Variable in class com.aerisweather.aeris.model.ObservationData
- windSpeedKPH - Variable in class com.aerisweather.aeris.model.Period
- windSpeedKPH - Variable in class com.aerisweather.aeris.model.StormReportDetail
-
Optional.
- windSpeedKPH - Variable in class com.aerisweather.aeris.model.TropicalCycloneDetails
- windSpeedKTS - Variable in class com.aerisweather.aeris.model.ConditionPeriod
-
Wind speed in knots
- windSpeedKTS - Variable in class com.aerisweather.aeris.model.ForecastPeriod
-
Wind speed in knots
- windSpeedKTS - Variable in class com.aerisweather.aeris.model.Observation
-
Wind speed in knots.
- windSpeedKTS - Variable in class com.aerisweather.aeris.model.ObservationData
- windSpeedKTS - Variable in class com.aerisweather.aeris.model.Period
- windSpeedKTS - Variable in class com.aerisweather.aeris.model.StormReportDetail
-
Optional.
- windSpeedKTS - Variable in class com.aerisweather.aeris.model.TropicalCycloneDetails
- windSpeedMax80mKPH - Variable in class com.aerisweather.aeris.model.ForecastPeriod
-
The maximum wind speed in kilometers at a height of 80 meters.
- windSpeedMax80mKPH - Variable in class com.aerisweather.aeris.model.Period
- windSpeedMax80mKTS - Variable in class com.aerisweather.aeris.model.ForecastPeriod
-
The maximum wind speed in knots at a height of 80 meters.
- windSpeedMax80mKTS - Variable in class com.aerisweather.aeris.model.Period
- windSpeedMax80mMPH - Variable in class com.aerisweather.aeris.model.ForecastPeriod
-
The maximum wind speed in miles per hour at a height of 80 meters.
- windSpeedMax80mMPH - Variable in class com.aerisweather.aeris.model.Period
- windSpeedMaxKPH - Variable in class com.aerisweather.aeris.model.ForecastPeriod
-
The max wind speed in kilometers per hour
- windSpeedMaxKPH - Variable in class com.aerisweather.aeris.model.Period
- windSpeedMaxKTS - Variable in class com.aerisweather.aeris.model.ForecastPeriod
-
The max wind speed in knots
- windSpeedMaxKTS - Variable in class com.aerisweather.aeris.model.Period
- windSpeedMaxMPH - Variable in class com.aerisweather.aeris.model.ForecastPeriod
-
The max wind speed in miles per hour
- windSpeedMaxMPH - Variable in class com.aerisweather.aeris.model.Period
- windSpeedMin80mKPH - Variable in class com.aerisweather.aeris.model.ForecastPeriod
-
The minimum wind speed in kilometers at a height of 80 meters.
- windSpeedMin80mKPH - Variable in class com.aerisweather.aeris.model.Period
- windSpeedMin80mKTS - Variable in class com.aerisweather.aeris.model.ForecastPeriod
-
The minimum wind speed in knots at a height of 80 meters.
- windSpeedMin80mKTS - Variable in class com.aerisweather.aeris.model.Period
- windSpeedMin80mMPH - Variable in class com.aerisweather.aeris.model.ForecastPeriod
-
The minimum wind speed in miles per hour at a height of 80 meters.
- windSpeedMin80mMPH - Variable in class com.aerisweather.aeris.model.Period
- windSpeedMinKPH - Variable in class com.aerisweather.aeris.model.ForecastPeriod
-
The minimum wind speed in kilometers per hour
- windSpeedMinKPH - Variable in class com.aerisweather.aeris.model.Period
- windSpeedMinKTS - Variable in class com.aerisweather.aeris.model.ForecastPeriod
-
The minimum wind speed in knots
- windSpeedMinKTS - Variable in class com.aerisweather.aeris.model.Period
- windSpeedMinMPH - Variable in class com.aerisweather.aeris.model.ForecastPeriod
-
The minimum wind speed in miles per hour
- windSpeedMinMPH - Variable in class com.aerisweather.aeris.model.Period
- windSpeedMPH - Variable in class com.aerisweather.aeris.model.ConditionPeriod
-
Wind speed in miles per hour
- windSpeedMPH - Variable in class com.aerisweather.aeris.model.ForecastPeriod
-
Wind speed in miles per hour
- windSpeedMPH - Variable in class com.aerisweather.aeris.model.Observation
-
Wind speed in miles per hour.
- windSpeedMPH - Variable in class com.aerisweather.aeris.model.ObservationData
- windSpeedMPH - Variable in class com.aerisweather.aeris.model.Period
- windSpeedMPH - Variable in class com.aerisweather.aeris.model.StormReportDetail
-
Optional.
- windSpeedMPH - Variable in class com.aerisweather.aeris.model.TropicalCycloneDetails
- winter_snowdepth - Variable in class com.aerisweather.aeris.model.AerisPermissions
- WINTER_SNOWDEPTH - com.aerisweather.aeris.communication.EndpointType
-
Estimated snow depth across North America.
- withAction(Action) - Method in class com.aerisweather.aeris.communication.BatchBuilder
-
Adds the batch Action to the builder.
- withAdvisories() - Method in class com.aerisweather.aeris.model.AerisPermissionsBuilder
- withAirquality() - Method in class com.aerisweather.aeris.model.AerisPermissionsBuilder
- withAirqualityForecasts() - Method in class com.aerisweather.aeris.model.AerisPermissionsBuilder
- withAlerts() - Method in class com.aerisweather.aeris.model.AerisPermissionsBuilder
- withAlertsSummary() - Method in class com.aerisweather.aeris.model.AerisPermissionsBuilder
- withConditions() - Method in class com.aerisweather.aeris.model.AerisPermissionsBuilder
- withConditionsSummary() - Method in class com.aerisweather.aeris.model.AerisPermissionsBuilder
- withConvectiveOutlook() - Method in class com.aerisweather.aeris.model.AerisPermissionsBuilder
- withCountries() - Method in class com.aerisweather.aeris.model.AerisPermissionsBuilder
- withCustomParameter(String, String) - Method in class com.aerisweather.aeris.communication.parameter.ParameterBuilder
-
Adds a custom parameter with the given key and value
key=:value - withDebug(boolean) - Method in class com.aerisweather.aeris.communication.loaders.AerisAbstractTask
-
Adds the debug output for the request.
- withDebugOutput(boolean) - Method in class com.aerisweather.aeris.communication.AerisRequest
-
Constructs the request with the debug set to a value.
- withDroughtsMonitor() - Method in class com.aerisweather.aeris.model.AerisPermissionsBuilder
- withEarthquakes() - Method in class com.aerisweather.aeris.model.AerisPermissionsBuilder
- withFields(CodedInterface...) - Method in class com.aerisweather.aeris.communication.parameter.FieldsParameter
-
Deprecated.
- withFields(CodedInterface...) - Method in class com.aerisweather.aeris.communication.parameter.ParameterBuilder
-
Add
fields
to the parameter - withFields(String...) - Method in class com.aerisweather.aeris.communication.parameter.FieldsParameter
-
Add fields to the parameter
- withFields(String...) - Method in class com.aerisweather.aeris.communication.parameter.ParameterBuilder
-
Add a
fields
parameter - withFilter(String) - Method in class com.aerisweather.aeris.communication.parameter.ParameterBuilder
-
Construct a
filter
parameter with a string as the value. - withFires() - Method in class com.aerisweather.aeris.model.AerisPermissionsBuilder
- withFiresOutlook() - Method in class com.aerisweather.aeris.model.AerisPermissionsBuilder
- withForecasts() - Method in class com.aerisweather.aeris.model.AerisPermissionsBuilder
- withFrom(String) - Method in class com.aerisweather.aeris.communication.parameter.ParameterBuilder
-
Constructs the
from
parameter with the value.
from=:string - withId(String) - Method in class com.aerisweather.aeris.communication.BatchBuilder
-
Adds the batch id to the builder.
- WITHIN - com.aerisweather.aeris.communication.Action
-
The within action allows for returning data within a variety of different geometrical regions.
- withIndices() - Method in class com.aerisweather.aeris.model.AerisPermissionsBuilder
- withInteractive(boolean, boolean, boolean, boolean, boolean) - Method in class com.aerisweather.aeris.model.AerisPermissionsBuilder
- withLightning() - Method in class com.aerisweather.aeris.model.AerisPermissionsBuilder
- withLightningSummary() - Method in class com.aerisweather.aeris.model.AerisPermissionsBuilder
- withLimit(int) - Method in class com.aerisweather.aeris.communication.parameter.ParameterBuilder
-
Adds a
limit
parameter to limit the number of requests. - withNormals() - Method in class com.aerisweather.aeris.model.AerisPermissionsBuilder
- withNormalsStations() - Method in class com.aerisweather.aeris.model.AerisPermissionsBuilder
- withObs() - Method in class com.aerisweather.aeris.model.AerisPermissionsBuilder
- withObservations() - Method in class com.aerisweather.aeris.model.AerisPermissionsBuilder
- withObservationsArchive() - Method in class com.aerisweather.aeris.model.AerisPermissionsBuilder
- withObservationsRecent() - Method in class com.aerisweather.aeris.model.AerisPermissionsBuilder
-
Deprecated.
- withObservationsSummary() - Method in class com.aerisweather.aeris.model.AerisPermissionsBuilder
- withOPhrasesSummary() - Method in class com.aerisweather.aeris.model.AerisPermissionsBuilder
- withPlace() - Method in class com.aerisweather.aeris.communication.parameter.ParameterBuilder
-
Adds a {PlaceParameter place} parameter by using the IP address for the location.
- withPlace(double, double) - Method in class com.aerisweather.aeris.communication.parameter.ParameterBuilder
-
Adds a {PlaceParameter place} parameter with latitude and longitude coordinates
- withPlace(double, double, double, double) - Method in class com.aerisweather.aeris.communication.parameter.ParameterBuilder
-
Adds a {PlaceParameter place} parameter with latitude and longitude coordinates to use with a {EndpointType WITHIN}.
- withPlace(int) - Method in class com.aerisweather.aeris.communication.parameter.ParameterBuilder
-
Adds a
place
parameter with a fips code. - withPlace(Context) - Method in class com.aerisweather.aeris.communication.parameter.ParameterBuilder
-
Adds a {PlaceParameter place} parameter and uses the phones location, if available.
- withPlace(AerisLocation...) - Method in class com.aerisweather.aeris.communication.parameter.ParameterBuilder
-
Adds a {PlaceParameter place} parameter based on a polygon.
- withPlace(String) - Method in class com.aerisweather.aeris.communication.parameter.ParameterBuilder
-
Adds a PlaceParameter parameter with a value.
- withPlace(List<AerisLocation>) - Method in class com.aerisweather.aeris.communication.parameter.ParameterBuilder
-
Adds a {PlaceParameter place} parameter based on a polygon.
- withPlaces() - Method in class com.aerisweather.aeris.model.AerisPermissionsBuilder
- withPlacesAirports() - Method in class com.aerisweather.aeris.model.AerisPermissionsBuilder
- withPlacesPostalCodes() - Method in class com.aerisweather.aeris.model.AerisPermissionsBuilder
- withPLimit(int) - Method in class com.aerisweather.aeris.communication.parameter.ParameterBuilder
-
Adds a
periods limit
parameter with number of periods to limit to. - withProgress(AerisProgressListener) - Method in class com.aerisweather.aeris.communication.CommunicationTask
-
Creates the task with a progress listener.
- withPSort(String) - Method in class com.aerisweather.aeris.communication.parameter.ParameterBuilder
-
Adds a
period sort
parameter with will sort the periods based on a value. - withQuery(String) - Method in class com.aerisweather.aeris.communication.parameter.ParameterBuilder
-
Adds a
query
parameter with the string value. - withQuery(String, String) - Method in class com.aerisweather.aeris.communication.parameter.ParameterBuilder
-
Adds a more advanced
query
parameter with a comparator. - withRadius(int) - Method in class com.aerisweather.aeris.communication.parameter.ParameterBuilder
-
Adds a
radius
parameter of a certain distance. - withRadius(int, RadiusUnit) - Method in class com.aerisweather.aeris.communication.parameter.ParameterBuilder
-
Adds a
radius
parameter of a certain distance. - withRadius(String) - Method in class com.aerisweather.aeris.communication.parameter.ParameterBuilder
-
Adds a
radius
parameter with the string as the value. - withRecords() - Method in class com.aerisweather.aeris.model.AerisPermissionsBuilder
-
Deprecated.
- withRivers() - Method in class com.aerisweather.aeris.model.AerisPermissionsBuilder
- withRiversGauges() - Method in class com.aerisweather.aeris.model.AerisPermissionsBuilder
- withSecureAccess(boolean) - Method in class com.aerisweather.aeris.communication.AerisRequest
-
Sets the secure access.
- withSort(String) - Method in class com.aerisweather.aeris.communication.parameter.ParameterBuilder
-
Adds a
sort
parameter with the value. - withStormcells() - Method in class com.aerisweather.aeris.model.AerisPermissionsBuilder
- withStormcellsSummary() - Method in class com.aerisweather.aeris.model.AerisPermissionsBuilder
- withStormreports() - Method in class com.aerisweather.aeris.model.AerisPermissionsBuilder
- withStormreportsSummary() - Method in class com.aerisweather.aeris.model.AerisPermissionsBuilder
- withSunmoon() - Method in class com.aerisweather.aeris.model.AerisPermissionsBuilder
- withSunmoonMoonphases() - Method in class com.aerisweather.aeris.model.AerisPermissionsBuilder
- withThreats() - Method in class com.aerisweather.aeris.model.AerisPermissionsBuilder
- withTides() - Method in class com.aerisweather.aeris.model.AerisPermissionsBuilder
- withTidesStations() - Method in class com.aerisweather.aeris.model.AerisPermissionsBuilder
- withTo(String) - Method in class com.aerisweather.aeris.communication.parameter.ParameterBuilder
-
Adds the
to
parameter with the given value. - withTropicalCyclones() - Method in class com.aerisweather.aeris.model.AerisPermissionsBuilder
- withTropicalCyclonesArchive() - Method in class com.aerisweather.aeris.model.AerisPermissionsBuilder
- withVersion() - Method in class com.aerisweather.aeris.model.AerisPermissionsBuilder
- withWinterSnowdepth() - Method in class com.aerisweather.aeris.model.AerisPermissionsBuilder
- wmoid - Variable in class com.aerisweather.aeris.model.Profile
- WordsCapitalizer - Class in com.aerisweather.aeris.util
-
Helper class for capitalization Obtained from stack overflow http://stackoverflow.com/questions/1892765/capitalize-first-char-of-each-word -in-a-string-java
- WordsCapitalizer() - Constructor for class com.aerisweather.aeris.util.WordsCapitalizer
- WordsCapitalizer.Behavior - Enum in com.aerisweather.aeris.util
- WordsCapitalizer.Delimiter - Class in com.aerisweather.aeris.util
- wx - Variable in class com.aerisweather.aeris.model.WeatherCoded
- wxzones - Variable in class com.aerisweather.aeris.model.AdvisoryIncludes
-
List of US public weather zones in the NOAA XXZ### format, where XX is the state abbreivation and ### is the 3 digit public zone id.
Y
- year - Variable in class com.aerisweather.aeris.model.AerisDataJSON
- year - Variable in class com.aerisweather.aeris.model.Profile
- ymd - Variable in class com.aerisweather.aeris.model.Summary
- YMD - com.aerisweather.aeris.communication.fields.ObservationFields
- ytdCM - Variable in class com.aerisweather.aeris.model.NormalSnow
-
The normal year to date snowfall in centimeters.
- ytdIN - Variable in class com.aerisweather.aeris.model.NormalPrecipitation
-
The normal month to date precipitation in Inches.
- ytdIN - Variable in class com.aerisweather.aeris.model.NormalSnow
-
The normal year to date snowfall in Inches.
- ytdMM - Variable in class com.aerisweather.aeris.model.NormalPrecipitation
-
The normal month to date precipitation in millimeters.
Z
- zenithDEG - Variable in class com.aerisweather.aeris.model.Solrad
- zipcodes - Variable in class com.aerisweather.aeris.model.AdvisoryIncludes
-
List of US zip codes that are affected by the advisory.
All Classes All Packages