HdcImportProfileConfig Data Type

Properties
name data type constraints description
addUnmappedLayers boolean required boolean
contextRootClassIdAsLong number  
contextRootLabel string  
removeOldRaster boolean required boolean
classesToUnlinkFrom array of number  
contextRootValid boolean required boolean
contextRootId string  
classesToClean array of number  
vectorProcessingMode TdxmVectorProcessingMode  
importDocs boolean required boolean
autoLinking boolean required boolean
contextRootPair PairOfStringAndString  
defaultScaleValue number  
contextRootClassId string  
classesToUnlink array of number  
applyFieldRules boolean  
requireObjectIdentifiers boolean required boolean
domainId number  
srId number  
removeSurplusObjects boolean required boolean
description string  
importType TdxmInputType  
tileRaster boolean required boolean
unlinkObjects boolean required boolean
name string  
addUnmatchedObjects boolean required boolean
inheritParentObjectsSecurityScheme boolean required boolean
perspectiveId number  
convertClassesForMatchedDocuments boolean required boolean
contextRootMissing boolean required boolean

Example

{
  "addUnmappedLayers" : true,
  "contextRootClassIdAsLong" : 12345,
  "contextRootLabel" : "...",
  "removeOldRaster" : true,
  "classesToUnlinkFrom" : [ 12345, 12345 ],
  "contextRootValid" : true,
  "contextRootId" : "...",
  "classesToClean" : [ 12345, 12345 ],
  "vectorProcessingMode" : "PRESERVE_MATCHED_LAYERS",
  "importDocs" : true,
  "autoLinking" : true,
  "contextRootPair" : {
    "value0" : "...",
    "value1" : "...",
    "first" : "...",
    "second" : "..."
  },
  "defaultScaleValue" : 12345.0,
  "contextRootClassId" : "...",
  "classesToUnlink" : [ 12345, 12345 ],
  "applyFieldRules" : true,
  "requireObjectIdentifiers" : true,
  "domainId" : 12345,
  "srId" : 12345,
  "removeSurplusObjects" : true,
  "description" : "...",
  "importType" : "Unknown",
  "tileRaster" : true,
  "unlinkObjects" : true,
  "name" : "...",
  "addUnmatchedObjects" : true,
  "inheritParentObjectsSecurityScheme" : true,
  "perspectiveId" : 12345,
  "convertClassesForMatchedDocuments" : true,
  "contextRootMissing" : true
}