Package com.aerisweather.aeris.model
Class Perimeter
- java.lang.Object
-
- com.aerisweather.aeris.model.Perimeter
-
public class Perimeter extends Object
-
-
Field Summary
Fields Modifier and Type Field Description Number
areaAC
The area of the perimeter in square acresNumber
areaKM
The area of the perimeter in square kilometersNumber
areaMI
The area of the perimeter in square milesString
modifiedDateISO
ISO 8601 date of the date/time the perimeter polygon was last updatedInteger
modifiedTimestamp
Unix timestamp of the date/time the perimeter polygon was last updatedGeoPolygon
polygon
GeoPolygon of the fire perimeter.String
startDateISO
ISO 8601 date of the initial start date that the fire perimeter was createdInteger
startTimestamp
Unix timestamp of the initial start date that the fire perimeter was created
-
Constructor Summary
Constructors Constructor Description Perimeter()
-
-
-
Field Detail
-
startTimestamp
public Integer startTimestamp
Unix timestamp of the initial start date that the fire perimeter was created
-
startDateISO
public String startDateISO
ISO 8601 date of the initial start date that the fire perimeter was created
-
modifiedTimestamp
public Integer modifiedTimestamp
Unix timestamp of the date/time the perimeter polygon was last updated
-
modifiedDateISO
public String modifiedDateISO
ISO 8601 date of the date/time the perimeter polygon was last updated
-
areaKM
public Number areaKM
The area of the perimeter in square kilometers
-
areaMI
public Number areaMI
The area of the perimeter in square miles
-
areaAC
public Number areaAC
The area of the perimeter in square acres
-
polygon
public GeoPolygon polygon
GeoPolygon of the fire perimeter. Will either be a polygon or Multipolygon
-
-