Class SchemaInformation

Object
SchemaInformation

public class SchemaInformation extends Object
Information about types and properties declared in OGC/ISO schemas. This class requires a connection to https://schemas.isotc211.org/ or a local copy of those files.

Limitations:

Current implementation ignores the XML prefix (e.g. "cit:" in "cit:CI_Citation"). We assume that there is no name collision, especially given that "CI_" prefix in front of most OGC/ISO class names have the effect of a namespace. If a collision nevertheless happen, then an exception will be thrown.

Current implementation assumes that XML element name, type name, property name and property type name follow some naming convention. For example, type names are suffixed with "_Type" in OGC schemas, while property type names are suffixed with "_PropertyType". This class throws an exception if a type does not follow the expected naming convention. This requirement makes implementation easier, by reducing the number of Maps that we need to manage.

Since:
3.1