OGCFeatureConformance class

A wrapper for conformance classes for a OGC API Features compliant service.

See OGC API Features.

This class can be used to check conformance classes for:

  • OGC API - Features - Part 1: Core
  • OGC API - Features - Part 2: Coordinate Reference Systems by Reference
  • OGC API - Features - Part 3: Filtering

The class extends OGCConformance that knows also conformance classes for:

  • OGC API - Common - Part 1: Core
  • OGC API - Common - Part 2: Geospatial Data
Inheritance
Annotations
  • @immutable

Constructors

OGCFeatureConformance(Iterable<String> classes)
Creates a wrapper for conformance classes a service is conforming to.
const

Properties

classes Iterable<String>
Conformance classes a service is conforming to.
finalinherited
hashCode int
The hash code for this object.
no setterinherited
props List<Object?>
The list of properties that will be used to determine whether two instances are equal.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stringify bool?
If set to true, the toString method will be overridden to output this instance's props.
no setterinherited

Methods

conformsToCommonCollections({bool? simpleQuery, bool? json, bool? html}) bool
Check whether a service conforms to the Collections conformance class of the OGC API - Common - Part 2: Geospatial Data standard.
inherited
conformsToCommonCore({bool? landingPage, bool? json, bool? html, bool? openAPI30}) bool
Check whether a service conforms to the Core conformance class of the OGC API - Common - Part 1: Core standard.
inherited
conformsToFeaturesCore({bool? openAPI30, bool? html, bool? geoJSON, bool? gmlSF0, bool? gmlSF2}) bool
Check whether a service conforms to OGC API - Features - Part 1: Core.
conformsToFeaturesCrs() bool
Check whether a service conforms to OGC API - Features - Part 2: Coordinate Reference Systems by Reference.
conformsToFeaturesQueryables({bool? queryParameters, bool? filter, bool? featuresFilter}) bool
Check whether a service conforms to the Queryables conformance class of the OGC API - Features - Part 3: Filtering standard.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

features1Core → const String
The Core conformance class for the OGC API - Features - Part 1: Core standard.
features1GeoJSON → const String
The GeoJSON conformance class for the OGC API - Features - Part 1: Core standard.
features1GMLSF0 → const String
The GML Simple Features Level 0 conformance class for the OGC API - Features - Part 1: Core standard.
features1GMLSF2 → const String
The GML Simple Features Level 2 conformance class for the OGC API - Features - Part 1: Core standard.
features1HTML → const String
The HTML conformance class for the OGC API - Features - Part 1: Core standard.
features1OpenAPI30 → const String
The OpenAPI 3.0 conformance class for the OGC API - Features - Part 1: Core standard.
features2Crs → const String
The Coordinate Reference Systems by Reference conformance class for the OGC API - Features - Part 2: Coordinate Reference Systems by Reference standard.
features3FeaturesFilter → const String
The Features Filter conformance class for the OGC API - Features - Part 3: Filtering standard.
features3Filter → const String
The Filter conformance class for the OGC API - Features - Part 3: Filtering standard.
features3Queryables → const String
The Queryables conformance class for the OGC API - Features - Part 3: Filtering standard.
features3QueryablesAsQueryParameters → const String
The Queryables as Query Parameters conformance class for the OGC API - Features - Part 3: Filtering standard.