OGCConformance class

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

See OGC API Common.

This class can be used to check conformance classes for:

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

Constructors

OGCConformance(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.
final
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 setter
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.
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.
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

common1Core → const String
The Core conformance class for the OGC API - Common - Part 1: Core standard.
common1HTML → const String
The HTML conformance class for the OGC API - Common - Part 1: Core standard.
common1JSON → const String
The JSON conformance class for the OGC API - Common - Part 1: Core standard.
common1LandingPage → const String
The Landing Page conformance class for the OGC API - Common - Part 1: Core standard.
common1OpenAPI30 → const String
The OpenAPI 3.0 conformance class for the OGC API - Common - Part 1: Core standard.
common2Collections → const String
The Collections conformance class for the OGC API - Common - Part 2: Geospatial Data standard.
common2HTML → const String
The HTML conformance class for the OGC API - Common - Part 2: Geospatial Data standard.
common2JSON → const String
The JSON conformance class for the OGC API - Common - Part 2: Geospatial Data standard.
common2SimpleQuery → const String
The Simple Query conformance class for the OGC API - Common - Part 2: Geospatial Data standard.