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