Function get_feature_class
Source pub fn get_feature_class(
config_json: &str,
fclass_id_or_code: &str,
) -> Result<Value>
Expand description
Get a specific feature class by ID or code
§Arguments
config_json - JSON configuration string
fclass_id_or_code - Feature class ID (numeric) or code (string)
§Returns
JSON Value representing the feature class