properties property

Map<String, OGCQueryableProperty> properties
final

A map of queryable properties for this queryable object.

The map key represents a property name (that is accessible also from the name property of OGCQueryableProperty object).

NOTE: currently this contains only non-geospatial properties that SHOULD have at least "type" and "title" attributes.

Implementation

final Map<String, OGCQueryableProperty> properties;