| name | data type | description |
|---|---|---|
| UseReferences | boolean | |
| UseNames | boolean | |
Properties inherited from CapabilityRequestPolicyStructure |
||
| NationalLanguage | array of string | |
| GmlCoordinateFormat | string | |
| WgsDecimalDegrees | string | |
Example
{
"UseReferences" : true,
"UseNames" : true,
"NationalLanguage" : [ "...", "..." ],
"GmlCoordinateFormat" : "...",
"WgsDecimalDegrees" : "..."
}