AreaRequestParams Data Type

Properties
name data type description
versionId number
classLabel string
vectorId2VectorUnits map of Units
precision number
vectorId2CompUnits map of Units
fieldId string
userId number
classId number

Example

{
  "versionId" : 12345,
  "classLabel" : "...",
  "vectorId2VectorUnits" : {
    "property1" : "Km",
    "property2" : "Foot"
  },
  "precision" : 12345,
  "vectorId2CompUnits" : {
    "property1" : "Inch",
    "property2" : "Yard"
  },
  "fieldId" : "...",
  "userId" : 12345,
  "classId" : 12345
}