ForecastResult Data Type

Implemented Interfaces
Comparable
Properties
name data type description
forecastResultId number
validTimeStart number
warningStatus number
allValues map of string Converting from JSON format
forecastConfigurationId number the forecastConfigurationId
keys array of string
validGeometry Geometry the validGeometry
validTimeEnd number the validTimeEnd

Example

{
  "forecastResultId" : 12345,
  "validTimeStart" : 12345,
  "warningStatus" : 12345,
  "allValues" : {
    "property1" : "...",
    "property2" : "..."
  },
  "forecastConfigurationId" : 12345,
  "keys" : [ "...", "..." ],
  "validGeometry" : {
    "area" : 12345.0,
    "SRID" : 12345,
    "userData" : { },
    "envelope" : { },
    "simple" : true,
    "factory" : {
      "precisionModel" : { },
      "coordinateSequenceFactory" : { },
      "SRID" : 12345
    },
    "length" : 12345.0,
    "interiorPoint" : {
      "boundaryDimension" : 12345,
      "empty" : true,
      "geometryType" : "...",
      "coordinateSequence" : { },
      "numPoints" : 12345,
      "y" : 12345.0,
      "dimension" : 12345,
      "boundary" : { },
      "x" : 12345.0,
      "coordinate" : { },
      "simple" : true,
      "coordinates" : [ { }, { } ],
      "area" : 12345.0,
      "SRID" : 12345,
      "userData" : { },
      "envelope" : { },
      "factory" : { },
      "length" : 12345.0,
      "interiorPoint" : { },
      "precisionModel" : { },
      "numGeometries" : 12345,
      "rectangle" : true,
      "envelopeInternal" : { },
      "valid" : true,
      "centroid" : { }
    },
    "empty" : true,
    "precisionModel" : {
      "scale" : 12345.0,
      "maximumSignificantDigits" : 12345,
      "offsetX" : 12345.0,
      "type" : { },
      "floating" : true,
      "offsetY" : 12345.0
    },
    "numGeometries" : 12345,
    "geometryType" : "...",
    "rectangle" : true,
    "boundary" : { },
    "envelopeInternal" : {
      "diameter" : 12345.0,
      "minY" : 12345.0,
      "maxX" : 12345.0,
      "maxY" : 12345.0,
      "width" : 12345.0,
      "minX" : 12345.0,
      "height" : 12345.0,
      "null" : true,
      "area" : 12345.0
    },
    "numPoints" : 12345,
    "valid" : true,
    "dimension" : 12345,
    "centroid" : {
      "boundaryDimension" : 12345,
      "empty" : true,
      "geometryType" : "...",
      "coordinateSequence" : { },
      "numPoints" : 12345,
      "y" : 12345.0,
      "dimension" : 12345,
      "boundary" : { },
      "x" : 12345.0,
      "coordinate" : { },
      "simple" : true,
      "coordinates" : [ { }, { } ],
      "area" : 12345.0,
      "SRID" : 12345,
      "userData" : { },
      "envelope" : { },
      "factory" : { },
      "length" : 12345.0,
      "interiorPoint" : { },
      "precisionModel" : { },
      "numGeometries" : 12345,
      "rectangle" : true,
      "envelopeInternal" : { },
      "valid" : true,
      "centroid" : { }
    },
    "coordinates" : [ {
      "x" : 12345.0,
      "valid" : true,
      "y" : 12345.0,
      "z" : 12345.0,
      "m" : 12345.0
    }, {
      "x" : 12345.0,
      "valid" : true,
      "y" : 12345.0,
      "z" : 12345.0,
      "m" : 12345.0
    } ],
    "coordinate" : {
      "x" : 12345.0,
      "valid" : true,
      "y" : 12345.0,
      "z" : 12345.0,
      "m" : 12345.0
    },
    "boundaryDimension" : 12345
  },
  "validTimeEnd" : 12345
}