Features Data Type

Implemented Interfaces
Serializable
Properties
name data type description
GisFeatureRef array of FeatureRefStructure

Example

{
  "GisFeatureRef" : [ {
    "FeatureIdRef" : {
      "value" : "..."
    },
    "FeatureType" : "..."
  }, {
    "FeatureIdRef" : {
      "value" : "..."
    },
    "FeatureType" : "..."
  } ]
}