Interface Gml311Package

  • All Superinterfaces:
    EModelElement, ENamedElement, EObject, EPackage, Notifier
    All Known Implementing Classes:
    Gml311PackageImpl

    public interface Gml311Package
    extends EPackage
    The Package for the model. It contains accessors for the meta objects to represent
    • each class,
    • each feature of each class,
    • each operation of each class,
    • each enum,
    • and each data type
    GML base schema for GML 3 Components to support the GML encoding model. The abstract Schematron rules can be used by any schema that includes gmlBase. GML is an OGC Standard. Copyright (c) 2001,2005,2010 Open Geospatial Consortium. To obtain additional rights of use, visit http://www.opengeospatial.org/legal/ . Top level GML schema GML is an OGC Standard. Copyright (c) 2001,2005,2010 Open Geospatial Consortium. To obtain additional rights of use, visit http://www.opengeospatial.org/legal/ . Basic support for tracking moving objects and objects with changing state. GML is an OGC Standard. Copyright (c) 2001,2005,2010 Open Geospatial Consortium. To obtain additional rights of use, visit http://www.opengeospatial.org/legal/ . GML is an OGC Standard. Copyright (c) 2001,2005,2010 Open Geospatial Consortium. To obtain additional rights of use, visit http://www.opengeospatial.org/legal/ . GML Coverage schema. GML is an OGC Standard. Copyright (c) 2001,2005,2010 Open Geospatial Consortium. To obtain additional rights of use, visit http://www.opengeospatial.org/legal/ . How to encode coordinate reference system definitions. Builds on referenceSystems.xsd to encode the data needed to define coordinate reference systems, including the specific subtypes of coordinate reference systems. This schema encodes the Coordinate Reference System (SC_) package of the extended UML Model for OGC Abstract Specification Topic 2: Spatial Referencing by Coordinates, with the exception of the abstract "SC_CRS" class. The "SC_CRS" class is encoded in referenceSystems.xsd, to eliminate the (circular) references from coordinateOperations.xsd to coordinateReferenceSystems.xsd. That UML model is adapted from ISO 19111 - Spatial referencing by coordinates, as described in Annex C of Topic 2. Caution: The CRS package in GML 3.1 and GML 3.1.1 is preliminary, and is expected to undergo some modifications that are not backward compatible during the development of GML 3.2 (ISO 19136). The GML 3.2 package will implement the model described in the revised version of ISO 19111. GML is an OGC Standard. Copyright (c) 2001,2005,2010 Open Geospatial Consortium. To obtain additional rights of use, visit http://www.opengeospatial.org/legal/ . Observation schema for GML 3.1 GML is an OGC Standard. Copyright (c) 2001,2005,2010 Open Geospatial Consortium. To obtain additional rights of use, visit http://www.opengeospatial.org/legal/ . Default Style schema for GML 3.1.1 GML is an OGC Standard. Copyright (c) 2001,2005,2010 Open Geospatial Consortium. To obtain additional rights of use, visit http://www.opengeospatial.org/legal/ . The Temporal Reference Systems schema for GML 3.1 provides constructs for handling various styles of temporal reference system. This schema reflects a partial implementation of the model described in ISO 19108:2002. GML is an OGC Standard. Copyright (c) 2001,2005,2010 Open Geospatial Consortium. To obtain additional rights of use, visit http://www.opengeospatial.org/legal/ . Generic simpleContent components for use in GML GML is an OGC Standard. Copyright (c) 2001,2005,2010 Open Geospatial Consortium. To obtain additional rights of use, visit http://www.opengeospatial.org/legal/ . This schema document provides attribute declarations and attribute group, complex type and simple type definitions which can be used in the construction of user schemas to define the structure of particular linking constructs, e.g. ... ... ...

    About the XML namespace

    This schema document describes the XML namespace, in a form suitable for import by other schema documents.

    See http://www.w3.org/XML/1998/namespace.html and http://www.w3.org/TR/REC-xml for information about this namespace.

    Note that local names in this namespace are intended to be defined only by the World Wide Web Consortium or its subgroups. The names currently defined in this namespace are listed below. They should not be used with conflicting semantics by any Working Group, specification, or document instance.

    See further below in this document for more information about how to refer to this schema document from your own XSD schema documents and about the namespace-versioning policy governing this schema document.

    Father (in any context at all)

    denotes Jon Bosak, the chair of the original XML Working Group. This name is reserved by the following decision of the W3C XML Plenary and XML Coordination groups:

    In appreciation for his vision, leadership and dedication the W3C XML Plenary on this 10th day of February, 2000, reserves for Jon Bosak in perpetuity the XML name "xml:Father".

    About this schema document

    This schema defines attributes and an attribute group suitable for use by schemas wishing to allow xml:base, xml:lang, xml:space or xml:id attributes on elements they define.

    To enable this, such a schema must import this schema for the XML namespace, e.g. as follows:

               <schema . . .>
                . . .
                <import namespace="http://www.w3.org/XML/1998/namespace"
                           schemaLocation="http://www.w3.org/2001/xml.xsd"/>
          

    or

                <import namespace="http://www.w3.org/XML/1998/namespace"
                           schemaLocation="http://www.w3.org/2009/01/xml.xsd"/>
          

    Subsequently, qualified reference to any of the attributes or the group defined below will have the desired effect, e.g.

               <type . . .>
                . . .
                <attributeGroup ref="xml:specialAttrs"/>
          

    will define a type which will schema-validate an instance element with any of those attributes.

    Versioning policy for this schema document

    In keeping with the XML Schema WG's standard versioning policy, this schema document will persist at http://www.w3.org/2009/01/xml.xsd.

    At the date of issue it can also be found at http://www.w3.org/2001/xml.xsd.

    The schema document at that URI may however change in the future, in order to remain compatible with the latest version of XML Schema itself, or with the XML namespace itself. In other words, if the XML Schema or XML namespaces change, the version of this document at http://www.w3.org/2001/xml.xsd will change accordingly; the version at http://www.w3.org/2009/01/xml.xsd will not change.

    Previous dated (and unchanging) versions of this schema document are at:

    See Also:
    Gml311Factory
    • Field Detail

      • eINSTANCE

        static final Gml311Package eINSTANCE
        The singleton instance of the package.
      • ABSTRACT_POSITIONAL_ACCURACY_TYPE__MEASURE_DESCRIPTION

        static final int ABSTRACT_POSITIONAL_ACCURACY_TYPE__MEASURE_DESCRIPTION
        The feature id for the 'Measure Description' containment reference.
        See Also:
        Constant Field Values
      • ABSTRACT_POSITIONAL_ACCURACY_TYPE_FEATURE_COUNT

        static final int ABSTRACT_POSITIONAL_ACCURACY_TYPE_FEATURE_COUNT
        The number of structural features of the 'Abstract Positional Accuracy Type' class.
        See Also:
        Constant Field Values
      • ABSTRACT_POSITIONAL_ACCURACY_TYPE_OPERATION_COUNT

        static final int ABSTRACT_POSITIONAL_ACCURACY_TYPE_OPERATION_COUNT
        The number of operations of the 'Abstract Positional Accuracy Type' class.
        See Also:
        Constant Field Values
      • ABSOLUTE_EXTERNAL_POSITIONAL_ACCURACY_TYPE__MEASURE_DESCRIPTION

        static final int ABSOLUTE_EXTERNAL_POSITIONAL_ACCURACY_TYPE__MEASURE_DESCRIPTION
        The feature id for the 'Measure Description' containment reference.
        See Also:
        Constant Field Values
      • ABSOLUTE_EXTERNAL_POSITIONAL_ACCURACY_TYPE__RESULT

        static final int ABSOLUTE_EXTERNAL_POSITIONAL_ACCURACY_TYPE__RESULT
        The feature id for the 'Result' containment reference.
        See Also:
        Constant Field Values
      • ABSOLUTE_EXTERNAL_POSITIONAL_ACCURACY_TYPE_FEATURE_COUNT

        static final int ABSOLUTE_EXTERNAL_POSITIONAL_ACCURACY_TYPE_FEATURE_COUNT
        The number of structural features of the 'Absolute External Positional Accuracy Type' class.
        See Also:
        Constant Field Values
      • ABSOLUTE_EXTERNAL_POSITIONAL_ACCURACY_TYPE_OPERATION_COUNT

        static final int ABSOLUTE_EXTERNAL_POSITIONAL_ACCURACY_TYPE_OPERATION_COUNT
        The number of operations of the 'Absolute External Positional Accuracy Type' class.
        See Also:
        Constant Field Values
      • ABSTRACT_GML_TYPE__META_DATA_PROPERTY

        static final int ABSTRACT_GML_TYPE__META_DATA_PROPERTY
        The feature id for the 'Meta Data Property' containment reference list.
        See Also:
        Constant Field Values
      • ABSTRACT_GML_TYPE__DESCRIPTION

        static final int ABSTRACT_GML_TYPE__DESCRIPTION
        The feature id for the 'Description' containment reference.
        See Also:
        Constant Field Values
      • ABSTRACT_GML_TYPE__NAME_GROUP

        static final int ABSTRACT_GML_TYPE__NAME_GROUP
        The feature id for the 'Name Group' attribute list.
        See Also:
        Constant Field Values
      • ABSTRACT_GML_TYPE__NAME

        static final int ABSTRACT_GML_TYPE__NAME
        The feature id for the 'Name' containment reference list.
        See Also:
        Constant Field Values
      • ABSTRACT_GML_TYPE__ID

        static final int ABSTRACT_GML_TYPE__ID
        The feature id for the 'Id' attribute.
        See Also:
        Constant Field Values
      • ABSTRACT_GML_TYPE_FEATURE_COUNT

        static final int ABSTRACT_GML_TYPE_FEATURE_COUNT
        The number of structural features of the 'Abstract GML Type' class.
        See Also:
        Constant Field Values
      • ABSTRACT_GML_TYPE_OPERATION_COUNT

        static final int ABSTRACT_GML_TYPE_OPERATION_COUNT
        The number of operations of the 'Abstract GML Type' class.
        See Also:
        Constant Field Values
      • ABSTRACT_FEATURE_TYPE__META_DATA_PROPERTY

        static final int ABSTRACT_FEATURE_TYPE__META_DATA_PROPERTY
        The feature id for the 'Meta Data Property' containment reference list.
        See Also:
        Constant Field Values
      • ABSTRACT_FEATURE_TYPE__DESCRIPTION

        static final int ABSTRACT_FEATURE_TYPE__DESCRIPTION
        The feature id for the 'Description' containment reference.
        See Also:
        Constant Field Values
      • ABSTRACT_FEATURE_TYPE__NAME_GROUP

        static final int ABSTRACT_FEATURE_TYPE__NAME_GROUP
        The feature id for the 'Name Group' attribute list.
        See Also:
        Constant Field Values
      • ABSTRACT_FEATURE_TYPE__NAME

        static final int ABSTRACT_FEATURE_TYPE__NAME
        The feature id for the 'Name' containment reference list.
        See Also:
        Constant Field Values
      • ABSTRACT_FEATURE_TYPE__ID

        static final int ABSTRACT_FEATURE_TYPE__ID
        The feature id for the 'Id' attribute.
        See Also:
        Constant Field Values
      • ABSTRACT_FEATURE_TYPE__BOUNDED_BY

        static final int ABSTRACT_FEATURE_TYPE__BOUNDED_BY
        The feature id for the 'Bounded By' containment reference.
        See Also:
        Constant Field Values
      • ABSTRACT_FEATURE_TYPE__LOCATION_GROUP

        static final int ABSTRACT_FEATURE_TYPE__LOCATION_GROUP
        The feature id for the 'Location Group' attribute list.
        See Also:
        Constant Field Values
      • ABSTRACT_FEATURE_TYPE__LOCATION

        static final int ABSTRACT_FEATURE_TYPE__LOCATION
        The feature id for the 'Location' containment reference.
        See Also:
        Constant Field Values
      • ABSTRACT_FEATURE_TYPE_FEATURE_COUNT

        static final int ABSTRACT_FEATURE_TYPE_FEATURE_COUNT
        The number of structural features of the 'Abstract Feature Type' class.
        See Also:
        Constant Field Values
      • ABSTRACT_FEATURE_TYPE_OPERATION_COUNT

        static final int ABSTRACT_FEATURE_TYPE_OPERATION_COUNT
        The number of operations of the 'Abstract Feature Type' class.
        See Also:
        Constant Field Values
      • ABSTRACT_COVERAGE_TYPE__META_DATA_PROPERTY

        static final int ABSTRACT_COVERAGE_TYPE__META_DATA_PROPERTY
        The feature id for the 'Meta Data Property' containment reference list.
        See Also:
        Constant Field Values
      • ABSTRACT_COVERAGE_TYPE__DESCRIPTION

        static final int ABSTRACT_COVERAGE_TYPE__DESCRIPTION
        The feature id for the 'Description' containment reference.
        See Also:
        Constant Field Values
      • ABSTRACT_COVERAGE_TYPE__NAME_GROUP

        static final int ABSTRACT_COVERAGE_TYPE__NAME_GROUP
        The feature id for the 'Name Group' attribute list.
        See Also:
        Constant Field Values
      • ABSTRACT_COVERAGE_TYPE__NAME

        static final int ABSTRACT_COVERAGE_TYPE__NAME
        The feature id for the 'Name' containment reference list.
        See Also:
        Constant Field Values
      • ABSTRACT_COVERAGE_TYPE__ID

        static final int ABSTRACT_COVERAGE_TYPE__ID
        The feature id for the 'Id' attribute.
        See Also:
        Constant Field Values
      • ABSTRACT_COVERAGE_TYPE__BOUNDED_BY

        static final int ABSTRACT_COVERAGE_TYPE__BOUNDED_BY
        The feature id for the 'Bounded By' containment reference.
        See Also:
        Constant Field Values
      • ABSTRACT_COVERAGE_TYPE__LOCATION_GROUP

        static final int ABSTRACT_COVERAGE_TYPE__LOCATION_GROUP
        The feature id for the 'Location Group' attribute list.
        See Also:
        Constant Field Values
      • ABSTRACT_COVERAGE_TYPE__LOCATION

        static final int ABSTRACT_COVERAGE_TYPE__LOCATION
        The feature id for the 'Location' containment reference.
        See Also:
        Constant Field Values
      • ABSTRACT_COVERAGE_TYPE__DOMAIN_SET_GROUP

        static final int ABSTRACT_COVERAGE_TYPE__DOMAIN_SET_GROUP
        The feature id for the 'Domain Set Group' attribute list.
        See Also:
        Constant Field Values
      • ABSTRACT_COVERAGE_TYPE__DOMAIN_SET

        static final int ABSTRACT_COVERAGE_TYPE__DOMAIN_SET
        The feature id for the 'Domain Set' containment reference.
        See Also:
        Constant Field Values
      • ABSTRACT_COVERAGE_TYPE__RANGE_SET

        static final int ABSTRACT_COVERAGE_TYPE__RANGE_SET
        The feature id for the 'Range Set' containment reference.
        See Also:
        Constant Field Values
      • ABSTRACT_COVERAGE_TYPE__DIMENSION

        static final int ABSTRACT_COVERAGE_TYPE__DIMENSION
        The feature id for the 'Dimension' attribute.
        See Also:
        Constant Field Values
      • ABSTRACT_COVERAGE_TYPE_FEATURE_COUNT

        static final int ABSTRACT_COVERAGE_TYPE_FEATURE_COUNT
        The number of structural features of the 'Abstract Coverage Type' class.
        See Also:
        Constant Field Values
      • ABSTRACT_COVERAGE_TYPE_OPERATION_COUNT

        static final int ABSTRACT_COVERAGE_TYPE_OPERATION_COUNT
        The number of operations of the 'Abstract Coverage Type' class.
        See Also:
        Constant Field Values
      • ABSTRACT_CONTINUOUS_COVERAGE_TYPE__META_DATA_PROPERTY

        static final int ABSTRACT_CONTINUOUS_COVERAGE_TYPE__META_DATA_PROPERTY
        The feature id for the 'Meta Data Property' containment reference list.
        See Also:
        Constant Field Values
      • ABSTRACT_CONTINUOUS_COVERAGE_TYPE__DESCRIPTION

        static final int ABSTRACT_CONTINUOUS_COVERAGE_TYPE__DESCRIPTION
        The feature id for the 'Description' containment reference.
        See Also:
        Constant Field Values
      • ABSTRACT_CONTINUOUS_COVERAGE_TYPE__NAME_GROUP

        static final int ABSTRACT_CONTINUOUS_COVERAGE_TYPE__NAME_GROUP
        The feature id for the 'Name Group' attribute list.
        See Also:
        Constant Field Values
      • ABSTRACT_CONTINUOUS_COVERAGE_TYPE__NAME

        static final int ABSTRACT_CONTINUOUS_COVERAGE_TYPE__NAME
        The feature id for the 'Name' containment reference list.
        See Also:
        Constant Field Values
      • ABSTRACT_CONTINUOUS_COVERAGE_TYPE__ID

        static final int ABSTRACT_CONTINUOUS_COVERAGE_TYPE__ID
        The feature id for the 'Id' attribute.
        See Also:
        Constant Field Values
      • ABSTRACT_CONTINUOUS_COVERAGE_TYPE__BOUNDED_BY

        static final int ABSTRACT_CONTINUOUS_COVERAGE_TYPE__BOUNDED_BY
        The feature id for the 'Bounded By' containment reference.
        See Also:
        Constant Field Values
      • ABSTRACT_CONTINUOUS_COVERAGE_TYPE__LOCATION_GROUP

        static final int ABSTRACT_CONTINUOUS_COVERAGE_TYPE__LOCATION_GROUP
        The feature id for the 'Location Group' attribute list.
        See Also:
        Constant Field Values
      • ABSTRACT_CONTINUOUS_COVERAGE_TYPE__LOCATION

        static final int ABSTRACT_CONTINUOUS_COVERAGE_TYPE__LOCATION
        The feature id for the 'Location' containment reference.
        See Also:
        Constant Field Values
      • ABSTRACT_CONTINUOUS_COVERAGE_TYPE__DOMAIN_SET_GROUP

        static final int ABSTRACT_CONTINUOUS_COVERAGE_TYPE__DOMAIN_SET_GROUP
        The feature id for the 'Domain Set Group' attribute list.
        See Also:
        Constant Field Values
      • ABSTRACT_CONTINUOUS_COVERAGE_TYPE__DOMAIN_SET

        static final int ABSTRACT_CONTINUOUS_COVERAGE_TYPE__DOMAIN_SET
        The feature id for the 'Domain Set' containment reference.
        See Also:
        Constant Field Values
      • ABSTRACT_CONTINUOUS_COVERAGE_TYPE__RANGE_SET

        static final int ABSTRACT_CONTINUOUS_COVERAGE_TYPE__RANGE_SET
        The feature id for the 'Range Set' containment reference.
        See Also:
        Constant Field Values
      • ABSTRACT_CONTINUOUS_COVERAGE_TYPE__DIMENSION

        static final int ABSTRACT_CONTINUOUS_COVERAGE_TYPE__DIMENSION
        The feature id for the 'Dimension' attribute.
        See Also:
        Constant Field Values
      • ABSTRACT_CONTINUOUS_COVERAGE_TYPE__COVERAGE_FUNCTION

        static final int ABSTRACT_CONTINUOUS_COVERAGE_TYPE__COVERAGE_FUNCTION
        The feature id for the 'Coverage Function' containment reference.
        See Also:
        Constant Field Values
      • ABSTRACT_CONTINUOUS_COVERAGE_TYPE_FEATURE_COUNT

        static final int ABSTRACT_CONTINUOUS_COVERAGE_TYPE_FEATURE_COUNT
        The number of structural features of the 'Abstract Continuous Coverage Type' class.
        See Also:
        Constant Field Values
      • ABSTRACT_CONTINUOUS_COVERAGE_TYPE_OPERATION_COUNT

        static final int ABSTRACT_CONTINUOUS_COVERAGE_TYPE_OPERATION_COUNT
        The number of operations of the 'Abstract Continuous Coverage Type' class.
        See Also:
        Constant Field Values
      • DEFINITION_TYPE__META_DATA_PROPERTY

        static final int DEFINITION_TYPE__META_DATA_PROPERTY
        The feature id for the 'Meta Data Property' containment reference list.
        See Also:
        Constant Field Values
      • DEFINITION_TYPE__DESCRIPTION

        static final int DEFINITION_TYPE__DESCRIPTION
        The feature id for the 'Description' containment reference.
        See Also:
        Constant Field Values
      • DEFINITION_TYPE__NAME_GROUP

        static final int DEFINITION_TYPE__NAME_GROUP
        The feature id for the 'Name Group' attribute list.
        See Also:
        Constant Field Values
      • DEFINITION_TYPE__NAME

        static final int DEFINITION_TYPE__NAME
        The feature id for the 'Name' containment reference list.
        See Also:
        Constant Field Values
      • DEFINITION_TYPE__ID

        static final int DEFINITION_TYPE__ID
        The feature id for the 'Id' attribute.
        See Also:
        Constant Field Values
      • DEFINITION_TYPE_FEATURE_COUNT

        static final int DEFINITION_TYPE_FEATURE_COUNT
        The number of structural features of the 'Definition Type' class.
        See Also:
        Constant Field Values
      • DEFINITION_TYPE_OPERATION_COUNT

        static final int DEFINITION_TYPE_OPERATION_COUNT
        The number of operations of the 'Definition Type' class.
        See Also:
        Constant Field Values
      • ABSTRACT_COORDINATE_OPERATION_BASE_TYPE__META_DATA_PROPERTY

        static final int ABSTRACT_COORDINATE_OPERATION_BASE_TYPE__META_DATA_PROPERTY
        The feature id for the 'Meta Data Property' containment reference list.
        See Also:
        Constant Field Values
      • ABSTRACT_COORDINATE_OPERATION_BASE_TYPE__DESCRIPTION

        static final int ABSTRACT_COORDINATE_OPERATION_BASE_TYPE__DESCRIPTION
        The feature id for the 'Description' containment reference.
        See Also:
        Constant Field Values
      • ABSTRACT_COORDINATE_OPERATION_BASE_TYPE__NAME_GROUP

        static final int ABSTRACT_COORDINATE_OPERATION_BASE_TYPE__NAME_GROUP
        The feature id for the 'Name Group' attribute list.
        See Also:
        Constant Field Values
      • ABSTRACT_COORDINATE_OPERATION_BASE_TYPE__NAME

        static final int ABSTRACT_COORDINATE_OPERATION_BASE_TYPE__NAME
        The feature id for the 'Name' containment reference list.
        See Also:
        Constant Field Values
      • ABSTRACT_COORDINATE_OPERATION_BASE_TYPE__ID

        static final int ABSTRACT_COORDINATE_OPERATION_BASE_TYPE__ID
        The feature id for the 'Id' attribute.
        See Also:
        Constant Field Values
      • ABSTRACT_COORDINATE_OPERATION_BASE_TYPE__COORDINATE_OPERATION_NAME

        static final int ABSTRACT_COORDINATE_OPERATION_BASE_TYPE__COORDINATE_OPERATION_NAME
        The feature id for the 'Coordinate Operation Name' containment reference.
        See Also:
        Constant Field Values
      • ABSTRACT_COORDINATE_OPERATION_BASE_TYPE_FEATURE_COUNT

        static final int ABSTRACT_COORDINATE_OPERATION_BASE_TYPE_FEATURE_COUNT
        The number of structural features of the 'Abstract Coordinate Operation Base Type' class.
        See Also:
        Constant Field Values
      • ABSTRACT_COORDINATE_OPERATION_BASE_TYPE_OPERATION_COUNT

        static final int ABSTRACT_COORDINATE_OPERATION_BASE_TYPE_OPERATION_COUNT
        The number of operations of the 'Abstract Coordinate Operation Base Type' class.
        See Also:
        Constant Field Values
      • ABSTRACT_COORDINATE_OPERATION_TYPE__META_DATA_PROPERTY

        static final int ABSTRACT_COORDINATE_OPERATION_TYPE__META_DATA_PROPERTY
        The feature id for the 'Meta Data Property' containment reference list.
        See Also:
        Constant Field Values
      • ABSTRACT_COORDINATE_OPERATION_TYPE__DESCRIPTION

        static final int ABSTRACT_COORDINATE_OPERATION_TYPE__DESCRIPTION
        The feature id for the 'Description' containment reference.
        See Also:
        Constant Field Values
      • ABSTRACT_COORDINATE_OPERATION_TYPE__NAME_GROUP

        static final int ABSTRACT_COORDINATE_OPERATION_TYPE__NAME_GROUP
        The feature id for the 'Name Group' attribute list.
        See Also:
        Constant Field Values
      • ABSTRACT_COORDINATE_OPERATION_TYPE__NAME

        static final int ABSTRACT_COORDINATE_OPERATION_TYPE__NAME
        The feature id for the 'Name' containment reference list.
        See Also:
        Constant Field Values
      • ABSTRACT_COORDINATE_OPERATION_TYPE__ID

        static final int ABSTRACT_COORDINATE_OPERATION_TYPE__ID
        The feature id for the 'Id' attribute.
        See Also:
        Constant Field Values
      • ABSTRACT_COORDINATE_OPERATION_TYPE__COORDINATE_OPERATION_NAME

        static final int ABSTRACT_COORDINATE_OPERATION_TYPE__COORDINATE_OPERATION_NAME
        The feature id for the 'Coordinate Operation Name' containment reference.
        See Also:
        Constant Field Values
      • ABSTRACT_COORDINATE_OPERATION_TYPE__COORDINATE_OPERATION_ID

        static final int ABSTRACT_COORDINATE_OPERATION_TYPE__COORDINATE_OPERATION_ID
        The feature id for the 'Coordinate Operation ID' containment reference list.
        See Also:
        Constant Field Values
      • ABSTRACT_COORDINATE_OPERATION_TYPE__REMARKS

        static final int ABSTRACT_COORDINATE_OPERATION_TYPE__REMARKS
        The feature id for the 'Remarks' containment reference.
        See Also:
        Constant Field Values
      • ABSTRACT_COORDINATE_OPERATION_TYPE__OPERATION_VERSION

        static final int ABSTRACT_COORDINATE_OPERATION_TYPE__OPERATION_VERSION
        The feature id for the 'Operation Version' attribute.
        See Also:
        Constant Field Values
      • ABSTRACT_COORDINATE_OPERATION_TYPE__VALID_AREA

        static final int ABSTRACT_COORDINATE_OPERATION_TYPE__VALID_AREA
        The feature id for the 'Valid Area' containment reference.
        See Also:
        Constant Field Values
      • ABSTRACT_COORDINATE_OPERATION_TYPE__SCOPE

        static final int ABSTRACT_COORDINATE_OPERATION_TYPE__SCOPE
        The feature id for the 'Scope' attribute.
        See Also:
        Constant Field Values
      • ABSTRACT_COORDINATE_OPERATION_TYPE__POSITIONAL_ACCURACY_GROUP

        static final int ABSTRACT_COORDINATE_OPERATION_TYPE__POSITIONAL_ACCURACY_GROUP
        The feature id for the 'Positional Accuracy Group' attribute list.
        See Also:
        Constant Field Values
      • ABSTRACT_COORDINATE_OPERATION_TYPE__POSITIONAL_ACCURACY

        static final int ABSTRACT_COORDINATE_OPERATION_TYPE__POSITIONAL_ACCURACY
        The feature id for the 'Positional Accuracy' containment reference list.
        See Also:
        Constant Field Values
      • ABSTRACT_COORDINATE_OPERATION_TYPE__SOURCE_CRS

        static final int ABSTRACT_COORDINATE_OPERATION_TYPE__SOURCE_CRS
        The feature id for the 'Source CRS' containment reference.
        See Also:
        Constant Field Values
      • ABSTRACT_COORDINATE_OPERATION_TYPE__TARGET_CRS

        static final int ABSTRACT_COORDINATE_OPERATION_TYPE__TARGET_CRS
        The feature id for the 'Target CRS' containment reference.
        See Also:
        Constant Field Values
      • ABSTRACT_COORDINATE_OPERATION_TYPE_FEATURE_COUNT

        static final int ABSTRACT_COORDINATE_OPERATION_TYPE_FEATURE_COUNT
        The number of structural features of the 'Abstract Coordinate Operation Type' class.
        See Also:
        Constant Field Values
      • ABSTRACT_COORDINATE_OPERATION_TYPE_OPERATION_COUNT

        static final int ABSTRACT_COORDINATE_OPERATION_TYPE_OPERATION_COUNT
        The number of operations of the 'Abstract Coordinate Operation Type' class.
        See Also:
        Constant Field Values
      • ABSTRACT_COORDINATE_SYSTEM_BASE_TYPE__META_DATA_PROPERTY

        static final int ABSTRACT_COORDINATE_SYSTEM_BASE_TYPE__META_DATA_PROPERTY
        The feature id for the 'Meta Data Property' containment reference list.
        See Also:
        Constant Field Values
      • ABSTRACT_COORDINATE_SYSTEM_BASE_TYPE__DESCRIPTION

        static final int ABSTRACT_COORDINATE_SYSTEM_BASE_TYPE__DESCRIPTION
        The feature id for the 'Description' containment reference.
        See Also:
        Constant Field Values
      • ABSTRACT_COORDINATE_SYSTEM_BASE_TYPE__NAME_GROUP

        static final int ABSTRACT_COORDINATE_SYSTEM_BASE_TYPE__NAME_GROUP
        The feature id for the 'Name Group' attribute list.
        See Also:
        Constant Field Values
      • ABSTRACT_COORDINATE_SYSTEM_BASE_TYPE__NAME

        static final int ABSTRACT_COORDINATE_SYSTEM_BASE_TYPE__NAME
        The feature id for the 'Name' containment reference list.
        See Also:
        Constant Field Values
      • ABSTRACT_COORDINATE_SYSTEM_BASE_TYPE__ID

        static final int ABSTRACT_COORDINATE_SYSTEM_BASE_TYPE__ID
        The feature id for the 'Id' attribute.
        See Also:
        Constant Field Values
      • ABSTRACT_COORDINATE_SYSTEM_BASE_TYPE__CS_NAME

        static final int ABSTRACT_COORDINATE_SYSTEM_BASE_TYPE__CS_NAME
        The feature id for the 'Cs Name' containment reference.
        See Also:
        Constant Field Values
      • ABSTRACT_COORDINATE_SYSTEM_BASE_TYPE_FEATURE_COUNT

        static final int ABSTRACT_COORDINATE_SYSTEM_BASE_TYPE_FEATURE_COUNT
        The number of structural features of the 'Abstract Coordinate System Base Type' class.
        See Also:
        Constant Field Values
      • ABSTRACT_COORDINATE_SYSTEM_BASE_TYPE_OPERATION_COUNT

        static final int ABSTRACT_COORDINATE_SYSTEM_BASE_TYPE_OPERATION_COUNT
        The number of operations of the 'Abstract Coordinate System Base Type' class.
        See Also:
        Constant Field Values
      • ABSTRACT_COORDINATE_SYSTEM_TYPE__META_DATA_PROPERTY

        static final int ABSTRACT_COORDINATE_SYSTEM_TYPE__META_DATA_PROPERTY
        The feature id for the 'Meta Data Property' containment reference list.
        See Also:
        Constant Field Values
      • ABSTRACT_COORDINATE_SYSTEM_TYPE__DESCRIPTION

        static final int ABSTRACT_COORDINATE_SYSTEM_TYPE__DESCRIPTION
        The feature id for the 'Description' containment reference.
        See Also:
        Constant Field Values
      • ABSTRACT_COORDINATE_SYSTEM_TYPE__NAME_GROUP

        static final int ABSTRACT_COORDINATE_SYSTEM_TYPE__NAME_GROUP
        The feature id for the 'Name Group' attribute list.
        See Also:
        Constant Field Values
      • ABSTRACT_COORDINATE_SYSTEM_TYPE__NAME

        static final int ABSTRACT_COORDINATE_SYSTEM_TYPE__NAME
        The feature id for the 'Name' containment reference list.
        See Also:
        Constant Field Values
      • ABSTRACT_COORDINATE_SYSTEM_TYPE__ID

        static final int ABSTRACT_COORDINATE_SYSTEM_TYPE__ID
        The feature id for the 'Id' attribute.
        See Also:
        Constant Field Values
      • ABSTRACT_COORDINATE_SYSTEM_TYPE__CS_NAME

        static final int ABSTRACT_COORDINATE_SYSTEM_TYPE__CS_NAME
        The feature id for the 'Cs Name' containment reference.
        See Also:
        Constant Field Values
      • ABSTRACT_COORDINATE_SYSTEM_TYPE__CS_ID

        static final int ABSTRACT_COORDINATE_SYSTEM_TYPE__CS_ID
        The feature id for the 'Cs ID' containment reference list.
        See Also:
        Constant Field Values
      • ABSTRACT_COORDINATE_SYSTEM_TYPE__REMARKS

        static final int ABSTRACT_COORDINATE_SYSTEM_TYPE__REMARKS
        The feature id for the 'Remarks' containment reference.
        See Also:
        Constant Field Values
      • ABSTRACT_COORDINATE_SYSTEM_TYPE__USES_AXIS

        static final int ABSTRACT_COORDINATE_SYSTEM_TYPE__USES_AXIS
        The feature id for the 'Uses Axis' containment reference list.
        See Also:
        Constant Field Values
      • ABSTRACT_COORDINATE_SYSTEM_TYPE_FEATURE_COUNT

        static final int ABSTRACT_COORDINATE_SYSTEM_TYPE_FEATURE_COUNT
        The number of structural features of the 'Abstract Coordinate System Type' class.
        See Also:
        Constant Field Values
      • ABSTRACT_COORDINATE_SYSTEM_TYPE_OPERATION_COUNT

        static final int ABSTRACT_COORDINATE_SYSTEM_TYPE_OPERATION_COUNT
        The number of operations of the 'Abstract Coordinate System Type' class.
        See Also:
        Constant Field Values
      • ABSTRACT_CURVE_SEGMENT_TYPE__NUM_DERIVATIVE_INTERIOR

        static final int ABSTRACT_CURVE_SEGMENT_TYPE__NUM_DERIVATIVE_INTERIOR
        The feature id for the 'Num Derivative Interior' attribute.
        See Also:
        Constant Field Values
      • ABSTRACT_CURVE_SEGMENT_TYPE__NUM_DERIVATIVES_AT_END

        static final int ABSTRACT_CURVE_SEGMENT_TYPE__NUM_DERIVATIVES_AT_END
        The feature id for the 'Num Derivatives At End' attribute.
        See Also:
        Constant Field Values
      • ABSTRACT_CURVE_SEGMENT_TYPE__NUM_DERIVATIVES_AT_START

        static final int ABSTRACT_CURVE_SEGMENT_TYPE__NUM_DERIVATIVES_AT_START
        The feature id for the 'Num Derivatives At Start' attribute.
        See Also:
        Constant Field Values
      • ABSTRACT_CURVE_SEGMENT_TYPE_FEATURE_COUNT

        static final int ABSTRACT_CURVE_SEGMENT_TYPE_FEATURE_COUNT
        The number of structural features of the 'Abstract Curve Segment Type' class.
        See Also:
        Constant Field Values
      • ABSTRACT_CURVE_SEGMENT_TYPE_OPERATION_COUNT

        static final int ABSTRACT_CURVE_SEGMENT_TYPE_OPERATION_COUNT
        The number of operations of the 'Abstract Curve Segment Type' class.
        See Also:
        Constant Field Values
      • ABSTRACT_GEOMETRY_TYPE__META_DATA_PROPERTY

        static final int ABSTRACT_GEOMETRY_TYPE__META_DATA_PROPERTY
        The feature id for the 'Meta Data Property' containment reference list.
        See Also:
        Constant Field Values
      • ABSTRACT_GEOMETRY_TYPE__DESCRIPTION

        static final int ABSTRACT_GEOMETRY_TYPE__DESCRIPTION
        The feature id for the 'Description' containment reference.
        See Also:
        Constant Field Values
      • ABSTRACT_GEOMETRY_TYPE__NAME_GROUP

        static final int ABSTRACT_GEOMETRY_TYPE__NAME_GROUP
        The feature id for the 'Name Group' attribute list.
        See Also:
        Constant Field Values
      • ABSTRACT_GEOMETRY_TYPE__NAME

        static final int ABSTRACT_GEOMETRY_TYPE__NAME
        The feature id for the 'Name' containment reference list.
        See Also:
        Constant Field Values
      • ABSTRACT_GEOMETRY_TYPE__ID

        static final int ABSTRACT_GEOMETRY_TYPE__ID
        The feature id for the 'Id' attribute.
        See Also:
        Constant Field Values
      • ABSTRACT_GEOMETRY_TYPE__AXIS_LABELS

        static final int ABSTRACT_GEOMETRY_TYPE__AXIS_LABELS
        The feature id for the 'Axis Labels' attribute.
        See Also:
        Constant Field Values
      • ABSTRACT_GEOMETRY_TYPE__GID

        static final int ABSTRACT_GEOMETRY_TYPE__GID
        The feature id for the 'Gid' attribute.
        See Also:
        Constant Field Values
      • ABSTRACT_GEOMETRY_TYPE__SRS_DIMENSION

        static final int ABSTRACT_GEOMETRY_TYPE__SRS_DIMENSION
        The feature id for the 'Srs Dimension' attribute.
        See Also:
        Constant Field Values
      • ABSTRACT_GEOMETRY_TYPE__SRS_NAME

        static final int ABSTRACT_GEOMETRY_TYPE__SRS_NAME
        The feature id for the 'Srs Name' attribute.
        See Also:
        Constant Field Values
      • ABSTRACT_GEOMETRY_TYPE__UOM_LABELS

        static final int ABSTRACT_GEOMETRY_TYPE__UOM_LABELS
        The feature id for the 'Uom Labels' attribute.
        See Also:
        Constant Field Values
      • ABSTRACT_GEOMETRY_TYPE_FEATURE_COUNT

        static final int ABSTRACT_GEOMETRY_TYPE_FEATURE_COUNT
        The number of structural features of the 'Abstract Geometry Type' class.
        See Also:
        Constant Field Values
      • ABSTRACT_GEOMETRY_TYPE_OPERATION_COUNT

        static final int ABSTRACT_GEOMETRY_TYPE_OPERATION_COUNT
        The number of operations of the 'Abstract Geometry Type' class.
        See Also:
        Constant Field Values
      • ABSTRACT_GEOMETRIC_PRIMITIVE_TYPE__META_DATA_PROPERTY

        static final int ABSTRACT_GEOMETRIC_PRIMITIVE_TYPE__META_DATA_PROPERTY
        The feature id for the 'Meta Data Property' containment reference list.
        See Also:
        Constant Field Values
      • ABSTRACT_GEOMETRIC_PRIMITIVE_TYPE__DESCRIPTION

        static final int ABSTRACT_GEOMETRIC_PRIMITIVE_TYPE__DESCRIPTION
        The feature id for the 'Description' containment reference.
        See Also:
        Constant Field Values
      • ABSTRACT_GEOMETRIC_PRIMITIVE_TYPE__NAME_GROUP

        static final int ABSTRACT_GEOMETRIC_PRIMITIVE_TYPE__NAME_GROUP
        The feature id for the 'Name Group' attribute list.
        See Also:
        Constant Field Values
      • ABSTRACT_GEOMETRIC_PRIMITIVE_TYPE__NAME

        static final int ABSTRACT_GEOMETRIC_PRIMITIVE_TYPE__NAME
        The feature id for the 'Name' containment reference list.
        See Also:
        Constant Field Values
      • ABSTRACT_GEOMETRIC_PRIMITIVE_TYPE__ID

        static final int ABSTRACT_GEOMETRIC_PRIMITIVE_TYPE__ID
        The feature id for the 'Id' attribute.
        See Also:
        Constant Field Values
      • ABSTRACT_GEOMETRIC_PRIMITIVE_TYPE__AXIS_LABELS

        static final int ABSTRACT_GEOMETRIC_PRIMITIVE_TYPE__AXIS_LABELS
        The feature id for the 'Axis Labels' attribute.
        See Also:
        Constant Field Values
      • ABSTRACT_GEOMETRIC_PRIMITIVE_TYPE__GID

        static final int ABSTRACT_GEOMETRIC_PRIMITIVE_TYPE__GID
        The feature id for the 'Gid' attribute.
        See Also:
        Constant Field Values
      • ABSTRACT_GEOMETRIC_PRIMITIVE_TYPE__SRS_DIMENSION

        static final int ABSTRACT_GEOMETRIC_PRIMITIVE_TYPE__SRS_DIMENSION
        The feature id for the 'Srs Dimension' attribute.
        See Also:
        Constant Field Values
      • ABSTRACT_GEOMETRIC_PRIMITIVE_TYPE__SRS_NAME

        static final int ABSTRACT_GEOMETRIC_PRIMITIVE_TYPE__SRS_NAME
        The feature id for the 'Srs Name' attribute.
        See Also:
        Constant Field Values
      • ABSTRACT_GEOMETRIC_PRIMITIVE_TYPE__UOM_LABELS

        static final int ABSTRACT_GEOMETRIC_PRIMITIVE_TYPE__UOM_LABELS
        The feature id for the 'Uom Labels' attribute.
        See Also:
        Constant Field Values
      • ABSTRACT_GEOMETRIC_PRIMITIVE_TYPE_FEATURE_COUNT

        static final int ABSTRACT_GEOMETRIC_PRIMITIVE_TYPE_FEATURE_COUNT
        The number of structural features of the 'Abstract Geometric Primitive Type' class.
        See Also:
        Constant Field Values
      • ABSTRACT_GEOMETRIC_PRIMITIVE_TYPE_OPERATION_COUNT

        static final int ABSTRACT_GEOMETRIC_PRIMITIVE_TYPE_OPERATION_COUNT
        The number of operations of the 'Abstract Geometric Primitive Type' class.
        See Also:
        Constant Field Values
      • ABSTRACT_CURVE_TYPE__META_DATA_PROPERTY

        static final int ABSTRACT_CURVE_TYPE__META_DATA_PROPERTY
        The feature id for the 'Meta Data Property' containment reference list.
        See Also:
        Constant Field Values
      • ABSTRACT_CURVE_TYPE__DESCRIPTION

        static final int ABSTRACT_CURVE_TYPE__DESCRIPTION
        The feature id for the 'Description' containment reference.
        See Also:
        Constant Field Values
      • ABSTRACT_CURVE_TYPE__NAME_GROUP

        static final int ABSTRACT_CURVE_TYPE__NAME_GROUP
        The feature id for the 'Name Group' attribute list.
        See Also:
        Constant Field Values
      • ABSTRACT_CURVE_TYPE__NAME

        static final int ABSTRACT_CURVE_TYPE__NAME
        The feature id for the 'Name' containment reference list.
        See Also:
        Constant Field Values
      • ABSTRACT_CURVE_TYPE__ID

        static final int ABSTRACT_CURVE_TYPE__ID
        The feature id for the 'Id' attribute.
        See Also:
        Constant Field Values
      • ABSTRACT_CURVE_TYPE__AXIS_LABELS

        static final int ABSTRACT_CURVE_TYPE__AXIS_LABELS
        The feature id for the 'Axis Labels' attribute.
        See Also:
        Constant Field Values
      • ABSTRACT_CURVE_TYPE__GID

        static final int ABSTRACT_CURVE_TYPE__GID
        The feature id for the 'Gid' attribute.
        See Also:
        Constant Field Values
      • ABSTRACT_CURVE_TYPE__SRS_DIMENSION

        static final int ABSTRACT_CURVE_TYPE__SRS_DIMENSION
        The feature id for the 'Srs Dimension' attribute.
        See Also:
        Constant Field Values
      • ABSTRACT_CURVE_TYPE__SRS_NAME

        static final int ABSTRACT_CURVE_TYPE__SRS_NAME
        The feature id for the 'Srs Name' attribute.
        See Also:
        Constant Field Values
      • ABSTRACT_CURVE_TYPE__UOM_LABELS

        static final int ABSTRACT_CURVE_TYPE__UOM_LABELS
        The feature id for the 'Uom Labels' attribute.
        See Also:
        Constant Field Values
      • ABSTRACT_CURVE_TYPE_FEATURE_COUNT

        static final int ABSTRACT_CURVE_TYPE_FEATURE_COUNT
        The number of structural features of the 'Abstract Curve Type' class.
        See Also:
        Constant Field Values
      • ABSTRACT_CURVE_TYPE_OPERATION_COUNT

        static final int ABSTRACT_CURVE_TYPE_OPERATION_COUNT
        The number of operations of the 'Abstract Curve Type' class.
        See Also:
        Constant Field Values
      • ABSTRACT_DATUM_BASE_TYPE__META_DATA_PROPERTY

        static final int ABSTRACT_DATUM_BASE_TYPE__META_DATA_PROPERTY
        The feature id for the 'Meta Data Property' containment reference list.
        See Also:
        Constant Field Values
      • ABSTRACT_DATUM_BASE_TYPE__DESCRIPTION

        static final int ABSTRACT_DATUM_BASE_TYPE__DESCRIPTION
        The feature id for the 'Description' containment reference.
        See Also:
        Constant Field Values
      • ABSTRACT_DATUM_BASE_TYPE__NAME_GROUP

        static final int ABSTRACT_DATUM_BASE_TYPE__NAME_GROUP
        The feature id for the 'Name Group' attribute list.
        See Also:
        Constant Field Values
      • ABSTRACT_DATUM_BASE_TYPE__NAME

        static final int ABSTRACT_DATUM_BASE_TYPE__NAME
        The feature id for the 'Name' containment reference list.
        See Also:
        Constant Field Values
      • ABSTRACT_DATUM_BASE_TYPE__ID

        static final int ABSTRACT_DATUM_BASE_TYPE__ID
        The feature id for the 'Id' attribute.
        See Also:
        Constant Field Values
      • ABSTRACT_DATUM_BASE_TYPE__DATUM_NAME

        static final int ABSTRACT_DATUM_BASE_TYPE__DATUM_NAME
        The feature id for the 'Datum Name' containment reference.
        See Also:
        Constant Field Values
      • ABSTRACT_DATUM_BASE_TYPE_FEATURE_COUNT

        static final int ABSTRACT_DATUM_BASE_TYPE_FEATURE_COUNT
        The number of structural features of the 'Abstract Datum Base Type' class.
        See Also:
        Constant Field Values
      • ABSTRACT_DATUM_BASE_TYPE_OPERATION_COUNT

        static final int ABSTRACT_DATUM_BASE_TYPE_OPERATION_COUNT
        The number of operations of the 'Abstract Datum Base Type' class.
        See Also:
        Constant Field Values
      • ABSTRACT_DATUM_TYPE__META_DATA_PROPERTY

        static final int ABSTRACT_DATUM_TYPE__META_DATA_PROPERTY
        The feature id for the 'Meta Data Property' containment reference list.
        See Also:
        Constant Field Values
      • ABSTRACT_DATUM_TYPE__DESCRIPTION

        static final int ABSTRACT_DATUM_TYPE__DESCRIPTION
        The feature id for the 'Description' containment reference.
        See Also:
        Constant Field Values
      • ABSTRACT_DATUM_TYPE__NAME_GROUP

        static final int ABSTRACT_DATUM_TYPE__NAME_GROUP
        The feature id for the 'Name Group' attribute list.
        See Also:
        Constant Field Values
      • ABSTRACT_DATUM_TYPE__NAME

        static final int ABSTRACT_DATUM_TYPE__NAME
        The feature id for the 'Name' containment reference list.
        See Also:
        Constant Field Values
      • ABSTRACT_DATUM_TYPE__ID

        static final int ABSTRACT_DATUM_TYPE__ID
        The feature id for the 'Id' attribute.
        See Also:
        Constant Field Values
      • ABSTRACT_DATUM_TYPE__DATUM_NAME

        static final int ABSTRACT_DATUM_TYPE__DATUM_NAME
        The feature id for the 'Datum Name' containment reference.
        See Also:
        Constant Field Values
      • ABSTRACT_DATUM_TYPE__DATUM_ID

        static final int ABSTRACT_DATUM_TYPE__DATUM_ID
        The feature id for the 'Datum ID' containment reference list.
        See Also:
        Constant Field Values
      • ABSTRACT_DATUM_TYPE__REMARKS

        static final int ABSTRACT_DATUM_TYPE__REMARKS
        The feature id for the 'Remarks' containment reference.
        See Also:
        Constant Field Values
      • ABSTRACT_DATUM_TYPE__ANCHOR_POINT

        static final int ABSTRACT_DATUM_TYPE__ANCHOR_POINT
        The feature id for the 'Anchor Point' containment reference.
        See Also:
        Constant Field Values
      • ABSTRACT_DATUM_TYPE__REALIZATION_EPOCH

        static final int ABSTRACT_DATUM_TYPE__REALIZATION_EPOCH
        The feature id for the 'Realization Epoch' attribute.
        See Also:
        Constant Field Values
      • ABSTRACT_DATUM_TYPE__VALID_AREA

        static final int ABSTRACT_DATUM_TYPE__VALID_AREA
        The feature id for the 'Valid Area' containment reference.
        See Also:
        Constant Field Values
      • ABSTRACT_DATUM_TYPE__SCOPE

        static final int ABSTRACT_DATUM_TYPE__SCOPE
        The feature id for the 'Scope' attribute.
        See Also:
        Constant Field Values
      • ABSTRACT_DATUM_TYPE_FEATURE_COUNT

        static final int ABSTRACT_DATUM_TYPE_FEATURE_COUNT
        The number of structural features of the 'Abstract Datum Type' class.
        See Also:
        Constant Field Values
      • ABSTRACT_DATUM_TYPE_OPERATION_COUNT

        static final int ABSTRACT_DATUM_TYPE_OPERATION_COUNT
        The number of operations of the 'Abstract Datum Type' class.
        See Also:
        Constant Field Values
      • ABSTRACT_DISCRETE_COVERAGE_TYPE__META_DATA_PROPERTY

        static final int ABSTRACT_DISCRETE_COVERAGE_TYPE__META_DATA_PROPERTY
        The feature id for the 'Meta Data Property' containment reference list.
        See Also:
        Constant Field Values
      • ABSTRACT_DISCRETE_COVERAGE_TYPE__DESCRIPTION

        static final int ABSTRACT_DISCRETE_COVERAGE_TYPE__DESCRIPTION
        The feature id for the 'Description' containment reference.
        See Also:
        Constant Field Values
      • ABSTRACT_DISCRETE_COVERAGE_TYPE__NAME_GROUP

        static final int ABSTRACT_DISCRETE_COVERAGE_TYPE__NAME_GROUP
        The feature id for the 'Name Group' attribute list.
        See Also:
        Constant Field Values
      • ABSTRACT_DISCRETE_COVERAGE_TYPE__NAME

        static final int ABSTRACT_DISCRETE_COVERAGE_TYPE__NAME
        The feature id for the 'Name' containment reference list.
        See Also:
        Constant Field Values
      • ABSTRACT_DISCRETE_COVERAGE_TYPE__ID

        static final int ABSTRACT_DISCRETE_COVERAGE_TYPE__ID
        The feature id for the 'Id' attribute.
        See Also:
        Constant Field Values
      • ABSTRACT_DISCRETE_COVERAGE_TYPE__BOUNDED_BY

        static final int ABSTRACT_DISCRETE_COVERAGE_TYPE__BOUNDED_BY
        The feature id for the 'Bounded By' containment reference.
        See Also:
        Constant Field Values
      • ABSTRACT_DISCRETE_COVERAGE_TYPE__LOCATION_GROUP

        static final int ABSTRACT_DISCRETE_COVERAGE_TYPE__LOCATION_GROUP
        The feature id for the 'Location Group' attribute list.
        See Also:
        Constant Field Values
      • ABSTRACT_DISCRETE_COVERAGE_TYPE__LOCATION

        static final int ABSTRACT_DISCRETE_COVERAGE_TYPE__LOCATION
        The feature id for the 'Location' containment reference.
        See Also:
        Constant Field Values
      • ABSTRACT_DISCRETE_COVERAGE_TYPE__DOMAIN_SET_GROUP

        static final int ABSTRACT_DISCRETE_COVERAGE_TYPE__DOMAIN_SET_GROUP
        The feature id for the 'Domain Set Group' attribute list.
        See Also:
        Constant Field Values
      • ABSTRACT_DISCRETE_COVERAGE_TYPE__DOMAIN_SET

        static final int ABSTRACT_DISCRETE_COVERAGE_TYPE__DOMAIN_SET
        The feature id for the 'Domain Set' containment reference.
        See Also:
        Constant Field Values
      • ABSTRACT_DISCRETE_COVERAGE_TYPE__RANGE_SET

        static final int ABSTRACT_DISCRETE_COVERAGE_TYPE__RANGE_SET
        The feature id for the 'Range Set' containment reference.
        See Also:
        Constant Field Values
      • ABSTRACT_DISCRETE_COVERAGE_TYPE__DIMENSION

        static final int ABSTRACT_DISCRETE_COVERAGE_TYPE__DIMENSION
        The feature id for the 'Dimension' attribute.
        See Also:
        Constant Field Values
      • ABSTRACT_DISCRETE_COVERAGE_TYPE__COVERAGE_FUNCTION

        static final int ABSTRACT_DISCRETE_COVERAGE_TYPE__COVERAGE_FUNCTION
        The feature id for the 'Coverage Function' containment reference.
        See Also:
        Constant Field Values
      • ABSTRACT_DISCRETE_COVERAGE_TYPE_FEATURE_COUNT

        static final int ABSTRACT_DISCRETE_COVERAGE_TYPE_FEATURE_COUNT
        The number of structural features of the 'Abstract Discrete Coverage Type' class.
        See Also:
        Constant Field Values
      • ABSTRACT_DISCRETE_COVERAGE_TYPE_OPERATION_COUNT

        static final int ABSTRACT_DISCRETE_COVERAGE_TYPE_OPERATION_COUNT
        The number of operations of the 'Abstract Discrete Coverage Type' class.
        See Also:
        Constant Field Values
      • ABSTRACT_FEATURE_COLLECTION_TYPE__META_DATA_PROPERTY

        static final int ABSTRACT_FEATURE_COLLECTION_TYPE__META_DATA_PROPERTY
        The feature id for the 'Meta Data Property' containment reference list.
        See Also:
        Constant Field Values
      • ABSTRACT_FEATURE_COLLECTION_TYPE__DESCRIPTION

        static final int ABSTRACT_FEATURE_COLLECTION_TYPE__DESCRIPTION
        The feature id for the 'Description' containment reference.
        See Also:
        Constant Field Values
      • ABSTRACT_FEATURE_COLLECTION_TYPE__NAME_GROUP

        static final int ABSTRACT_FEATURE_COLLECTION_TYPE__NAME_GROUP
        The feature id for the 'Name Group' attribute list.
        See Also:
        Constant Field Values
      • ABSTRACT_FEATURE_COLLECTION_TYPE__NAME

        static final int ABSTRACT_FEATURE_COLLECTION_TYPE__NAME
        The feature id for the 'Name' containment reference list.
        See Also:
        Constant Field Values
      • ABSTRACT_FEATURE_COLLECTION_TYPE__ID

        static final int ABSTRACT_FEATURE_COLLECTION_TYPE__ID
        The feature id for the 'Id' attribute.
        See Also:
        Constant Field Values
      • ABSTRACT_FEATURE_COLLECTION_TYPE__BOUNDED_BY

        static final int ABSTRACT_FEATURE_COLLECTION_TYPE__BOUNDED_BY
        The feature id for the 'Bounded By' containment reference.
        See Also:
        Constant Field Values
      • ABSTRACT_FEATURE_COLLECTION_TYPE__LOCATION_GROUP

        static final int ABSTRACT_FEATURE_COLLECTION_TYPE__LOCATION_GROUP
        The feature id for the 'Location Group' attribute list.
        See Also:
        Constant Field Values
      • ABSTRACT_FEATURE_COLLECTION_TYPE__LOCATION

        static final int ABSTRACT_FEATURE_COLLECTION_TYPE__LOCATION
        The feature id for the 'Location' containment reference.
        See Also:
        Constant Field Values
      • ABSTRACT_FEATURE_COLLECTION_TYPE__FEATURE_MEMBER

        static final int ABSTRACT_FEATURE_COLLECTION_TYPE__FEATURE_MEMBER
        The feature id for the 'Feature Member' containment reference list.
        See Also:
        Constant Field Values
      • ABSTRACT_FEATURE_COLLECTION_TYPE__FEATURE_MEMBERS

        static final int ABSTRACT_FEATURE_COLLECTION_TYPE__FEATURE_MEMBERS
        The feature id for the 'Feature Members' containment reference.
        See Also:
        Constant Field Values
      • ABSTRACT_FEATURE_COLLECTION_TYPE_FEATURE_COUNT

        static final int ABSTRACT_FEATURE_COLLECTION_TYPE_FEATURE_COUNT
        The number of structural features of the 'Abstract Feature Collection Type' class.
        See Also:
        Constant Field Values
      • ABSTRACT_FEATURE_COLLECTION_TYPE_OPERATION_COUNT

        static final int ABSTRACT_FEATURE_COLLECTION_TYPE_OPERATION_COUNT
        The number of operations of the 'Abstract Feature Collection Type' class.
        See Also:
        Constant Field Values
      • ABSTRACT_GENERAL_CONVERSION_TYPE__META_DATA_PROPERTY

        static final int ABSTRACT_GENERAL_CONVERSION_TYPE__META_DATA_PROPERTY
        The feature id for the 'Meta Data Property' containment reference list.
        See Also:
        Constant Field Values
      • ABSTRACT_GENERAL_CONVERSION_TYPE__DESCRIPTION

        static final int ABSTRACT_GENERAL_CONVERSION_TYPE__DESCRIPTION
        The feature id for the 'Description' containment reference.
        See Also:
        Constant Field Values
      • ABSTRACT_GENERAL_CONVERSION_TYPE__NAME_GROUP

        static final int ABSTRACT_GENERAL_CONVERSION_TYPE__NAME_GROUP
        The feature id for the 'Name Group' attribute list.
        See Also:
        Constant Field Values
      • ABSTRACT_GENERAL_CONVERSION_TYPE__NAME

        static final int ABSTRACT_GENERAL_CONVERSION_TYPE__NAME
        The feature id for the 'Name' containment reference list.
        See Also:
        Constant Field Values
      • ABSTRACT_GENERAL_CONVERSION_TYPE__ID

        static final int ABSTRACT_GENERAL_CONVERSION_TYPE__ID
        The feature id for the 'Id' attribute.
        See Also:
        Constant Field Values
      • ABSTRACT_GENERAL_CONVERSION_TYPE__COORDINATE_OPERATION_NAME

        static final int ABSTRACT_GENERAL_CONVERSION_TYPE__COORDINATE_OPERATION_NAME
        The feature id for the 'Coordinate Operation Name' containment reference.
        See Also:
        Constant Field Values
      • ABSTRACT_GENERAL_CONVERSION_TYPE__COORDINATE_OPERATION_ID

        static final int ABSTRACT_GENERAL_CONVERSION_TYPE__COORDINATE_OPERATION_ID
        The feature id for the 'Coordinate Operation ID' containment reference list.
        See Also:
        Constant Field Values
      • ABSTRACT_GENERAL_CONVERSION_TYPE__REMARKS

        static final int ABSTRACT_GENERAL_CONVERSION_TYPE__REMARKS
        The feature id for the 'Remarks' containment reference.
        See Also:
        Constant Field Values
      • ABSTRACT_GENERAL_CONVERSION_TYPE__OPERATION_VERSION

        static final int ABSTRACT_GENERAL_CONVERSION_TYPE__OPERATION_VERSION
        The feature id for the 'Operation Version' attribute.
        See Also:
        Constant Field Values
      • ABSTRACT_GENERAL_CONVERSION_TYPE__VALID_AREA

        static final int ABSTRACT_GENERAL_CONVERSION_TYPE__VALID_AREA
        The feature id for the 'Valid Area' containment reference.
        See Also:
        Constant Field Values
      • ABSTRACT_GENERAL_CONVERSION_TYPE__SCOPE

        static final int ABSTRACT_GENERAL_CONVERSION_TYPE__SCOPE
        The feature id for the 'Scope' attribute.
        See Also:
        Constant Field Values
      • ABSTRACT_GENERAL_CONVERSION_TYPE__POSITIONAL_ACCURACY_GROUP

        static final int ABSTRACT_GENERAL_CONVERSION_TYPE__POSITIONAL_ACCURACY_GROUP
        The feature id for the 'Positional Accuracy Group' attribute list.
        See Also:
        Constant Field Values
      • ABSTRACT_GENERAL_CONVERSION_TYPE__POSITIONAL_ACCURACY

        static final int ABSTRACT_GENERAL_CONVERSION_TYPE__POSITIONAL_ACCURACY
        The feature id for the 'Positional Accuracy' containment reference list.
        See Also:
        Constant Field Values
      • ABSTRACT_GENERAL_CONVERSION_TYPE__SOURCE_CRS

        static final int ABSTRACT_GENERAL_CONVERSION_TYPE__SOURCE_CRS
        The feature id for the 'Source CRS' containment reference.
        See Also:
        Constant Field Values
      • ABSTRACT_GENERAL_CONVERSION_TYPE__TARGET_CRS

        static final int ABSTRACT_GENERAL_CONVERSION_TYPE__TARGET_CRS
        The feature id for the 'Target CRS' containment reference.
        See Also:
        Constant Field Values
      • ABSTRACT_GENERAL_CONVERSION_TYPE_FEATURE_COUNT

        static final int ABSTRACT_GENERAL_CONVERSION_TYPE_FEATURE_COUNT
        The number of structural features of the 'Abstract General Conversion Type' class.
        See Also:
        Constant Field Values
      • ABSTRACT_GENERAL_CONVERSION_TYPE_OPERATION_COUNT

        static final int ABSTRACT_GENERAL_CONVERSION_TYPE_OPERATION_COUNT
        The number of operations of the 'Abstract General Conversion Type' class.
        See Also:
        Constant Field Values
      • ABSTRACT_REFERENCE_SYSTEM_BASE_TYPE__META_DATA_PROPERTY

        static final int ABSTRACT_REFERENCE_SYSTEM_BASE_TYPE__META_DATA_PROPERTY
        The feature id for the 'Meta Data Property' containment reference list.
        See Also:
        Constant Field Values
      • ABSTRACT_REFERENCE_SYSTEM_BASE_TYPE__DESCRIPTION

        static final int ABSTRACT_REFERENCE_SYSTEM_BASE_TYPE__DESCRIPTION
        The feature id for the 'Description' containment reference.
        See Also:
        Constant Field Values
      • ABSTRACT_REFERENCE_SYSTEM_BASE_TYPE__NAME_GROUP

        static final int ABSTRACT_REFERENCE_SYSTEM_BASE_TYPE__NAME_GROUP
        The feature id for the 'Name Group' attribute list.
        See Also:
        Constant Field Values
      • ABSTRACT_REFERENCE_SYSTEM_BASE_TYPE__NAME

        static final int ABSTRACT_REFERENCE_SYSTEM_BASE_TYPE__NAME
        The feature id for the 'Name' containment reference list.
        See Also:
        Constant Field Values
      • ABSTRACT_REFERENCE_SYSTEM_BASE_TYPE__ID

        static final int ABSTRACT_REFERENCE_SYSTEM_BASE_TYPE__ID
        The feature id for the 'Id' attribute.
        See Also:
        Constant Field Values
      • ABSTRACT_REFERENCE_SYSTEM_BASE_TYPE__SRS_NAME

        static final int ABSTRACT_REFERENCE_SYSTEM_BASE_TYPE__SRS_NAME
        The feature id for the 'Srs Name' containment reference.
        See Also:
        Constant Field Values
      • ABSTRACT_REFERENCE_SYSTEM_BASE_TYPE_FEATURE_COUNT

        static final int ABSTRACT_REFERENCE_SYSTEM_BASE_TYPE_FEATURE_COUNT
        The number of structural features of the 'Abstract Reference System Base Type' class.
        See Also:
        Constant Field Values
      • ABSTRACT_REFERENCE_SYSTEM_BASE_TYPE_OPERATION_COUNT

        static final int ABSTRACT_REFERENCE_SYSTEM_BASE_TYPE_OPERATION_COUNT
        The number of operations of the 'Abstract Reference System Base Type' class.
        See Also:
        Constant Field Values
      • ABSTRACT_REFERENCE_SYSTEM_TYPE__META_DATA_PROPERTY

        static final int ABSTRACT_REFERENCE_SYSTEM_TYPE__META_DATA_PROPERTY
        The feature id for the 'Meta Data Property' containment reference list.
        See Also:
        Constant Field Values
      • ABSTRACT_REFERENCE_SYSTEM_TYPE__DESCRIPTION

        static final int ABSTRACT_REFERENCE_SYSTEM_TYPE__DESCRIPTION
        The feature id for the 'Description' containment reference.
        See Also:
        Constant Field Values
      • ABSTRACT_REFERENCE_SYSTEM_TYPE__NAME_GROUP

        static final int ABSTRACT_REFERENCE_SYSTEM_TYPE__NAME_GROUP
        The feature id for the 'Name Group' attribute list.
        See Also:
        Constant Field Values
      • ABSTRACT_REFERENCE_SYSTEM_TYPE__NAME

        static final int ABSTRACT_REFERENCE_SYSTEM_TYPE__NAME
        The feature id for the 'Name' containment reference list.
        See Also:
        Constant Field Values
      • ABSTRACT_REFERENCE_SYSTEM_TYPE__ID

        static final int ABSTRACT_REFERENCE_SYSTEM_TYPE__ID
        The feature id for the 'Id' attribute.
        See Also:
        Constant Field Values
      • ABSTRACT_REFERENCE_SYSTEM_TYPE__SRS_NAME

        static final int ABSTRACT_REFERENCE_SYSTEM_TYPE__SRS_NAME
        The feature id for the 'Srs Name' containment reference.
        See Also:
        Constant Field Values
      • ABSTRACT_REFERENCE_SYSTEM_TYPE__SRS_ID

        static final int ABSTRACT_REFERENCE_SYSTEM_TYPE__SRS_ID
        The feature id for the 'Srs ID' containment reference list.
        See Also:
        Constant Field Values
      • ABSTRACT_REFERENCE_SYSTEM_TYPE__REMARKS

        static final int ABSTRACT_REFERENCE_SYSTEM_TYPE__REMARKS
        The feature id for the 'Remarks' containment reference.
        See Also:
        Constant Field Values
      • ABSTRACT_REFERENCE_SYSTEM_TYPE__VALID_AREA

        static final int ABSTRACT_REFERENCE_SYSTEM_TYPE__VALID_AREA
        The feature id for the 'Valid Area' containment reference.
        See Also:
        Constant Field Values
      • ABSTRACT_REFERENCE_SYSTEM_TYPE__SCOPE

        static final int ABSTRACT_REFERENCE_SYSTEM_TYPE__SCOPE
        The feature id for the 'Scope' attribute.
        See Also:
        Constant Field Values
      • ABSTRACT_REFERENCE_SYSTEM_TYPE_FEATURE_COUNT

        static final int ABSTRACT_REFERENCE_SYSTEM_TYPE_FEATURE_COUNT
        The number of structural features of the 'Abstract Reference System Type' class.
        See Also:
        Constant Field Values
      • ABSTRACT_REFERENCE_SYSTEM_TYPE_OPERATION_COUNT

        static final int ABSTRACT_REFERENCE_SYSTEM_TYPE_OPERATION_COUNT
        The number of operations of the 'Abstract Reference System Type' class.
        See Also:
        Constant Field Values
      • ABSTRACT_GENERAL_DERIVED_CRS_TYPE__META_DATA_PROPERTY

        static final int ABSTRACT_GENERAL_DERIVED_CRS_TYPE__META_DATA_PROPERTY
        The feature id for the 'Meta Data Property' containment reference list.
        See Also:
        Constant Field Values
      • ABSTRACT_GENERAL_DERIVED_CRS_TYPE__DESCRIPTION

        static final int ABSTRACT_GENERAL_DERIVED_CRS_TYPE__DESCRIPTION
        The feature id for the 'Description' containment reference.
        See Also:
        Constant Field Values
      • ABSTRACT_GENERAL_DERIVED_CRS_TYPE__NAME_GROUP

        static final int ABSTRACT_GENERAL_DERIVED_CRS_TYPE__NAME_GROUP
        The feature id for the 'Name Group' attribute list.
        See Also:
        Constant Field Values
      • ABSTRACT_GENERAL_DERIVED_CRS_TYPE__NAME

        static final int ABSTRACT_GENERAL_DERIVED_CRS_TYPE__NAME
        The feature id for the 'Name' containment reference list.
        See Also:
        Constant Field Values
      • ABSTRACT_GENERAL_DERIVED_CRS_TYPE__ID

        static final int ABSTRACT_GENERAL_DERIVED_CRS_TYPE__ID
        The feature id for the 'Id' attribute.
        See Also:
        Constant Field Values
      • ABSTRACT_GENERAL_DERIVED_CRS_TYPE__SRS_NAME

        static final int ABSTRACT_GENERAL_DERIVED_CRS_TYPE__SRS_NAME
        The feature id for the 'Srs Name' containment reference.
        See Also:
        Constant Field Values
      • ABSTRACT_GENERAL_DERIVED_CRS_TYPE__SRS_ID

        static final int ABSTRACT_GENERAL_DERIVED_CRS_TYPE__SRS_ID
        The feature id for the 'Srs ID' containment reference list.
        See Also:
        Constant Field Values
      • ABSTRACT_GENERAL_DERIVED_CRS_TYPE__REMARKS

        static final int ABSTRACT_GENERAL_DERIVED_CRS_TYPE__REMARKS
        The feature id for the 'Remarks' containment reference.
        See Also:
        Constant Field Values
      • ABSTRACT_GENERAL_DERIVED_CRS_TYPE__VALID_AREA

        static final int ABSTRACT_GENERAL_DERIVED_CRS_TYPE__VALID_AREA
        The feature id for the 'Valid Area' containment reference.
        See Also:
        Constant Field Values
      • ABSTRACT_GENERAL_DERIVED_CRS_TYPE__SCOPE

        static final int ABSTRACT_GENERAL_DERIVED_CRS_TYPE__SCOPE
        The feature id for the 'Scope' attribute.
        See Also:
        Constant Field Values
      • ABSTRACT_GENERAL_DERIVED_CRS_TYPE__BASE_CRS

        static final int ABSTRACT_GENERAL_DERIVED_CRS_TYPE__BASE_CRS
        The feature id for the 'Base CRS' containment reference.
        See Also:
        Constant Field Values
      • ABSTRACT_GENERAL_DERIVED_CRS_TYPE__DEFINED_BY_CONVERSION

        static final int ABSTRACT_GENERAL_DERIVED_CRS_TYPE__DEFINED_BY_CONVERSION
        The feature id for the 'Defined By Conversion' containment reference.
        See Also:
        Constant Field Values
      • ABSTRACT_GENERAL_DERIVED_CRS_TYPE_FEATURE_COUNT

        static final int ABSTRACT_GENERAL_DERIVED_CRS_TYPE_FEATURE_COUNT
        The number of structural features of the 'Abstract General Derived CRS Type' class.
        See Also:
        Constant Field Values
      • ABSTRACT_GENERAL_DERIVED_CRS_TYPE_OPERATION_COUNT

        static final int ABSTRACT_GENERAL_DERIVED_CRS_TYPE_OPERATION_COUNT
        The number of operations of the 'Abstract General Derived CRS Type' class.
        See Also:
        Constant Field Values
      • ABSTRACT_GENERAL_OPERATION_PARAMETER_REF_TYPE__GENERAL_OPERATION_PARAMETER_GROUP

        static final int ABSTRACT_GENERAL_OPERATION_PARAMETER_REF_TYPE__GENERAL_OPERATION_PARAMETER_GROUP
        The feature id for the 'General Operation Parameter Group' attribute list.
        See Also:
        Constant Field Values
      • ABSTRACT_GENERAL_OPERATION_PARAMETER_REF_TYPE__GENERAL_OPERATION_PARAMETER

        static final int ABSTRACT_GENERAL_OPERATION_PARAMETER_REF_TYPE__GENERAL_OPERATION_PARAMETER
        The feature id for the 'General Operation Parameter' containment reference.
        See Also:
        Constant Field Values
      • ABSTRACT_GENERAL_OPERATION_PARAMETER_REF_TYPE__ACTUATE

        static final int ABSTRACT_GENERAL_OPERATION_PARAMETER_REF_TYPE__ACTUATE
        The feature id for the 'Actuate' attribute.
        See Also:
        Constant Field Values
      • ABSTRACT_GENERAL_OPERATION_PARAMETER_REF_TYPE__ARCROLE

        static final int ABSTRACT_GENERAL_OPERATION_PARAMETER_REF_TYPE__ARCROLE
        The feature id for the 'Arcrole' attribute.
        See Also:
        Constant Field Values
      • ABSTRACT_GENERAL_OPERATION_PARAMETER_REF_TYPE__HREF

        static final int ABSTRACT_GENERAL_OPERATION_PARAMETER_REF_TYPE__HREF
        The feature id for the 'Href' attribute.
        See Also:
        Constant Field Values
      • ABSTRACT_GENERAL_OPERATION_PARAMETER_REF_TYPE__REMOTE_SCHEMA

        static final int ABSTRACT_GENERAL_OPERATION_PARAMETER_REF_TYPE__REMOTE_SCHEMA
        The feature id for the 'Remote Schema' attribute.
        See Also:
        Constant Field Values
      • ABSTRACT_GENERAL_OPERATION_PARAMETER_REF_TYPE__ROLE

        static final int ABSTRACT_GENERAL_OPERATION_PARAMETER_REF_TYPE__ROLE
        The feature id for the 'Role' attribute.
        See Also:
        Constant Field Values
      • ABSTRACT_GENERAL_OPERATION_PARAMETER_REF_TYPE__SHOW

        static final int ABSTRACT_GENERAL_OPERATION_PARAMETER_REF_TYPE__SHOW
        The feature id for the 'Show' attribute.
        See Also:
        Constant Field Values
      • ABSTRACT_GENERAL_OPERATION_PARAMETER_REF_TYPE__TITLE

        static final int ABSTRACT_GENERAL_OPERATION_PARAMETER_REF_TYPE__TITLE
        The feature id for the 'Title' attribute.
        See Also:
        Constant Field Values
      • ABSTRACT_GENERAL_OPERATION_PARAMETER_REF_TYPE__TYPE

        static final int ABSTRACT_GENERAL_OPERATION_PARAMETER_REF_TYPE__TYPE
        The feature id for the 'Type' attribute.
        See Also:
        Constant Field Values
      • ABSTRACT_GENERAL_OPERATION_PARAMETER_REF_TYPE_FEATURE_COUNT

        static final int ABSTRACT_GENERAL_OPERATION_PARAMETER_REF_TYPE_FEATURE_COUNT
        The number of structural features of the 'Abstract General Operation Parameter Ref Type' class.
        See Also:
        Constant Field Values
      • ABSTRACT_GENERAL_OPERATION_PARAMETER_REF_TYPE_OPERATION_COUNT

        static final int ABSTRACT_GENERAL_OPERATION_PARAMETER_REF_TYPE_OPERATION_COUNT
        The number of operations of the 'Abstract General Operation Parameter Ref Type' class.
        See Also:
        Constant Field Values
      • ABSTRACT_GENERAL_OPERATION_PARAMETER_TYPE__META_DATA_PROPERTY

        static final int ABSTRACT_GENERAL_OPERATION_PARAMETER_TYPE__META_DATA_PROPERTY
        The feature id for the 'Meta Data Property' containment reference list.
        See Also:
        Constant Field Values
      • ABSTRACT_GENERAL_OPERATION_PARAMETER_TYPE__DESCRIPTION

        static final int ABSTRACT_GENERAL_OPERATION_PARAMETER_TYPE__DESCRIPTION
        The feature id for the 'Description' containment reference.
        See Also:
        Constant Field Values
      • ABSTRACT_GENERAL_OPERATION_PARAMETER_TYPE__NAME_GROUP

        static final int ABSTRACT_GENERAL_OPERATION_PARAMETER_TYPE__NAME_GROUP
        The feature id for the 'Name Group' attribute list.
        See Also:
        Constant Field Values
      • ABSTRACT_GENERAL_OPERATION_PARAMETER_TYPE__NAME

        static final int ABSTRACT_GENERAL_OPERATION_PARAMETER_TYPE__NAME
        The feature id for the 'Name' containment reference list.
        See Also:
        Constant Field Values
      • ABSTRACT_GENERAL_OPERATION_PARAMETER_TYPE__ID

        static final int ABSTRACT_GENERAL_OPERATION_PARAMETER_TYPE__ID
        The feature id for the 'Id' attribute.
        See Also:
        Constant Field Values
      • ABSTRACT_GENERAL_OPERATION_PARAMETER_TYPE__MINIMUM_OCCURS

        static final int ABSTRACT_GENERAL_OPERATION_PARAMETER_TYPE__MINIMUM_OCCURS
        The feature id for the 'Minimum Occurs' attribute.
        See Also:
        Constant Field Values
      • ABSTRACT_GENERAL_OPERATION_PARAMETER_TYPE_FEATURE_COUNT

        static final int ABSTRACT_GENERAL_OPERATION_PARAMETER_TYPE_FEATURE_COUNT
        The number of structural features of the 'Abstract General Operation Parameter Type' class.
        See Also:
        Constant Field Values
      • ABSTRACT_GENERAL_OPERATION_PARAMETER_TYPE_OPERATION_COUNT

        static final int ABSTRACT_GENERAL_OPERATION_PARAMETER_TYPE_OPERATION_COUNT
        The number of operations of the 'Abstract General Operation Parameter Type' class.
        See Also:
        Constant Field Values
      • ABSTRACT_GENERAL_PARAMETER_VALUE_TYPE_FEATURE_COUNT

        static final int ABSTRACT_GENERAL_PARAMETER_VALUE_TYPE_FEATURE_COUNT
        The number of structural features of the 'Abstract General Parameter Value Type' class.
        See Also:
        Constant Field Values
      • ABSTRACT_GENERAL_PARAMETER_VALUE_TYPE_OPERATION_COUNT

        static final int ABSTRACT_GENERAL_PARAMETER_VALUE_TYPE_OPERATION_COUNT
        The number of operations of the 'Abstract General Parameter Value Type' class.
        See Also:
        Constant Field Values
      • ABSTRACT_GENERAL_TRANSFORMATION_TYPE__META_DATA_PROPERTY

        static final int ABSTRACT_GENERAL_TRANSFORMATION_TYPE__META_DATA_PROPERTY
        The feature id for the 'Meta Data Property' containment reference list.
        See Also:
        Constant Field Values
      • ABSTRACT_GENERAL_TRANSFORMATION_TYPE__DESCRIPTION

        static final int ABSTRACT_GENERAL_TRANSFORMATION_TYPE__DESCRIPTION
        The feature id for the 'Description' containment reference.
        See Also:
        Constant Field Values
      • ABSTRACT_GENERAL_TRANSFORMATION_TYPE__NAME_GROUP

        static final int ABSTRACT_GENERAL_TRANSFORMATION_TYPE__NAME_GROUP
        The feature id for the 'Name Group' attribute list.
        See Also:
        Constant Field Values
      • ABSTRACT_GENERAL_TRANSFORMATION_TYPE__NAME

        static final int ABSTRACT_GENERAL_TRANSFORMATION_TYPE__NAME
        The feature id for the 'Name' containment reference list.
        See Also:
        Constant Field Values
      • ABSTRACT_GENERAL_TRANSFORMATION_TYPE__ID

        static final int ABSTRACT_GENERAL_TRANSFORMATION_TYPE__ID
        The feature id for the 'Id' attribute.
        See Also:
        Constant Field Values
      • ABSTRACT_GENERAL_TRANSFORMATION_TYPE__COORDINATE_OPERATION_NAME

        static final int ABSTRACT_GENERAL_TRANSFORMATION_TYPE__COORDINATE_OPERATION_NAME
        The feature id for the 'Coordinate Operation Name' containment reference.
        See Also:
        Constant Field Values
      • ABSTRACT_GENERAL_TRANSFORMATION_TYPE__COORDINATE_OPERATION_ID

        static final int ABSTRACT_GENERAL_TRANSFORMATION_TYPE__COORDINATE_OPERATION_ID
        The feature id for the 'Coordinate Operation ID' containment reference list.
        See Also:
        Constant Field Values
      • ABSTRACT_GENERAL_TRANSFORMATION_TYPE__REMARKS

        static final int ABSTRACT_GENERAL_TRANSFORMATION_TYPE__REMARKS
        The feature id for the 'Remarks' containment reference.
        See Also:
        Constant Field Values
      • ABSTRACT_GENERAL_TRANSFORMATION_TYPE__OPERATION_VERSION

        static final int ABSTRACT_GENERAL_TRANSFORMATION_TYPE__OPERATION_VERSION
        The feature id for the 'Operation Version' attribute.
        See Also:
        Constant Field Values
      • ABSTRACT_GENERAL_TRANSFORMATION_TYPE__VALID_AREA

        static final int ABSTRACT_GENERAL_TRANSFORMATION_TYPE__VALID_AREA
        The feature id for the 'Valid Area' containment reference.
        See Also:
        Constant Field Values
      • ABSTRACT_GENERAL_TRANSFORMATION_TYPE__SCOPE

        static final int ABSTRACT_GENERAL_TRANSFORMATION_TYPE__SCOPE
        The feature id for the 'Scope' attribute.
        See Also:
        Constant Field Values
      • ABSTRACT_GENERAL_TRANSFORMATION_TYPE__POSITIONAL_ACCURACY_GROUP

        static final int ABSTRACT_GENERAL_TRANSFORMATION_TYPE__POSITIONAL_ACCURACY_GROUP
        The feature id for the 'Positional Accuracy Group' attribute list.
        See Also:
        Constant Field Values
      • ABSTRACT_GENERAL_TRANSFORMATION_TYPE__POSITIONAL_ACCURACY

        static final int ABSTRACT_GENERAL_TRANSFORMATION_TYPE__POSITIONAL_ACCURACY
        The feature id for the 'Positional Accuracy' containment reference list.
        See Also:
        Constant Field Values
      • ABSTRACT_GENERAL_TRANSFORMATION_TYPE__SOURCE_CRS

        static final int ABSTRACT_GENERAL_TRANSFORMATION_TYPE__SOURCE_CRS
        The feature id for the 'Source CRS' containment reference.
        See Also:
        Constant Field Values
      • ABSTRACT_GENERAL_TRANSFORMATION_TYPE__TARGET_CRS

        static final int ABSTRACT_GENERAL_TRANSFORMATION_TYPE__TARGET_CRS
        The feature id for the 'Target CRS' containment reference.
        See Also:
        Constant Field Values
      • ABSTRACT_GENERAL_TRANSFORMATION_TYPE_FEATURE_COUNT

        static final int ABSTRACT_GENERAL_TRANSFORMATION_TYPE_FEATURE_COUNT
        The number of structural features of the 'Abstract General Transformation Type' class.
        See Also:
        Constant Field Values
      • ABSTRACT_GENERAL_TRANSFORMATION_TYPE_OPERATION_COUNT

        static final int ABSTRACT_GENERAL_TRANSFORMATION_TYPE_OPERATION_COUNT
        The number of operations of the 'Abstract General Transformation Type' class.
        See Also:
        Constant Field Values
      • ABSTRACT_GEOMETRIC_AGGREGATE_TYPE__META_DATA_PROPERTY

        static final int ABSTRACT_GEOMETRIC_AGGREGATE_TYPE__META_DATA_PROPERTY
        The feature id for the 'Meta Data Property' containment reference list.
        See Also:
        Constant Field Values
      • ABSTRACT_GEOMETRIC_AGGREGATE_TYPE__DESCRIPTION

        static final int ABSTRACT_GEOMETRIC_AGGREGATE_TYPE__DESCRIPTION
        The feature id for the 'Description' containment reference.
        See Also:
        Constant Field Values
      • ABSTRACT_GEOMETRIC_AGGREGATE_TYPE__NAME_GROUP

        static final int ABSTRACT_GEOMETRIC_AGGREGATE_TYPE__NAME_GROUP
        The feature id for the 'Name Group' attribute list.
        See Also:
        Constant Field Values
      • ABSTRACT_GEOMETRIC_AGGREGATE_TYPE__NAME

        static final int ABSTRACT_GEOMETRIC_AGGREGATE_TYPE__NAME
        The feature id for the 'Name' containment reference list.
        See Also:
        Constant Field Values
      • ABSTRACT_GEOMETRIC_AGGREGATE_TYPE__ID

        static final int ABSTRACT_GEOMETRIC_AGGREGATE_TYPE__ID
        The feature id for the 'Id' attribute.
        See Also:
        Constant Field Values
      • ABSTRACT_GEOMETRIC_AGGREGATE_TYPE__AXIS_LABELS

        static final int ABSTRACT_GEOMETRIC_AGGREGATE_TYPE__AXIS_LABELS
        The feature id for the 'Axis Labels' attribute.
        See Also:
        Constant Field Values
      • ABSTRACT_GEOMETRIC_AGGREGATE_TYPE__GID

        static final int ABSTRACT_GEOMETRIC_AGGREGATE_TYPE__GID
        The feature id for the 'Gid' attribute.
        See Also:
        Constant Field Values
      • ABSTRACT_GEOMETRIC_AGGREGATE_TYPE__SRS_DIMENSION

        static final int ABSTRACT_GEOMETRIC_AGGREGATE_TYPE__SRS_DIMENSION
        The feature id for the 'Srs Dimension' attribute.
        See Also:
        Constant Field Values
      • ABSTRACT_GEOMETRIC_AGGREGATE_TYPE__SRS_NAME

        static final int ABSTRACT_GEOMETRIC_AGGREGATE_TYPE__SRS_NAME
        The feature id for the 'Srs Name' attribute.
        See Also:
        Constant Field Values
      • ABSTRACT_GEOMETRIC_AGGREGATE_TYPE__UOM_LABELS

        static final int ABSTRACT_GEOMETRIC_AGGREGATE_TYPE__UOM_LABELS
        The feature id for the 'Uom Labels' attribute.
        See Also:
        Constant Field Values
      • ABSTRACT_GEOMETRIC_AGGREGATE_TYPE_FEATURE_COUNT

        static final int ABSTRACT_GEOMETRIC_AGGREGATE_TYPE_FEATURE_COUNT
        The number of structural features of the 'Abstract Geometric Aggregate Type' class.
        See Also:
        Constant Field Values
      • ABSTRACT_GEOMETRIC_AGGREGATE_TYPE_OPERATION_COUNT

        static final int ABSTRACT_GEOMETRIC_AGGREGATE_TYPE_OPERATION_COUNT
        The number of operations of the 'Abstract Geometric Aggregate Type' class.
        See Also:
        Constant Field Values
      • ABSTRACT_SURFACE_PATCH_TYPE_FEATURE_COUNT

        static final int ABSTRACT_SURFACE_PATCH_TYPE_FEATURE_COUNT
        The number of structural features of the 'Abstract Surface Patch Type' class.
        See Also:
        Constant Field Values
      • ABSTRACT_SURFACE_PATCH_TYPE_OPERATION_COUNT

        static final int ABSTRACT_SURFACE_PATCH_TYPE_OPERATION_COUNT
        The number of operations of the 'Abstract Surface Patch Type' class.
        See Also:
        Constant Field Values
      • ABSTRACT_PARAMETRIC_CURVE_SURFACE_TYPE_FEATURE_COUNT

        static final int ABSTRACT_PARAMETRIC_CURVE_SURFACE_TYPE_FEATURE_COUNT
        The number of structural features of the 'Abstract Parametric Curve Surface Type' class.
        See Also:
        Constant Field Values
      • ABSTRACT_PARAMETRIC_CURVE_SURFACE_TYPE_OPERATION_COUNT

        static final int ABSTRACT_PARAMETRIC_CURVE_SURFACE_TYPE_OPERATION_COUNT
        The number of operations of the 'Abstract Parametric Curve Surface Type' class.
        See Also:
        Constant Field Values
      • ABSTRACT_GRIDDED_SURFACE_TYPE__ROW

        static final int ABSTRACT_GRIDDED_SURFACE_TYPE__ROW
        The feature id for the 'Row' containment reference list.
        See Also:
        Constant Field Values
      • ABSTRACT_GRIDDED_SURFACE_TYPE__ROWS

        static final int ABSTRACT_GRIDDED_SURFACE_TYPE__ROWS
        The feature id for the 'Rows' attribute.
        See Also:
        Constant Field Values
      • ABSTRACT_GRIDDED_SURFACE_TYPE__COLUMNS

        static final int ABSTRACT_GRIDDED_SURFACE_TYPE__COLUMNS
        The feature id for the 'Columns' attribute.
        See Also:
        Constant Field Values
      • ABSTRACT_GRIDDED_SURFACE_TYPE_FEATURE_COUNT

        static final int ABSTRACT_GRIDDED_SURFACE_TYPE_FEATURE_COUNT
        The number of structural features of the 'Abstract Gridded Surface Type' class.
        See Also:
        Constant Field Values
      • ABSTRACT_GRIDDED_SURFACE_TYPE_OPERATION_COUNT

        static final int ABSTRACT_GRIDDED_SURFACE_TYPE_OPERATION_COUNT
        The number of operations of the 'Abstract Gridded Surface Type' class.
        See Also:
        Constant Field Values
      • ABSTRACT_META_DATA_TYPE__MIXED

        static final int ABSTRACT_META_DATA_TYPE__MIXED
        The feature id for the 'Mixed' attribute list.
        See Also:
        Constant Field Values
      • ABSTRACT_META_DATA_TYPE__ID

        static final int ABSTRACT_META_DATA_TYPE__ID
        The feature id for the 'Id' attribute.
        See Also:
        Constant Field Values
      • ABSTRACT_META_DATA_TYPE_FEATURE_COUNT

        static final int ABSTRACT_META_DATA_TYPE_FEATURE_COUNT
        The number of structural features of the 'Abstract Meta Data Type' class.
        See Also:
        Constant Field Values
      • ABSTRACT_META_DATA_TYPE_OPERATION_COUNT

        static final int ABSTRACT_META_DATA_TYPE_OPERATION_COUNT
        The number of operations of the 'Abstract Meta Data Type' class.
        See Also:
        Constant Field Values
      • ABSTRACT_RING_PROPERTY_TYPE__RING_GROUP

        static final int ABSTRACT_RING_PROPERTY_TYPE__RING_GROUP
        The feature id for the 'Ring Group' attribute list.
        See Also:
        Constant Field Values
      • ABSTRACT_RING_PROPERTY_TYPE__RING

        static final int ABSTRACT_RING_PROPERTY_TYPE__RING
        The feature id for the 'Ring' containment reference.
        See Also:
        Constant Field Values
      • ABSTRACT_RING_PROPERTY_TYPE_FEATURE_COUNT

        static final int ABSTRACT_RING_PROPERTY_TYPE_FEATURE_COUNT
        The number of structural features of the 'Abstract Ring Property Type' class.
        See Also:
        Constant Field Values
      • ABSTRACT_RING_PROPERTY_TYPE_OPERATION_COUNT

        static final int ABSTRACT_RING_PROPERTY_TYPE_OPERATION_COUNT
        The number of operations of the 'Abstract Ring Property Type' class.
        See Also:
        Constant Field Values
      • ABSTRACT_RING_TYPE__META_DATA_PROPERTY

        static final int ABSTRACT_RING_TYPE__META_DATA_PROPERTY
        The feature id for the 'Meta Data Property' containment reference list.
        See Also:
        Constant Field Values
      • ABSTRACT_RING_TYPE__DESCRIPTION

        static final int ABSTRACT_RING_TYPE__DESCRIPTION
        The feature id for the 'Description' containment reference.
        See Also:
        Constant Field Values
      • ABSTRACT_RING_TYPE__NAME_GROUP

        static final int ABSTRACT_RING_TYPE__NAME_GROUP
        The feature id for the 'Name Group' attribute list.
        See Also:
        Constant Field Values
      • ABSTRACT_RING_TYPE__NAME

        static final int ABSTRACT_RING_TYPE__NAME
        The feature id for the 'Name' containment reference list.
        See Also:
        Constant Field Values
      • ABSTRACT_RING_TYPE__ID

        static final int ABSTRACT_RING_TYPE__ID
        The feature id for the 'Id' attribute.
        See Also:
        Constant Field Values
      • ABSTRACT_RING_TYPE__AXIS_LABELS

        static final int ABSTRACT_RING_TYPE__AXIS_LABELS
        The feature id for the 'Axis Labels' attribute.
        See Also:
        Constant Field Values
      • ABSTRACT_RING_TYPE__GID

        static final int ABSTRACT_RING_TYPE__GID
        The feature id for the 'Gid' attribute.
        See Also:
        Constant Field Values
      • ABSTRACT_RING_TYPE__SRS_DIMENSION

        static final int ABSTRACT_RING_TYPE__SRS_DIMENSION
        The feature id for the 'Srs Dimension' attribute.
        See Also:
        Constant Field Values
      • ABSTRACT_RING_TYPE__SRS_NAME

        static final int ABSTRACT_RING_TYPE__SRS_NAME
        The feature id for the 'Srs Name' attribute.
        See Also:
        Constant Field Values
      • ABSTRACT_RING_TYPE__UOM_LABELS

        static final int ABSTRACT_RING_TYPE__UOM_LABELS
        The feature id for the 'Uom Labels' attribute.
        See Also:
        Constant Field Values
      • ABSTRACT_RING_TYPE_FEATURE_COUNT

        static final int ABSTRACT_RING_TYPE_FEATURE_COUNT
        The number of structural features of the 'Abstract Ring Type' class.
        See Also:
        Constant Field Values
      • ABSTRACT_RING_TYPE_OPERATION_COUNT

        static final int ABSTRACT_RING_TYPE_OPERATION_COUNT
        The number of operations of the 'Abstract Ring Type' class.
        See Also:
        Constant Field Values
      • ABSTRACT_SOLID_TYPE__META_DATA_PROPERTY

        static final int ABSTRACT_SOLID_TYPE__META_DATA_PROPERTY
        The feature id for the 'Meta Data Property' containment reference list.
        See Also:
        Constant Field Values
      • ABSTRACT_SOLID_TYPE__DESCRIPTION

        static final int ABSTRACT_SOLID_TYPE__DESCRIPTION
        The feature id for the 'Description' containment reference.
        See Also:
        Constant Field Values
      • ABSTRACT_SOLID_TYPE__NAME_GROUP

        static final int ABSTRACT_SOLID_TYPE__NAME_GROUP
        The feature id for the 'Name Group' attribute list.
        See Also:
        Constant Field Values
      • ABSTRACT_SOLID_TYPE__NAME

        static final int ABSTRACT_SOLID_TYPE__NAME
        The feature id for the 'Name' containment reference list.
        See Also:
        Constant Field Values
      • ABSTRACT_SOLID_TYPE__ID

        static final int ABSTRACT_SOLID_TYPE__ID
        The feature id for the 'Id' attribute.
        See Also:
        Constant Field Values
      • ABSTRACT_SOLID_TYPE__AXIS_LABELS

        static final int ABSTRACT_SOLID_TYPE__AXIS_LABELS
        The feature id for the 'Axis Labels' attribute.
        See Also:
        Constant Field Values
      • ABSTRACT_SOLID_TYPE__GID

        static final int ABSTRACT_SOLID_TYPE__GID
        The feature id for the 'Gid' attribute.
        See Also:
        Constant Field Values
      • ABSTRACT_SOLID_TYPE__SRS_DIMENSION

        static final int ABSTRACT_SOLID_TYPE__SRS_DIMENSION
        The feature id for the 'Srs Dimension' attribute.
        See Also:
        Constant Field Values
      • ABSTRACT_SOLID_TYPE__SRS_NAME

        static final int ABSTRACT_SOLID_TYPE__SRS_NAME
        The feature id for the 'Srs Name' attribute.
        See Also:
        Constant Field Values
      • ABSTRACT_SOLID_TYPE__UOM_LABELS

        static final int ABSTRACT_SOLID_TYPE__UOM_LABELS
        The feature id for the 'Uom Labels' attribute.
        See Also:
        Constant Field Values
      • ABSTRACT_SOLID_TYPE_FEATURE_COUNT

        static final int ABSTRACT_SOLID_TYPE_FEATURE_COUNT
        The number of structural features of the 'Abstract Solid Type' class.
        See Also:
        Constant Field Values
      • ABSTRACT_SOLID_TYPE_OPERATION_COUNT

        static final int ABSTRACT_SOLID_TYPE_OPERATION_COUNT
        The number of operations of the 'Abstract Solid Type' class.
        See Also:
        Constant Field Values
      • ABSTRACT_STYLE_TYPE__META_DATA_PROPERTY

        static final int ABSTRACT_STYLE_TYPE__META_DATA_PROPERTY
        The feature id for the 'Meta Data Property' containment reference list.
        See Also:
        Constant Field Values
      • ABSTRACT_STYLE_TYPE__DESCRIPTION

        static final int ABSTRACT_STYLE_TYPE__DESCRIPTION
        The feature id for the 'Description' containment reference.
        See Also:
        Constant Field Values
      • ABSTRACT_STYLE_TYPE__NAME_GROUP

        static final int ABSTRACT_STYLE_TYPE__NAME_GROUP
        The feature id for the 'Name Group' attribute list.
        See Also:
        Constant Field Values
      • ABSTRACT_STYLE_TYPE__NAME

        static final int ABSTRACT_STYLE_TYPE__NAME
        The feature id for the 'Name' containment reference list.
        See Also:
        Constant Field Values
      • ABSTRACT_STYLE_TYPE__ID

        static final int ABSTRACT_STYLE_TYPE__ID
        The feature id for the 'Id' attribute.
        See Also:
        Constant Field Values
      • ABSTRACT_STYLE_TYPE_FEATURE_COUNT

        static final int ABSTRACT_STYLE_TYPE_FEATURE_COUNT
        The number of structural features of the 'Abstract Style Type' class.
        See Also:
        Constant Field Values
      • ABSTRACT_STYLE_TYPE_OPERATION_COUNT

        static final int ABSTRACT_STYLE_TYPE_OPERATION_COUNT
        The number of operations of the 'Abstract Style Type' class.
        See Also:
        Constant Field Values
      • ABSTRACT_SURFACE_TYPE__META_DATA_PROPERTY

        static final int ABSTRACT_SURFACE_TYPE__META_DATA_PROPERTY
        The feature id for the 'Meta Data Property' containment reference list.
        See Also:
        Constant Field Values
      • ABSTRACT_SURFACE_TYPE__DESCRIPTION

        static final int ABSTRACT_SURFACE_TYPE__DESCRIPTION
        The feature id for the 'Description' containment reference.
        See Also:
        Constant Field Values
      • ABSTRACT_SURFACE_TYPE__NAME_GROUP

        static final int ABSTRACT_SURFACE_TYPE__NAME_GROUP
        The feature id for the 'Name Group' attribute list.
        See Also:
        Constant Field Values
      • ABSTRACT_SURFACE_TYPE__NAME

        static final int ABSTRACT_SURFACE_TYPE__NAME
        The feature id for the 'Name' containment reference list.
        See Also:
        Constant Field Values
      • ABSTRACT_SURFACE_TYPE__ID

        static final int ABSTRACT_SURFACE_TYPE__ID
        The feature id for the 'Id' attribute.
        See Also:
        Constant Field Values
      • ABSTRACT_SURFACE_TYPE__AXIS_LABELS

        static final int ABSTRACT_SURFACE_TYPE__AXIS_LABELS
        The feature id for the 'Axis Labels' attribute.
        See Also:
        Constant Field Values
      • ABSTRACT_SURFACE_TYPE__GID

        static final int ABSTRACT_SURFACE_TYPE__GID
        The feature id for the 'Gid' attribute.
        See Also:
        Constant Field Values
      • ABSTRACT_SURFACE_TYPE__SRS_DIMENSION

        static final int ABSTRACT_SURFACE_TYPE__SRS_DIMENSION
        The feature id for the 'Srs Dimension' attribute.
        See Also:
        Constant Field Values
      • ABSTRACT_SURFACE_TYPE__SRS_NAME

        static final int ABSTRACT_SURFACE_TYPE__SRS_NAME
        The feature id for the 'Srs Name' attribute.
        See Also:
        Constant Field Values
      • ABSTRACT_SURFACE_TYPE__UOM_LABELS

        static final int ABSTRACT_SURFACE_TYPE__UOM_LABELS
        The feature id for the 'Uom Labels' attribute.
        See Also:
        Constant Field Values
      • ABSTRACT_SURFACE_TYPE_FEATURE_COUNT

        static final int ABSTRACT_SURFACE_TYPE_FEATURE_COUNT
        The number of structural features of the 'Abstract Surface Type' class.
        See Also:
        Constant Field Values
      • ABSTRACT_SURFACE_TYPE_OPERATION_COUNT

        static final int ABSTRACT_SURFACE_TYPE_OPERATION_COUNT
        The number of operations of the 'Abstract Surface Type' class.
        See Also:
        Constant Field Values
      • ABSTRACT_TIME_OBJECT_TYPE__META_DATA_PROPERTY

        static final int ABSTRACT_TIME_OBJECT_TYPE__META_DATA_PROPERTY
        The feature id for the 'Meta Data Property' containment reference list.
        See Also:
        Constant Field Values
      • ABSTRACT_TIME_OBJECT_TYPE__DESCRIPTION

        static final int ABSTRACT_TIME_OBJECT_TYPE__DESCRIPTION
        The feature id for the 'Description' containment reference.
        See Also:
        Constant Field Values
      • ABSTRACT_TIME_OBJECT_TYPE__NAME_GROUP

        static final int ABSTRACT_TIME_OBJECT_TYPE__NAME_GROUP
        The feature id for the 'Name Group' attribute list.
        See Also:
        Constant Field Values
      • ABSTRACT_TIME_OBJECT_TYPE__NAME

        static final int ABSTRACT_TIME_OBJECT_TYPE__NAME
        The feature id for the 'Name' containment reference list.
        See Also:
        Constant Field Values
      • ABSTRACT_TIME_OBJECT_TYPE__ID

        static final int ABSTRACT_TIME_OBJECT_TYPE__ID
        The feature id for the 'Id' attribute.
        See Also:
        Constant Field Values
      • ABSTRACT_TIME_OBJECT_TYPE_FEATURE_COUNT

        static final int ABSTRACT_TIME_OBJECT_TYPE_FEATURE_COUNT
        The number of structural features of the 'Abstract Time Object Type' class.
        See Also:
        Constant Field Values
      • ABSTRACT_TIME_OBJECT_TYPE_OPERATION_COUNT

        static final int ABSTRACT_TIME_OBJECT_TYPE_OPERATION_COUNT
        The number of operations of the 'Abstract Time Object Type' class.
        See Also:
        Constant Field Values
      • ABSTRACT_TIME_COMPLEX_TYPE__META_DATA_PROPERTY

        static final int ABSTRACT_TIME_COMPLEX_TYPE__META_DATA_PROPERTY
        The feature id for the 'Meta Data Property' containment reference list.
        See Also:
        Constant Field Values
      • ABSTRACT_TIME_COMPLEX_TYPE__DESCRIPTION

        static final int ABSTRACT_TIME_COMPLEX_TYPE__DESCRIPTION
        The feature id for the 'Description' containment reference.
        See Also:
        Constant Field Values
      • ABSTRACT_TIME_COMPLEX_TYPE__NAME_GROUP

        static final int ABSTRACT_TIME_COMPLEX_TYPE__NAME_GROUP
        The feature id for the 'Name Group' attribute list.
        See Also:
        Constant Field Values
      • ABSTRACT_TIME_COMPLEX_TYPE__NAME

        static final int ABSTRACT_TIME_COMPLEX_TYPE__NAME
        The feature id for the 'Name' containment reference list.
        See Also:
        Constant Field Values
      • ABSTRACT_TIME_COMPLEX_TYPE__ID

        static final int ABSTRACT_TIME_COMPLEX_TYPE__ID
        The feature id for the 'Id' attribute.
        See Also:
        Constant Field Values
      • ABSTRACT_TIME_COMPLEX_TYPE_FEATURE_COUNT

        static final int ABSTRACT_TIME_COMPLEX_TYPE_FEATURE_COUNT
        The number of structural features of the 'Abstract Time Complex Type' class.
        See Also:
        Constant Field Values
      • ABSTRACT_TIME_COMPLEX_TYPE_OPERATION_COUNT

        static final int ABSTRACT_TIME_COMPLEX_TYPE_OPERATION_COUNT
        The number of operations of the 'Abstract Time Complex Type' class.
        See Also:
        Constant Field Values
      • ABSTRACT_TIME_PRIMITIVE_TYPE__META_DATA_PROPERTY

        static final int ABSTRACT_TIME_PRIMITIVE_TYPE__META_DATA_PROPERTY
        The feature id for the 'Meta Data Property' containment reference list.
        See Also:
        Constant Field Values
      • ABSTRACT_TIME_PRIMITIVE_TYPE__DESCRIPTION

        static final int ABSTRACT_TIME_PRIMITIVE_TYPE__DESCRIPTION
        The feature id for the 'Description' containment reference.
        See Also:
        Constant Field Values
      • ABSTRACT_TIME_PRIMITIVE_TYPE__NAME_GROUP

        static final int ABSTRACT_TIME_PRIMITIVE_TYPE__NAME_GROUP
        The feature id for the 'Name Group' attribute list.
        See Also:
        Constant Field Values
      • ABSTRACT_TIME_PRIMITIVE_TYPE__NAME

        static final int ABSTRACT_TIME_PRIMITIVE_TYPE__NAME
        The feature id for the 'Name' containment reference list.
        See Also:
        Constant Field Values
      • ABSTRACT_TIME_PRIMITIVE_TYPE__ID

        static final int ABSTRACT_TIME_PRIMITIVE_TYPE__ID
        The feature id for the 'Id' attribute.
        See Also:
        Constant Field Values
      • ABSTRACT_TIME_PRIMITIVE_TYPE__RELATED_TIME

        static final int ABSTRACT_TIME_PRIMITIVE_TYPE__RELATED_TIME
        The feature id for the 'Related Time' containment reference list.
        See Also:
        Constant Field Values
      • ABSTRACT_TIME_PRIMITIVE_TYPE_FEATURE_COUNT

        static final int ABSTRACT_TIME_PRIMITIVE_TYPE_FEATURE_COUNT
        The number of structural features of the 'Abstract Time Primitive Type' class.
        See Also:
        Constant Field Values
      • ABSTRACT_TIME_PRIMITIVE_TYPE_OPERATION_COUNT

        static final int ABSTRACT_TIME_PRIMITIVE_TYPE_OPERATION_COUNT
        The number of operations of the 'Abstract Time Primitive Type' class.
        See Also:
        Constant Field Values
      • ABSTRACT_TIME_GEOMETRIC_PRIMITIVE_TYPE__META_DATA_PROPERTY

        static final int ABSTRACT_TIME_GEOMETRIC_PRIMITIVE_TYPE__META_DATA_PROPERTY
        The feature id for the 'Meta Data Property' containment reference list.
        See Also:
        Constant Field Values
      • ABSTRACT_TIME_GEOMETRIC_PRIMITIVE_TYPE__DESCRIPTION

        static final int ABSTRACT_TIME_GEOMETRIC_PRIMITIVE_TYPE__DESCRIPTION
        The feature id for the 'Description' containment reference.
        See Also:
        Constant Field Values
      • ABSTRACT_TIME_GEOMETRIC_PRIMITIVE_TYPE__NAME_GROUP

        static final int ABSTRACT_TIME_GEOMETRIC_PRIMITIVE_TYPE__NAME_GROUP
        The feature id for the 'Name Group' attribute list.
        See Also:
        Constant Field Values
      • ABSTRACT_TIME_GEOMETRIC_PRIMITIVE_TYPE__NAME

        static final int ABSTRACT_TIME_GEOMETRIC_PRIMITIVE_TYPE__NAME
        The feature id for the 'Name' containment reference list.
        See Also:
        Constant Field Values
      • ABSTRACT_TIME_GEOMETRIC_PRIMITIVE_TYPE__ID

        static final int ABSTRACT_TIME_GEOMETRIC_PRIMITIVE_TYPE__ID
        The feature id for the 'Id' attribute.
        See Also:
        Constant Field Values
      • ABSTRACT_TIME_GEOMETRIC_PRIMITIVE_TYPE__RELATED_TIME

        static final int ABSTRACT_TIME_GEOMETRIC_PRIMITIVE_TYPE__RELATED_TIME
        The feature id for the 'Related Time' containment reference list.
        See Also:
        Constant Field Values
      • ABSTRACT_TIME_GEOMETRIC_PRIMITIVE_TYPE__FRAME

        static final int ABSTRACT_TIME_GEOMETRIC_PRIMITIVE_TYPE__FRAME
        The feature id for the 'Frame' attribute.
        See Also:
        Constant Field Values
      • ABSTRACT_TIME_GEOMETRIC_PRIMITIVE_TYPE_FEATURE_COUNT

        static final int ABSTRACT_TIME_GEOMETRIC_PRIMITIVE_TYPE_FEATURE_COUNT
        The number of structural features of the 'Abstract Time Geometric Primitive Type' class.
        See Also:
        Constant Field Values
      • ABSTRACT_TIME_GEOMETRIC_PRIMITIVE_TYPE_OPERATION_COUNT

        static final int ABSTRACT_TIME_GEOMETRIC_PRIMITIVE_TYPE_OPERATION_COUNT
        The number of operations of the 'Abstract Time Geometric Primitive Type' class.
        See Also:
        Constant Field Values
      • ABSTRACT_TIME_REFERENCE_SYSTEM_TYPE__META_DATA_PROPERTY

        static final int ABSTRACT_TIME_REFERENCE_SYSTEM_TYPE__META_DATA_PROPERTY
        The feature id for the 'Meta Data Property' containment reference list.
        See Also:
        Constant Field Values
      • ABSTRACT_TIME_REFERENCE_SYSTEM_TYPE__DESCRIPTION

        static final int ABSTRACT_TIME_REFERENCE_SYSTEM_TYPE__DESCRIPTION
        The feature id for the 'Description' containment reference.
        See Also:
        Constant Field Values
      • ABSTRACT_TIME_REFERENCE_SYSTEM_TYPE__NAME_GROUP

        static final int ABSTRACT_TIME_REFERENCE_SYSTEM_TYPE__NAME_GROUP
        The feature id for the 'Name Group' attribute list.
        See Also:
        Constant Field Values
      • ABSTRACT_TIME_REFERENCE_SYSTEM_TYPE__NAME

        static final int ABSTRACT_TIME_REFERENCE_SYSTEM_TYPE__NAME
        The feature id for the 'Name' containment reference list.
        See Also:
        Constant Field Values
      • ABSTRACT_TIME_REFERENCE_SYSTEM_TYPE__ID

        static final int ABSTRACT_TIME_REFERENCE_SYSTEM_TYPE__ID
        The feature id for the 'Id' attribute.
        See Also:
        Constant Field Values
      • ABSTRACT_TIME_REFERENCE_SYSTEM_TYPE__DOMAIN_OF_VALIDITY

        static final int ABSTRACT_TIME_REFERENCE_SYSTEM_TYPE__DOMAIN_OF_VALIDITY
        The feature id for the 'Domain Of Validity' attribute.
        See Also:
        Constant Field Values
      • ABSTRACT_TIME_REFERENCE_SYSTEM_TYPE_FEATURE_COUNT

        static final int ABSTRACT_TIME_REFERENCE_SYSTEM_TYPE_FEATURE_COUNT
        The number of structural features of the 'Abstract Time Reference System Type' class.
        See Also:
        Constant Field Values
      • ABSTRACT_TIME_REFERENCE_SYSTEM_TYPE_OPERATION_COUNT

        static final int ABSTRACT_TIME_REFERENCE_SYSTEM_TYPE_OPERATION_COUNT
        The number of operations of the 'Abstract Time Reference System Type' class.
        See Also:
        Constant Field Values
      • ABSTRACT_TIME_SLICE_TYPE__META_DATA_PROPERTY

        static final int ABSTRACT_TIME_SLICE_TYPE__META_DATA_PROPERTY
        The feature id for the 'Meta Data Property' containment reference list.
        See Also:
        Constant Field Values
      • ABSTRACT_TIME_SLICE_TYPE__DESCRIPTION

        static final int ABSTRACT_TIME_SLICE_TYPE__DESCRIPTION
        The feature id for the 'Description' containment reference.
        See Also:
        Constant Field Values
      • ABSTRACT_TIME_SLICE_TYPE__NAME_GROUP

        static final int ABSTRACT_TIME_SLICE_TYPE__NAME_GROUP
        The feature id for the 'Name Group' attribute list.
        See Also:
        Constant Field Values
      • ABSTRACT_TIME_SLICE_TYPE__NAME

        static final int ABSTRACT_TIME_SLICE_TYPE__NAME
        The feature id for the 'Name' containment reference list.
        See Also:
        Constant Field Values
      • ABSTRACT_TIME_SLICE_TYPE__ID

        static final int ABSTRACT_TIME_SLICE_TYPE__ID
        The feature id for the 'Id' attribute.
        See Also:
        Constant Field Values
      • ABSTRACT_TIME_SLICE_TYPE__VALID_TIME

        static final int ABSTRACT_TIME_SLICE_TYPE__VALID_TIME
        The feature id for the 'Valid Time' containment reference.
        See Also:
        Constant Field Values
      • ABSTRACT_TIME_SLICE_TYPE__DATA_SOURCE

        static final int ABSTRACT_TIME_SLICE_TYPE__DATA_SOURCE
        The feature id for the 'Data Source' containment reference.
        See Also:
        Constant Field Values
      • ABSTRACT_TIME_SLICE_TYPE_FEATURE_COUNT

        static final int ABSTRACT_TIME_SLICE_TYPE_FEATURE_COUNT
        The number of structural features of the 'Abstract Time Slice Type' class.
        See Also:
        Constant Field Values
      • ABSTRACT_TIME_SLICE_TYPE_OPERATION_COUNT

        static final int ABSTRACT_TIME_SLICE_TYPE_OPERATION_COUNT
        The number of operations of the 'Abstract Time Slice Type' class.
        See Also:
        Constant Field Values
      • ABSTRACT_TIME_TOPOLOGY_PRIMITIVE_TYPE__META_DATA_PROPERTY

        static final int ABSTRACT_TIME_TOPOLOGY_PRIMITIVE_TYPE__META_DATA_PROPERTY
        The feature id for the 'Meta Data Property' containment reference list.
        See Also:
        Constant Field Values
      • ABSTRACT_TIME_TOPOLOGY_PRIMITIVE_TYPE__DESCRIPTION

        static final int ABSTRACT_TIME_TOPOLOGY_PRIMITIVE_TYPE__DESCRIPTION
        The feature id for the 'Description' containment reference.
        See Also:
        Constant Field Values
      • ABSTRACT_TIME_TOPOLOGY_PRIMITIVE_TYPE__NAME_GROUP

        static final int ABSTRACT_TIME_TOPOLOGY_PRIMITIVE_TYPE__NAME_GROUP
        The feature id for the 'Name Group' attribute list.
        See Also:
        Constant Field Values
      • ABSTRACT_TIME_TOPOLOGY_PRIMITIVE_TYPE__NAME

        static final int ABSTRACT_TIME_TOPOLOGY_PRIMITIVE_TYPE__NAME
        The feature id for the 'Name' containment reference list.
        See Also:
        Constant Field Values
      • ABSTRACT_TIME_TOPOLOGY_PRIMITIVE_TYPE__ID

        static final int ABSTRACT_TIME_TOPOLOGY_PRIMITIVE_TYPE__ID
        The feature id for the 'Id' attribute.
        See Also:
        Constant Field Values
      • ABSTRACT_TIME_TOPOLOGY_PRIMITIVE_TYPE__RELATED_TIME

        static final int ABSTRACT_TIME_TOPOLOGY_PRIMITIVE_TYPE__RELATED_TIME
        The feature id for the 'Related Time' containment reference list.
        See Also:
        Constant Field Values
      • ABSTRACT_TIME_TOPOLOGY_PRIMITIVE_TYPE__COMPLEX

        static final int ABSTRACT_TIME_TOPOLOGY_PRIMITIVE_TYPE__COMPLEX
        The feature id for the 'Complex' containment reference.
        See Also:
        Constant Field Values
      • ABSTRACT_TIME_TOPOLOGY_PRIMITIVE_TYPE_FEATURE_COUNT

        static final int ABSTRACT_TIME_TOPOLOGY_PRIMITIVE_TYPE_FEATURE_COUNT
        The number of structural features of the 'Abstract Time Topology Primitive Type' class.
        See Also:
        Constant Field Values
      • ABSTRACT_TIME_TOPOLOGY_PRIMITIVE_TYPE_OPERATION_COUNT

        static final int ABSTRACT_TIME_TOPOLOGY_PRIMITIVE_TYPE_OPERATION_COUNT
        The number of operations of the 'Abstract Time Topology Primitive Type' class.
        See Also:
        Constant Field Values
      • ABSTRACT_TOPOLOGY_TYPE__META_DATA_PROPERTY

        static final int ABSTRACT_TOPOLOGY_TYPE__META_DATA_PROPERTY
        The feature id for the 'Meta Data Property' containment reference list.
        See Also:
        Constant Field Values
      • ABSTRACT_TOPOLOGY_TYPE__DESCRIPTION

        static final int ABSTRACT_TOPOLOGY_TYPE__DESCRIPTION
        The feature id for the 'Description' containment reference.
        See Also:
        Constant Field Values
      • ABSTRACT_TOPOLOGY_TYPE__NAME_GROUP

        static final int ABSTRACT_TOPOLOGY_TYPE__NAME_GROUP
        The feature id for the 'Name Group' attribute list.
        See Also:
        Constant Field Values
      • ABSTRACT_TOPOLOGY_TYPE__NAME

        static final int ABSTRACT_TOPOLOGY_TYPE__NAME
        The feature id for the 'Name' containment reference list.
        See Also:
        Constant Field Values
      • ABSTRACT_TOPOLOGY_TYPE__ID

        static final int ABSTRACT_TOPOLOGY_TYPE__ID
        The feature id for the 'Id' attribute.
        See Also:
        Constant Field Values
      • ABSTRACT_TOPOLOGY_TYPE_FEATURE_COUNT

        static final int ABSTRACT_TOPOLOGY_TYPE_FEATURE_COUNT
        The number of structural features of the 'Abstract Topology Type' class.
        See Also:
        Constant Field Values
      • ABSTRACT_TOPOLOGY_TYPE_OPERATION_COUNT

        static final int ABSTRACT_TOPOLOGY_TYPE_OPERATION_COUNT
        The number of operations of the 'Abstract Topology Type' class.
        See Also:
        Constant Field Values
      • ABSTRACT_TOPO_PRIMITIVE_TYPE__META_DATA_PROPERTY

        static final int ABSTRACT_TOPO_PRIMITIVE_TYPE__META_DATA_PROPERTY
        The feature id for the 'Meta Data Property' containment reference list.
        See Also:
        Constant Field Values
      • ABSTRACT_TOPO_PRIMITIVE_TYPE__DESCRIPTION

        static final int ABSTRACT_TOPO_PRIMITIVE_TYPE__DESCRIPTION
        The feature id for the 'Description' containment reference.
        See Also:
        Constant Field Values
      • ABSTRACT_TOPO_PRIMITIVE_TYPE__NAME_GROUP

        static final int ABSTRACT_TOPO_PRIMITIVE_TYPE__NAME_GROUP
        The feature id for the 'Name Group' attribute list.
        See Also:
        Constant Field Values
      • ABSTRACT_TOPO_PRIMITIVE_TYPE__NAME

        static final int ABSTRACT_TOPO_PRIMITIVE_TYPE__NAME
        The feature id for the 'Name' containment reference list.
        See Also:
        Constant Field Values
      • ABSTRACT_TOPO_PRIMITIVE_TYPE__ID

        static final int ABSTRACT_TOPO_PRIMITIVE_TYPE__ID
        The feature id for the 'Id' attribute.
        See Also:
        Constant Field Values
      • ABSTRACT_TOPO_PRIMITIVE_TYPE__ISOLATED

        static final int ABSTRACT_TOPO_PRIMITIVE_TYPE__ISOLATED
        The feature id for the 'Isolated' containment reference list.
        See Also:
        Constant Field Values
      • ABSTRACT_TOPO_PRIMITIVE_TYPE__CONTAINER

        static final int ABSTRACT_TOPO_PRIMITIVE_TYPE__CONTAINER
        The feature id for the 'Container' containment reference.
        See Also:
        Constant Field Values
      • ABSTRACT_TOPO_PRIMITIVE_TYPE_FEATURE_COUNT

        static final int ABSTRACT_TOPO_PRIMITIVE_TYPE_FEATURE_COUNT
        The number of structural features of the 'Abstract Topo Primitive Type' class.
        See Also:
        Constant Field Values
      • ABSTRACT_TOPO_PRIMITIVE_TYPE_OPERATION_COUNT

        static final int ABSTRACT_TOPO_PRIMITIVE_TYPE_OPERATION_COUNT
        The number of operations of the 'Abstract Topo Primitive Type' class.
        See Also:
        Constant Field Values
      • AFFINE_PLACEMENT_TYPE__LOCATION

        static final int AFFINE_PLACEMENT_TYPE__LOCATION
        The feature id for the 'Location' containment reference.
        See Also:
        Constant Field Values
      • AFFINE_PLACEMENT_TYPE__REF_DIRECTION

        static final int AFFINE_PLACEMENT_TYPE__REF_DIRECTION
        The feature id for the 'Ref Direction' containment reference list.
        See Also:
        Constant Field Values
      • AFFINE_PLACEMENT_TYPE__IN_DIMENSION

        static final int AFFINE_PLACEMENT_TYPE__IN_DIMENSION
        The feature id for the 'In Dimension' attribute.
        See Also:
        Constant Field Values
      • AFFINE_PLACEMENT_TYPE__OUT_DIMENSION

        static final int AFFINE_PLACEMENT_TYPE__OUT_DIMENSION
        The feature id for the 'Out Dimension' attribute.
        See Also:
        Constant Field Values
      • AFFINE_PLACEMENT_TYPE_FEATURE_COUNT

        static final int AFFINE_PLACEMENT_TYPE_FEATURE_COUNT
        The number of structural features of the 'Affine Placement Type' class.
        See Also:
        Constant Field Values
      • AFFINE_PLACEMENT_TYPE_OPERATION_COUNT

        static final int AFFINE_PLACEMENT_TYPE_OPERATION_COUNT
        The number of operations of the 'Affine Placement Type' class.
        See Also:
        Constant Field Values
      • ANGLE_CHOICE_TYPE__ANGLE

        static final int ANGLE_CHOICE_TYPE__ANGLE
        The feature id for the 'Angle' containment reference.
        See Also:
        Constant Field Values
      • ANGLE_CHOICE_TYPE__DMS_ANGLE

        static final int ANGLE_CHOICE_TYPE__DMS_ANGLE
        The feature id for the 'Dms Angle' containment reference.
        See Also:
        Constant Field Values
      • ANGLE_CHOICE_TYPE_FEATURE_COUNT

        static final int ANGLE_CHOICE_TYPE_FEATURE_COUNT
        The number of structural features of the 'Angle Choice Type' class.
        See Also:
        Constant Field Values
      • ANGLE_CHOICE_TYPE_OPERATION_COUNT

        static final int ANGLE_CHOICE_TYPE_OPERATION_COUNT
        The number of operations of the 'Angle Choice Type' class.
        See Also:
        Constant Field Values
      • MEASURE_TYPE__VALUE

        static final int MEASURE_TYPE__VALUE
        The feature id for the 'Value' attribute.
        See Also:
        Constant Field Values
      • MEASURE_TYPE__UOM

        static final int MEASURE_TYPE__UOM
        The feature id for the 'Uom' attribute.
        See Also:
        Constant Field Values
      • MEASURE_TYPE_FEATURE_COUNT

        static final int MEASURE_TYPE_FEATURE_COUNT
        The number of structural features of the 'Measure Type' class.
        See Also:
        Constant Field Values
      • MEASURE_TYPE_OPERATION_COUNT

        static final int MEASURE_TYPE_OPERATION_COUNT
        The number of operations of the 'Measure Type' class.
        See Also:
        Constant Field Values
      • ANGLE_TYPE__VALUE

        static final int ANGLE_TYPE__VALUE
        The feature id for the 'Value' attribute.
        See Also:
        Constant Field Values
      • ANGLE_TYPE__UOM

        static final int ANGLE_TYPE__UOM
        The feature id for the 'Uom' attribute.
        See Also:
        Constant Field Values
      • ANGLE_TYPE_FEATURE_COUNT

        static final int ANGLE_TYPE_FEATURE_COUNT
        The number of structural features of the 'Angle Type' class.
        See Also:
        Constant Field Values
      • ANGLE_TYPE_OPERATION_COUNT

        static final int ANGLE_TYPE_OPERATION_COUNT
        The number of operations of the 'Angle Type' class.
        See Also:
        Constant Field Values
      • ARC_STRING_BY_BULGE_TYPE__NUM_DERIVATIVE_INTERIOR

        static final int ARC_STRING_BY_BULGE_TYPE__NUM_DERIVATIVE_INTERIOR
        The feature id for the 'Num Derivative Interior' attribute.
        See Also:
        Constant Field Values
      • ARC_STRING_BY_BULGE_TYPE__NUM_DERIVATIVES_AT_END

        static final int ARC_STRING_BY_BULGE_TYPE__NUM_DERIVATIVES_AT_END
        The feature id for the 'Num Derivatives At End' attribute.
        See Also:
        Constant Field Values
      • ARC_STRING_BY_BULGE_TYPE__NUM_DERIVATIVES_AT_START

        static final int ARC_STRING_BY_BULGE_TYPE__NUM_DERIVATIVES_AT_START
        The feature id for the 'Num Derivatives At Start' attribute.
        See Also:
        Constant Field Values
      • ARC_STRING_BY_BULGE_TYPE__GROUP

        static final int ARC_STRING_BY_BULGE_TYPE__GROUP
        The feature id for the 'Group' attribute list.
        See Also:
        Constant Field Values
      • ARC_STRING_BY_BULGE_TYPE__POS

        static final int ARC_STRING_BY_BULGE_TYPE__POS
        The feature id for the 'Pos' containment reference list.
        See Also:
        Constant Field Values
      • ARC_STRING_BY_BULGE_TYPE__POINT_PROPERTY

        static final int ARC_STRING_BY_BULGE_TYPE__POINT_PROPERTY
        The feature id for the 'Point Property' containment reference list.
        See Also:
        Constant Field Values
      • ARC_STRING_BY_BULGE_TYPE__POINT_REP

        static final int ARC_STRING_BY_BULGE_TYPE__POINT_REP
        The feature id for the 'Point Rep' containment reference list.
        See Also:
        Constant Field Values
      • ARC_STRING_BY_BULGE_TYPE__POS_LIST

        static final int ARC_STRING_BY_BULGE_TYPE__POS_LIST
        The feature id for the 'Pos List' containment reference.
        See Also:
        Constant Field Values
      • ARC_STRING_BY_BULGE_TYPE__COORDINATES

        static final int ARC_STRING_BY_BULGE_TYPE__COORDINATES
        The feature id for the 'Coordinates' containment reference.
        See Also:
        Constant Field Values
      • ARC_STRING_BY_BULGE_TYPE__BULGE

        static final int ARC_STRING_BY_BULGE_TYPE__BULGE
        The feature id for the 'Bulge' attribute list.
        See Also:
        Constant Field Values
      • ARC_STRING_BY_BULGE_TYPE__NORMAL

        static final int ARC_STRING_BY_BULGE_TYPE__NORMAL
        The feature id for the 'Normal' containment reference list.
        See Also:
        Constant Field Values
      • ARC_STRING_BY_BULGE_TYPE__INTERPOLATION

        static final int ARC_STRING_BY_BULGE_TYPE__INTERPOLATION
        The feature id for the 'Interpolation' attribute.
        See Also:
        Constant Field Values
      • ARC_STRING_BY_BULGE_TYPE__NUM_ARC

        static final int ARC_STRING_BY_BULGE_TYPE__NUM_ARC
        The feature id for the 'Num Arc' attribute.
        See Also:
        Constant Field Values
      • ARC_STRING_BY_BULGE_TYPE_FEATURE_COUNT

        static final int ARC_STRING_BY_BULGE_TYPE_FEATURE_COUNT
        The number of structural features of the 'Arc String By Bulge Type' class.
        See Also:
        Constant Field Values
      • ARC_STRING_BY_BULGE_TYPE_OPERATION_COUNT

        static final int ARC_STRING_BY_BULGE_TYPE_OPERATION_COUNT
        The number of operations of the 'Arc String By Bulge Type' class.
        See Also:
        Constant Field Values
      • ARC_BY_BULGE_TYPE__NUM_DERIVATIVE_INTERIOR

        static final int ARC_BY_BULGE_TYPE__NUM_DERIVATIVE_INTERIOR
        The feature id for the 'Num Derivative Interior' attribute.
        See Also:
        Constant Field Values
      • ARC_BY_BULGE_TYPE__NUM_DERIVATIVES_AT_END

        static final int ARC_BY_BULGE_TYPE__NUM_DERIVATIVES_AT_END
        The feature id for the 'Num Derivatives At End' attribute.
        See Also:
        Constant Field Values
      • ARC_BY_BULGE_TYPE__NUM_DERIVATIVES_AT_START

        static final int ARC_BY_BULGE_TYPE__NUM_DERIVATIVES_AT_START
        The feature id for the 'Num Derivatives At Start' attribute.
        See Also:
        Constant Field Values
      • ARC_BY_BULGE_TYPE__GROUP

        static final int ARC_BY_BULGE_TYPE__GROUP
        The feature id for the 'Group' attribute list.
        See Also:
        Constant Field Values
      • ARC_BY_BULGE_TYPE__POS

        static final int ARC_BY_BULGE_TYPE__POS
        The feature id for the 'Pos' containment reference list.
        See Also:
        Constant Field Values
      • ARC_BY_BULGE_TYPE__POINT_PROPERTY

        static final int ARC_BY_BULGE_TYPE__POINT_PROPERTY
        The feature id for the 'Point Property' containment reference list.
        See Also:
        Constant Field Values
      • ARC_BY_BULGE_TYPE__POINT_REP

        static final int ARC_BY_BULGE_TYPE__POINT_REP
        The feature id for the 'Point Rep' containment reference list.
        See Also:
        Constant Field Values
      • ARC_BY_BULGE_TYPE__POS_LIST

        static final int ARC_BY_BULGE_TYPE__POS_LIST
        The feature id for the 'Pos List' containment reference.
        See Also:
        Constant Field Values
      • ARC_BY_BULGE_TYPE__COORDINATES

        static final int ARC_BY_BULGE_TYPE__COORDINATES
        The feature id for the 'Coordinates' containment reference.
        See Also:
        Constant Field Values
      • ARC_BY_BULGE_TYPE__BULGE

        static final int ARC_BY_BULGE_TYPE__BULGE
        The feature id for the 'Bulge' attribute list.
        See Also:
        Constant Field Values
      • ARC_BY_BULGE_TYPE__NORMAL

        static final int ARC_BY_BULGE_TYPE__NORMAL
        The feature id for the 'Normal' containment reference list.
        See Also:
        Constant Field Values
      • ARC_BY_BULGE_TYPE__INTERPOLATION

        static final int ARC_BY_BULGE_TYPE__INTERPOLATION
        The feature id for the 'Interpolation' attribute.
        See Also:
        Constant Field Values
      • ARC_BY_BULGE_TYPE__NUM_ARC

        static final int ARC_BY_BULGE_TYPE__NUM_ARC
        The feature id for the 'Num Arc' attribute.
        See Also:
        Constant Field Values
      • ARC_BY_BULGE_TYPE_FEATURE_COUNT

        static final int ARC_BY_BULGE_TYPE_FEATURE_COUNT
        The number of structural features of the 'Arc By Bulge Type' class.
        See Also:
        Constant Field Values
      • ARC_BY_BULGE_TYPE_OPERATION_COUNT

        static final int ARC_BY_BULGE_TYPE_OPERATION_COUNT
        The number of operations of the 'Arc By Bulge Type' class.
        See Also:
        Constant Field Values
      • ARC_BY_CENTER_POINT_TYPE__NUM_DERIVATIVE_INTERIOR

        static final int ARC_BY_CENTER_POINT_TYPE__NUM_DERIVATIVE_INTERIOR
        The feature id for the 'Num Derivative Interior' attribute.
        See Also:
        Constant Field Values
      • ARC_BY_CENTER_POINT_TYPE__NUM_DERIVATIVES_AT_END

        static final int ARC_BY_CENTER_POINT_TYPE__NUM_DERIVATIVES_AT_END
        The feature id for the 'Num Derivatives At End' attribute.
        See Also:
        Constant Field Values
      • ARC_BY_CENTER_POINT_TYPE__NUM_DERIVATIVES_AT_START

        static final int ARC_BY_CENTER_POINT_TYPE__NUM_DERIVATIVES_AT_START
        The feature id for the 'Num Derivatives At Start' attribute.
        See Also:
        Constant Field Values
      • ARC_BY_CENTER_POINT_TYPE__POS

        static final int ARC_BY_CENTER_POINT_TYPE__POS
        The feature id for the 'Pos' containment reference.
        See Also:
        Constant Field Values
      • ARC_BY_CENTER_POINT_TYPE__POINT_PROPERTY

        static final int ARC_BY_CENTER_POINT_TYPE__POINT_PROPERTY
        The feature id for the 'Point Property' containment reference.
        See Also:
        Constant Field Values
      • ARC_BY_CENTER_POINT_TYPE__POINT_REP

        static final int ARC_BY_CENTER_POINT_TYPE__POINT_REP
        The feature id for the 'Point Rep' containment reference.
        See Also:
        Constant Field Values
      • ARC_BY_CENTER_POINT_TYPE__POS_LIST

        static final int ARC_BY_CENTER_POINT_TYPE__POS_LIST
        The feature id for the 'Pos List' containment reference.
        See Also:
        Constant Field Values
      • ARC_BY_CENTER_POINT_TYPE__COORDINATES

        static final int ARC_BY_CENTER_POINT_TYPE__COORDINATES
        The feature id for the 'Coordinates' containment reference.
        See Also:
        Constant Field Values
      • ARC_BY_CENTER_POINT_TYPE__RADIUS

        static final int ARC_BY_CENTER_POINT_TYPE__RADIUS
        The feature id for the 'Radius' containment reference.
        See Also:
        Constant Field Values
      • ARC_BY_CENTER_POINT_TYPE__START_ANGLE

        static final int ARC_BY_CENTER_POINT_TYPE__START_ANGLE
        The feature id for the 'Start Angle' containment reference.
        See Also:
        Constant Field Values
      • ARC_BY_CENTER_POINT_TYPE__END_ANGLE

        static final int ARC_BY_CENTER_POINT_TYPE__END_ANGLE
        The feature id for the 'End Angle' containment reference.
        See Also:
        Constant Field Values
      • ARC_BY_CENTER_POINT_TYPE__INTERPOLATION

        static final int ARC_BY_CENTER_POINT_TYPE__INTERPOLATION
        The feature id for the 'Interpolation' attribute.
        See Also:
        Constant Field Values
      • ARC_BY_CENTER_POINT_TYPE__NUM_ARC

        static final int ARC_BY_CENTER_POINT_TYPE__NUM_ARC
        The feature id for the 'Num Arc' attribute.
        See Also:
        Constant Field Values
      • ARC_BY_CENTER_POINT_TYPE_FEATURE_COUNT

        static final int ARC_BY_CENTER_POINT_TYPE_FEATURE_COUNT
        The number of structural features of the 'Arc By Center Point Type' class.
        See Also:
        Constant Field Values
      • ARC_BY_CENTER_POINT_TYPE_OPERATION_COUNT

        static final int ARC_BY_CENTER_POINT_TYPE_OPERATION_COUNT
        The number of operations of the 'Arc By Center Point Type' class.
        See Also:
        Constant Field Values
      • ARC_STRING_TYPE__NUM_DERIVATIVE_INTERIOR

        static final int ARC_STRING_TYPE__NUM_DERIVATIVE_INTERIOR
        The feature id for the 'Num Derivative Interior' attribute.
        See Also:
        Constant Field Values
      • ARC_STRING_TYPE__NUM_DERIVATIVES_AT_END

        static final int ARC_STRING_TYPE__NUM_DERIVATIVES_AT_END
        The feature id for the 'Num Derivatives At End' attribute.
        See Also:
        Constant Field Values
      • ARC_STRING_TYPE__NUM_DERIVATIVES_AT_START

        static final int ARC_STRING_TYPE__NUM_DERIVATIVES_AT_START
        The feature id for the 'Num Derivatives At Start' attribute.
        See Also:
        Constant Field Values
      • ARC_STRING_TYPE__GROUP

        static final int ARC_STRING_TYPE__GROUP
        The feature id for the 'Group' attribute list.
        See Also:
        Constant Field Values
      • ARC_STRING_TYPE__POS

        static final int ARC_STRING_TYPE__POS
        The feature id for the 'Pos' containment reference list.
        See Also:
        Constant Field Values
      • ARC_STRING_TYPE__POINT_PROPERTY

        static final int ARC_STRING_TYPE__POINT_PROPERTY
        The feature id for the 'Point Property' containment reference list.
        See Also:
        Constant Field Values
      • ARC_STRING_TYPE__POINT_REP

        static final int ARC_STRING_TYPE__POINT_REP
        The feature id for the 'Point Rep' containment reference list.
        See Also:
        Constant Field Values
      • ARC_STRING_TYPE__POS_LIST

        static final int ARC_STRING_TYPE__POS_LIST
        The feature id for the 'Pos List' containment reference.
        See Also:
        Constant Field Values
      • ARC_STRING_TYPE__COORDINATES

        static final int ARC_STRING_TYPE__COORDINATES
        The feature id for the 'Coordinates' containment reference.
        See Also:
        Constant Field Values
      • ARC_STRING_TYPE__INTERPOLATION

        static final int ARC_STRING_TYPE__INTERPOLATION
        The feature id for the 'Interpolation' attribute.
        See Also:
        Constant Field Values
      • ARC_STRING_TYPE__NUM_ARC

        static final int ARC_STRING_TYPE__NUM_ARC
        The feature id for the 'Num Arc' attribute.
        See Also:
        Constant Field Values
      • ARC_STRING_TYPE_FEATURE_COUNT

        static final int ARC_STRING_TYPE_FEATURE_COUNT
        The number of structural features of the 'Arc String Type' class.
        See Also:
        Constant Field Values
      • ARC_STRING_TYPE_OPERATION_COUNT

        static final int ARC_STRING_TYPE_OPERATION_COUNT
        The number of operations of the 'Arc String Type' class.
        See Also:
        Constant Field Values
      • ARC_TYPE__NUM_DERIVATIVE_INTERIOR

        static final int ARC_TYPE__NUM_DERIVATIVE_INTERIOR
        The feature id for the 'Num Derivative Interior' attribute.
        See Also:
        Constant Field Values
      • ARC_TYPE__NUM_DERIVATIVES_AT_END

        static final int ARC_TYPE__NUM_DERIVATIVES_AT_END
        The feature id for the 'Num Derivatives At End' attribute.
        See Also:
        Constant Field Values
      • ARC_TYPE__NUM_DERIVATIVES_AT_START

        static final int ARC_TYPE__NUM_DERIVATIVES_AT_START
        The feature id for the 'Num Derivatives At Start' attribute.
        See Also:
        Constant Field Values
      • ARC_TYPE__GROUP

        static final int ARC_TYPE__GROUP
        The feature id for the 'Group' attribute list.
        See Also:
        Constant Field Values
      • ARC_TYPE__POS

        static final int ARC_TYPE__POS
        The feature id for the 'Pos' containment reference list.
        See Also:
        Constant Field Values
      • ARC_TYPE__POINT_PROPERTY

        static final int ARC_TYPE__POINT_PROPERTY
        The feature id for the 'Point Property' containment reference list.
        See Also:
        Constant Field Values
      • ARC_TYPE__POINT_REP

        static final int ARC_TYPE__POINT_REP
        The feature id for the 'Point Rep' containment reference list.
        See Also:
        Constant Field Values
      • ARC_TYPE__POS_LIST

        static final int ARC_TYPE__POS_LIST
        The feature id for the 'Pos List' containment reference.
        See Also:
        Constant Field Values
      • ARC_TYPE__COORDINATES

        static final int ARC_TYPE__COORDINATES
        The feature id for the 'Coordinates' containment reference.
        See Also:
        Constant Field Values
      • ARC_TYPE__INTERPOLATION

        static final int ARC_TYPE__INTERPOLATION
        The feature id for the 'Interpolation' attribute.
        See Also:
        Constant Field Values
      • ARC_TYPE__NUM_ARC

        static final int ARC_TYPE__NUM_ARC
        The feature id for the 'Num Arc' attribute.
        See Also:
        Constant Field Values
      • ARC_TYPE_FEATURE_COUNT

        static final int ARC_TYPE_FEATURE_COUNT
        The number of structural features of the 'Arc Type' class.
        See Also:
        Constant Field Values
      • ARC_TYPE_OPERATION_COUNT

        static final int ARC_TYPE_OPERATION_COUNT
        The number of operations of the 'Arc Type' class.
        See Also:
        Constant Field Values
      • AREA_TYPE__VALUE

        static final int AREA_TYPE__VALUE
        The feature id for the 'Value' attribute.
        See Also:
        Constant Field Values
      • AREA_TYPE__UOM

        static final int AREA_TYPE__UOM
        The feature id for the 'Uom' attribute.
        See Also:
        Constant Field Values
      • AREA_TYPE_FEATURE_COUNT

        static final int AREA_TYPE_FEATURE_COUNT
        The number of structural features of the 'Area Type' class.
        See Also:
        Constant Field Values
      • AREA_TYPE_OPERATION_COUNT

        static final int AREA_TYPE_OPERATION_COUNT
        The number of operations of the 'Area Type' class.
        See Also:
        Constant Field Values
      • ARRAY_ASSOCIATION_TYPE__OBJECT_GROUP

        static final int ARRAY_ASSOCIATION_TYPE__OBJECT_GROUP
        The feature id for the 'Object Group' attribute list.
        See Also:
        Constant Field Values
      • ARRAY_ASSOCIATION_TYPE__OBJECT

        static final int ARRAY_ASSOCIATION_TYPE__OBJECT
        The feature id for the 'Object' containment reference list.
        See Also:
        Constant Field Values
      • ARRAY_ASSOCIATION_TYPE_FEATURE_COUNT

        static final int ARRAY_ASSOCIATION_TYPE_FEATURE_COUNT
        The number of structural features of the 'Array Association Type' class.
        See Also:
        Constant Field Values
      • ARRAY_ASSOCIATION_TYPE_OPERATION_COUNT

        static final int ARRAY_ASSOCIATION_TYPE_OPERATION_COUNT
        The number of operations of the 'Array Association Type' class.
        See Also:
        Constant Field Values
      • ARRAY_TYPE__META_DATA_PROPERTY

        static final int ARRAY_TYPE__META_DATA_PROPERTY
        The feature id for the 'Meta Data Property' containment reference list.
        See Also:
        Constant Field Values
      • ARRAY_TYPE__DESCRIPTION

        static final int ARRAY_TYPE__DESCRIPTION
        The feature id for the 'Description' containment reference.
        See Also:
        Constant Field Values
      • ARRAY_TYPE__NAME_GROUP

        static final int ARRAY_TYPE__NAME_GROUP
        The feature id for the 'Name Group' attribute list.
        See Also:
        Constant Field Values
      • ARRAY_TYPE__NAME

        static final int ARRAY_TYPE__NAME
        The feature id for the 'Name' containment reference list.
        See Also:
        Constant Field Values
      • ARRAY_TYPE__ID

        static final int ARRAY_TYPE__ID
        The feature id for the 'Id' attribute.
        See Also:
        Constant Field Values
      • ARRAY_TYPE__MEMBERS

        static final int ARRAY_TYPE__MEMBERS
        The feature id for the 'Members' containment reference.
        See Also:
        Constant Field Values
      • ARRAY_TYPE_FEATURE_COUNT

        static final int ARRAY_TYPE_FEATURE_COUNT
        The number of structural features of the 'Array Type' class.
        See Also:
        Constant Field Values
      • ARRAY_TYPE_OPERATION_COUNT

        static final int ARRAY_TYPE_OPERATION_COUNT
        The number of operations of the 'Array Type' class.
        See Also:
        Constant Field Values
      • ASSOCIATION_TYPE__OBJECT_GROUP

        static final int ASSOCIATION_TYPE__OBJECT_GROUP
        The feature id for the 'Object Group' attribute list.
        See Also:
        Constant Field Values
      • ASSOCIATION_TYPE__OBJECT

        static final int ASSOCIATION_TYPE__OBJECT
        The feature id for the 'Object' containment reference.
        See Also:
        Constant Field Values
      • ASSOCIATION_TYPE__ACTUATE

        static final int ASSOCIATION_TYPE__ACTUATE
        The feature id for the 'Actuate' attribute.
        See Also:
        Constant Field Values
      • ASSOCIATION_TYPE__ARCROLE

        static final int ASSOCIATION_TYPE__ARCROLE
        The feature id for the 'Arcrole' attribute.
        See Also:
        Constant Field Values
      • ASSOCIATION_TYPE__HREF

        static final int ASSOCIATION_TYPE__HREF
        The feature id for the 'Href' attribute.
        See Also:
        Constant Field Values
      • ASSOCIATION_TYPE__REMOTE_SCHEMA

        static final int ASSOCIATION_TYPE__REMOTE_SCHEMA
        The feature id for the 'Remote Schema' attribute.
        See Also:
        Constant Field Values
      • ASSOCIATION_TYPE__ROLE

        static final int ASSOCIATION_TYPE__ROLE
        The feature id for the 'Role' attribute.
        See Also:
        Constant Field Values
      • ASSOCIATION_TYPE__SHOW

        static final int ASSOCIATION_TYPE__SHOW
        The feature id for the 'Show' attribute.
        See Also:
        Constant Field Values
      • ASSOCIATION_TYPE__TITLE

        static final int ASSOCIATION_TYPE__TITLE
        The feature id for the 'Title' attribute.
        See Also:
        Constant Field Values
      • ASSOCIATION_TYPE__TYPE

        static final int ASSOCIATION_TYPE__TYPE
        The feature id for the 'Type' attribute.
        See Also:
        Constant Field Values
      • ASSOCIATION_TYPE_FEATURE_COUNT

        static final int ASSOCIATION_TYPE_FEATURE_COUNT
        The number of structural features of the 'Association Type' class.
        See Also:
        Constant Field Values
      • ASSOCIATION_TYPE_OPERATION_COUNT

        static final int ASSOCIATION_TYPE_OPERATION_COUNT
        The number of operations of the 'Association Type' class.
        See Also:
        Constant Field Values
      • BAG_TYPE__META_DATA_PROPERTY

        static final int BAG_TYPE__META_DATA_PROPERTY
        The feature id for the 'Meta Data Property' containment reference list.
        See Also:
        Constant Field Values
      • BAG_TYPE__DESCRIPTION

        static final int BAG_TYPE__DESCRIPTION
        The feature id for the 'Description' containment reference.
        See Also:
        Constant Field Values
      • BAG_TYPE__NAME_GROUP

        static final int BAG_TYPE__NAME_GROUP
        The feature id for the 'Name Group' attribute list.
        See Also:
        Constant Field Values
      • BAG_TYPE__NAME

        static final int BAG_TYPE__NAME
        The feature id for the 'Name' containment reference list.
        See Also:
        Constant Field Values
      • BAG_TYPE__ID

        static final int BAG_TYPE__ID
        The feature id for the 'Id' attribute.
        See Also:
        Constant Field Values
      • BAG_TYPE__MEMBER

        static final int BAG_TYPE__MEMBER
        The feature id for the 'Member' containment reference list.
        See Also:
        Constant Field Values
      • BAG_TYPE__MEMBERS

        static final int BAG_TYPE__MEMBERS
        The feature id for the 'Members' containment reference.
        See Also:
        Constant Field Values
      • BAG_TYPE_FEATURE_COUNT

        static final int BAG_TYPE_FEATURE_COUNT
        The number of structural features of the 'Bag Type' class.
        See Also:
        Constant Field Values
      • BAG_TYPE_OPERATION_COUNT

        static final int BAG_TYPE_OPERATION_COUNT
        The number of operations of the 'Bag Type' class.
        See Also:
        Constant Field Values
      • BASE_STYLE_DESCRIPTOR_TYPE__META_DATA_PROPERTY

        static final int BASE_STYLE_DESCRIPTOR_TYPE__META_DATA_PROPERTY
        The feature id for the 'Meta Data Property' containment reference list.
        See Also:
        Constant Field Values
      • BASE_STYLE_DESCRIPTOR_TYPE__DESCRIPTION

        static final int BASE_STYLE_DESCRIPTOR_TYPE__DESCRIPTION
        The feature id for the 'Description' containment reference.
        See Also:
        Constant Field Values
      • BASE_STYLE_DESCRIPTOR_TYPE__NAME_GROUP

        static final int BASE_STYLE_DESCRIPTOR_TYPE__NAME_GROUP
        The feature id for the 'Name Group' attribute list.
        See Also:
        Constant Field Values
      • BASE_STYLE_DESCRIPTOR_TYPE__NAME

        static final int BASE_STYLE_DESCRIPTOR_TYPE__NAME
        The feature id for the 'Name' containment reference list.
        See Also:
        Constant Field Values
      • BASE_STYLE_DESCRIPTOR_TYPE__ID

        static final int BASE_STYLE_DESCRIPTOR_TYPE__ID
        The feature id for the 'Id' attribute.
        See Also:
        Constant Field Values
      • BASE_STYLE_DESCRIPTOR_TYPE__SPATIAL_RESOLUTION

        static final int BASE_STYLE_DESCRIPTOR_TYPE__SPATIAL_RESOLUTION
        The feature id for the 'Spatial Resolution' containment reference.
        See Also:
        Constant Field Values
      • BASE_STYLE_DESCRIPTOR_TYPE__STYLE_VARIATION

        static final int BASE_STYLE_DESCRIPTOR_TYPE__STYLE_VARIATION
        The feature id for the 'Style Variation' containment reference list.
        See Also:
        Constant Field Values
      • BASE_STYLE_DESCRIPTOR_TYPE__ANIMATE

        static final int BASE_STYLE_DESCRIPTOR_TYPE__ANIMATE
        The feature id for the 'Animate' containment reference list.
        See Also:
        Constant Field Values
      • BASE_STYLE_DESCRIPTOR_TYPE__ANIMATE_MOTION

        static final int BASE_STYLE_DESCRIPTOR_TYPE__ANIMATE_MOTION
        The feature id for the 'Animate Motion' containment reference list.
        See Also:
        Constant Field Values
      • BASE_STYLE_DESCRIPTOR_TYPE__ANIMATE_COLOR

        static final int BASE_STYLE_DESCRIPTOR_TYPE__ANIMATE_COLOR
        The feature id for the 'Animate Color' containment reference list.
        See Also:
        Constant Field Values
      • BASE_STYLE_DESCRIPTOR_TYPE__SET

        static final int BASE_STYLE_DESCRIPTOR_TYPE__SET
        The feature id for the 'Set' containment reference list.
        See Also:
        Constant Field Values
      • BASE_STYLE_DESCRIPTOR_TYPE_FEATURE_COUNT

        static final int BASE_STYLE_DESCRIPTOR_TYPE_FEATURE_COUNT
        The number of structural features of the 'Base Style Descriptor Type' class.
        See Also:
        Constant Field Values
      • BASE_STYLE_DESCRIPTOR_TYPE_OPERATION_COUNT

        static final int BASE_STYLE_DESCRIPTOR_TYPE_OPERATION_COUNT
        The number of operations of the 'Base Style Descriptor Type' class.
        See Also:
        Constant Field Values
      • UNIT_DEFINITION_TYPE__META_DATA_PROPERTY

        static final int UNIT_DEFINITION_TYPE__META_DATA_PROPERTY
        The feature id for the 'Meta Data Property' containment reference list.
        See Also:
        Constant Field Values
      • UNIT_DEFINITION_TYPE__DESCRIPTION

        static final int UNIT_DEFINITION_TYPE__DESCRIPTION
        The feature id for the 'Description' containment reference.
        See Also:
        Constant Field Values
      • UNIT_DEFINITION_TYPE__NAME_GROUP

        static final int UNIT_DEFINITION_TYPE__NAME_GROUP
        The feature id for the 'Name Group' attribute list.
        See Also:
        Constant Field Values
      • UNIT_DEFINITION_TYPE__NAME

        static final int UNIT_DEFINITION_TYPE__NAME
        The feature id for the 'Name' containment reference list.
        See Also:
        Constant Field Values
      • UNIT_DEFINITION_TYPE__ID

        static final int UNIT_DEFINITION_TYPE__ID
        The feature id for the 'Id' attribute.
        See Also:
        Constant Field Values
      • UNIT_DEFINITION_TYPE__QUANTITY_TYPE

        static final int UNIT_DEFINITION_TYPE__QUANTITY_TYPE
        The feature id for the 'Quantity Type' containment reference.
        See Also:
        Constant Field Values
      • UNIT_DEFINITION_TYPE__CATALOG_SYMBOL

        static final int UNIT_DEFINITION_TYPE__CATALOG_SYMBOL
        The feature id for the 'Catalog Symbol' containment reference.
        See Also:
        Constant Field Values
      • UNIT_DEFINITION_TYPE_FEATURE_COUNT

        static final int UNIT_DEFINITION_TYPE_FEATURE_COUNT
        The number of structural features of the 'Unit Definition Type' class.
        See Also:
        Constant Field Values
      • UNIT_DEFINITION_TYPE_OPERATION_COUNT

        static final int UNIT_DEFINITION_TYPE_OPERATION_COUNT
        The number of operations of the 'Unit Definition Type' class.
        See Also:
        Constant Field Values
      • BASE_UNIT_TYPE__META_DATA_PROPERTY

        static final int BASE_UNIT_TYPE__META_DATA_PROPERTY
        The feature id for the 'Meta Data Property' containment reference list.
        See Also:
        Constant Field Values
      • BASE_UNIT_TYPE__DESCRIPTION

        static final int BASE_UNIT_TYPE__DESCRIPTION
        The feature id for the 'Description' containment reference.
        See Also:
        Constant Field Values
      • BASE_UNIT_TYPE__NAME_GROUP

        static final int BASE_UNIT_TYPE__NAME_GROUP
        The feature id for the 'Name Group' attribute list.
        See Also:
        Constant Field Values
      • BASE_UNIT_TYPE__NAME

        static final int BASE_UNIT_TYPE__NAME
        The feature id for the 'Name' containment reference list.
        See Also:
        Constant Field Values
      • BASE_UNIT_TYPE__ID

        static final int BASE_UNIT_TYPE__ID
        The feature id for the 'Id' attribute.
        See Also:
        Constant Field Values
      • BASE_UNIT_TYPE__QUANTITY_TYPE

        static final int BASE_UNIT_TYPE__QUANTITY_TYPE
        The feature id for the 'Quantity Type' containment reference.
        See Also:
        Constant Field Values
      • BASE_UNIT_TYPE__CATALOG_SYMBOL

        static final int BASE_UNIT_TYPE__CATALOG_SYMBOL
        The feature id for the 'Catalog Symbol' containment reference.
        See Also:
        Constant Field Values
      • BASE_UNIT_TYPE__UNITS_SYSTEM

        static final int BASE_UNIT_TYPE__UNITS_SYSTEM
        The feature id for the 'Units System' containment reference.
        See Also:
        Constant Field Values
      • BASE_UNIT_TYPE_FEATURE_COUNT

        static final int BASE_UNIT_TYPE_FEATURE_COUNT
        The number of structural features of the 'Base Unit Type' class.
        See Also:
        Constant Field Values
      • BASE_UNIT_TYPE_OPERATION_COUNT

        static final int BASE_UNIT_TYPE_OPERATION_COUNT
        The number of operations of the 'Base Unit Type' class.
        See Also:
        Constant Field Values
      • BSPLINE_TYPE__NUM_DERIVATIVE_INTERIOR

        static final int BSPLINE_TYPE__NUM_DERIVATIVE_INTERIOR
        The feature id for the 'Num Derivative Interior' attribute.
        See Also:
        Constant Field Values
      • BSPLINE_TYPE__NUM_DERIVATIVES_AT_END

        static final int BSPLINE_TYPE__NUM_DERIVATIVES_AT_END
        The feature id for the 'Num Derivatives At End' attribute.
        See Also:
        Constant Field Values
      • BSPLINE_TYPE__NUM_DERIVATIVES_AT_START

        static final int BSPLINE_TYPE__NUM_DERIVATIVES_AT_START
        The feature id for the 'Num Derivatives At Start' attribute.
        See Also:
        Constant Field Values
      • BSPLINE_TYPE__GROUP

        static final int BSPLINE_TYPE__GROUP
        The feature id for the 'Group' attribute list.
        See Also:
        Constant Field Values
      • BSPLINE_TYPE__POS

        static final int BSPLINE_TYPE__POS
        The feature id for the 'Pos' containment reference list.
        See Also:
        Constant Field Values
      • BSPLINE_TYPE__POINT_PROPERTY

        static final int BSPLINE_TYPE__POINT_PROPERTY
        The feature id for the 'Point Property' containment reference list.
        See Also:
        Constant Field Values
      • BSPLINE_TYPE__POINT_REP

        static final int BSPLINE_TYPE__POINT_REP
        The feature id for the 'Point Rep' containment reference list.
        See Also:
        Constant Field Values
      • BSPLINE_TYPE__POS_LIST

        static final int BSPLINE_TYPE__POS_LIST
        The feature id for the 'Pos List' containment reference.
        See Also:
        Constant Field Values
      • BSPLINE_TYPE__COORDINATES

        static final int BSPLINE_TYPE__COORDINATES
        The feature id for the 'Coordinates' containment reference.
        See Also:
        Constant Field Values
      • BSPLINE_TYPE__DEGREE

        static final int BSPLINE_TYPE__DEGREE
        The feature id for the 'Degree' attribute.
        See Also:
        Constant Field Values
      • BSPLINE_TYPE__KNOT

        static final int BSPLINE_TYPE__KNOT
        The feature id for the 'Knot' containment reference list.
        See Also:
        Constant Field Values
      • BSPLINE_TYPE__INTERPOLATION

        static final int BSPLINE_TYPE__INTERPOLATION
        The feature id for the 'Interpolation' attribute.
        See Also:
        Constant Field Values
      • BSPLINE_TYPE__IS_POLYNOMIAL

        static final int BSPLINE_TYPE__IS_POLYNOMIAL
        The feature id for the 'Is Polynomial' attribute.
        See Also:
        Constant Field Values
      • BSPLINE_TYPE__KNOT_TYPE

        static final int BSPLINE_TYPE__KNOT_TYPE
        The feature id for the 'Knot Type' attribute.
        See Also:
        Constant Field Values
      • BSPLINE_TYPE_FEATURE_COUNT

        static final int BSPLINE_TYPE_FEATURE_COUNT
        The number of structural features of the 'BSpline Type' class.
        See Also:
        Constant Field Values
      • BSPLINE_TYPE_OPERATION_COUNT

        static final int BSPLINE_TYPE_OPERATION_COUNT
        The number of operations of the 'BSpline Type' class.
        See Also:
        Constant Field Values
      • BEZIER_TYPE__NUM_DERIVATIVE_INTERIOR

        static final int BEZIER_TYPE__NUM_DERIVATIVE_INTERIOR
        The feature id for the 'Num Derivative Interior' attribute.
        See Also:
        Constant Field Values
      • BEZIER_TYPE__NUM_DERIVATIVES_AT_END

        static final int BEZIER_TYPE__NUM_DERIVATIVES_AT_END
        The feature id for the 'Num Derivatives At End' attribute.
        See Also:
        Constant Field Values
      • BEZIER_TYPE__NUM_DERIVATIVES_AT_START

        static final int BEZIER_TYPE__NUM_DERIVATIVES_AT_START
        The feature id for the 'Num Derivatives At Start' attribute.
        See Also:
        Constant Field Values
      • BEZIER_TYPE__GROUP

        static final int BEZIER_TYPE__GROUP
        The feature id for the 'Group' attribute list.
        See Also:
        Constant Field Values
      • BEZIER_TYPE__POS

        static final int BEZIER_TYPE__POS
        The feature id for the 'Pos' containment reference list.
        See Also:
        Constant Field Values
      • BEZIER_TYPE__POINT_PROPERTY

        static final int BEZIER_TYPE__POINT_PROPERTY
        The feature id for the 'Point Property' containment reference list.
        See Also:
        Constant Field Values
      • BEZIER_TYPE__POINT_REP

        static final int BEZIER_TYPE__POINT_REP
        The feature id for the 'Point Rep' containment reference list.
        See Also:
        Constant Field Values
      • BEZIER_TYPE__POS_LIST

        static final int BEZIER_TYPE__POS_LIST
        The feature id for the 'Pos List' containment reference.
        See Also:
        Constant Field Values
      • BEZIER_TYPE__COORDINATES

        static final int BEZIER_TYPE__COORDINATES
        The feature id for the 'Coordinates' containment reference.
        See Also:
        Constant Field Values
      • BEZIER_TYPE__DEGREE

        static final int BEZIER_TYPE__DEGREE
        The feature id for the 'Degree' attribute.
        See Also:
        Constant Field Values
      • BEZIER_TYPE__KNOT

        static final int BEZIER_TYPE__KNOT
        The feature id for the 'Knot' containment reference list.
        See Also:
        Constant Field Values
      • BEZIER_TYPE__INTERPOLATION

        static final int BEZIER_TYPE__INTERPOLATION
        The feature id for the 'Interpolation' attribute.
        See Also:
        Constant Field Values
      • BEZIER_TYPE__IS_POLYNOMIAL

        static final int BEZIER_TYPE__IS_POLYNOMIAL
        The feature id for the 'Is Polynomial' attribute.
        See Also:
        Constant Field Values
      • BEZIER_TYPE__KNOT_TYPE

        static final int BEZIER_TYPE__KNOT_TYPE
        The feature id for the 'Knot Type' attribute.
        See Also:
        Constant Field Values
      • BEZIER_TYPE_FEATURE_COUNT

        static final int BEZIER_TYPE_FEATURE_COUNT
        The number of structural features of the 'Bezier Type' class.
        See Also:
        Constant Field Values
      • BEZIER_TYPE_OPERATION_COUNT

        static final int BEZIER_TYPE_OPERATION_COUNT
        The number of operations of the 'Bezier Type' class.
        See Also:
        Constant Field Values
      • VALUE_PROPERTY_TYPE__BOOLEAN

        static final int VALUE_PROPERTY_TYPE__BOOLEAN
        The feature id for the 'Boolean' attribute.
        See Also:
        Constant Field Values
      • VALUE_PROPERTY_TYPE__CATEGORY

        static final int VALUE_PROPERTY_TYPE__CATEGORY
        The feature id for the 'Category' containment reference.
        See Also:
        Constant Field Values
      • VALUE_PROPERTY_TYPE__QUANTITY

        static final int VALUE_PROPERTY_TYPE__QUANTITY
        The feature id for the 'Quantity' containment reference.
        See Also:
        Constant Field Values
      • VALUE_PROPERTY_TYPE__COUNT

        static final int VALUE_PROPERTY_TYPE__COUNT
        The feature id for the 'Count' attribute.
        See Also:
        Constant Field Values
      • VALUE_PROPERTY_TYPE__BOOLEAN_LIST

        static final int VALUE_PROPERTY_TYPE__BOOLEAN_LIST
        The feature id for the 'Boolean List' attribute.
        See Also:
        Constant Field Values
      • VALUE_PROPERTY_TYPE__CATEGORY_LIST

        static final int VALUE_PROPERTY_TYPE__CATEGORY_LIST
        The feature id for the 'Category List' containment reference.
        See Also:
        Constant Field Values
      • VALUE_PROPERTY_TYPE__QUANTITY_LIST

        static final int VALUE_PROPERTY_TYPE__QUANTITY_LIST
        The feature id for the 'Quantity List' containment reference.
        See Also:
        Constant Field Values
      • VALUE_PROPERTY_TYPE__COUNT_LIST

        static final int VALUE_PROPERTY_TYPE__COUNT_LIST
        The feature id for the 'Count List' attribute.
        See Also:
        Constant Field Values
      • VALUE_PROPERTY_TYPE__CATEGORY_EXTENT

        static final int VALUE_PROPERTY_TYPE__CATEGORY_EXTENT
        The feature id for the 'Category Extent' containment reference.
        See Also:
        Constant Field Values
      • VALUE_PROPERTY_TYPE__QUANTITY_EXTENT

        static final int VALUE_PROPERTY_TYPE__QUANTITY_EXTENT
        The feature id for the 'Quantity Extent' containment reference.
        See Also:
        Constant Field Values
      • VALUE_PROPERTY_TYPE__COUNT_EXTENT

        static final int VALUE_PROPERTY_TYPE__COUNT_EXTENT
        The feature id for the 'Count Extent' attribute.
        See Also:
        Constant Field Values
      • VALUE_PROPERTY_TYPE__COMPOSITE_VALUE_GROUP

        static final int VALUE_PROPERTY_TYPE__COMPOSITE_VALUE_GROUP
        The feature id for the 'Composite Value Group' attribute list.
        See Also:
        Constant Field Values
      • VALUE_PROPERTY_TYPE__COMPOSITE_VALUE

        static final int VALUE_PROPERTY_TYPE__COMPOSITE_VALUE
        The feature id for the 'Composite Value' containment reference.
        See Also:
        Constant Field Values
      • VALUE_PROPERTY_TYPE__OBJECT_GROUP

        static final int VALUE_PROPERTY_TYPE__OBJECT_GROUP
        The feature id for the 'Object Group' attribute list.
        See Also:
        Constant Field Values
      • VALUE_PROPERTY_TYPE__OBJECT

        static final int VALUE_PROPERTY_TYPE__OBJECT
        The feature id for the 'Object' containment reference.
        See Also:
        Constant Field Values
      • VALUE_PROPERTY_TYPE__NULL

        static final int VALUE_PROPERTY_TYPE__NULL
        The feature id for the 'Null' attribute.
        See Also:
        Constant Field Values
      • VALUE_PROPERTY_TYPE__ACTUATE

        static final int VALUE_PROPERTY_TYPE__ACTUATE
        The feature id for the 'Actuate' attribute.
        See Also:
        Constant Field Values
      • VALUE_PROPERTY_TYPE__ARCROLE

        static final int VALUE_PROPERTY_TYPE__ARCROLE
        The feature id for the 'Arcrole' attribute.
        See Also:
        Constant Field Values
      • VALUE_PROPERTY_TYPE__HREF

        static final int VALUE_PROPERTY_TYPE__HREF
        The feature id for the 'Href' attribute.
        See Also:
        Constant Field Values
      • VALUE_PROPERTY_TYPE__REMOTE_SCHEMA

        static final int VALUE_PROPERTY_TYPE__REMOTE_SCHEMA
        The feature id for the 'Remote Schema' attribute.
        See Also:
        Constant Field Values
      • VALUE_PROPERTY_TYPE__ROLE

        static final int VALUE_PROPERTY_TYPE__ROLE
        The feature id for the 'Role' attribute.
        See Also:
        Constant Field Values
      • VALUE_PROPERTY_TYPE__SHOW

        static final int VALUE_PROPERTY_TYPE__SHOW
        The feature id for the 'Show' attribute.
        See Also:
        Constant Field Values
      • VALUE_PROPERTY_TYPE__TITLE

        static final int VALUE_PROPERTY_TYPE__TITLE
        The feature id for the 'Title' attribute.
        See Also:
        Constant Field Values
      • VALUE_PROPERTY_TYPE__TYPE

        static final int VALUE_PROPERTY_TYPE__TYPE
        The feature id for the 'Type' attribute.
        See Also:
        Constant Field Values
      • VALUE_PROPERTY_TYPE_FEATURE_COUNT

        static final int VALUE_PROPERTY_TYPE_FEATURE_COUNT
        The number of structural features of the 'Value Property Type' class.
        See Also:
        Constant Field Values
      • VALUE_PROPERTY_TYPE_OPERATION_COUNT

        static final int VALUE_PROPERTY_TYPE_OPERATION_COUNT
        The number of operations of the 'Value Property Type' class.
        See Also:
        Constant Field Values
      • BOOLEAN_PROPERTY_TYPE__BOOLEAN

        static final int BOOLEAN_PROPERTY_TYPE__BOOLEAN
        The feature id for the 'Boolean' attribute.
        See Also:
        Constant Field Values
      • BOOLEAN_PROPERTY_TYPE__CATEGORY

        static final int BOOLEAN_PROPERTY_TYPE__CATEGORY
        The feature id for the 'Category' containment reference.
        See Also:
        Constant Field Values
      • BOOLEAN_PROPERTY_TYPE__QUANTITY

        static final int BOOLEAN_PROPERTY_TYPE__QUANTITY
        The feature id for the 'Quantity' containment reference.
        See Also:
        Constant Field Values
      • BOOLEAN_PROPERTY_TYPE__COUNT

        static final int BOOLEAN_PROPERTY_TYPE__COUNT
        The feature id for the 'Count' attribute.
        See Also:
        Constant Field Values
      • BOOLEAN_PROPERTY_TYPE__BOOLEAN_LIST

        static final int BOOLEAN_PROPERTY_TYPE__BOOLEAN_LIST
        The feature id for the 'Boolean List' attribute.
        See Also:
        Constant Field Values
      • BOOLEAN_PROPERTY_TYPE__CATEGORY_LIST

        static final int BOOLEAN_PROPERTY_TYPE__CATEGORY_LIST
        The feature id for the 'Category List' containment reference.
        See Also:
        Constant Field Values
      • BOOLEAN_PROPERTY_TYPE__QUANTITY_LIST

        static final int BOOLEAN_PROPERTY_TYPE__QUANTITY_LIST
        The feature id for the 'Quantity List' containment reference.
        See Also:
        Constant Field Values
      • BOOLEAN_PROPERTY_TYPE__COUNT_LIST

        static final int BOOLEAN_PROPERTY_TYPE__COUNT_LIST
        The feature id for the 'Count List' attribute.
        See Also:
        Constant Field Values
      • BOOLEAN_PROPERTY_TYPE__CATEGORY_EXTENT

        static final int BOOLEAN_PROPERTY_TYPE__CATEGORY_EXTENT
        The feature id for the 'Category Extent' containment reference.
        See Also:
        Constant Field Values
      • BOOLEAN_PROPERTY_TYPE__QUANTITY_EXTENT

        static final int BOOLEAN_PROPERTY_TYPE__QUANTITY_EXTENT
        The feature id for the 'Quantity Extent' containment reference.
        See Also:
        Constant Field Values
      • BOOLEAN_PROPERTY_TYPE__COUNT_EXTENT

        static final int BOOLEAN_PROPERTY_TYPE__COUNT_EXTENT
        The feature id for the 'Count Extent' attribute.
        See Also:
        Constant Field Values
      • BOOLEAN_PROPERTY_TYPE__COMPOSITE_VALUE_GROUP

        static final int BOOLEAN_PROPERTY_TYPE__COMPOSITE_VALUE_GROUP
        The feature id for the 'Composite Value Group' attribute list.
        See Also:
        Constant Field Values
      • BOOLEAN_PROPERTY_TYPE__COMPOSITE_VALUE

        static final int BOOLEAN_PROPERTY_TYPE__COMPOSITE_VALUE
        The feature id for the 'Composite Value' containment reference.
        See Also:
        Constant Field Values
      • BOOLEAN_PROPERTY_TYPE__OBJECT_GROUP

        static final int BOOLEAN_PROPERTY_TYPE__OBJECT_GROUP
        The feature id for the 'Object Group' attribute list.
        See Also:
        Constant Field Values
      • BOOLEAN_PROPERTY_TYPE__OBJECT

        static final int BOOLEAN_PROPERTY_TYPE__OBJECT
        The feature id for the 'Object' containment reference.
        See Also:
        Constant Field Values
      • BOOLEAN_PROPERTY_TYPE__NULL

        static final int BOOLEAN_PROPERTY_TYPE__NULL
        The feature id for the 'Null' attribute.
        See Also:
        Constant Field Values
      • BOOLEAN_PROPERTY_TYPE__ACTUATE

        static final int BOOLEAN_PROPERTY_TYPE__ACTUATE
        The feature id for the 'Actuate' attribute.
        See Also:
        Constant Field Values
      • BOOLEAN_PROPERTY_TYPE__ARCROLE

        static final int BOOLEAN_PROPERTY_TYPE__ARCROLE
        The feature id for the 'Arcrole' attribute.
        See Also:
        Constant Field Values
      • BOOLEAN_PROPERTY_TYPE__HREF

        static final int BOOLEAN_PROPERTY_TYPE__HREF
        The feature id for the 'Href' attribute.
        See Also:
        Constant Field Values
      • BOOLEAN_PROPERTY_TYPE__REMOTE_SCHEMA

        static final int BOOLEAN_PROPERTY_TYPE__REMOTE_SCHEMA
        The feature id for the 'Remote Schema' attribute.
        See Also:
        Constant Field Values
      • BOOLEAN_PROPERTY_TYPE__ROLE

        static final int BOOLEAN_PROPERTY_TYPE__ROLE
        The feature id for the 'Role' attribute.
        See Also:
        Constant Field Values
      • BOOLEAN_PROPERTY_TYPE__SHOW

        static final int BOOLEAN_PROPERTY_TYPE__SHOW
        The feature id for the 'Show' attribute.
        See Also:
        Constant Field Values
      • BOOLEAN_PROPERTY_TYPE__TITLE

        static final int BOOLEAN_PROPERTY_TYPE__TITLE
        The feature id for the 'Title' attribute.
        See Also:
        Constant Field Values
      • BOOLEAN_PROPERTY_TYPE__TYPE

        static final int BOOLEAN_PROPERTY_TYPE__TYPE
        The feature id for the 'Type' attribute.
        See Also:
        Constant Field Values
      • BOOLEAN_PROPERTY_TYPE_FEATURE_COUNT

        static final int BOOLEAN_PROPERTY_TYPE_FEATURE_COUNT
        The number of structural features of the 'Boolean Property Type' class.
        See Also:
        Constant Field Values
      • BOOLEAN_PROPERTY_TYPE_OPERATION_COUNT

        static final int BOOLEAN_PROPERTY_TYPE_OPERATION_COUNT
        The number of operations of the 'Boolean Property Type' class.
        See Also:
        Constant Field Values
      • BOUNDED_FEATURE_TYPE__META_DATA_PROPERTY

        static final int BOUNDED_FEATURE_TYPE__META_DATA_PROPERTY
        The feature id for the 'Meta Data Property' containment reference list.
        See Also:
        Constant Field Values
      • BOUNDED_FEATURE_TYPE__DESCRIPTION

        static final int BOUNDED_FEATURE_TYPE__DESCRIPTION
        The feature id for the 'Description' containment reference.
        See Also:
        Constant Field Values
      • BOUNDED_FEATURE_TYPE__NAME_GROUP

        static final int BOUNDED_FEATURE_TYPE__NAME_GROUP
        The feature id for the 'Name Group' attribute list.
        See Also:
        Constant Field Values
      • BOUNDED_FEATURE_TYPE__NAME

        static final int BOUNDED_FEATURE_TYPE__NAME
        The feature id for the 'Name' containment reference list.
        See Also:
        Constant Field Values
      • BOUNDED_FEATURE_TYPE__ID

        static final int BOUNDED_FEATURE_TYPE__ID
        The feature id for the 'Id' attribute.
        See Also:
        Constant Field Values
      • BOUNDED_FEATURE_TYPE__BOUNDED_BY

        static final int BOUNDED_FEATURE_TYPE__BOUNDED_BY
        The feature id for the 'Bounded By' containment reference.
        See Also:
        Constant Field Values
      • BOUNDED_FEATURE_TYPE__LOCATION_GROUP

        static final int BOUNDED_FEATURE_TYPE__LOCATION_GROUP
        The feature id for the 'Location Group' attribute list.
        See Also:
        Constant Field Values
      • BOUNDED_FEATURE_TYPE__LOCATION

        static final int BOUNDED_FEATURE_TYPE__LOCATION
        The feature id for the 'Location' containment reference.
        See Also:
        Constant Field Values
      • BOUNDED_FEATURE_TYPE_FEATURE_COUNT

        static final int BOUNDED_FEATURE_TYPE_FEATURE_COUNT
        The number of structural features of the 'Bounded Feature Type' class.
        See Also:
        Constant Field Values
      • BOUNDED_FEATURE_TYPE_OPERATION_COUNT

        static final int BOUNDED_FEATURE_TYPE_OPERATION_COUNT
        The number of operations of the 'Bounded Feature Type' class.
        See Also:
        Constant Field Values
      • BOUNDING_SHAPE_TYPE__ENVELOPE_GROUP

        static final int BOUNDING_SHAPE_TYPE__ENVELOPE_GROUP
        The feature id for the 'Envelope Group' attribute list.
        See Also:
        Constant Field Values
      • BOUNDING_SHAPE_TYPE__ENVELOPE

        static final int BOUNDING_SHAPE_TYPE__ENVELOPE
        The feature id for the 'Envelope' containment reference.
        See Also:
        Constant Field Values
      • BOUNDING_SHAPE_TYPE__NULL

        static final int BOUNDING_SHAPE_TYPE__NULL
        The feature id for the 'Null' attribute.
        See Also:
        Constant Field Values
      • BOUNDING_SHAPE_TYPE_FEATURE_COUNT

        static final int BOUNDING_SHAPE_TYPE_FEATURE_COUNT
        The number of structural features of the 'Bounding Shape Type' class.
        See Also:
        Constant Field Values
      • BOUNDING_SHAPE_TYPE_OPERATION_COUNT

        static final int BOUNDING_SHAPE_TYPE_OPERATION_COUNT
        The number of operations of the 'Bounding Shape Type' class.
        See Also:
        Constant Field Values
      • CARTESIAN_CS_REF_TYPE__CARTESIAN_CS

        static final int CARTESIAN_CS_REF_TYPE__CARTESIAN_CS
        The feature id for the 'Cartesian CS' containment reference.
        See Also:
        Constant Field Values
      • CARTESIAN_CS_REF_TYPE__ACTUATE

        static final int CARTESIAN_CS_REF_TYPE__ACTUATE
        The feature id for the 'Actuate' attribute.
        See Also:
        Constant Field Values
      • CARTESIAN_CS_REF_TYPE__ARCROLE

        static final int CARTESIAN_CS_REF_TYPE__ARCROLE
        The feature id for the 'Arcrole' attribute.
        See Also:
        Constant Field Values
      • CARTESIAN_CS_REF_TYPE__HREF

        static final int CARTESIAN_CS_REF_TYPE__HREF
        The feature id for the 'Href' attribute.
        See Also:
        Constant Field Values
      • CARTESIAN_CS_REF_TYPE__REMOTE_SCHEMA

        static final int CARTESIAN_CS_REF_TYPE__REMOTE_SCHEMA
        The feature id for the 'Remote Schema' attribute.
        See Also:
        Constant Field Values
      • CARTESIAN_CS_REF_TYPE__ROLE

        static final int CARTESIAN_CS_REF_TYPE__ROLE
        The feature id for the 'Role' attribute.
        See Also:
        Constant Field Values
      • CARTESIAN_CS_REF_TYPE__SHOW

        static final int CARTESIAN_CS_REF_TYPE__SHOW
        The feature id for the 'Show' attribute.
        See Also:
        Constant Field Values
      • CARTESIAN_CS_REF_TYPE__TITLE

        static final int CARTESIAN_CS_REF_TYPE__TITLE
        The feature id for the 'Title' attribute.
        See Also:
        Constant Field Values
      • CARTESIAN_CS_REF_TYPE__TYPE

        static final int CARTESIAN_CS_REF_TYPE__TYPE
        The feature id for the 'Type' attribute.
        See Also:
        Constant Field Values
      • CARTESIAN_CS_REF_TYPE_FEATURE_COUNT

        static final int CARTESIAN_CS_REF_TYPE_FEATURE_COUNT
        The number of structural features of the 'Cartesian CS Ref Type' class.
        See Also:
        Constant Field Values
      • CARTESIAN_CS_REF_TYPE_OPERATION_COUNT

        static final int CARTESIAN_CS_REF_TYPE_OPERATION_COUNT
        The number of operations of the 'Cartesian CS Ref Type' class.
        See Also:
        Constant Field Values
      • CARTESIAN_CS_TYPE__META_DATA_PROPERTY

        static final int CARTESIAN_CS_TYPE__META_DATA_PROPERTY
        The feature id for the 'Meta Data Property' containment reference list.
        See Also:
        Constant Field Values
      • CARTESIAN_CS_TYPE__DESCRIPTION

        static final int CARTESIAN_CS_TYPE__DESCRIPTION
        The feature id for the 'Description' containment reference.
        See Also:
        Constant Field Values
      • CARTESIAN_CS_TYPE__NAME_GROUP

        static final int CARTESIAN_CS_TYPE__NAME_GROUP
        The feature id for the 'Name Group' attribute list.
        See Also:
        Constant Field Values
      • CARTESIAN_CS_TYPE__NAME

        static final int CARTESIAN_CS_TYPE__NAME
        The feature id for the 'Name' containment reference list.
        See Also:
        Constant Field Values
      • CARTESIAN_CS_TYPE__ID

        static final int CARTESIAN_CS_TYPE__ID
        The feature id for the 'Id' attribute.
        See Also:
        Constant Field Values
      • CARTESIAN_CS_TYPE__CS_NAME

        static final int CARTESIAN_CS_TYPE__CS_NAME
        The feature id for the 'Cs Name' containment reference.
        See Also:
        Constant Field Values
      • CARTESIAN_CS_TYPE__CS_ID

        static final int CARTESIAN_CS_TYPE__CS_ID
        The feature id for the 'Cs ID' containment reference list.
        See Also:
        Constant Field Values
      • CARTESIAN_CS_TYPE__REMARKS

        static final int CARTESIAN_CS_TYPE__REMARKS
        The feature id for the 'Remarks' containment reference.
        See Also:
        Constant Field Values
      • CARTESIAN_CS_TYPE__USES_AXIS

        static final int CARTESIAN_CS_TYPE__USES_AXIS
        The feature id for the 'Uses Axis' containment reference list.
        See Also:
        Constant Field Values
      • CARTESIAN_CS_TYPE_FEATURE_COUNT

        static final int CARTESIAN_CS_TYPE_FEATURE_COUNT
        The number of structural features of the 'Cartesian CS Type' class.
        See Also:
        Constant Field Values
      • CARTESIAN_CS_TYPE_OPERATION_COUNT

        static final int CARTESIAN_CS_TYPE_OPERATION_COUNT
        The number of operations of the 'Cartesian CS Type' class.
        See Also:
        Constant Field Values
      • CODE_OR_NULL_LIST_TYPE__VALUE

        static final int CODE_OR_NULL_LIST_TYPE__VALUE
        The feature id for the 'Value' attribute.
        See Also:
        Constant Field Values
      • CODE_OR_NULL_LIST_TYPE__CODE_SPACE

        static final int CODE_OR_NULL_LIST_TYPE__CODE_SPACE
        The feature id for the 'Code Space' attribute.
        See Also:
        Constant Field Values
      • CODE_OR_NULL_LIST_TYPE_FEATURE_COUNT

        static final int CODE_OR_NULL_LIST_TYPE_FEATURE_COUNT
        The number of structural features of the 'Code Or Null List Type' class.
        See Also:
        Constant Field Values
      • CODE_OR_NULL_LIST_TYPE_OPERATION_COUNT

        static final int CODE_OR_NULL_LIST_TYPE_OPERATION_COUNT
        The number of operations of the 'Code Or Null List Type' class.
        See Also:
        Constant Field Values
      • CATEGORY_EXTENT_TYPE__VALUE

        static final int CATEGORY_EXTENT_TYPE__VALUE
        The feature id for the 'Value' attribute.
        See Also:
        Constant Field Values
      • CATEGORY_EXTENT_TYPE__CODE_SPACE

        static final int CATEGORY_EXTENT_TYPE__CODE_SPACE
        The feature id for the 'Code Space' attribute.
        See Also:
        Constant Field Values
      • CATEGORY_EXTENT_TYPE_FEATURE_COUNT

        static final int CATEGORY_EXTENT_TYPE_FEATURE_COUNT
        The number of structural features of the 'Category Extent Type' class.
        See Also:
        Constant Field Values
      • CATEGORY_EXTENT_TYPE_OPERATION_COUNT

        static final int CATEGORY_EXTENT_TYPE_OPERATION_COUNT
        The number of operations of the 'Category Extent Type' class.
        See Also:
        Constant Field Values
      • CATEGORY_PROPERTY_TYPE__BOOLEAN

        static final int CATEGORY_PROPERTY_TYPE__BOOLEAN
        The feature id for the 'Boolean' attribute.
        See Also:
        Constant Field Values
      • CATEGORY_PROPERTY_TYPE__CATEGORY

        static final int CATEGORY_PROPERTY_TYPE__CATEGORY
        The feature id for the 'Category' containment reference.
        See Also:
        Constant Field Values
      • CATEGORY_PROPERTY_TYPE__QUANTITY

        static final int CATEGORY_PROPERTY_TYPE__QUANTITY
        The feature id for the 'Quantity' containment reference.
        See Also:
        Constant Field Values
      • CATEGORY_PROPERTY_TYPE__COUNT

        static final int CATEGORY_PROPERTY_TYPE__COUNT
        The feature id for the 'Count' attribute.
        See Also:
        Constant Field Values
      • CATEGORY_PROPERTY_TYPE__BOOLEAN_LIST

        static final int CATEGORY_PROPERTY_TYPE__BOOLEAN_LIST
        The feature id for the 'Boolean List' attribute.
        See Also:
        Constant Field Values
      • CATEGORY_PROPERTY_TYPE__CATEGORY_LIST

        static final int CATEGORY_PROPERTY_TYPE__CATEGORY_LIST
        The feature id for the 'Category List' containment reference.
        See Also:
        Constant Field Values
      • CATEGORY_PROPERTY_TYPE__QUANTITY_LIST

        static final int CATEGORY_PROPERTY_TYPE__QUANTITY_LIST
        The feature id for the 'Quantity List' containment reference.
        See Also:
        Constant Field Values
      • CATEGORY_PROPERTY_TYPE__COUNT_LIST

        static final int CATEGORY_PROPERTY_TYPE__COUNT_LIST
        The feature id for the 'Count List' attribute.
        See Also:
        Constant Field Values
      • CATEGORY_PROPERTY_TYPE__CATEGORY_EXTENT

        static final int CATEGORY_PROPERTY_TYPE__CATEGORY_EXTENT
        The feature id for the 'Category Extent' containment reference.
        See Also:
        Constant Field Values
      • CATEGORY_PROPERTY_TYPE__QUANTITY_EXTENT

        static final int CATEGORY_PROPERTY_TYPE__QUANTITY_EXTENT
        The feature id for the 'Quantity Extent' containment reference.
        See Also:
        Constant Field Values
      • CATEGORY_PROPERTY_TYPE__COUNT_EXTENT

        static final int CATEGORY_PROPERTY_TYPE__COUNT_EXTENT
        The feature id for the 'Count Extent' attribute.
        See Also:
        Constant Field Values
      • CATEGORY_PROPERTY_TYPE__COMPOSITE_VALUE_GROUP

        static final int CATEGORY_PROPERTY_TYPE__COMPOSITE_VALUE_GROUP
        The feature id for the 'Composite Value Group' attribute list.
        See Also:
        Constant Field Values
      • CATEGORY_PROPERTY_TYPE__COMPOSITE_VALUE

        static final int CATEGORY_PROPERTY_TYPE__COMPOSITE_VALUE
        The feature id for the 'Composite Value' containment reference.
        See Also:
        Constant Field Values
      • CATEGORY_PROPERTY_TYPE__OBJECT_GROUP

        static final int CATEGORY_PROPERTY_TYPE__OBJECT_GROUP
        The feature id for the 'Object Group' attribute list.
        See Also:
        Constant Field Values
      • CATEGORY_PROPERTY_TYPE__OBJECT

        static final int CATEGORY_PROPERTY_TYPE__OBJECT
        The feature id for the 'Object' containment reference.
        See Also:
        Constant Field Values
      • CATEGORY_PROPERTY_TYPE__NULL

        static final int CATEGORY_PROPERTY_TYPE__NULL
        The feature id for the 'Null' attribute.
        See Also:
        Constant Field Values
      • CATEGORY_PROPERTY_TYPE__ACTUATE

        static final int CATEGORY_PROPERTY_TYPE__ACTUATE
        The feature id for the 'Actuate' attribute.
        See Also:
        Constant Field Values
      • CATEGORY_PROPERTY_TYPE__ARCROLE

        static final int CATEGORY_PROPERTY_TYPE__ARCROLE
        The feature id for the 'Arcrole' attribute.
        See Also:
        Constant Field Values
      • CATEGORY_PROPERTY_TYPE__HREF

        static final int CATEGORY_PROPERTY_TYPE__HREF
        The feature id for the 'Href' attribute.
        See Also:
        Constant Field Values
      • CATEGORY_PROPERTY_TYPE__REMOTE_SCHEMA

        static final int CATEGORY_PROPERTY_TYPE__REMOTE_SCHEMA
        The feature id for the 'Remote Schema' attribute.
        See Also:
        Constant Field Values
      • CATEGORY_PROPERTY_TYPE__ROLE

        static final int CATEGORY_PROPERTY_TYPE__ROLE
        The feature id for the 'Role' attribute.
        See Also:
        Constant Field Values
      • CATEGORY_PROPERTY_TYPE__SHOW

        static final int CATEGORY_PROPERTY_TYPE__SHOW
        The feature id for the 'Show' attribute.
        See Also:
        Constant Field Values
      • CATEGORY_PROPERTY_TYPE__TITLE

        static final int CATEGORY_PROPERTY_TYPE__TITLE
        The feature id for the 'Title' attribute.
        See Also:
        Constant Field Values
      • CATEGORY_PROPERTY_TYPE__TYPE

        static final int CATEGORY_PROPERTY_TYPE__TYPE
        The feature id for the 'Type' attribute.
        See Also:
        Constant Field Values
      • CATEGORY_PROPERTY_TYPE_FEATURE_COUNT

        static final int CATEGORY_PROPERTY_TYPE_FEATURE_COUNT
        The number of structural features of the 'Category Property Type' class.
        See Also:
        Constant Field Values
      • CATEGORY_PROPERTY_TYPE_OPERATION_COUNT

        static final int CATEGORY_PROPERTY_TYPE_OPERATION_COUNT
        The number of operations of the 'Category Property Type' class.
        See Also:
        Constant Field Values
      • CIRCLE_BY_CENTER_POINT_TYPE__NUM_DERIVATIVE_INTERIOR

        static final int CIRCLE_BY_CENTER_POINT_TYPE__NUM_DERIVATIVE_INTERIOR
        The feature id for the 'Num Derivative Interior' attribute.
        See Also:
        Constant Field Values
      • CIRCLE_BY_CENTER_POINT_TYPE__NUM_DERIVATIVES_AT_END

        static final int CIRCLE_BY_CENTER_POINT_TYPE__NUM_DERIVATIVES_AT_END
        The feature id for the 'Num Derivatives At End' attribute.
        See Also:
        Constant Field Values
      • CIRCLE_BY_CENTER_POINT_TYPE__NUM_DERIVATIVES_AT_START

        static final int CIRCLE_BY_CENTER_POINT_TYPE__NUM_DERIVATIVES_AT_START
        The feature id for the 'Num Derivatives At Start' attribute.
        See Also:
        Constant Field Values
      • CIRCLE_BY_CENTER_POINT_TYPE__POS

        static final int CIRCLE_BY_CENTER_POINT_TYPE__POS
        The feature id for the 'Pos' containment reference.
        See Also:
        Constant Field Values
      • CIRCLE_BY_CENTER_POINT_TYPE__POINT_PROPERTY

        static final int CIRCLE_BY_CENTER_POINT_TYPE__POINT_PROPERTY
        The feature id for the 'Point Property' containment reference.
        See Also:
        Constant Field Values
      • CIRCLE_BY_CENTER_POINT_TYPE__POINT_REP

        static final int CIRCLE_BY_CENTER_POINT_TYPE__POINT_REP
        The feature id for the 'Point Rep' containment reference.
        See Also:
        Constant Field Values
      • CIRCLE_BY_CENTER_POINT_TYPE__POS_LIST

        static final int CIRCLE_BY_CENTER_POINT_TYPE__POS_LIST
        The feature id for the 'Pos List' containment reference.
        See Also:
        Constant Field Values
      • CIRCLE_BY_CENTER_POINT_TYPE__COORDINATES

        static final int CIRCLE_BY_CENTER_POINT_TYPE__COORDINATES
        The feature id for the 'Coordinates' containment reference.
        See Also:
        Constant Field Values
      • CIRCLE_BY_CENTER_POINT_TYPE__RADIUS

        static final int CIRCLE_BY_CENTER_POINT_TYPE__RADIUS
        The feature id for the 'Radius' containment reference.
        See Also:
        Constant Field Values
      • CIRCLE_BY_CENTER_POINT_TYPE__START_ANGLE

        static final int CIRCLE_BY_CENTER_POINT_TYPE__START_ANGLE
        The feature id for the 'Start Angle' containment reference.
        See Also:
        Constant Field Values
      • CIRCLE_BY_CENTER_POINT_TYPE__END_ANGLE

        static final int CIRCLE_BY_CENTER_POINT_TYPE__END_ANGLE
        The feature id for the 'End Angle' containment reference.
        See Also:
        Constant Field Values
      • CIRCLE_BY_CENTER_POINT_TYPE__INTERPOLATION

        static final int CIRCLE_BY_CENTER_POINT_TYPE__INTERPOLATION
        The feature id for the 'Interpolation' attribute.
        See Also:
        Constant Field Values
      • CIRCLE_BY_CENTER_POINT_TYPE__NUM_ARC

        static final int CIRCLE_BY_CENTER_POINT_TYPE__NUM_ARC
        The feature id for the 'Num Arc' attribute.
        See Also:
        Constant Field Values
      • CIRCLE_BY_CENTER_POINT_TYPE_FEATURE_COUNT

        static final int CIRCLE_BY_CENTER_POINT_TYPE_FEATURE_COUNT
        The number of structural features of the 'Circle By Center Point Type' class.
        See Also:
        Constant Field Values
      • CIRCLE_BY_CENTER_POINT_TYPE_OPERATION_COUNT

        static final int CIRCLE_BY_CENTER_POINT_TYPE_OPERATION_COUNT
        The number of operations of the 'Circle By Center Point Type' class.
        See Also:
        Constant Field Values
      • CIRCLE_TYPE__NUM_DERIVATIVE_INTERIOR

        static final int CIRCLE_TYPE__NUM_DERIVATIVE_INTERIOR
        The feature id for the 'Num Derivative Interior' attribute.
        See Also:
        Constant Field Values
      • CIRCLE_TYPE__NUM_DERIVATIVES_AT_END

        static final int CIRCLE_TYPE__NUM_DERIVATIVES_AT_END
        The feature id for the 'Num Derivatives At End' attribute.
        See Also:
        Constant Field Values
      • CIRCLE_TYPE__NUM_DERIVATIVES_AT_START

        static final int CIRCLE_TYPE__NUM_DERIVATIVES_AT_START
        The feature id for the 'Num Derivatives At Start' attribute.
        See Also:
        Constant Field Values
      • CIRCLE_TYPE__GROUP

        static final int CIRCLE_TYPE__GROUP
        The feature id for the 'Group' attribute list.
        See Also:
        Constant Field Values
      • CIRCLE_TYPE__POS

        static final int CIRCLE_TYPE__POS
        The feature id for the 'Pos' containment reference list.
        See Also:
        Constant Field Values
      • CIRCLE_TYPE__POINT_PROPERTY

        static final int CIRCLE_TYPE__POINT_PROPERTY
        The feature id for the 'Point Property' containment reference list.
        See Also:
        Constant Field Values
      • CIRCLE_TYPE__POINT_REP

        static final int CIRCLE_TYPE__POINT_REP
        The feature id for the 'Point Rep' containment reference list.
        See Also:
        Constant Field Values
      • CIRCLE_TYPE__POS_LIST

        static final int CIRCLE_TYPE__POS_LIST
        The feature id for the 'Pos List' containment reference.
        See Also:
        Constant Field Values
      • CIRCLE_TYPE__COORDINATES

        static final int CIRCLE_TYPE__COORDINATES
        The feature id for the 'Coordinates' containment reference.
        See Also:
        Constant Field Values
      • CIRCLE_TYPE__INTERPOLATION

        static final int CIRCLE_TYPE__INTERPOLATION
        The feature id for the 'Interpolation' attribute.
        See Also:
        Constant Field Values
      • CIRCLE_TYPE__NUM_ARC

        static final int CIRCLE_TYPE__NUM_ARC
        The feature id for the 'Num Arc' attribute.
        See Also:
        Constant Field Values
      • CIRCLE_TYPE_FEATURE_COUNT

        static final int CIRCLE_TYPE_FEATURE_COUNT
        The number of structural features of the 'Circle Type' class.
        See Also:
        Constant Field Values
      • CIRCLE_TYPE_OPERATION_COUNT

        static final int CIRCLE_TYPE_OPERATION_COUNT
        The number of operations of the 'Circle Type' class.
        See Also:
        Constant Field Values
      • CLOTHOID_TYPE__NUM_DERIVATIVE_INTERIOR

        static final int CLOTHOID_TYPE__NUM_DERIVATIVE_INTERIOR
        The feature id for the 'Num Derivative Interior' attribute.
        See Also:
        Constant Field Values
      • CLOTHOID_TYPE__NUM_DERIVATIVES_AT_END

        static final int CLOTHOID_TYPE__NUM_DERIVATIVES_AT_END
        The feature id for the 'Num Derivatives At End' attribute.
        See Also:
        Constant Field Values
      • CLOTHOID_TYPE__NUM_DERIVATIVES_AT_START

        static final int CLOTHOID_TYPE__NUM_DERIVATIVES_AT_START
        The feature id for the 'Num Derivatives At Start' attribute.
        See Also:
        Constant Field Values
      • CLOTHOID_TYPE__REF_LOCATION

        static final int CLOTHOID_TYPE__REF_LOCATION
        The feature id for the 'Ref Location' containment reference.
        See Also:
        Constant Field Values
      • CLOTHOID_TYPE__SCALE_FACTOR

        static final int CLOTHOID_TYPE__SCALE_FACTOR
        The feature id for the 'Scale Factor' attribute.
        See Also:
        Constant Field Values
      • CLOTHOID_TYPE__START_PARAMETER

        static final int CLOTHOID_TYPE__START_PARAMETER
        The feature id for the 'Start Parameter' attribute.
        See Also:
        Constant Field Values
      • CLOTHOID_TYPE__END_PARAMETER

        static final int CLOTHOID_TYPE__END_PARAMETER
        The feature id for the 'End Parameter' attribute.
        See Also:
        Constant Field Values
      • CLOTHOID_TYPE_FEATURE_COUNT

        static final int CLOTHOID_TYPE_FEATURE_COUNT
        The number of structural features of the 'Clothoid Type' class.
        See Also:
        Constant Field Values
      • CLOTHOID_TYPE_OPERATION_COUNT

        static final int CLOTHOID_TYPE_OPERATION_COUNT
        The number of operations of the 'Clothoid Type' class.
        See Also:
        Constant Field Values
      • CODE_LIST_TYPE__VALUE

        static final int CODE_LIST_TYPE__VALUE
        The feature id for the 'Value' attribute.
        See Also:
        Constant Field Values
      • CODE_LIST_TYPE__CODE_SPACE

        static final int CODE_LIST_TYPE__CODE_SPACE
        The feature id for the 'Code Space' attribute.
        See Also:
        Constant Field Values
      • CODE_LIST_TYPE_FEATURE_COUNT

        static final int CODE_LIST_TYPE_FEATURE_COUNT
        The number of structural features of the 'Code List Type' class.
        See Also:
        Constant Field Values
      • CODE_LIST_TYPE_OPERATION_COUNT

        static final int CODE_LIST_TYPE_OPERATION_COUNT
        The number of operations of the 'Code List Type' class.
        See Also:
        Constant Field Values
      • CODE_TYPE__VALUE

        static final int CODE_TYPE__VALUE
        The feature id for the 'Value' attribute.
        See Also:
        Constant Field Values
      • CODE_TYPE__CODE_SPACE

        static final int CODE_TYPE__CODE_SPACE
        The feature id for the 'Code Space' attribute.
        See Also:
        Constant Field Values
      • CODE_TYPE_FEATURE_COUNT

        static final int CODE_TYPE_FEATURE_COUNT
        The number of structural features of the 'Code Type' class.
        See Also:
        Constant Field Values
      • CODE_TYPE_OPERATION_COUNT

        static final int CODE_TYPE_OPERATION_COUNT
        The number of operations of the 'Code Type' class.
        See Also:
        Constant Field Values
      • COMPOSITE_CURVE_PROPERTY_TYPE__COMPOSITE_CURVE

        static final int COMPOSITE_CURVE_PROPERTY_TYPE__COMPOSITE_CURVE
        The feature id for the 'Composite Curve' containment reference.
        See Also:
        Constant Field Values
      • COMPOSITE_CURVE_PROPERTY_TYPE__ACTUATE

        static final int COMPOSITE_CURVE_PROPERTY_TYPE__ACTUATE
        The feature id for the 'Actuate' attribute.
        See Also:
        Constant Field Values
      • COMPOSITE_CURVE_PROPERTY_TYPE__ARCROLE

        static final int COMPOSITE_CURVE_PROPERTY_TYPE__ARCROLE
        The feature id for the 'Arcrole' attribute.
        See Also:
        Constant Field Values
      • COMPOSITE_CURVE_PROPERTY_TYPE__HREF

        static final int COMPOSITE_CURVE_PROPERTY_TYPE__HREF
        The feature id for the 'Href' attribute.
        See Also:
        Constant Field Values
      • COMPOSITE_CURVE_PROPERTY_TYPE__REMOTE_SCHEMA

        static final int COMPOSITE_CURVE_PROPERTY_TYPE__REMOTE_SCHEMA
        The feature id for the 'Remote Schema' attribute.
        See Also:
        Constant Field Values
      • COMPOSITE_CURVE_PROPERTY_TYPE__ROLE

        static final int COMPOSITE_CURVE_PROPERTY_TYPE__ROLE
        The feature id for the 'Role' attribute.
        See Also:
        Constant Field Values
      • COMPOSITE_CURVE_PROPERTY_TYPE__SHOW

        static final int COMPOSITE_CURVE_PROPERTY_TYPE__SHOW
        The feature id for the 'Show' attribute.
        See Also:
        Constant Field Values
      • COMPOSITE_CURVE_PROPERTY_TYPE__TITLE

        static final int COMPOSITE_CURVE_PROPERTY_TYPE__TITLE
        The feature id for the 'Title' attribute.
        See Also:
        Constant Field Values
      • COMPOSITE_CURVE_PROPERTY_TYPE__TYPE

        static final int COMPOSITE_CURVE_PROPERTY_TYPE__TYPE
        The feature id for the 'Type' attribute.
        See Also:
        Constant Field Values
      • COMPOSITE_CURVE_PROPERTY_TYPE_FEATURE_COUNT

        static final int COMPOSITE_CURVE_PROPERTY_TYPE_FEATURE_COUNT
        The number of structural features of the 'Composite Curve Property Type' class.
        See Also:
        Constant Field Values
      • COMPOSITE_CURVE_PROPERTY_TYPE_OPERATION_COUNT

        static final int COMPOSITE_CURVE_PROPERTY_TYPE_OPERATION_COUNT
        The number of operations of the 'Composite Curve Property Type' class.
        See Also:
        Constant Field Values
      • COMPOSITE_CURVE_TYPE__META_DATA_PROPERTY

        static final int COMPOSITE_CURVE_TYPE__META_DATA_PROPERTY
        The feature id for the 'Meta Data Property' containment reference list.
        See Also:
        Constant Field Values
      • COMPOSITE_CURVE_TYPE__DESCRIPTION

        static final int COMPOSITE_CURVE_TYPE__DESCRIPTION
        The feature id for the 'Description' containment reference.
        See Also:
        Constant Field Values
      • COMPOSITE_CURVE_TYPE__NAME_GROUP

        static final int COMPOSITE_CURVE_TYPE__NAME_GROUP
        The feature id for the 'Name Group' attribute list.
        See Also:
        Constant Field Values
      • COMPOSITE_CURVE_TYPE__NAME

        static final int COMPOSITE_CURVE_TYPE__NAME
        The feature id for the 'Name' containment reference list.
        See Also:
        Constant Field Values
      • COMPOSITE_CURVE_TYPE__ID

        static final int COMPOSITE_CURVE_TYPE__ID
        The feature id for the 'Id' attribute.
        See Also:
        Constant Field Values
      • COMPOSITE_CURVE_TYPE__AXIS_LABELS

        static final int COMPOSITE_CURVE_TYPE__AXIS_LABELS
        The feature id for the 'Axis Labels' attribute.
        See Also:
        Constant Field Values
      • COMPOSITE_CURVE_TYPE__GID

        static final int COMPOSITE_CURVE_TYPE__GID
        The feature id for the 'Gid' attribute.
        See Also:
        Constant Field Values
      • COMPOSITE_CURVE_TYPE__SRS_DIMENSION

        static final int COMPOSITE_CURVE_TYPE__SRS_DIMENSION
        The feature id for the 'Srs Dimension' attribute.
        See Also:
        Constant Field Values
      • COMPOSITE_CURVE_TYPE__SRS_NAME

        static final int COMPOSITE_CURVE_TYPE__SRS_NAME
        The feature id for the 'Srs Name' attribute.
        See Also:
        Constant Field Values
      • COMPOSITE_CURVE_TYPE__UOM_LABELS

        static final int COMPOSITE_CURVE_TYPE__UOM_LABELS
        The feature id for the 'Uom Labels' attribute.
        See Also:
        Constant Field Values
      • COMPOSITE_CURVE_TYPE__CURVE_MEMBER

        static final int COMPOSITE_CURVE_TYPE__CURVE_MEMBER
        The feature id for the 'Curve Member' containment reference list.
        See Also:
        Constant Field Values
      • COMPOSITE_CURVE_TYPE_FEATURE_COUNT

        static final int COMPOSITE_CURVE_TYPE_FEATURE_COUNT
        The number of structural features of the 'Composite Curve Type' class.
        See Also:
        Constant Field Values
      • COMPOSITE_CURVE_TYPE_OPERATION_COUNT

        static final int COMPOSITE_CURVE_TYPE_OPERATION_COUNT
        The number of operations of the 'Composite Curve Type' class.
        See Also:
        Constant Field Values
      • COMPOSITE_SOLID_PROPERTY_TYPE__COMPOSITE_SOLID

        static final int COMPOSITE_SOLID_PROPERTY_TYPE__COMPOSITE_SOLID
        The feature id for the 'Composite Solid' containment reference.
        See Also:
        Constant Field Values
      • COMPOSITE_SOLID_PROPERTY_TYPE__ACTUATE

        static final int COMPOSITE_SOLID_PROPERTY_TYPE__ACTUATE
        The feature id for the 'Actuate' attribute.
        See Also:
        Constant Field Values
      • COMPOSITE_SOLID_PROPERTY_TYPE__ARCROLE

        static final int COMPOSITE_SOLID_PROPERTY_TYPE__ARCROLE
        The feature id for the 'Arcrole' attribute.
        See Also:
        Constant Field Values
      • COMPOSITE_SOLID_PROPERTY_TYPE__HREF

        static final int COMPOSITE_SOLID_PROPERTY_TYPE__HREF
        The feature id for the 'Href' attribute.
        See Also:
        Constant Field Values
      • COMPOSITE_SOLID_PROPERTY_TYPE__REMOTE_SCHEMA

        static final int COMPOSITE_SOLID_PROPERTY_TYPE__REMOTE_SCHEMA
        The feature id for the 'Remote Schema' attribute.
        See Also:
        Constant Field Values
      • COMPOSITE_SOLID_PROPERTY_TYPE__ROLE

        static final int COMPOSITE_SOLID_PROPERTY_TYPE__ROLE
        The feature id for the 'Role' attribute.
        See Also:
        Constant Field Values
      • COMPOSITE_SOLID_PROPERTY_TYPE__SHOW

        static final int COMPOSITE_SOLID_PROPERTY_TYPE__SHOW
        The feature id for the 'Show' attribute.
        See Also:
        Constant Field Values
      • COMPOSITE_SOLID_PROPERTY_TYPE__TITLE

        static final int COMPOSITE_SOLID_PROPERTY_TYPE__TITLE
        The feature id for the 'Title' attribute.
        See Also:
        Constant Field Values
      • COMPOSITE_SOLID_PROPERTY_TYPE__TYPE

        static final int COMPOSITE_SOLID_PROPERTY_TYPE__TYPE
        The feature id for the 'Type' attribute.
        See Also:
        Constant Field Values
      • COMPOSITE_SOLID_PROPERTY_TYPE_FEATURE_COUNT

        static final int COMPOSITE_SOLID_PROPERTY_TYPE_FEATURE_COUNT
        The number of structural features of the 'Composite Solid Property Type' class.
        See Also:
        Constant Field Values
      • COMPOSITE_SOLID_PROPERTY_TYPE_OPERATION_COUNT

        static final int COMPOSITE_SOLID_PROPERTY_TYPE_OPERATION_COUNT
        The number of operations of the 'Composite Solid Property Type' class.
        See Also:
        Constant Field Values
      • COMPOSITE_SOLID_TYPE__META_DATA_PROPERTY

        static final int COMPOSITE_SOLID_TYPE__META_DATA_PROPERTY
        The feature id for the 'Meta Data Property' containment reference list.
        See Also:
        Constant Field Values
      • COMPOSITE_SOLID_TYPE__DESCRIPTION

        static final int COMPOSITE_SOLID_TYPE__DESCRIPTION
        The feature id for the 'Description' containment reference.
        See Also:
        Constant Field Values
      • COMPOSITE_SOLID_TYPE__NAME_GROUP

        static final int COMPOSITE_SOLID_TYPE__NAME_GROUP
        The feature id for the 'Name Group' attribute list.
        See Also:
        Constant Field Values
      • COMPOSITE_SOLID_TYPE__NAME

        static final int COMPOSITE_SOLID_TYPE__NAME
        The feature id for the 'Name' containment reference list.
        See Also:
        Constant Field Values
      • COMPOSITE_SOLID_TYPE__ID

        static final int COMPOSITE_SOLID_TYPE__ID
        The feature id for the 'Id' attribute.
        See Also:
        Constant Field Values
      • COMPOSITE_SOLID_TYPE__AXIS_LABELS

        static final int COMPOSITE_SOLID_TYPE__AXIS_LABELS
        The feature id for the 'Axis Labels' attribute.
        See Also:
        Constant Field Values
      • COMPOSITE_SOLID_TYPE__GID

        static final int COMPOSITE_SOLID_TYPE__GID
        The feature id for the 'Gid' attribute.
        See Also:
        Constant Field Values
      • COMPOSITE_SOLID_TYPE__SRS_DIMENSION

        static final int COMPOSITE_SOLID_TYPE__SRS_DIMENSION
        The feature id for the 'Srs Dimension' attribute.
        See Also:
        Constant Field Values
      • COMPOSITE_SOLID_TYPE__SRS_NAME

        static final int COMPOSITE_SOLID_TYPE__SRS_NAME
        The feature id for the 'Srs Name' attribute.
        See Also:
        Constant Field Values
      • COMPOSITE_SOLID_TYPE__UOM_LABELS

        static final int COMPOSITE_SOLID_TYPE__UOM_LABELS
        The feature id for the 'Uom Labels' attribute.
        See Also:
        Constant Field Values
      • COMPOSITE_SOLID_TYPE__SOLID_MEMBER

        static final int COMPOSITE_SOLID_TYPE__SOLID_MEMBER
        The feature id for the 'Solid Member' containment reference list.
        See Also:
        Constant Field Values
      • COMPOSITE_SOLID_TYPE_FEATURE_COUNT

        static final int COMPOSITE_SOLID_TYPE_FEATURE_COUNT
        The number of structural features of the 'Composite Solid Type' class.
        See Also:
        Constant Field Values
      • COMPOSITE_SOLID_TYPE_OPERATION_COUNT

        static final int COMPOSITE_SOLID_TYPE_OPERATION_COUNT
        The number of operations of the 'Composite Solid Type' class.
        See Also:
        Constant Field Values
      • COMPOSITE_SURFACE_PROPERTY_TYPE__COMPOSITE_SURFACE

        static final int COMPOSITE_SURFACE_PROPERTY_TYPE__COMPOSITE_SURFACE
        The feature id for the 'Composite Surface' containment reference.
        See Also:
        Constant Field Values
      • COMPOSITE_SURFACE_PROPERTY_TYPE__ACTUATE

        static final int COMPOSITE_SURFACE_PROPERTY_TYPE__ACTUATE
        The feature id for the 'Actuate' attribute.
        See Also:
        Constant Field Values
      • COMPOSITE_SURFACE_PROPERTY_TYPE__ARCROLE

        static final int COMPOSITE_SURFACE_PROPERTY_TYPE__ARCROLE
        The feature id for the 'Arcrole' attribute.
        See Also:
        Constant Field Values
      • COMPOSITE_SURFACE_PROPERTY_TYPE__HREF

        static final int COMPOSITE_SURFACE_PROPERTY_TYPE__HREF
        The feature id for the 'Href' attribute.
        See Also:
        Constant Field Values
      • COMPOSITE_SURFACE_PROPERTY_TYPE__REMOTE_SCHEMA

        static final int COMPOSITE_SURFACE_PROPERTY_TYPE__REMOTE_SCHEMA
        The feature id for the 'Remote Schema' attribute.
        See Also:
        Constant Field Values
      • COMPOSITE_SURFACE_PROPERTY_TYPE__ROLE

        static final int COMPOSITE_SURFACE_PROPERTY_TYPE__ROLE
        The feature id for the 'Role' attribute.
        See Also:
        Constant Field Values
      • COMPOSITE_SURFACE_PROPERTY_TYPE__SHOW

        static final int COMPOSITE_SURFACE_PROPERTY_TYPE__SHOW
        The feature id for the 'Show' attribute.
        See Also:
        Constant Field Values
      • COMPOSITE_SURFACE_PROPERTY_TYPE__TITLE

        static final int COMPOSITE_SURFACE_PROPERTY_TYPE__TITLE
        The feature id for the 'Title' attribute.
        See Also:
        Constant Field Values
      • COMPOSITE_SURFACE_PROPERTY_TYPE__TYPE

        static final int COMPOSITE_SURFACE_PROPERTY_TYPE__TYPE
        The feature id for the 'Type' attribute.
        See Also:
        Constant Field Values
      • COMPOSITE_SURFACE_PROPERTY_TYPE_FEATURE_COUNT

        static final int COMPOSITE_SURFACE_PROPERTY_TYPE_FEATURE_COUNT
        The number of structural features of the 'Composite Surface Property Type' class.
        See Also:
        Constant Field Values
      • COMPOSITE_SURFACE_PROPERTY_TYPE_OPERATION_COUNT

        static final int COMPOSITE_SURFACE_PROPERTY_TYPE_OPERATION_COUNT
        The number of operations of the 'Composite Surface Property Type' class.
        See Also:
        Constant Field Values
      • COMPOSITE_SURFACE_TYPE__META_DATA_PROPERTY

        static final int COMPOSITE_SURFACE_TYPE__META_DATA_PROPERTY
        The feature id for the 'Meta Data Property' containment reference list.
        See Also:
        Constant Field Values
      • COMPOSITE_SURFACE_TYPE__DESCRIPTION

        static final int COMPOSITE_SURFACE_TYPE__DESCRIPTION
        The feature id for the 'Description' containment reference.
        See Also:
        Constant Field Values
      • COMPOSITE_SURFACE_TYPE__NAME_GROUP

        static final int COMPOSITE_SURFACE_TYPE__NAME_GROUP
        The feature id for the 'Name Group' attribute list.
        See Also:
        Constant Field Values
      • COMPOSITE_SURFACE_TYPE__NAME

        static final int COMPOSITE_SURFACE_TYPE__NAME
        The feature id for the 'Name' containment reference list.
        See Also:
        Constant Field Values
      • COMPOSITE_SURFACE_TYPE__ID

        static final int COMPOSITE_SURFACE_TYPE__ID
        The feature id for the 'Id' attribute.
        See Also:
        Constant Field Values
      • COMPOSITE_SURFACE_TYPE__AXIS_LABELS

        static final int COMPOSITE_SURFACE_TYPE__AXIS_LABELS
        The feature id for the 'Axis Labels' attribute.
        See Also:
        Constant Field Values
      • COMPOSITE_SURFACE_TYPE__GID

        static final int COMPOSITE_SURFACE_TYPE__GID
        The feature id for the 'Gid' attribute.
        See Also:
        Constant Field Values
      • COMPOSITE_SURFACE_TYPE__SRS_DIMENSION

        static final int COMPOSITE_SURFACE_TYPE__SRS_DIMENSION
        The feature id for the 'Srs Dimension' attribute.
        See Also:
        Constant Field Values
      • COMPOSITE_SURFACE_TYPE__SRS_NAME

        static final int COMPOSITE_SURFACE_TYPE__SRS_NAME
        The feature id for the 'Srs Name' attribute.
        See Also:
        Constant Field Values
      • COMPOSITE_SURFACE_TYPE__UOM_LABELS

        static final int COMPOSITE_SURFACE_TYPE__UOM_LABELS
        The feature id for the 'Uom Labels' attribute.
        See Also:
        Constant Field Values
      • COMPOSITE_SURFACE_TYPE__SURFACE_MEMBER

        static final int COMPOSITE_SURFACE_TYPE__SURFACE_MEMBER
        The feature id for the 'Surface Member' containment reference list.
        See Also:
        Constant Field Values
      • COMPOSITE_SURFACE_TYPE_FEATURE_COUNT

        static final int COMPOSITE_SURFACE_TYPE_FEATURE_COUNT
        The number of structural features of the 'Composite Surface Type' class.
        See Also:
        Constant Field Values
      • COMPOSITE_SURFACE_TYPE_OPERATION_COUNT

        static final int COMPOSITE_SURFACE_TYPE_OPERATION_COUNT
        The number of operations of the 'Composite Surface Type' class.
        See Also:
        Constant Field Values
      • COMPOSITE_VALUE_TYPE__META_DATA_PROPERTY

        static final int COMPOSITE_VALUE_TYPE__META_DATA_PROPERTY
        The feature id for the 'Meta Data Property' containment reference list.
        See Also:
        Constant Field Values
      • COMPOSITE_VALUE_TYPE__DESCRIPTION

        static final int COMPOSITE_VALUE_TYPE__DESCRIPTION
        The feature id for the 'Description' containment reference.
        See Also:
        Constant Field Values
      • COMPOSITE_VALUE_TYPE__NAME_GROUP

        static final int COMPOSITE_VALUE_TYPE__NAME_GROUP
        The feature id for the 'Name Group' attribute list.
        See Also:
        Constant Field Values
      • COMPOSITE_VALUE_TYPE__NAME

        static final int COMPOSITE_VALUE_TYPE__NAME
        The feature id for the 'Name' containment reference list.
        See Also:
        Constant Field Values
      • COMPOSITE_VALUE_TYPE__ID

        static final int COMPOSITE_VALUE_TYPE__ID
        The feature id for the 'Id' attribute.
        See Also:
        Constant Field Values
      • COMPOSITE_VALUE_TYPE__VALUE_COMPONENT

        static final int COMPOSITE_VALUE_TYPE__VALUE_COMPONENT
        The feature id for the 'Value Component' containment reference list.
        See Also:
        Constant Field Values
      • COMPOSITE_VALUE_TYPE__VALUE_COMPONENTS

        static final int COMPOSITE_VALUE_TYPE__VALUE_COMPONENTS
        The feature id for the 'Value Components' containment reference.
        See Also:
        Constant Field Values
      • COMPOSITE_VALUE_TYPE_FEATURE_COUNT

        static final int COMPOSITE_VALUE_TYPE_FEATURE_COUNT
        The number of structural features of the 'Composite Value Type' class.
        See Also:
        Constant Field Values
      • COMPOSITE_VALUE_TYPE_OPERATION_COUNT

        static final int COMPOSITE_VALUE_TYPE_OPERATION_COUNT
        The number of operations of the 'Composite Value Type' class.
        See Also:
        Constant Field Values
      • COMPOUND_CRS_REF_TYPE__COMPOUND_CRS

        static final int COMPOUND_CRS_REF_TYPE__COMPOUND_CRS
        The feature id for the 'Compound CRS' containment reference.
        See Also:
        Constant Field Values
      • COMPOUND_CRS_REF_TYPE__ACTUATE

        static final int COMPOUND_CRS_REF_TYPE__ACTUATE
        The feature id for the 'Actuate' attribute.
        See Also:
        Constant Field Values
      • COMPOUND_CRS_REF_TYPE__ARCROLE

        static final int COMPOUND_CRS_REF_TYPE__ARCROLE
        The feature id for the 'Arcrole' attribute.
        See Also:
        Constant Field Values
      • COMPOUND_CRS_REF_TYPE__HREF

        static final int COMPOUND_CRS_REF_TYPE__HREF
        The feature id for the 'Href' attribute.
        See Also:
        Constant Field Values
      • COMPOUND_CRS_REF_TYPE__REMOTE_SCHEMA

        static final int COMPOUND_CRS_REF_TYPE__REMOTE_SCHEMA
        The feature id for the 'Remote Schema' attribute.
        See Also:
        Constant Field Values
      • COMPOUND_CRS_REF_TYPE__ROLE

        static final int COMPOUND_CRS_REF_TYPE__ROLE
        The feature id for the 'Role' attribute.
        See Also:
        Constant Field Values
      • COMPOUND_CRS_REF_TYPE__SHOW

        static final int COMPOUND_CRS_REF_TYPE__SHOW
        The feature id for the 'Show' attribute.
        See Also:
        Constant Field Values
      • COMPOUND_CRS_REF_TYPE__TITLE

        static final int COMPOUND_CRS_REF_TYPE__TITLE
        The feature id for the 'Title' attribute.
        See Also:
        Constant Field Values
      • COMPOUND_CRS_REF_TYPE__TYPE

        static final int COMPOUND_CRS_REF_TYPE__TYPE
        The feature id for the 'Type' attribute.
        See Also:
        Constant Field Values
      • COMPOUND_CRS_REF_TYPE_FEATURE_COUNT

        static final int COMPOUND_CRS_REF_TYPE_FEATURE_COUNT
        The number of structural features of the 'Compound CRS Ref Type' class.
        See Also:
        Constant Field Values
      • COMPOUND_CRS_REF_TYPE_OPERATION_COUNT

        static final int COMPOUND_CRS_REF_TYPE_OPERATION_COUNT
        The number of operations of the 'Compound CRS Ref Type' class.
        See Also:
        Constant Field Values
      • COMPOUND_CRS_TYPE__META_DATA_PROPERTY

        static final int COMPOUND_CRS_TYPE__META_DATA_PROPERTY
        The feature id for the 'Meta Data Property' containment reference list.
        See Also:
        Constant Field Values
      • COMPOUND_CRS_TYPE__DESCRIPTION

        static final int COMPOUND_CRS_TYPE__DESCRIPTION
        The feature id for the 'Description' containment reference.
        See Also:
        Constant Field Values
      • COMPOUND_CRS_TYPE__NAME_GROUP

        static final int COMPOUND_CRS_TYPE__NAME_GROUP
        The feature id for the 'Name Group' attribute list.
        See Also:
        Constant Field Values
      • COMPOUND_CRS_TYPE__NAME

        static final int COMPOUND_CRS_TYPE__NAME
        The feature id for the 'Name' containment reference list.
        See Also:
        Constant Field Values
      • COMPOUND_CRS_TYPE__ID

        static final int COMPOUND_CRS_TYPE__ID
        The feature id for the 'Id' attribute.
        See Also:
        Constant Field Values
      • COMPOUND_CRS_TYPE__SRS_NAME

        static final int COMPOUND_CRS_TYPE__SRS_NAME
        The feature id for the 'Srs Name' containment reference.
        See Also:
        Constant Field Values
      • COMPOUND_CRS_TYPE__SRS_ID

        static final int COMPOUND_CRS_TYPE__SRS_ID
        The feature id for the 'Srs ID' containment reference list.
        See Also:
        Constant Field Values
      • COMPOUND_CRS_TYPE__REMARKS

        static final int COMPOUND_CRS_TYPE__REMARKS
        The feature id for the 'Remarks' containment reference.
        See Also:
        Constant Field Values
      • COMPOUND_CRS_TYPE__VALID_AREA

        static final int COMPOUND_CRS_TYPE__VALID_AREA
        The feature id for the 'Valid Area' containment reference.
        See Also:
        Constant Field Values
      • COMPOUND_CRS_TYPE__SCOPE

        static final int COMPOUND_CRS_TYPE__SCOPE
        The feature id for the 'Scope' attribute.
        See Also:
        Constant Field Values
      • COMPOUND_CRS_TYPE__INCLUDES_CRS

        static final int COMPOUND_CRS_TYPE__INCLUDES_CRS
        The feature id for the 'Includes CRS' containment reference list.
        See Also:
        Constant Field Values
      • COMPOUND_CRS_TYPE_FEATURE_COUNT

        static final int COMPOUND_CRS_TYPE_FEATURE_COUNT
        The number of structural features of the 'Compound CRS Type' class.
        See Also:
        Constant Field Values
      • COMPOUND_CRS_TYPE_OPERATION_COUNT

        static final int COMPOUND_CRS_TYPE_OPERATION_COUNT
        The number of operations of the 'Compound CRS Type' class.
        See Also:
        Constant Field Values
      • CONCATENATED_OPERATION_REF_TYPE__CONCATENATED_OPERATION

        static final int CONCATENATED_OPERATION_REF_TYPE__CONCATENATED_OPERATION
        The feature id for the 'Concatenated Operation' containment reference.
        See Also:
        Constant Field Values
      • CONCATENATED_OPERATION_REF_TYPE__ACTUATE

        static final int CONCATENATED_OPERATION_REF_TYPE__ACTUATE
        The feature id for the 'Actuate' attribute.
        See Also:
        Constant Field Values
      • CONCATENATED_OPERATION_REF_TYPE__ARCROLE

        static final int CONCATENATED_OPERATION_REF_TYPE__ARCROLE
        The feature id for the 'Arcrole' attribute.
        See Also:
        Constant Field Values
      • CONCATENATED_OPERATION_REF_TYPE__HREF

        static final int CONCATENATED_OPERATION_REF_TYPE__HREF
        The feature id for the 'Href' attribute.
        See Also:
        Constant Field Values
      • CONCATENATED_OPERATION_REF_TYPE__REMOTE_SCHEMA

        static final int CONCATENATED_OPERATION_REF_TYPE__REMOTE_SCHEMA
        The feature id for the 'Remote Schema' attribute.
        See Also:
        Constant Field Values
      • CONCATENATED_OPERATION_REF_TYPE__ROLE

        static final int CONCATENATED_OPERATION_REF_TYPE__ROLE
        The feature id for the 'Role' attribute.
        See Also:
        Constant Field Values
      • CONCATENATED_OPERATION_REF_TYPE__SHOW

        static final int CONCATENATED_OPERATION_REF_TYPE__SHOW
        The feature id for the 'Show' attribute.
        See Also:
        Constant Field Values
      • CONCATENATED_OPERATION_REF_TYPE__TITLE

        static final int CONCATENATED_OPERATION_REF_TYPE__TITLE
        The feature id for the 'Title' attribute.
        See Also:
        Constant Field Values
      • CONCATENATED_OPERATION_REF_TYPE__TYPE

        static final int CONCATENATED_OPERATION_REF_TYPE__TYPE
        The feature id for the 'Type' attribute.
        See Also:
        Constant Field Values
      • CONCATENATED_OPERATION_REF_TYPE_FEATURE_COUNT

        static final int CONCATENATED_OPERATION_REF_TYPE_FEATURE_COUNT
        The number of structural features of the 'Concatenated Operation Ref Type' class.
        See Also:
        Constant Field Values
      • CONCATENATED_OPERATION_REF_TYPE_OPERATION_COUNT

        static final int CONCATENATED_OPERATION_REF_TYPE_OPERATION_COUNT
        The number of operations of the 'Concatenated Operation Ref Type' class.
        See Also:
        Constant Field Values
      • CONCATENATED_OPERATION_TYPE__META_DATA_PROPERTY

        static final int CONCATENATED_OPERATION_TYPE__META_DATA_PROPERTY
        The feature id for the 'Meta Data Property' containment reference list.
        See Also:
        Constant Field Values
      • CONCATENATED_OPERATION_TYPE__DESCRIPTION

        static final int CONCATENATED_OPERATION_TYPE__DESCRIPTION
        The feature id for the 'Description' containment reference.
        See Also:
        Constant Field Values
      • CONCATENATED_OPERATION_TYPE__NAME_GROUP

        static final int CONCATENATED_OPERATION_TYPE__NAME_GROUP
        The feature id for the 'Name Group' attribute list.
        See Also:
        Constant Field Values
      • CONCATENATED_OPERATION_TYPE__NAME

        static final int CONCATENATED_OPERATION_TYPE__NAME
        The feature id for the 'Name' containment reference list.
        See Also:
        Constant Field Values
      • CONCATENATED_OPERATION_TYPE__ID

        static final int CONCATENATED_OPERATION_TYPE__ID
        The feature id for the 'Id' attribute.
        See Also:
        Constant Field Values
      • CONCATENATED_OPERATION_TYPE__COORDINATE_OPERATION_NAME

        static final int CONCATENATED_OPERATION_TYPE__COORDINATE_OPERATION_NAME
        The feature id for the 'Coordinate Operation Name' containment reference.
        See Also:
        Constant Field Values
      • CONCATENATED_OPERATION_TYPE__COORDINATE_OPERATION_ID

        static final int CONCATENATED_OPERATION_TYPE__COORDINATE_OPERATION_ID
        The feature id for the 'Coordinate Operation ID' containment reference list.
        See Also:
        Constant Field Values
      • CONCATENATED_OPERATION_TYPE__REMARKS

        static final int CONCATENATED_OPERATION_TYPE__REMARKS
        The feature id for the 'Remarks' containment reference.
        See Also:
        Constant Field Values
      • CONCATENATED_OPERATION_TYPE__OPERATION_VERSION

        static final int CONCATENATED_OPERATION_TYPE__OPERATION_VERSION
        The feature id for the 'Operation Version' attribute.
        See Also:
        Constant Field Values
      • CONCATENATED_OPERATION_TYPE__VALID_AREA

        static final int CONCATENATED_OPERATION_TYPE__VALID_AREA
        The feature id for the 'Valid Area' containment reference.
        See Also:
        Constant Field Values
      • CONCATENATED_OPERATION_TYPE__SCOPE

        static final int CONCATENATED_OPERATION_TYPE__SCOPE
        The feature id for the 'Scope' attribute.
        See Also:
        Constant Field Values
      • CONCATENATED_OPERATION_TYPE__POSITIONAL_ACCURACY_GROUP

        static final int CONCATENATED_OPERATION_TYPE__POSITIONAL_ACCURACY_GROUP
        The feature id for the 'Positional Accuracy Group' attribute list.
        See Also:
        Constant Field Values
      • CONCATENATED_OPERATION_TYPE__POSITIONAL_ACCURACY

        static final int CONCATENATED_OPERATION_TYPE__POSITIONAL_ACCURACY
        The feature id for the 'Positional Accuracy' containment reference list.
        See Also:
        Constant Field Values
      • CONCATENATED_OPERATION_TYPE__SOURCE_CRS

        static final int CONCATENATED_OPERATION_TYPE__SOURCE_CRS
        The feature id for the 'Source CRS' containment reference.
        See Also:
        Constant Field Values
      • CONCATENATED_OPERATION_TYPE__TARGET_CRS

        static final int CONCATENATED_OPERATION_TYPE__TARGET_CRS
        The feature id for the 'Target CRS' containment reference.
        See Also:
        Constant Field Values
      • CONCATENATED_OPERATION_TYPE__USES_SINGLE_OPERATION

        static final int CONCATENATED_OPERATION_TYPE__USES_SINGLE_OPERATION
        The feature id for the 'Uses Single Operation' containment reference list.
        See Also:
        Constant Field Values
      • CONCATENATED_OPERATION_TYPE_FEATURE_COUNT

        static final int CONCATENATED_OPERATION_TYPE_FEATURE_COUNT
        The number of structural features of the 'Concatenated Operation Type' class.
        See Also:
        Constant Field Values
      • CONCATENATED_OPERATION_TYPE_OPERATION_COUNT

        static final int CONCATENATED_OPERATION_TYPE_OPERATION_COUNT
        The number of operations of the 'Concatenated Operation Type' class.
        See Also:
        Constant Field Values
      • CONE_TYPE__ROW

        static final int CONE_TYPE__ROW
        The feature id for the 'Row' containment reference list.
        See Also:
        Constant Field Values
      • CONE_TYPE__ROWS

        static final int CONE_TYPE__ROWS
        The feature id for the 'Rows' attribute.
        See Also:
        Constant Field Values
      • CONE_TYPE__COLUMNS

        static final int CONE_TYPE__COLUMNS
        The feature id for the 'Columns' attribute.
        See Also:
        Constant Field Values
      • CONE_TYPE__HORIZONTAL_CURVE_TYPE

        static final int CONE_TYPE__HORIZONTAL_CURVE_TYPE
        The feature id for the 'Horizontal Curve Type' attribute.
        See Also:
        Constant Field Values
      • CONE_TYPE__VERTICAL_CURVE_TYPE

        static final int CONE_TYPE__VERTICAL_CURVE_TYPE
        The feature id for the 'Vertical Curve Type' attribute.
        See Also:
        Constant Field Values
      • CONE_TYPE_FEATURE_COUNT

        static final int CONE_TYPE_FEATURE_COUNT
        The number of structural features of the 'Cone Type' class.
        See Also:
        Constant Field Values
      • CONE_TYPE_OPERATION_COUNT

        static final int CONE_TYPE_OPERATION_COUNT
        The number of operations of the 'Cone Type' class.
        See Also:
        Constant Field Values
      • CONTAINER_PROPERTY_TYPE__FACE

        static final int CONTAINER_PROPERTY_TYPE__FACE
        The feature id for the 'Face' containment reference.
        See Also:
        Constant Field Values
      • CONTAINER_PROPERTY_TYPE__TOPO_SOLID

        static final int CONTAINER_PROPERTY_TYPE__TOPO_SOLID
        The feature id for the 'Topo Solid' containment reference.
        See Also:
        Constant Field Values
      • CONTAINER_PROPERTY_TYPE__ACTUATE

        static final int CONTAINER_PROPERTY_TYPE__ACTUATE
        The feature id for the 'Actuate' attribute.
        See Also:
        Constant Field Values
      • CONTAINER_PROPERTY_TYPE__ARCROLE

        static final int CONTAINER_PROPERTY_TYPE__ARCROLE
        The feature id for the 'Arcrole' attribute.
        See Also:
        Constant Field Values
      • CONTAINER_PROPERTY_TYPE__HREF

        static final int CONTAINER_PROPERTY_TYPE__HREF
        The feature id for the 'Href' attribute.
        See Also:
        Constant Field Values
      • CONTAINER_PROPERTY_TYPE__REMOTE_SCHEMA

        static final int CONTAINER_PROPERTY_TYPE__REMOTE_SCHEMA
        The feature id for the 'Remote Schema' attribute.
        See Also:
        Constant Field Values
      • CONTAINER_PROPERTY_TYPE__ROLE

        static final int CONTAINER_PROPERTY_TYPE__ROLE
        The feature id for the 'Role' attribute.
        See Also:
        Constant Field Values
      • CONTAINER_PROPERTY_TYPE__SHOW

        static final int CONTAINER_PROPERTY_TYPE__SHOW
        The feature id for the 'Show' attribute.
        See Also:
        Constant Field Values
      • CONTAINER_PROPERTY_TYPE__TITLE

        static final int CONTAINER_PROPERTY_TYPE__TITLE
        The feature id for the 'Title' attribute.
        See Also:
        Constant Field Values
      • CONTAINER_PROPERTY_TYPE__TYPE

        static final int CONTAINER_PROPERTY_TYPE__TYPE
        The feature id for the 'Type' attribute.
        See Also:
        Constant Field Values
      • CONTAINER_PROPERTY_TYPE_FEATURE_COUNT

        static final int CONTAINER_PROPERTY_TYPE_FEATURE_COUNT
        The number of structural features of the 'Container Property Type' class.
        See Also:
        Constant Field Values
      • CONTAINER_PROPERTY_TYPE_OPERATION_COUNT

        static final int CONTAINER_PROPERTY_TYPE_OPERATION_COUNT
        The number of operations of the 'Container Property Type' class.
        See Also:
        Constant Field Values
      • CONTROL_POINT_TYPE__POS_LIST

        static final int CONTROL_POINT_TYPE__POS_LIST
        The feature id for the 'Pos List' containment reference.
        See Also:
        Constant Field Values
      • CONTROL_POINT_TYPE__GEOMETRIC_POSITION_GROUP

        static final int CONTROL_POINT_TYPE__GEOMETRIC_POSITION_GROUP
        The feature id for the 'Geometric Position Group' attribute list.
        See Also:
        Constant Field Values
      • CONTROL_POINT_TYPE__POS

        static final int CONTROL_POINT_TYPE__POS
        The feature id for the 'Pos' containment reference list.
        See Also:
        Constant Field Values
      • CONTROL_POINT_TYPE__POINT_PROPERTY

        static final int CONTROL_POINT_TYPE__POINT_PROPERTY
        The feature id for the 'Point Property' containment reference list.
        See Also:
        Constant Field Values
      • CONTROL_POINT_TYPE_FEATURE_COUNT

        static final int CONTROL_POINT_TYPE_FEATURE_COUNT
        The number of structural features of the 'Control Point Type' class.
        See Also:
        Constant Field Values
      • CONTROL_POINT_TYPE_OPERATION_COUNT

        static final int CONTROL_POINT_TYPE_OPERATION_COUNT
        The number of operations of the 'Control Point Type' class.
        See Also:
        Constant Field Values
      • CONVENTIONAL_UNIT_TYPE__META_DATA_PROPERTY

        static final int CONVENTIONAL_UNIT_TYPE__META_DATA_PROPERTY
        The feature id for the 'Meta Data Property' containment reference list.
        See Also:
        Constant Field Values
      • CONVENTIONAL_UNIT_TYPE__DESCRIPTION

        static final int CONVENTIONAL_UNIT_TYPE__DESCRIPTION
        The feature id for the 'Description' containment reference.
        See Also:
        Constant Field Values
      • CONVENTIONAL_UNIT_TYPE__NAME_GROUP

        static final int CONVENTIONAL_UNIT_TYPE__NAME_GROUP
        The feature id for the 'Name Group' attribute list.
        See Also:
        Constant Field Values
      • CONVENTIONAL_UNIT_TYPE__NAME

        static final int CONVENTIONAL_UNIT_TYPE__NAME
        The feature id for the 'Name' containment reference list.
        See Also:
        Constant Field Values
      • CONVENTIONAL_UNIT_TYPE__ID

        static final int CONVENTIONAL_UNIT_TYPE__ID
        The feature id for the 'Id' attribute.
        See Also:
        Constant Field Values
      • CONVENTIONAL_UNIT_TYPE__QUANTITY_TYPE

        static final int CONVENTIONAL_UNIT_TYPE__QUANTITY_TYPE
        The feature id for the 'Quantity Type' containment reference.
        See Also:
        Constant Field Values
      • CONVENTIONAL_UNIT_TYPE__CATALOG_SYMBOL

        static final int CONVENTIONAL_UNIT_TYPE__CATALOG_SYMBOL
        The feature id for the 'Catalog Symbol' containment reference.
        See Also:
        Constant Field Values
      • CONVENTIONAL_UNIT_TYPE__CONVERSION_TO_PREFERRED_UNIT

        static final int CONVENTIONAL_UNIT_TYPE__CONVERSION_TO_PREFERRED_UNIT
        The feature id for the 'Conversion To Preferred Unit' containment reference.
        See Also:
        Constant Field Values
      • CONVENTIONAL_UNIT_TYPE__ROUGH_CONVERSION_TO_PREFERRED_UNIT

        static final int CONVENTIONAL_UNIT_TYPE__ROUGH_CONVERSION_TO_PREFERRED_UNIT
        The feature id for the 'Rough Conversion To Preferred Unit' containment reference.
        See Also:
        Constant Field Values
      • CONVENTIONAL_UNIT_TYPE__DERIVATION_UNIT_TERM

        static final int CONVENTIONAL_UNIT_TYPE__DERIVATION_UNIT_TERM
        The feature id for the 'Derivation Unit Term' containment reference list.
        See Also:
        Constant Field Values
      • CONVENTIONAL_UNIT_TYPE_FEATURE_COUNT

        static final int CONVENTIONAL_UNIT_TYPE_FEATURE_COUNT
        The number of structural features of the 'Conventional Unit Type' class.
        See Also:
        Constant Field Values
      • CONVENTIONAL_UNIT_TYPE_OPERATION_COUNT

        static final int CONVENTIONAL_UNIT_TYPE_OPERATION_COUNT
        The number of operations of the 'Conventional Unit Type' class.
        See Also:
        Constant Field Values
      • CONVERSION_REF_TYPE__CONVERSION

        static final int CONVERSION_REF_TYPE__CONVERSION
        The feature id for the 'Conversion' containment reference.
        See Also:
        Constant Field Values
      • CONVERSION_REF_TYPE__ACTUATE

        static final int CONVERSION_REF_TYPE__ACTUATE
        The feature id for the 'Actuate' attribute.
        See Also:
        Constant Field Values
      • CONVERSION_REF_TYPE__ARCROLE

        static final int CONVERSION_REF_TYPE__ARCROLE
        The feature id for the 'Arcrole' attribute.
        See Also:
        Constant Field Values
      • CONVERSION_REF_TYPE__HREF

        static final int CONVERSION_REF_TYPE__HREF
        The feature id for the 'Href' attribute.
        See Also:
        Constant Field Values
      • CONVERSION_REF_TYPE__REMOTE_SCHEMA

        static final int CONVERSION_REF_TYPE__REMOTE_SCHEMA
        The feature id for the 'Remote Schema' attribute.
        See Also:
        Constant Field Values
      • CONVERSION_REF_TYPE__ROLE

        static final int CONVERSION_REF_TYPE__ROLE
        The feature id for the 'Role' attribute.
        See Also:
        Constant Field Values
      • CONVERSION_REF_TYPE__SHOW

        static final int CONVERSION_REF_TYPE__SHOW
        The feature id for the 'Show' attribute.
        See Also:
        Constant Field Values
      • CONVERSION_REF_TYPE__TITLE

        static final int CONVERSION_REF_TYPE__TITLE
        The feature id for the 'Title' attribute.
        See Also:
        Constant Field Values
      • CONVERSION_REF_TYPE__TYPE

        static final int CONVERSION_REF_TYPE__TYPE
        The feature id for the 'Type' attribute.
        See Also:
        Constant Field Values
      • CONVERSION_REF_TYPE_FEATURE_COUNT

        static final int CONVERSION_REF_TYPE_FEATURE_COUNT
        The number of structural features of the 'Conversion Ref Type' class.
        See Also:
        Constant Field Values
      • CONVERSION_REF_TYPE_OPERATION_COUNT

        static final int CONVERSION_REF_TYPE_OPERATION_COUNT
        The number of operations of the 'Conversion Ref Type' class.
        See Also:
        Constant Field Values
      • UNIT_OF_MEASURE_TYPE__UOM

        static final int UNIT_OF_MEASURE_TYPE__UOM
        The feature id for the 'Uom' attribute.
        See Also:
        Constant Field Values
      • UNIT_OF_MEASURE_TYPE_FEATURE_COUNT

        static final int UNIT_OF_MEASURE_TYPE_FEATURE_COUNT
        The number of structural features of the 'Unit Of Measure Type' class.
        See Also:
        Constant Field Values
      • UNIT_OF_MEASURE_TYPE_OPERATION_COUNT

        static final int UNIT_OF_MEASURE_TYPE_OPERATION_COUNT
        The number of operations of the 'Unit Of Measure Type' class.
        See Also:
        Constant Field Values
      • CONVERSION_TO_PREFERRED_UNIT_TYPE__UOM

        static final int CONVERSION_TO_PREFERRED_UNIT_TYPE__UOM
        The feature id for the 'Uom' attribute.
        See Also:
        Constant Field Values
      • CONVERSION_TO_PREFERRED_UNIT_TYPE__FACTOR

        static final int CONVERSION_TO_PREFERRED_UNIT_TYPE__FACTOR
        The feature id for the 'Factor' attribute.
        See Also:
        Constant Field Values
      • CONVERSION_TO_PREFERRED_UNIT_TYPE__FORMULA

        static final int CONVERSION_TO_PREFERRED_UNIT_TYPE__FORMULA
        The feature id for the 'Formula' containment reference.
        See Also:
        Constant Field Values
      • CONVERSION_TO_PREFERRED_UNIT_TYPE_FEATURE_COUNT

        static final int CONVERSION_TO_PREFERRED_UNIT_TYPE_FEATURE_COUNT
        The number of structural features of the 'Conversion To Preferred Unit Type' class.
        See Also:
        Constant Field Values
      • CONVERSION_TO_PREFERRED_UNIT_TYPE_OPERATION_COUNT

        static final int CONVERSION_TO_PREFERRED_UNIT_TYPE_OPERATION_COUNT
        The number of operations of the 'Conversion To Preferred Unit Type' class.
        See Also:
        Constant Field Values
      • CONVERSION_TYPE__META_DATA_PROPERTY

        static final int CONVERSION_TYPE__META_DATA_PROPERTY
        The feature id for the 'Meta Data Property' containment reference list.
        See Also:
        Constant Field Values
      • CONVERSION_TYPE__DESCRIPTION

        static final int CONVERSION_TYPE__DESCRIPTION
        The feature id for the 'Description' containment reference.
        See Also:
        Constant Field Values
      • CONVERSION_TYPE__NAME_GROUP

        static final int CONVERSION_TYPE__NAME_GROUP
        The feature id for the 'Name Group' attribute list.
        See Also:
        Constant Field Values
      • CONVERSION_TYPE__NAME

        static final int CONVERSION_TYPE__NAME
        The feature id for the 'Name' containment reference list.
        See Also:
        Constant Field Values
      • CONVERSION_TYPE__ID

        static final int CONVERSION_TYPE__ID
        The feature id for the 'Id' attribute.
        See Also:
        Constant Field Values
      • CONVERSION_TYPE__COORDINATE_OPERATION_NAME

        static final int CONVERSION_TYPE__COORDINATE_OPERATION_NAME
        The feature id for the 'Coordinate Operation Name' containment reference.
        See Also:
        Constant Field Values
      • CONVERSION_TYPE__COORDINATE_OPERATION_ID

        static final int CONVERSION_TYPE__COORDINATE_OPERATION_ID
        The feature id for the 'Coordinate Operation ID' containment reference list.
        See Also:
        Constant Field Values
      • CONVERSION_TYPE__REMARKS

        static final int CONVERSION_TYPE__REMARKS
        The feature id for the 'Remarks' containment reference.
        See Also:
        Constant Field Values
      • CONVERSION_TYPE__OPERATION_VERSION

        static final int CONVERSION_TYPE__OPERATION_VERSION
        The feature id for the 'Operation Version' attribute.
        See Also:
        Constant Field Values
      • CONVERSION_TYPE__VALID_AREA

        static final int CONVERSION_TYPE__VALID_AREA
        The feature id for the 'Valid Area' containment reference.
        See Also:
        Constant Field Values
      • CONVERSION_TYPE__SCOPE

        static final int CONVERSION_TYPE__SCOPE
        The feature id for the 'Scope' attribute.
        See Also:
        Constant Field Values
      • CONVERSION_TYPE__POSITIONAL_ACCURACY_GROUP

        static final int CONVERSION_TYPE__POSITIONAL_ACCURACY_GROUP
        The feature id for the 'Positional Accuracy Group' attribute list.
        See Also:
        Constant Field Values
      • CONVERSION_TYPE__POSITIONAL_ACCURACY

        static final int CONVERSION_TYPE__POSITIONAL_ACCURACY
        The feature id for the 'Positional Accuracy' containment reference list.
        See Also:
        Constant Field Values
      • CONVERSION_TYPE__SOURCE_CRS

        static final int CONVERSION_TYPE__SOURCE_CRS
        The feature id for the 'Source CRS' containment reference.
        See Also:
        Constant Field Values
      • CONVERSION_TYPE__TARGET_CRS

        static final int CONVERSION_TYPE__TARGET_CRS
        The feature id for the 'Target CRS' containment reference.
        See Also:
        Constant Field Values
      • CONVERSION_TYPE__USES_METHOD

        static final int CONVERSION_TYPE__USES_METHOD
        The feature id for the 'Uses Method' containment reference.
        See Also:
        Constant Field Values
      • CONVERSION_TYPE__USES_VALUE

        static final int CONVERSION_TYPE__USES_VALUE
        The feature id for the 'Uses Value' containment reference list.
        See Also:
        Constant Field Values
      • CONVERSION_TYPE_FEATURE_COUNT

        static final int CONVERSION_TYPE_FEATURE_COUNT
        The number of structural features of the 'Conversion Type' class.
        See Also:
        Constant Field Values
      • CONVERSION_TYPE_OPERATION_COUNT

        static final int CONVERSION_TYPE_OPERATION_COUNT
        The number of operations of the 'Conversion Type' class.
        See Also:
        Constant Field Values
      • COORDINATE_OPERATION_REF_TYPE__COORDINATE_OPERATION_GROUP

        static final int COORDINATE_OPERATION_REF_TYPE__COORDINATE_OPERATION_GROUP
        The feature id for the 'Coordinate Operation Group' attribute list.
        See Also:
        Constant Field Values
      • COORDINATE_OPERATION_REF_TYPE__COORDINATE_OPERATION

        static final int COORDINATE_OPERATION_REF_TYPE__COORDINATE_OPERATION
        The feature id for the 'Coordinate Operation' containment reference.
        See Also:
        Constant Field Values
      • COORDINATE_OPERATION_REF_TYPE__ACTUATE

        static final int COORDINATE_OPERATION_REF_TYPE__ACTUATE
        The feature id for the 'Actuate' attribute.
        See Also:
        Constant Field Values
      • COORDINATE_OPERATION_REF_TYPE__ARCROLE

        static final int COORDINATE_OPERATION_REF_TYPE__ARCROLE
        The feature id for the 'Arcrole' attribute.
        See Also:
        Constant Field Values
      • COORDINATE_OPERATION_REF_TYPE__HREF

        static final int COORDINATE_OPERATION_REF_TYPE__HREF
        The feature id for the 'Href' attribute.
        See Also:
        Constant Field Values
      • COORDINATE_OPERATION_REF_TYPE__REMOTE_SCHEMA

        static final int COORDINATE_OPERATION_REF_TYPE__REMOTE_SCHEMA
        The feature id for the 'Remote Schema' attribute.
        See Also:
        Constant Field Values
      • COORDINATE_OPERATION_REF_TYPE__ROLE

        static final int COORDINATE_OPERATION_REF_TYPE__ROLE
        The feature id for the 'Role' attribute.
        See Also:
        Constant Field Values
      • COORDINATE_OPERATION_REF_TYPE__SHOW

        static final int COORDINATE_OPERATION_REF_TYPE__SHOW
        The feature id for the 'Show' attribute.
        See Also:
        Constant Field Values
      • COORDINATE_OPERATION_REF_TYPE__TITLE

        static final int COORDINATE_OPERATION_REF_TYPE__TITLE
        The feature id for the 'Title' attribute.
        See Also:
        Constant Field Values
      • COORDINATE_OPERATION_REF_TYPE__TYPE

        static final int COORDINATE_OPERATION_REF_TYPE__TYPE
        The feature id for the 'Type' attribute.
        See Also:
        Constant Field Values
      • COORDINATE_OPERATION_REF_TYPE_FEATURE_COUNT

        static final int COORDINATE_OPERATION_REF_TYPE_FEATURE_COUNT
        The number of structural features of the 'Coordinate Operation Ref Type' class.
        See Also:
        Constant Field Values
      • COORDINATE_OPERATION_REF_TYPE_OPERATION_COUNT

        static final int COORDINATE_OPERATION_REF_TYPE_OPERATION_COUNT
        The number of operations of the 'Coordinate Operation Ref Type' class.
        See Also:
        Constant Field Values
      • COORDINATE_REFERENCE_SYSTEM_REF_TYPE__COORDINATE_REFERENCE_SYSTEM_GROUP

        static final int COORDINATE_REFERENCE_SYSTEM_REF_TYPE__COORDINATE_REFERENCE_SYSTEM_GROUP
        The feature id for the 'Coordinate Reference System Group' attribute list.
        See Also:
        Constant Field Values
      • COORDINATE_REFERENCE_SYSTEM_REF_TYPE__COORDINATE_REFERENCE_SYSTEM

        static final int COORDINATE_REFERENCE_SYSTEM_REF_TYPE__COORDINATE_REFERENCE_SYSTEM
        The feature id for the 'Coordinate Reference System' containment reference.
        See Also:
        Constant Field Values
      • COORDINATE_REFERENCE_SYSTEM_REF_TYPE__ACTUATE

        static final int COORDINATE_REFERENCE_SYSTEM_REF_TYPE__ACTUATE
        The feature id for the 'Actuate' attribute.
        See Also:
        Constant Field Values
      • COORDINATE_REFERENCE_SYSTEM_REF_TYPE__ARCROLE

        static final int COORDINATE_REFERENCE_SYSTEM_REF_TYPE__ARCROLE
        The feature id for the 'Arcrole' attribute.
        See Also:
        Constant Field Values
      • COORDINATE_REFERENCE_SYSTEM_REF_TYPE__HREF

        static final int COORDINATE_REFERENCE_SYSTEM_REF_TYPE__HREF
        The feature id for the 'Href' attribute.
        See Also:
        Constant Field Values
      • COORDINATE_REFERENCE_SYSTEM_REF_TYPE__REMOTE_SCHEMA

        static final int COORDINATE_REFERENCE_SYSTEM_REF_TYPE__REMOTE_SCHEMA
        The feature id for the 'Remote Schema' attribute.
        See Also:
        Constant Field Values
      • COORDINATE_REFERENCE_SYSTEM_REF_TYPE__ROLE

        static final int COORDINATE_REFERENCE_SYSTEM_REF_TYPE__ROLE
        The feature id for the 'Role' attribute.
        See Also:
        Constant Field Values
      • COORDINATE_REFERENCE_SYSTEM_REF_TYPE__SHOW

        static final int COORDINATE_REFERENCE_SYSTEM_REF_TYPE__SHOW
        The feature id for the 'Show' attribute.
        See Also:
        Constant Field Values
      • COORDINATE_REFERENCE_SYSTEM_REF_TYPE__TITLE

        static final int COORDINATE_REFERENCE_SYSTEM_REF_TYPE__TITLE
        The feature id for the 'Title' attribute.
        See Also:
        Constant Field Values
      • COORDINATE_REFERENCE_SYSTEM_REF_TYPE__TYPE

        static final int COORDINATE_REFERENCE_SYSTEM_REF_TYPE__TYPE
        The feature id for the 'Type' attribute.
        See Also:
        Constant Field Values
      • COORDINATE_REFERENCE_SYSTEM_REF_TYPE_FEATURE_COUNT

        static final int COORDINATE_REFERENCE_SYSTEM_REF_TYPE_FEATURE_COUNT
        The number of structural features of the 'Coordinate Reference System Ref Type' class.
        See Also:
        Constant Field Values
      • COORDINATE_REFERENCE_SYSTEM_REF_TYPE_OPERATION_COUNT

        static final int COORDINATE_REFERENCE_SYSTEM_REF_TYPE_OPERATION_COUNT
        The number of operations of the 'Coordinate Reference System Ref Type' class.
        See Also:
        Constant Field Values
      • COORDINATES_TYPE__VALUE

        static final int COORDINATES_TYPE__VALUE
        The feature id for the 'Value' attribute.
        See Also:
        Constant Field Values
      • COORDINATES_TYPE__CS

        static final int COORDINATES_TYPE__CS
        The feature id for the 'Cs' attribute.
        See Also:
        Constant Field Values
      • COORDINATES_TYPE__DECIMAL

        static final int COORDINATES_TYPE__DECIMAL
        The feature id for the 'Decimal' attribute.
        See Also:
        Constant Field Values
      • COORDINATES_TYPE__TS

        static final int COORDINATES_TYPE__TS
        The feature id for the 'Ts' attribute.
        See Also:
        Constant Field Values
      • COORDINATES_TYPE_FEATURE_COUNT

        static final int COORDINATES_TYPE_FEATURE_COUNT
        The number of structural features of the 'Coordinates Type' class.
        See Also:
        Constant Field Values
      • COORDINATES_TYPE_OPERATION_COUNT

        static final int COORDINATES_TYPE_OPERATION_COUNT
        The number of operations of the 'Coordinates Type' class.
        See Also:
        Constant Field Values
      • COORDINATE_SYSTEM_AXIS_BASE_TYPE__META_DATA_PROPERTY

        static final int COORDINATE_SYSTEM_AXIS_BASE_TYPE__META_DATA_PROPERTY
        The feature id for the 'Meta Data Property' containment reference list.
        See Also:
        Constant Field Values
      • COORDINATE_SYSTEM_AXIS_BASE_TYPE__DESCRIPTION

        static final int COORDINATE_SYSTEM_AXIS_BASE_TYPE__DESCRIPTION
        The feature id for the 'Description' containment reference.
        See Also:
        Constant Field Values
      • COORDINATE_SYSTEM_AXIS_BASE_TYPE__NAME_GROUP

        static final int COORDINATE_SYSTEM_AXIS_BASE_TYPE__NAME_GROUP
        The feature id for the 'Name Group' attribute list.
        See Also:
        Constant Field Values
      • COORDINATE_SYSTEM_AXIS_BASE_TYPE__NAME

        static final int COORDINATE_SYSTEM_AXIS_BASE_TYPE__NAME
        The feature id for the 'Name' containment reference list.
        See Also:
        Constant Field Values
      • COORDINATE_SYSTEM_AXIS_BASE_TYPE__ID

        static final int COORDINATE_SYSTEM_AXIS_BASE_TYPE__ID
        The feature id for the 'Id' attribute.
        See Also:
        Constant Field Values
      • COORDINATE_SYSTEM_AXIS_BASE_TYPE_FEATURE_COUNT

        static final int COORDINATE_SYSTEM_AXIS_BASE_TYPE_FEATURE_COUNT
        The number of structural features of the 'Coordinate System Axis Base Type' class.
        See Also:
        Constant Field Values
      • COORDINATE_SYSTEM_AXIS_BASE_TYPE_OPERATION_COUNT

        static final int COORDINATE_SYSTEM_AXIS_BASE_TYPE_OPERATION_COUNT
        The number of operations of the 'Coordinate System Axis Base Type' class.
        See Also:
        Constant Field Values
      • COORDINATE_SYSTEM_AXIS_REF_TYPE__COORDINATE_SYSTEM_AXIS

        static final int COORDINATE_SYSTEM_AXIS_REF_TYPE__COORDINATE_SYSTEM_AXIS
        The feature id for the 'Coordinate System Axis' containment reference.
        See Also:
        Constant Field Values
      • COORDINATE_SYSTEM_AXIS_REF_TYPE__ACTUATE

        static final int COORDINATE_SYSTEM_AXIS_REF_TYPE__ACTUATE
        The feature id for the 'Actuate' attribute.
        See Also:
        Constant Field Values
      • COORDINATE_SYSTEM_AXIS_REF_TYPE__ARCROLE

        static final int COORDINATE_SYSTEM_AXIS_REF_TYPE__ARCROLE
        The feature id for the 'Arcrole' attribute.
        See Also:
        Constant Field Values
      • COORDINATE_SYSTEM_AXIS_REF_TYPE__HREF

        static final int COORDINATE_SYSTEM_AXIS_REF_TYPE__HREF
        The feature id for the 'Href' attribute.
        See Also:
        Constant Field Values
      • COORDINATE_SYSTEM_AXIS_REF_TYPE__REMOTE_SCHEMA

        static final int COORDINATE_SYSTEM_AXIS_REF_TYPE__REMOTE_SCHEMA
        The feature id for the 'Remote Schema' attribute.
        See Also:
        Constant Field Values
      • COORDINATE_SYSTEM_AXIS_REF_TYPE__ROLE

        static final int COORDINATE_SYSTEM_AXIS_REF_TYPE__ROLE
        The feature id for the 'Role' attribute.
        See Also:
        Constant Field Values
      • COORDINATE_SYSTEM_AXIS_REF_TYPE__SHOW

        static final int COORDINATE_SYSTEM_AXIS_REF_TYPE__SHOW
        The feature id for the 'Show' attribute.
        See Also:
        Constant Field Values
      • COORDINATE_SYSTEM_AXIS_REF_TYPE__TITLE

        static final int COORDINATE_SYSTEM_AXIS_REF_TYPE__TITLE
        The feature id for the 'Title' attribute.
        See Also:
        Constant Field Values
      • COORDINATE_SYSTEM_AXIS_REF_TYPE__TYPE

        static final int COORDINATE_SYSTEM_AXIS_REF_TYPE__TYPE
        The feature id for the 'Type' attribute.
        See Also:
        Constant Field Values
      • COORDINATE_SYSTEM_AXIS_REF_TYPE_FEATURE_COUNT

        static final int COORDINATE_SYSTEM_AXIS_REF_TYPE_FEATURE_COUNT
        The number of structural features of the 'Coordinate System Axis Ref Type' class.
        See Also:
        Constant Field Values
      • COORDINATE_SYSTEM_AXIS_REF_TYPE_OPERATION_COUNT

        static final int COORDINATE_SYSTEM_AXIS_REF_TYPE_OPERATION_COUNT
        The number of operations of the 'Coordinate System Axis Ref Type' class.
        See Also:
        Constant Field Values
      • COORDINATE_SYSTEM_AXIS_TYPE__META_DATA_PROPERTY

        static final int COORDINATE_SYSTEM_AXIS_TYPE__META_DATA_PROPERTY
        The feature id for the 'Meta Data Property' containment reference list.
        See Also:
        Constant Field Values
      • COORDINATE_SYSTEM_AXIS_TYPE__DESCRIPTION

        static final int COORDINATE_SYSTEM_AXIS_TYPE__DESCRIPTION
        The feature id for the 'Description' containment reference.
        See Also:
        Constant Field Values
      • COORDINATE_SYSTEM_AXIS_TYPE__NAME_GROUP

        static final int COORDINATE_SYSTEM_AXIS_TYPE__NAME_GROUP
        The feature id for the 'Name Group' attribute list.
        See Also:
        Constant Field Values
      • COORDINATE_SYSTEM_AXIS_TYPE__NAME

        static final int COORDINATE_SYSTEM_AXIS_TYPE__NAME
        The feature id for the 'Name' containment reference list.
        See Also:
        Constant Field Values
      • COORDINATE_SYSTEM_AXIS_TYPE__ID

        static final int COORDINATE_SYSTEM_AXIS_TYPE__ID
        The feature id for the 'Id' attribute.
        See Also:
        Constant Field Values
      • COORDINATE_SYSTEM_AXIS_TYPE__AXIS_ID

        static final int COORDINATE_SYSTEM_AXIS_TYPE__AXIS_ID
        The feature id for the 'Axis ID' containment reference list.
        See Also:
        Constant Field Values
      • COORDINATE_SYSTEM_AXIS_TYPE__REMARKS

        static final int COORDINATE_SYSTEM_AXIS_TYPE__REMARKS
        The feature id for the 'Remarks' containment reference.
        See Also:
        Constant Field Values
      • COORDINATE_SYSTEM_AXIS_TYPE__AXIS_ABBREV

        static final int COORDINATE_SYSTEM_AXIS_TYPE__AXIS_ABBREV
        The feature id for the 'Axis Abbrev' containment reference.
        See Also:
        Constant Field Values
      • COORDINATE_SYSTEM_AXIS_TYPE__AXIS_DIRECTION

        static final int COORDINATE_SYSTEM_AXIS_TYPE__AXIS_DIRECTION
        The feature id for the 'Axis Direction' containment reference.
        See Also:
        Constant Field Values
      • COORDINATE_SYSTEM_AXIS_TYPE__UOM

        static final int COORDINATE_SYSTEM_AXIS_TYPE__UOM
        The feature id for the 'Uom' attribute.
        See Also:
        Constant Field Values
      • COORDINATE_SYSTEM_AXIS_TYPE_FEATURE_COUNT

        static final int COORDINATE_SYSTEM_AXIS_TYPE_FEATURE_COUNT
        The number of structural features of the 'Coordinate System Axis Type' class.
        See Also:
        Constant Field Values
      • COORDINATE_SYSTEM_AXIS_TYPE_OPERATION_COUNT

        static final int COORDINATE_SYSTEM_AXIS_TYPE_OPERATION_COUNT
        The number of operations of the 'Coordinate System Axis Type' class.
        See Also:
        Constant Field Values
      • COORDINATE_SYSTEM_REF_TYPE__COORDINATE_SYSTEM_GROUP

        static final int COORDINATE_SYSTEM_REF_TYPE__COORDINATE_SYSTEM_GROUP
        The feature id for the 'Coordinate System Group' attribute list.
        See Also:
        Constant Field Values
      • COORDINATE_SYSTEM_REF_TYPE__COORDINATE_SYSTEM

        static final int COORDINATE_SYSTEM_REF_TYPE__COORDINATE_SYSTEM
        The feature id for the 'Coordinate System' containment reference.
        See Also:
        Constant Field Values
      • COORDINATE_SYSTEM_REF_TYPE__ACTUATE

        static final int COORDINATE_SYSTEM_REF_TYPE__ACTUATE
        The feature id for the 'Actuate' attribute.
        See Also:
        Constant Field Values
      • COORDINATE_SYSTEM_REF_TYPE__ARCROLE

        static final int COORDINATE_SYSTEM_REF_TYPE__ARCROLE
        The feature id for the 'Arcrole' attribute.
        See Also:
        Constant Field Values
      • COORDINATE_SYSTEM_REF_TYPE__HREF

        static final int COORDINATE_SYSTEM_REF_TYPE__HREF
        The feature id for the 'Href' attribute.
        See Also:
        Constant Field Values
      • COORDINATE_SYSTEM_REF_TYPE__REMOTE_SCHEMA

        static final int COORDINATE_SYSTEM_REF_TYPE__REMOTE_SCHEMA
        The feature id for the 'Remote Schema' attribute.
        See Also:
        Constant Field Values
      • COORDINATE_SYSTEM_REF_TYPE__ROLE

        static final int COORDINATE_SYSTEM_REF_TYPE__ROLE
        The feature id for the 'Role' attribute.
        See Also:
        Constant Field Values
      • COORDINATE_SYSTEM_REF_TYPE__SHOW

        static final int COORDINATE_SYSTEM_REF_TYPE__SHOW
        The feature id for the 'Show' attribute.
        See Also:
        Constant Field Values
      • COORDINATE_SYSTEM_REF_TYPE__TITLE

        static final int COORDINATE_SYSTEM_REF_TYPE__TITLE
        The feature id for the 'Title' attribute.
        See Also:
        Constant Field Values
      • COORDINATE_SYSTEM_REF_TYPE__TYPE

        static final int COORDINATE_SYSTEM_REF_TYPE__TYPE
        The feature id for the 'Type' attribute.
        See Also:
        Constant Field Values
      • COORDINATE_SYSTEM_REF_TYPE_FEATURE_COUNT

        static final int COORDINATE_SYSTEM_REF_TYPE_FEATURE_COUNT
        The number of structural features of the 'Coordinate System Ref Type' class.
        See Also:
        Constant Field Values
      • COORDINATE_SYSTEM_REF_TYPE_OPERATION_COUNT

        static final int COORDINATE_SYSTEM_REF_TYPE_OPERATION_COUNT
        The number of operations of the 'Coordinate System Ref Type' class.
        See Also:
        Constant Field Values
      • COORD_TYPE__X

        static final int COORD_TYPE__X
        The feature id for the 'X' attribute.
        See Also:
        Constant Field Values
      • COORD_TYPE__Y

        static final int COORD_TYPE__Y
        The feature id for the 'Y' attribute.
        See Also:
        Constant Field Values
      • COORD_TYPE__Z

        static final int COORD_TYPE__Z
        The feature id for the 'Z' attribute.
        See Also:
        Constant Field Values
      • COORD_TYPE_FEATURE_COUNT

        static final int COORD_TYPE_FEATURE_COUNT
        The number of structural features of the 'Coord Type' class.
        See Also:
        Constant Field Values
      • COORD_TYPE_OPERATION_COUNT

        static final int COORD_TYPE_OPERATION_COUNT
        The number of operations of the 'Coord Type' class.
        See Also:
        Constant Field Values
      • COUNT_PROPERTY_TYPE__BOOLEAN

        static final int COUNT_PROPERTY_TYPE__BOOLEAN
        The feature id for the 'Boolean' attribute.
        See Also:
        Constant Field Values
      • COUNT_PROPERTY_TYPE__CATEGORY

        static final int COUNT_PROPERTY_TYPE__CATEGORY
        The feature id for the 'Category' containment reference.
        See Also:
        Constant Field Values
      • COUNT_PROPERTY_TYPE__QUANTITY

        static final int COUNT_PROPERTY_TYPE__QUANTITY
        The feature id for the 'Quantity' containment reference.
        See Also:
        Constant Field Values
      • COUNT_PROPERTY_TYPE__COUNT

        static final int COUNT_PROPERTY_TYPE__COUNT
        The feature id for the 'Count' attribute.
        See Also:
        Constant Field Values
      • COUNT_PROPERTY_TYPE__BOOLEAN_LIST

        static final int COUNT_PROPERTY_TYPE__BOOLEAN_LIST
        The feature id for the 'Boolean List' attribute.
        See Also:
        Constant Field Values
      • COUNT_PROPERTY_TYPE__CATEGORY_LIST

        static final int COUNT_PROPERTY_TYPE__CATEGORY_LIST
        The feature id for the 'Category List' containment reference.
        See Also:
        Constant Field Values
      • COUNT_PROPERTY_TYPE__QUANTITY_LIST

        static final int COUNT_PROPERTY_TYPE__QUANTITY_LIST
        The feature id for the 'Quantity List' containment reference.
        See Also:
        Constant Field Values
      • COUNT_PROPERTY_TYPE__COUNT_LIST

        static final int COUNT_PROPERTY_TYPE__COUNT_LIST
        The feature id for the 'Count List' attribute.
        See Also:
        Constant Field Values
      • COUNT_PROPERTY_TYPE__CATEGORY_EXTENT

        static final int COUNT_PROPERTY_TYPE__CATEGORY_EXTENT
        The feature id for the 'Category Extent' containment reference.
        See Also:
        Constant Field Values
      • COUNT_PROPERTY_TYPE__QUANTITY_EXTENT

        static final int COUNT_PROPERTY_TYPE__QUANTITY_EXTENT
        The feature id for the 'Quantity Extent' containment reference.
        See Also:
        Constant Field Values
      • COUNT_PROPERTY_TYPE__COUNT_EXTENT

        static final int COUNT_PROPERTY_TYPE__COUNT_EXTENT
        The feature id for the 'Count Extent' attribute.
        See Also:
        Constant Field Values
      • COUNT_PROPERTY_TYPE__COMPOSITE_VALUE_GROUP

        static final int COUNT_PROPERTY_TYPE__COMPOSITE_VALUE_GROUP
        The feature id for the 'Composite Value Group' attribute list.
        See Also:
        Constant Field Values
      • COUNT_PROPERTY_TYPE__COMPOSITE_VALUE

        static final int COUNT_PROPERTY_TYPE__COMPOSITE_VALUE
        The feature id for the 'Composite Value' containment reference.
        See Also:
        Constant Field Values
      • COUNT_PROPERTY_TYPE__OBJECT_GROUP

        static final int COUNT_PROPERTY_TYPE__OBJECT_GROUP
        The feature id for the 'Object Group' attribute list.
        See Also:
        Constant Field Values
      • COUNT_PROPERTY_TYPE__OBJECT

        static final int COUNT_PROPERTY_TYPE__OBJECT
        The feature id for the 'Object' containment reference.
        See Also:
        Constant Field Values
      • COUNT_PROPERTY_TYPE__NULL

        static final int COUNT_PROPERTY_TYPE__NULL
        The feature id for the 'Null' attribute.
        See Also:
        Constant Field Values
      • COUNT_PROPERTY_TYPE__ACTUATE

        static final int COUNT_PROPERTY_TYPE__ACTUATE
        The feature id for the 'Actuate' attribute.
        See Also:
        Constant Field Values
      • COUNT_PROPERTY_TYPE__ARCROLE

        static final int COUNT_PROPERTY_TYPE__ARCROLE
        The feature id for the 'Arcrole' attribute.
        See Also:
        Constant Field Values
      • COUNT_PROPERTY_TYPE__HREF

        static final int COUNT_PROPERTY_TYPE__HREF
        The feature id for the 'Href' attribute.
        See Also:
        Constant Field Values
      • COUNT_PROPERTY_TYPE__REMOTE_SCHEMA

        static final int COUNT_PROPERTY_TYPE__REMOTE_SCHEMA
        The feature id for the 'Remote Schema' attribute.
        See Also:
        Constant Field Values
      • COUNT_PROPERTY_TYPE__ROLE

        static final int COUNT_PROPERTY_TYPE__ROLE
        The feature id for the 'Role' attribute.
        See Also:
        Constant Field Values
      • COUNT_PROPERTY_TYPE__SHOW

        static final int COUNT_PROPERTY_TYPE__SHOW
        The feature id for the 'Show' attribute.
        See Also:
        Constant Field Values
      • COUNT_PROPERTY_TYPE__TITLE

        static final int COUNT_PROPERTY_TYPE__TITLE
        The feature id for the 'Title' attribute.
        See Also:
        Constant Field Values
      • COUNT_PROPERTY_TYPE__TYPE

        static final int COUNT_PROPERTY_TYPE__TYPE
        The feature id for the 'Type' attribute.
        See Also:
        Constant Field Values
      • COUNT_PROPERTY_TYPE_FEATURE_COUNT

        static final int COUNT_PROPERTY_TYPE_FEATURE_COUNT
        The number of structural features of the 'Count Property Type' class.
        See Also:
        Constant Field Values
      • COUNT_PROPERTY_TYPE_OPERATION_COUNT

        static final int COUNT_PROPERTY_TYPE_OPERATION_COUNT
        The number of operations of the 'Count Property Type' class.
        See Also:
        Constant Field Values
      • COVARIANCE_ELEMENT_TYPE__ROW_INDEX

        static final int COVARIANCE_ELEMENT_TYPE__ROW_INDEX
        The feature id for the 'Row Index' attribute.
        See Also:
        Constant Field Values
      • COVARIANCE_ELEMENT_TYPE__COLUMN_INDEX

        static final int COVARIANCE_ELEMENT_TYPE__COLUMN_INDEX
        The feature id for the 'Column Index' attribute.
        See Also:
        Constant Field Values
      • COVARIANCE_ELEMENT_TYPE__COVARIANCE

        static final int COVARIANCE_ELEMENT_TYPE__COVARIANCE
        The feature id for the 'Covariance' attribute.
        See Also:
        Constant Field Values
      • COVARIANCE_ELEMENT_TYPE_FEATURE_COUNT

        static final int COVARIANCE_ELEMENT_TYPE_FEATURE_COUNT
        The number of structural features of the 'Covariance Element Type' class.
        See Also:
        Constant Field Values
      • COVARIANCE_ELEMENT_TYPE_OPERATION_COUNT

        static final int COVARIANCE_ELEMENT_TYPE_OPERATION_COUNT
        The number of operations of the 'Covariance Element Type' class.
        See Also:
        Constant Field Values
      • COVARIANCE_MATRIX_TYPE__MEASURE_DESCRIPTION

        static final int COVARIANCE_MATRIX_TYPE__MEASURE_DESCRIPTION
        The feature id for the 'Measure Description' containment reference.
        See Also:
        Constant Field Values
      • COVARIANCE_MATRIX_TYPE__UNIT_OF_MEASURE

        static final int COVARIANCE_MATRIX_TYPE__UNIT_OF_MEASURE
        The feature id for the 'Unit Of Measure' containment reference list.
        See Also:
        Constant Field Values
      • COVARIANCE_MATRIX_TYPE__INCLUDES_ELEMENT

        static final int COVARIANCE_MATRIX_TYPE__INCLUDES_ELEMENT
        The feature id for the 'Includes Element' containment reference list.
        See Also:
        Constant Field Values
      • COVARIANCE_MATRIX_TYPE_FEATURE_COUNT

        static final int COVARIANCE_MATRIX_TYPE_FEATURE_COUNT
        The number of structural features of the 'Covariance Matrix Type' class.
        See Also:
        Constant Field Values
      • COVARIANCE_MATRIX_TYPE_OPERATION_COUNT

        static final int COVARIANCE_MATRIX_TYPE_OPERATION_COUNT
        The number of operations of the 'Covariance Matrix Type' class.
        See Also:
        Constant Field Values
      • COVERAGE_FUNCTION_TYPE__MAPPING_RULE

        static final int COVERAGE_FUNCTION_TYPE__MAPPING_RULE
        The feature id for the 'Mapping Rule' containment reference.
        See Also:
        Constant Field Values
      • COVERAGE_FUNCTION_TYPE__GRID_FUNCTION_GROUP

        static final int COVERAGE_FUNCTION_TYPE__GRID_FUNCTION_GROUP
        The feature id for the 'Grid Function Group' attribute list.
        See Also:
        Constant Field Values
      • COVERAGE_FUNCTION_TYPE__GRID_FUNCTION

        static final int COVERAGE_FUNCTION_TYPE__GRID_FUNCTION
        The feature id for the 'Grid Function' containment reference.
        See Also:
        Constant Field Values
      • COVERAGE_FUNCTION_TYPE_FEATURE_COUNT

        static final int COVERAGE_FUNCTION_TYPE_FEATURE_COUNT
        The number of structural features of the 'Coverage Function Type' class.
        See Also:
        Constant Field Values
      • COVERAGE_FUNCTION_TYPE_OPERATION_COUNT

        static final int COVERAGE_FUNCTION_TYPE_OPERATION_COUNT
        The number of operations of the 'Coverage Function Type' class.
        See Also:
        Constant Field Values
      • CRS_REF_TYPE__CRS_GROUP

        static final int CRS_REF_TYPE__CRS_GROUP
        The feature id for the 'CRS Group' attribute list.
        See Also:
        Constant Field Values
      • CRS_REF_TYPE__CRS

        static final int CRS_REF_TYPE__CRS
        The feature id for the 'CRS' containment reference.
        See Also:
        Constant Field Values
      • CRS_REF_TYPE__ACTUATE

        static final int CRS_REF_TYPE__ACTUATE
        The feature id for the 'Actuate' attribute.
        See Also:
        Constant Field Values
      • CRS_REF_TYPE__ARCROLE

        static final int CRS_REF_TYPE__ARCROLE
        The feature id for the 'Arcrole' attribute.
        See Also:
        Constant Field Values
      • CRS_REF_TYPE__HREF

        static final int CRS_REF_TYPE__HREF
        The feature id for the 'Href' attribute.
        See Also:
        Constant Field Values
      • CRS_REF_TYPE__REMOTE_SCHEMA

        static final int CRS_REF_TYPE__REMOTE_SCHEMA
        The feature id for the 'Remote Schema' attribute.
        See Also:
        Constant Field Values
      • CRS_REF_TYPE__ROLE

        static final int CRS_REF_TYPE__ROLE
        The feature id for the 'Role' attribute.
        See Also:
        Constant Field Values
      • CRS_REF_TYPE__SHOW

        static final int CRS_REF_TYPE__SHOW
        The feature id for the 'Show' attribute.
        See Also:
        Constant Field Values
      • CRS_REF_TYPE__TITLE

        static final int CRS_REF_TYPE__TITLE
        The feature id for the 'Title' attribute.
        See Also:
        Constant Field Values
      • CRS_REF_TYPE__TYPE

        static final int CRS_REF_TYPE__TYPE
        The feature id for the 'Type' attribute.
        See Also:
        Constant Field Values
      • CRS_REF_TYPE_FEATURE_COUNT

        static final int CRS_REF_TYPE_FEATURE_COUNT
        The number of structural features of the 'CRS Ref Type' class.
        See Also:
        Constant Field Values
      • CRS_REF_TYPE_OPERATION_COUNT

        static final int CRS_REF_TYPE_OPERATION_COUNT
        The number of operations of the 'CRS Ref Type' class.
        See Also:
        Constant Field Values
      • CUBIC_SPLINE_TYPE__NUM_DERIVATIVE_INTERIOR

        static final int CUBIC_SPLINE_TYPE__NUM_DERIVATIVE_INTERIOR
        The feature id for the 'Num Derivative Interior' attribute.
        See Also:
        Constant Field Values
      • CUBIC_SPLINE_TYPE__NUM_DERIVATIVES_AT_END

        static final int CUBIC_SPLINE_TYPE__NUM_DERIVATIVES_AT_END
        The feature id for the 'Num Derivatives At End' attribute.
        See Also:
        Constant Field Values
      • CUBIC_SPLINE_TYPE__NUM_DERIVATIVES_AT_START

        static final int CUBIC_SPLINE_TYPE__NUM_DERIVATIVES_AT_START
        The feature id for the 'Num Derivatives At Start' attribute.
        See Also:
        Constant Field Values
      • CUBIC_SPLINE_TYPE__GROUP

        static final int CUBIC_SPLINE_TYPE__GROUP
        The feature id for the 'Group' attribute list.
        See Also:
        Constant Field Values
      • CUBIC_SPLINE_TYPE__POS

        static final int CUBIC_SPLINE_TYPE__POS
        The feature id for the 'Pos' containment reference list.
        See Also:
        Constant Field Values
      • CUBIC_SPLINE_TYPE__POINT_PROPERTY

        static final int CUBIC_SPLINE_TYPE__POINT_PROPERTY
        The feature id for the 'Point Property' containment reference list.
        See Also:
        Constant Field Values
      • CUBIC_SPLINE_TYPE__POINT_REP

        static final int CUBIC_SPLINE_TYPE__POINT_REP
        The feature id for the 'Point Rep' containment reference list.
        See Also:
        Constant Field Values
      • CUBIC_SPLINE_TYPE__POS_LIST

        static final int CUBIC_SPLINE_TYPE__POS_LIST
        The feature id for the 'Pos List' containment reference.
        See Also:
        Constant Field Values
      • CUBIC_SPLINE_TYPE__COORDINATES

        static final int CUBIC_SPLINE_TYPE__COORDINATES
        The feature id for the 'Coordinates' containment reference.
        See Also:
        Constant Field Values
      • CUBIC_SPLINE_TYPE__VECTOR_AT_START

        static final int CUBIC_SPLINE_TYPE__VECTOR_AT_START
        The feature id for the 'Vector At Start' containment reference.
        See Also:
        Constant Field Values
      • CUBIC_SPLINE_TYPE__VECTOR_AT_END

        static final int CUBIC_SPLINE_TYPE__VECTOR_AT_END
        The feature id for the 'Vector At End' containment reference.
        See Also:
        Constant Field Values
      • CUBIC_SPLINE_TYPE__DEGREE

        static final int CUBIC_SPLINE_TYPE__DEGREE
        The feature id for the 'Degree' attribute.
        See Also:
        Constant Field Values
      • CUBIC_SPLINE_TYPE__INTERPOLATION

        static final int CUBIC_SPLINE_TYPE__INTERPOLATION
        The feature id for the 'Interpolation' attribute.
        See Also:
        Constant Field Values
      • CUBIC_SPLINE_TYPE_FEATURE_COUNT

        static final int CUBIC_SPLINE_TYPE_FEATURE_COUNT
        The number of structural features of the 'Cubic Spline Type' class.
        See Also:
        Constant Field Values
      • CUBIC_SPLINE_TYPE_OPERATION_COUNT

        static final int CUBIC_SPLINE_TYPE_OPERATION_COUNT
        The number of operations of the 'Cubic Spline Type' class.
        See Also:
        Constant Field Values
      • CURVE_ARRAY_PROPERTY_TYPE__CURVE_GROUP

        static final int CURVE_ARRAY_PROPERTY_TYPE__CURVE_GROUP
        The feature id for the 'Curve Group' attribute list.
        See Also:
        Constant Field Values
      • CURVE_ARRAY_PROPERTY_TYPE__CURVE

        static final int CURVE_ARRAY_PROPERTY_TYPE__CURVE
        The feature id for the 'Curve' containment reference list.
        See Also:
        Constant Field Values
      • CURVE_ARRAY_PROPERTY_TYPE_FEATURE_COUNT

        static final int CURVE_ARRAY_PROPERTY_TYPE_FEATURE_COUNT
        The number of structural features of the 'Curve Array Property Type' class.
        See Also:
        Constant Field Values
      • CURVE_ARRAY_PROPERTY_TYPE_OPERATION_COUNT

        static final int CURVE_ARRAY_PROPERTY_TYPE_OPERATION_COUNT
        The number of operations of the 'Curve Array Property Type' class.
        See Also:
        Constant Field Values
      • CURVE_PROPERTY_TYPE__CURVE_GROUP

        static final int CURVE_PROPERTY_TYPE__CURVE_GROUP
        The feature id for the 'Curve Group' attribute list.
        See Also:
        Constant Field Values
      • CURVE_PROPERTY_TYPE__CURVE

        static final int CURVE_PROPERTY_TYPE__CURVE
        The feature id for the 'Curve' containment reference.
        See Also:
        Constant Field Values
      • CURVE_PROPERTY_TYPE__ACTUATE

        static final int CURVE_PROPERTY_TYPE__ACTUATE
        The feature id for the 'Actuate' attribute.
        See Also:
        Constant Field Values
      • CURVE_PROPERTY_TYPE__ARCROLE

        static final int CURVE_PROPERTY_TYPE__ARCROLE
        The feature id for the 'Arcrole' attribute.
        See Also:
        Constant Field Values
      • CURVE_PROPERTY_TYPE__HREF

        static final int CURVE_PROPERTY_TYPE__HREF
        The feature id for the 'Href' attribute.
        See Also:
        Constant Field Values
      • CURVE_PROPERTY_TYPE__REMOTE_SCHEMA

        static final int CURVE_PROPERTY_TYPE__REMOTE_SCHEMA
        The feature id for the 'Remote Schema' attribute.
        See Also:
        Constant Field Values
      • CURVE_PROPERTY_TYPE__ROLE

        static final int CURVE_PROPERTY_TYPE__ROLE
        The feature id for the 'Role' attribute.
        See Also:
        Constant Field Values
      • CURVE_PROPERTY_TYPE__SHOW

        static final int CURVE_PROPERTY_TYPE__SHOW
        The feature id for the 'Show' attribute.
        See Also:
        Constant Field Values
      • CURVE_PROPERTY_TYPE__TITLE

        static final int CURVE_PROPERTY_TYPE__TITLE
        The feature id for the 'Title' attribute.
        See Also:
        Constant Field Values
      • CURVE_PROPERTY_TYPE__TYPE

        static final int CURVE_PROPERTY_TYPE__TYPE
        The feature id for the 'Type' attribute.
        See Also:
        Constant Field Values
      • CURVE_PROPERTY_TYPE_FEATURE_COUNT

        static final int CURVE_PROPERTY_TYPE_FEATURE_COUNT
        The number of structural features of the 'Curve Property Type' class.
        See Also:
        Constant Field Values
      • CURVE_PROPERTY_TYPE_OPERATION_COUNT

        static final int CURVE_PROPERTY_TYPE_OPERATION_COUNT
        The number of operations of the 'Curve Property Type' class.
        See Also:
        Constant Field Values
      • CURVE_SEGMENT_ARRAY_PROPERTY_TYPE__CURVE_SEGMENT_GROUP

        static final int CURVE_SEGMENT_ARRAY_PROPERTY_TYPE__CURVE_SEGMENT_GROUP
        The feature id for the 'Curve Segment Group' attribute list.
        See Also:
        Constant Field Values
      • CURVE_SEGMENT_ARRAY_PROPERTY_TYPE__CURVE_SEGMENT

        static final int CURVE_SEGMENT_ARRAY_PROPERTY_TYPE__CURVE_SEGMENT
        The feature id for the 'Curve Segment' containment reference list.
        See Also:
        Constant Field Values
      • CURVE_SEGMENT_ARRAY_PROPERTY_TYPE_FEATURE_COUNT

        static final int CURVE_SEGMENT_ARRAY_PROPERTY_TYPE_FEATURE_COUNT
        The number of structural features of the 'Curve Segment Array Property Type' class.
        See Also:
        Constant Field Values
      • CURVE_SEGMENT_ARRAY_PROPERTY_TYPE_OPERATION_COUNT

        static final int CURVE_SEGMENT_ARRAY_PROPERTY_TYPE_OPERATION_COUNT
        The number of operations of the 'Curve Segment Array Property Type' class.
        See Also:
        Constant Field Values
      • CURVE_TYPE__META_DATA_PROPERTY

        static final int CURVE_TYPE__META_DATA_PROPERTY
        The feature id for the 'Meta Data Property' containment reference list.
        See Also:
        Constant Field Values
      • CURVE_TYPE__DESCRIPTION

        static final int CURVE_TYPE__DESCRIPTION
        The feature id for the 'Description' containment reference.
        See Also:
        Constant Field Values
      • CURVE_TYPE__NAME_GROUP

        static final int CURVE_TYPE__NAME_GROUP
        The feature id for the 'Name Group' attribute list.
        See Also:
        Constant Field Values
      • CURVE_TYPE__NAME

        static final int CURVE_TYPE__NAME
        The feature id for the 'Name' containment reference list.
        See Also:
        Constant Field Values
      • CURVE_TYPE__ID

        static final int CURVE_TYPE__ID
        The feature id for the 'Id' attribute.
        See Also:
        Constant Field Values
      • CURVE_TYPE__AXIS_LABELS

        static final int CURVE_TYPE__AXIS_LABELS
        The feature id for the 'Axis Labels' attribute.
        See Also:
        Constant Field Values
      • CURVE_TYPE__GID

        static final int CURVE_TYPE__GID
        The feature id for the 'Gid' attribute.
        See Also:
        Constant Field Values
      • CURVE_TYPE__SRS_DIMENSION

        static final int CURVE_TYPE__SRS_DIMENSION
        The feature id for the 'Srs Dimension' attribute.
        See Also:
        Constant Field Values
      • CURVE_TYPE__SRS_NAME

        static final int CURVE_TYPE__SRS_NAME
        The feature id for the 'Srs Name' attribute.
        See Also:
        Constant Field Values
      • CURVE_TYPE__UOM_LABELS

        static final int CURVE_TYPE__UOM_LABELS
        The feature id for the 'Uom Labels' attribute.
        See Also:
        Constant Field Values
      • CURVE_TYPE__SEGMENTS

        static final int CURVE_TYPE__SEGMENTS
        The feature id for the 'Segments' containment reference.
        See Also:
        Constant Field Values
      • CURVE_TYPE_FEATURE_COUNT

        static final int CURVE_TYPE_FEATURE_COUNT
        The number of structural features of the 'Curve Type' class.
        See Also:
        Constant Field Values
      • CURVE_TYPE_OPERATION_COUNT

        static final int CURVE_TYPE_OPERATION_COUNT
        The number of operations of the 'Curve Type' class.
        See Also:
        Constant Field Values
      • CYLINDER_TYPE__ROW

        static final int CYLINDER_TYPE__ROW
        The feature id for the 'Row' containment reference list.
        See Also:
        Constant Field Values
      • CYLINDER_TYPE__ROWS

        static final int CYLINDER_TYPE__ROWS
        The feature id for the 'Rows' attribute.
        See Also:
        Constant Field Values
      • CYLINDER_TYPE__COLUMNS

        static final int CYLINDER_TYPE__COLUMNS
        The feature id for the 'Columns' attribute.
        See Also:
        Constant Field Values
      • CYLINDER_TYPE__HORIZONTAL_CURVE_TYPE

        static final int CYLINDER_TYPE__HORIZONTAL_CURVE_TYPE
        The feature id for the 'Horizontal Curve Type' attribute.
        See Also:
        Constant Field Values
      • CYLINDER_TYPE__VERTICAL_CURVE_TYPE

        static final int CYLINDER_TYPE__VERTICAL_CURVE_TYPE
        The feature id for the 'Vertical Curve Type' attribute.
        See Also:
        Constant Field Values
      • CYLINDER_TYPE_FEATURE_COUNT

        static final int CYLINDER_TYPE_FEATURE_COUNT
        The number of structural features of the 'Cylinder Type' class.
        See Also:
        Constant Field Values
      • CYLINDER_TYPE_OPERATION_COUNT

        static final int CYLINDER_TYPE_OPERATION_COUNT
        The number of operations of the 'Cylinder Type' class.
        See Also:
        Constant Field Values
      • CYLINDRICAL_CS_REF_TYPE__CYLINDRICAL_CS

        static final int CYLINDRICAL_CS_REF_TYPE__CYLINDRICAL_CS
        The feature id for the 'Cylindrical CS' containment reference.
        See Also:
        Constant Field Values
      • CYLINDRICAL_CS_REF_TYPE__ACTUATE

        static final int CYLINDRICAL_CS_REF_TYPE__ACTUATE
        The feature id for the 'Actuate' attribute.
        See Also:
        Constant Field Values
      • CYLINDRICAL_CS_REF_TYPE__ARCROLE

        static final int CYLINDRICAL_CS_REF_TYPE__ARCROLE
        The feature id for the 'Arcrole' attribute.
        See Also:
        Constant Field Values
      • CYLINDRICAL_CS_REF_TYPE__HREF

        static final int CYLINDRICAL_CS_REF_TYPE__HREF
        The feature id for the 'Href' attribute.
        See Also:
        Constant Field Values
      • CYLINDRICAL_CS_REF_TYPE__REMOTE_SCHEMA

        static final int CYLINDRICAL_CS_REF_TYPE__REMOTE_SCHEMA
        The feature id for the 'Remote Schema' attribute.
        See Also:
        Constant Field Values
      • CYLINDRICAL_CS_REF_TYPE__ROLE

        static final int CYLINDRICAL_CS_REF_TYPE__ROLE
        The feature id for the 'Role' attribute.
        See Also:
        Constant Field Values
      • CYLINDRICAL_CS_REF_TYPE__SHOW

        static final int CYLINDRICAL_CS_REF_TYPE__SHOW
        The feature id for the 'Show' attribute.
        See Also:
        Constant Field Values
      • CYLINDRICAL_CS_REF_TYPE__TITLE

        static final int CYLINDRICAL_CS_REF_TYPE__TITLE
        The feature id for the 'Title' attribute.
        See Also:
        Constant Field Values
      • CYLINDRICAL_CS_REF_TYPE__TYPE

        static final int CYLINDRICAL_CS_REF_TYPE__TYPE
        The feature id for the 'Type' attribute.
        See Also:
        Constant Field Values
      • CYLINDRICAL_CS_REF_TYPE_FEATURE_COUNT

        static final int CYLINDRICAL_CS_REF_TYPE_FEATURE_COUNT
        The number of structural features of the 'Cylindrical CS Ref Type' class.
        See Also:
        Constant Field Values
      • CYLINDRICAL_CS_REF_TYPE_OPERATION_COUNT

        static final int CYLINDRICAL_CS_REF_TYPE_OPERATION_COUNT
        The number of operations of the 'Cylindrical CS Ref Type' class.
        See Also:
        Constant Field Values
      • CYLINDRICAL_CS_TYPE__META_DATA_PROPERTY

        static final int CYLINDRICAL_CS_TYPE__META_DATA_PROPERTY
        The feature id for the 'Meta Data Property' containment reference list.
        See Also:
        Constant Field Values
      • CYLINDRICAL_CS_TYPE__DESCRIPTION

        static final int CYLINDRICAL_CS_TYPE__DESCRIPTION
        The feature id for the 'Description' containment reference.
        See Also:
        Constant Field Values
      • CYLINDRICAL_CS_TYPE__NAME_GROUP

        static final int CYLINDRICAL_CS_TYPE__NAME_GROUP
        The feature id for the 'Name Group' attribute list.
        See Also:
        Constant Field Values
      • CYLINDRICAL_CS_TYPE__NAME

        static final int CYLINDRICAL_CS_TYPE__NAME
        The feature id for the 'Name' containment reference list.
        See Also:
        Constant Field Values
      • CYLINDRICAL_CS_TYPE__ID

        static final int CYLINDRICAL_CS_TYPE__ID
        The feature id for the 'Id' attribute.
        See Also:
        Constant Field Values
      • CYLINDRICAL_CS_TYPE__CS_NAME

        static final int CYLINDRICAL_CS_TYPE__CS_NAME
        The feature id for the 'Cs Name' containment reference.
        See Also:
        Constant Field Values
      • CYLINDRICAL_CS_TYPE__CS_ID

        static final int CYLINDRICAL_CS_TYPE__CS_ID
        The feature id for the 'Cs ID' containment reference list.
        See Also:
        Constant Field Values
      • CYLINDRICAL_CS_TYPE__REMARKS

        static final int CYLINDRICAL_CS_TYPE__REMARKS
        The feature id for the 'Remarks' containment reference.
        See Also:
        Constant Field Values
      • CYLINDRICAL_CS_TYPE__USES_AXIS

        static final int CYLINDRICAL_CS_TYPE__USES_AXIS
        The feature id for the 'Uses Axis' containment reference list.
        See Also:
        Constant Field Values
      • CYLINDRICAL_CS_TYPE_FEATURE_COUNT

        static final int CYLINDRICAL_CS_TYPE_FEATURE_COUNT
        The number of structural features of the 'Cylindrical CS Type' class.
        See Also:
        Constant Field Values
      • CYLINDRICAL_CS_TYPE_OPERATION_COUNT

        static final int CYLINDRICAL_CS_TYPE_OPERATION_COUNT
        The number of operations of the 'Cylindrical CS Type' class.
        See Also:
        Constant Field Values
      • DATA_BLOCK_TYPE__RANGE_PARAMETERS

        static final int DATA_BLOCK_TYPE__RANGE_PARAMETERS
        The feature id for the 'Range Parameters' containment reference.
        See Also:
        Constant Field Values
      • DATA_BLOCK_TYPE__TUPLE_LIST

        static final int DATA_BLOCK_TYPE__TUPLE_LIST
        The feature id for the 'Tuple List' containment reference.
        See Also:
        Constant Field Values
      • DATA_BLOCK_TYPE__DOUBLE_OR_NULL_TUPLE_LIST

        static final int DATA_BLOCK_TYPE__DOUBLE_OR_NULL_TUPLE_LIST
        The feature id for the 'Double Or Null Tuple List' attribute.
        See Also:
        Constant Field Values
      • DATA_BLOCK_TYPE_FEATURE_COUNT

        static final int DATA_BLOCK_TYPE_FEATURE_COUNT
        The number of structural features of the 'Data Block Type' class.
        See Also:
        Constant Field Values
      • DATA_BLOCK_TYPE_OPERATION_COUNT

        static final int DATA_BLOCK_TYPE_OPERATION_COUNT
        The number of operations of the 'Data Block Type' class.
        See Also:
        Constant Field Values
      • DATUM_REF_TYPE__DATUM_GROUP

        static final int DATUM_REF_TYPE__DATUM_GROUP
        The feature id for the 'Datum Group' attribute list.
        See Also:
        Constant Field Values
      • DATUM_REF_TYPE__DATUM

        static final int DATUM_REF_TYPE__DATUM
        The feature id for the 'Datum' containment reference.
        See Also:
        Constant Field Values
      • DATUM_REF_TYPE__ACTUATE

        static final int DATUM_REF_TYPE__ACTUATE
        The feature id for the 'Actuate' attribute.
        See Also:
        Constant Field Values
      • DATUM_REF_TYPE__ARCROLE

        static final int DATUM_REF_TYPE__ARCROLE
        The feature id for the 'Arcrole' attribute.
        See Also:
        Constant Field Values
      • DATUM_REF_TYPE__HREF

        static final int DATUM_REF_TYPE__HREF
        The feature id for the 'Href' attribute.
        See Also:
        Constant Field Values
      • DATUM_REF_TYPE__REMOTE_SCHEMA

        static final int DATUM_REF_TYPE__REMOTE_SCHEMA
        The feature id for the 'Remote Schema' attribute.
        See Also:
        Constant Field Values
      • DATUM_REF_TYPE__ROLE

        static final int DATUM_REF_TYPE__ROLE
        The feature id for the 'Role' attribute.
        See Also:
        Constant Field Values
      • DATUM_REF_TYPE__SHOW

        static final int DATUM_REF_TYPE__SHOW
        The feature id for the 'Show' attribute.
        See Also:
        Constant Field Values
      • DATUM_REF_TYPE__TITLE

        static final int DATUM_REF_TYPE__TITLE
        The feature id for the 'Title' attribute.
        See Also:
        Constant Field Values
      • DATUM_REF_TYPE__TYPE

        static final int DATUM_REF_TYPE__TYPE
        The feature id for the 'Type' attribute.
        See Also:
        Constant Field Values
      • DATUM_REF_TYPE_FEATURE_COUNT

        static final int DATUM_REF_TYPE_FEATURE_COUNT
        The number of structural features of the 'Datum Ref Type' class.
        See Also:
        Constant Field Values
      • DATUM_REF_TYPE_OPERATION_COUNT

        static final int DATUM_REF_TYPE_OPERATION_COUNT
        The number of operations of the 'Datum Ref Type' class.
        See Also:
        Constant Field Values
      • DEFAULT_STYLE_PROPERTY_TYPE__STYLE_GROUP

        static final int DEFAULT_STYLE_PROPERTY_TYPE__STYLE_GROUP
        The feature id for the 'Style Group' attribute list.
        See Also:
        Constant Field Values
      • DEFAULT_STYLE_PROPERTY_TYPE__STYLE

        static final int DEFAULT_STYLE_PROPERTY_TYPE__STYLE
        The feature id for the 'Style' containment reference.
        See Also:
        Constant Field Values
      • DEFAULT_STYLE_PROPERTY_TYPE__ABOUT

        static final int DEFAULT_STYLE_PROPERTY_TYPE__ABOUT
        The feature id for the 'About' attribute.
        See Also:
        Constant Field Values
      • DEFAULT_STYLE_PROPERTY_TYPE__ACTUATE

        static final int DEFAULT_STYLE_PROPERTY_TYPE__ACTUATE
        The feature id for the 'Actuate' attribute.
        See Also:
        Constant Field Values
      • DEFAULT_STYLE_PROPERTY_TYPE__ARCROLE

        static final int DEFAULT_STYLE_PROPERTY_TYPE__ARCROLE
        The feature id for the 'Arcrole' attribute.
        See Also:
        Constant Field Values
      • DEFAULT_STYLE_PROPERTY_TYPE__HREF

        static final int DEFAULT_STYLE_PROPERTY_TYPE__HREF
        The feature id for the 'Href' attribute.
        See Also:
        Constant Field Values
      • DEFAULT_STYLE_PROPERTY_TYPE__REMOTE_SCHEMA

        static final int DEFAULT_STYLE_PROPERTY_TYPE__REMOTE_SCHEMA
        The feature id for the 'Remote Schema' attribute.
        See Also:
        Constant Field Values
      • DEFAULT_STYLE_PROPERTY_TYPE__ROLE

        static final int DEFAULT_STYLE_PROPERTY_TYPE__ROLE
        The feature id for the 'Role' attribute.
        See Also:
        Constant Field Values
      • DEFAULT_STYLE_PROPERTY_TYPE__SHOW

        static final int DEFAULT_STYLE_PROPERTY_TYPE__SHOW
        The feature id for the 'Show' attribute.
        See Also:
        Constant Field Values
      • DEFAULT_STYLE_PROPERTY_TYPE__TITLE

        static final int DEFAULT_STYLE_PROPERTY_TYPE__TITLE
        The feature id for the 'Title' attribute.
        See Also:
        Constant Field Values
      • DEFAULT_STYLE_PROPERTY_TYPE__TYPE

        static final int DEFAULT_STYLE_PROPERTY_TYPE__TYPE
        The feature id for the 'Type' attribute.
        See Also:
        Constant Field Values
      • DEFAULT_STYLE_PROPERTY_TYPE_FEATURE_COUNT

        static final int DEFAULT_STYLE_PROPERTY_TYPE_FEATURE_COUNT
        The number of structural features of the 'Default Style Property Type' class.
        See Also:
        Constant Field Values
      • DEFAULT_STYLE_PROPERTY_TYPE_OPERATION_COUNT

        static final int DEFAULT_STYLE_PROPERTY_TYPE_OPERATION_COUNT
        The number of operations of the 'Default Style Property Type' class.
        See Also:
        Constant Field Values
      • DEFINITION_PROXY_TYPE__META_DATA_PROPERTY

        static final int DEFINITION_PROXY_TYPE__META_DATA_PROPERTY
        The feature id for the 'Meta Data Property' containment reference list.
        See Also:
        Constant Field Values
      • DEFINITION_PROXY_TYPE__DESCRIPTION

        static final int DEFINITION_PROXY_TYPE__DESCRIPTION
        The feature id for the 'Description' containment reference.
        See Also:
        Constant Field Values
      • DEFINITION_PROXY_TYPE__NAME_GROUP

        static final int DEFINITION_PROXY_TYPE__NAME_GROUP
        The feature id for the 'Name Group' attribute list.
        See Also:
        Constant Field Values
      • DEFINITION_PROXY_TYPE__NAME

        static final int DEFINITION_PROXY_TYPE__NAME
        The feature id for the 'Name' containment reference list.
        See Also:
        Constant Field Values
      • DEFINITION_PROXY_TYPE__ID

        static final int DEFINITION_PROXY_TYPE__ID
        The feature id for the 'Id' attribute.
        See Also:
        Constant Field Values
      • DEFINITION_PROXY_TYPE__DEFINITION_REF

        static final int DEFINITION_PROXY_TYPE__DEFINITION_REF
        The feature id for the 'Definition Ref' containment reference.
        See Also:
        Constant Field Values
      • DEFINITION_PROXY_TYPE_FEATURE_COUNT

        static final int DEFINITION_PROXY_TYPE_FEATURE_COUNT
        The number of structural features of the 'Definition Proxy Type' class.
        See Also:
        Constant Field Values
      • DEFINITION_PROXY_TYPE_OPERATION_COUNT

        static final int DEFINITION_PROXY_TYPE_OPERATION_COUNT
        The number of operations of the 'Definition Proxy Type' class.
        See Also:
        Constant Field Values
      • DEGREES_TYPE__VALUE

        static final int DEGREES_TYPE__VALUE
        The feature id for the 'Value' attribute.
        See Also:
        Constant Field Values
      • DEGREES_TYPE__DIRECTION

        static final int DEGREES_TYPE__DIRECTION
        The feature id for the 'Direction' attribute.
        See Also:
        Constant Field Values
      • DEGREES_TYPE_FEATURE_COUNT

        static final int DEGREES_TYPE_FEATURE_COUNT
        The number of structural features of the 'Degrees Type' class.
        See Also:
        Constant Field Values
      • DEGREES_TYPE_OPERATION_COUNT

        static final int DEGREES_TYPE_OPERATION_COUNT
        The number of operations of the 'Degrees Type' class.
        See Also:
        Constant Field Values
      • DERIVATION_UNIT_TERM_TYPE__UOM

        static final int DERIVATION_UNIT_TERM_TYPE__UOM
        The feature id for the 'Uom' attribute.
        See Also:
        Constant Field Values
      • DERIVATION_UNIT_TERM_TYPE__EXPONENT

        static final int DERIVATION_UNIT_TERM_TYPE__EXPONENT
        The feature id for the 'Exponent' attribute.
        See Also:
        Constant Field Values
      • DERIVATION_UNIT_TERM_TYPE_FEATURE_COUNT

        static final int DERIVATION_UNIT_TERM_TYPE_FEATURE_COUNT
        The number of structural features of the 'Derivation Unit Term Type' class.
        See Also:
        Constant Field Values
      • DERIVATION_UNIT_TERM_TYPE_OPERATION_COUNT

        static final int DERIVATION_UNIT_TERM_TYPE_OPERATION_COUNT
        The number of operations of the 'Derivation Unit Term Type' class.
        See Also:
        Constant Field Values
      • DERIVED_CRS_REF_TYPE__DERIVED_CRS

        static final int DERIVED_CRS_REF_TYPE__DERIVED_CRS
        The feature id for the 'Derived CRS' containment reference.
        See Also:
        Constant Field Values
      • DERIVED_CRS_REF_TYPE__ACTUATE

        static final int DERIVED_CRS_REF_TYPE__ACTUATE
        The feature id for the 'Actuate' attribute.
        See Also:
        Constant Field Values
      • DERIVED_CRS_REF_TYPE__ARCROLE

        static final int DERIVED_CRS_REF_TYPE__ARCROLE
        The feature id for the 'Arcrole' attribute.
        See Also:
        Constant Field Values
      • DERIVED_CRS_REF_TYPE__HREF

        static final int DERIVED_CRS_REF_TYPE__HREF
        The feature id for the 'Href' attribute.
        See Also:
        Constant Field Values
      • DERIVED_CRS_REF_TYPE__REMOTE_SCHEMA

        static final int DERIVED_CRS_REF_TYPE__REMOTE_SCHEMA
        The feature id for the 'Remote Schema' attribute.
        See Also:
        Constant Field Values
      • DERIVED_CRS_REF_TYPE__ROLE

        static final int DERIVED_CRS_REF_TYPE__ROLE
        The feature id for the 'Role' attribute.
        See Also:
        Constant Field Values
      • DERIVED_CRS_REF_TYPE__SHOW

        static final int DERIVED_CRS_REF_TYPE__SHOW
        The feature id for the 'Show' attribute.
        See Also:
        Constant Field Values
      • DERIVED_CRS_REF_TYPE__TITLE

        static final int DERIVED_CRS_REF_TYPE__TITLE
        The feature id for the 'Title' attribute.
        See Also:
        Constant Field Values
      • DERIVED_CRS_REF_TYPE__TYPE

        static final int DERIVED_CRS_REF_TYPE__TYPE
        The feature id for the 'Type' attribute.
        See Also:
        Constant Field Values
      • DERIVED_CRS_REF_TYPE_FEATURE_COUNT

        static final int DERIVED_CRS_REF_TYPE_FEATURE_COUNT
        The number of structural features of the 'Derived CRS Ref Type' class.
        See Also:
        Constant Field Values
      • DERIVED_CRS_REF_TYPE_OPERATION_COUNT

        static final int DERIVED_CRS_REF_TYPE_OPERATION_COUNT
        The number of operations of the 'Derived CRS Ref Type' class.
        See Also:
        Constant Field Values
      • DERIVED_CRS_TYPE__META_DATA_PROPERTY

        static final int DERIVED_CRS_TYPE__META_DATA_PROPERTY
        The feature id for the 'Meta Data Property' containment reference list.
        See Also:
        Constant Field Values
      • DERIVED_CRS_TYPE__DESCRIPTION

        static final int DERIVED_CRS_TYPE__DESCRIPTION
        The feature id for the 'Description' containment reference.
        See Also:
        Constant Field Values
      • DERIVED_CRS_TYPE__NAME_GROUP

        static final int DERIVED_CRS_TYPE__NAME_GROUP
        The feature id for the 'Name Group' attribute list.
        See Also:
        Constant Field Values
      • DERIVED_CRS_TYPE__NAME

        static final int DERIVED_CRS_TYPE__NAME
        The feature id for the 'Name' containment reference list.
        See Also:
        Constant Field Values
      • DERIVED_CRS_TYPE__ID

        static final int DERIVED_CRS_TYPE__ID
        The feature id for the 'Id' attribute.
        See Also:
        Constant Field Values
      • DERIVED_CRS_TYPE__SRS_NAME

        static final int DERIVED_CRS_TYPE__SRS_NAME
        The feature id for the 'Srs Name' containment reference.
        See Also:
        Constant Field Values
      • DERIVED_CRS_TYPE__SRS_ID

        static final int DERIVED_CRS_TYPE__SRS_ID
        The feature id for the 'Srs ID' containment reference list.
        See Also:
        Constant Field Values
      • DERIVED_CRS_TYPE__REMARKS

        static final int DERIVED_CRS_TYPE__REMARKS
        The feature id for the 'Remarks' containment reference.
        See Also:
        Constant Field Values
      • DERIVED_CRS_TYPE__VALID_AREA

        static final int DERIVED_CRS_TYPE__VALID_AREA
        The feature id for the 'Valid Area' containment reference.
        See Also:
        Constant Field Values
      • DERIVED_CRS_TYPE__SCOPE

        static final int DERIVED_CRS_TYPE__SCOPE
        The feature id for the 'Scope' attribute.
        See Also:
        Constant Field Values
      • DERIVED_CRS_TYPE__BASE_CRS

        static final int DERIVED_CRS_TYPE__BASE_CRS
        The feature id for the 'Base CRS' containment reference.
        See Also:
        Constant Field Values
      • DERIVED_CRS_TYPE__DEFINED_BY_CONVERSION

        static final int DERIVED_CRS_TYPE__DEFINED_BY_CONVERSION
        The feature id for the 'Defined By Conversion' containment reference.
        See Also:
        Constant Field Values
      • DERIVED_CRS_TYPE__DERIVED_CRS_TYPE

        static final int DERIVED_CRS_TYPE__DERIVED_CRS_TYPE
        The feature id for the 'Derived CRS Type' containment reference.
        See Also:
        Constant Field Values
      • DERIVED_CRS_TYPE__USES_CS

        static final int DERIVED_CRS_TYPE__USES_CS
        The feature id for the 'Uses CS' containment reference.
        See Also:
        Constant Field Values
      • DERIVED_CRS_TYPE_FEATURE_COUNT

        static final int DERIVED_CRS_TYPE_FEATURE_COUNT
        The number of structural features of the 'Derived CRS Type' class.
        See Also:
        Constant Field Values
      • DERIVED_CRS_TYPE_OPERATION_COUNT

        static final int DERIVED_CRS_TYPE_OPERATION_COUNT
        The number of operations of the 'Derived CRS Type' class.
        See Also:
        Constant Field Values
      • DERIVED_CRS_TYPE_TYPE__VALUE

        static final int DERIVED_CRS_TYPE_TYPE__VALUE
        The feature id for the 'Value' attribute.
        See Also:
        Constant Field Values
      • DERIVED_CRS_TYPE_TYPE__CODE_SPACE

        static final int DERIVED_CRS_TYPE_TYPE__CODE_SPACE
        The feature id for the 'Code Space' attribute.
        See Also:
        Constant Field Values
      • DERIVED_CRS_TYPE_TYPE_FEATURE_COUNT

        static final int DERIVED_CRS_TYPE_TYPE_FEATURE_COUNT
        The number of structural features of the 'Derived CRS Type Type' class.
        See Also:
        Constant Field Values
      • DERIVED_CRS_TYPE_TYPE_OPERATION_COUNT

        static final int DERIVED_CRS_TYPE_TYPE_OPERATION_COUNT
        The number of operations of the 'Derived CRS Type Type' class.
        See Also:
        Constant Field Values
      • DERIVED_UNIT_TYPE__META_DATA_PROPERTY

        static final int DERIVED_UNIT_TYPE__META_DATA_PROPERTY
        The feature id for the 'Meta Data Property' containment reference list.
        See Also:
        Constant Field Values
      • DERIVED_UNIT_TYPE__DESCRIPTION

        static final int DERIVED_UNIT_TYPE__DESCRIPTION
        The feature id for the 'Description' containment reference.
        See Also:
        Constant Field Values
      • DERIVED_UNIT_TYPE__NAME_GROUP

        static final int DERIVED_UNIT_TYPE__NAME_GROUP
        The feature id for the 'Name Group' attribute list.
        See Also:
        Constant Field Values
      • DERIVED_UNIT_TYPE__NAME

        static final int DERIVED_UNIT_TYPE__NAME
        The feature id for the 'Name' containment reference list.
        See Also:
        Constant Field Values
      • DERIVED_UNIT_TYPE__ID

        static final int DERIVED_UNIT_TYPE__ID
        The feature id for the 'Id' attribute.
        See Also:
        Constant Field Values
      • DERIVED_UNIT_TYPE__QUANTITY_TYPE

        static final int DERIVED_UNIT_TYPE__QUANTITY_TYPE
        The feature id for the 'Quantity Type' containment reference.
        See Also:
        Constant Field Values
      • DERIVED_UNIT_TYPE__CATALOG_SYMBOL

        static final int DERIVED_UNIT_TYPE__CATALOG_SYMBOL
        The feature id for the 'Catalog Symbol' containment reference.
        See Also:
        Constant Field Values
      • DERIVED_UNIT_TYPE__DERIVATION_UNIT_TERM

        static final int DERIVED_UNIT_TYPE__DERIVATION_UNIT_TERM
        The feature id for the 'Derivation Unit Term' containment reference list.
        See Also:
        Constant Field Values
      • DERIVED_UNIT_TYPE_FEATURE_COUNT

        static final int DERIVED_UNIT_TYPE_FEATURE_COUNT
        The number of structural features of the 'Derived Unit Type' class.
        See Also:
        Constant Field Values
      • DERIVED_UNIT_TYPE_OPERATION_COUNT

        static final int DERIVED_UNIT_TYPE_OPERATION_COUNT
        The number of operations of the 'Derived Unit Type' class.
        See Also:
        Constant Field Values
      • DICTIONARY_ENTRY_TYPE__DEFINITION_GROUP

        static final int DICTIONARY_ENTRY_TYPE__DEFINITION_GROUP
        The feature id for the 'Definition Group' attribute list.
        See Also:
        Constant Field Values
      • DICTIONARY_ENTRY_TYPE__DEFINITION

        static final int DICTIONARY_ENTRY_TYPE__DEFINITION
        The feature id for the 'Definition' containment reference.
        See Also:
        Constant Field Values
      • DICTIONARY_ENTRY_TYPE__ACTUATE

        static final int DICTIONARY_ENTRY_TYPE__ACTUATE
        The feature id for the 'Actuate' attribute.
        See Also:
        Constant Field Values
      • DICTIONARY_ENTRY_TYPE__ARCROLE

        static final int DICTIONARY_ENTRY_TYPE__ARCROLE
        The feature id for the 'Arcrole' attribute.
        See Also:
        Constant Field Values
      • DICTIONARY_ENTRY_TYPE__HREF

        static final int DICTIONARY_ENTRY_TYPE__HREF
        The feature id for the 'Href' attribute.
        See Also:
        Constant Field Values
      • DICTIONARY_ENTRY_TYPE__REMOTE_SCHEMA

        static final int DICTIONARY_ENTRY_TYPE__REMOTE_SCHEMA
        The feature id for the 'Remote Schema' attribute.
        See Also:
        Constant Field Values
      • DICTIONARY_ENTRY_TYPE__ROLE

        static final int DICTIONARY_ENTRY_TYPE__ROLE
        The feature id for the 'Role' attribute.
        See Also:
        Constant Field Values
      • DICTIONARY_ENTRY_TYPE__SHOW

        static final int DICTIONARY_ENTRY_TYPE__SHOW
        The feature id for the 'Show' attribute.
        See Also:
        Constant Field Values
      • DICTIONARY_ENTRY_TYPE__TITLE

        static final int DICTIONARY_ENTRY_TYPE__TITLE
        The feature id for the 'Title' attribute.
        See Also:
        Constant Field Values
      • DICTIONARY_ENTRY_TYPE__TYPE

        static final int DICTIONARY_ENTRY_TYPE__TYPE
        The feature id for the 'Type' attribute.
        See Also:
        Constant Field Values
      • DICTIONARY_ENTRY_TYPE_FEATURE_COUNT

        static final int DICTIONARY_ENTRY_TYPE_FEATURE_COUNT
        The number of structural features of the 'Dictionary Entry Type' class.
        See Also:
        Constant Field Values
      • DICTIONARY_ENTRY_TYPE_OPERATION_COUNT

        static final int DICTIONARY_ENTRY_TYPE_OPERATION_COUNT
        The number of operations of the 'Dictionary Entry Type' class.
        See Also:
        Constant Field Values
      • DICTIONARY_TYPE__META_DATA_PROPERTY

        static final int DICTIONARY_TYPE__META_DATA_PROPERTY
        The feature id for the 'Meta Data Property' containment reference list.
        See Also:
        Constant Field Values
      • DICTIONARY_TYPE__DESCRIPTION

        static final int DICTIONARY_TYPE__DESCRIPTION
        The feature id for the 'Description' containment reference.
        See Also:
        Constant Field Values
      • DICTIONARY_TYPE__NAME_GROUP

        static final int DICTIONARY_TYPE__NAME_GROUP
        The feature id for the 'Name Group' attribute list.
        See Also:
        Constant Field Values
      • DICTIONARY_TYPE__NAME

        static final int DICTIONARY_TYPE__NAME
        The feature id for the 'Name' containment reference list.
        See Also:
        Constant Field Values
      • DICTIONARY_TYPE__ID

        static final int DICTIONARY_TYPE__ID
        The feature id for the 'Id' attribute.
        See Also:
        Constant Field Values
      • DICTIONARY_TYPE__GROUP

        static final int DICTIONARY_TYPE__GROUP
        The feature id for the 'Group' attribute list.
        See Also:
        Constant Field Values
      • DICTIONARY_TYPE__DICTIONARY_ENTRY_GROUP

        static final int DICTIONARY_TYPE__DICTIONARY_ENTRY_GROUP
        The feature id for the 'Dictionary Entry Group' attribute list.
        See Also:
        Constant Field Values
      • DICTIONARY_TYPE__DICTIONARY_ENTRY

        static final int DICTIONARY_TYPE__DICTIONARY_ENTRY
        The feature id for the 'Dictionary Entry' containment reference list.
        See Also:
        Constant Field Values
      • DICTIONARY_TYPE__INDIRECT_ENTRY

        static final int DICTIONARY_TYPE__INDIRECT_ENTRY
        The feature id for the 'Indirect Entry' containment reference list.
        See Also:
        Constant Field Values
      • DICTIONARY_TYPE_FEATURE_COUNT

        static final int DICTIONARY_TYPE_FEATURE_COUNT
        The number of structural features of the 'Dictionary Type' class.
        See Also:
        Constant Field Values
      • DICTIONARY_TYPE_OPERATION_COUNT

        static final int DICTIONARY_TYPE_OPERATION_COUNT
        The number of operations of the 'Dictionary Type' class.
        See Also:
        Constant Field Values
      • DIRECTED_EDGE_PROPERTY_TYPE__EDGE

        static final int DIRECTED_EDGE_PROPERTY_TYPE__EDGE
        The feature id for the 'Edge' containment reference.
        See Also:
        Constant Field Values
      • DIRECTED_EDGE_PROPERTY_TYPE__ACTUATE

        static final int DIRECTED_EDGE_PROPERTY_TYPE__ACTUATE
        The feature id for the 'Actuate' attribute.
        See Also:
        Constant Field Values
      • DIRECTED_EDGE_PROPERTY_TYPE__ARCROLE

        static final int DIRECTED_EDGE_PROPERTY_TYPE__ARCROLE
        The feature id for the 'Arcrole' attribute.
        See Also:
        Constant Field Values
      • DIRECTED_EDGE_PROPERTY_TYPE__HREF

        static final int DIRECTED_EDGE_PROPERTY_TYPE__HREF
        The feature id for the 'Href' attribute.
        See Also:
        Constant Field Values
      • DIRECTED_EDGE_PROPERTY_TYPE__ORIENTATION

        static final int DIRECTED_EDGE_PROPERTY_TYPE__ORIENTATION
        The feature id for the 'Orientation' attribute.
        See Also:
        Constant Field Values
      • DIRECTED_EDGE_PROPERTY_TYPE__REMOTE_SCHEMA

        static final int DIRECTED_EDGE_PROPERTY_TYPE__REMOTE_SCHEMA
        The feature id for the 'Remote Schema' attribute.
        See Also:
        Constant Field Values
      • DIRECTED_EDGE_PROPERTY_TYPE__ROLE

        static final int DIRECTED_EDGE_PROPERTY_TYPE__ROLE
        The feature id for the 'Role' attribute.
        See Also:
        Constant Field Values
      • DIRECTED_EDGE_PROPERTY_TYPE__SHOW

        static final int DIRECTED_EDGE_PROPERTY_TYPE__SHOW
        The feature id for the 'Show' attribute.
        See Also:
        Constant Field Values
      • DIRECTED_EDGE_PROPERTY_TYPE__TITLE

        static final int DIRECTED_EDGE_PROPERTY_TYPE__TITLE
        The feature id for the 'Title' attribute.
        See Also:
        Constant Field Values
      • DIRECTED_EDGE_PROPERTY_TYPE__TYPE

        static final int DIRECTED_EDGE_PROPERTY_TYPE__TYPE
        The feature id for the 'Type' attribute.
        See Also:
        Constant Field Values
      • DIRECTED_EDGE_PROPERTY_TYPE_FEATURE_COUNT

        static final int DIRECTED_EDGE_PROPERTY_TYPE_FEATURE_COUNT
        The number of structural features of the 'Directed Edge Property Type' class.
        See Also:
        Constant Field Values
      • DIRECTED_EDGE_PROPERTY_TYPE_OPERATION_COUNT

        static final int DIRECTED_EDGE_PROPERTY_TYPE_OPERATION_COUNT
        The number of operations of the 'Directed Edge Property Type' class.
        See Also:
        Constant Field Values
      • DIRECTED_FACE_PROPERTY_TYPE__FACE

        static final int DIRECTED_FACE_PROPERTY_TYPE__FACE
        The feature id for the 'Face' containment reference.
        See Also:
        Constant Field Values
      • DIRECTED_FACE_PROPERTY_TYPE__ACTUATE

        static final int DIRECTED_FACE_PROPERTY_TYPE__ACTUATE
        The feature id for the 'Actuate' attribute.
        See Also:
        Constant Field Values
      • DIRECTED_FACE_PROPERTY_TYPE__ARCROLE

        static final int DIRECTED_FACE_PROPERTY_TYPE__ARCROLE
        The feature id for the 'Arcrole' attribute.
        See Also:
        Constant Field Values
      • DIRECTED_FACE_PROPERTY_TYPE__HREF

        static final int DIRECTED_FACE_PROPERTY_TYPE__HREF
        The feature id for the 'Href' attribute.
        See Also:
        Constant Field Values
      • DIRECTED_FACE_PROPERTY_TYPE__ORIENTATION

        static final int DIRECTED_FACE_PROPERTY_TYPE__ORIENTATION
        The feature id for the 'Orientation' attribute.
        See Also:
        Constant Field Values
      • DIRECTED_FACE_PROPERTY_TYPE__REMOTE_SCHEMA

        static final int DIRECTED_FACE_PROPERTY_TYPE__REMOTE_SCHEMA
        The feature id for the 'Remote Schema' attribute.
        See Also:
        Constant Field Values
      • DIRECTED_FACE_PROPERTY_TYPE__ROLE

        static final int DIRECTED_FACE_PROPERTY_TYPE__ROLE
        The feature id for the 'Role' attribute.
        See Also:
        Constant Field Values
      • DIRECTED_FACE_PROPERTY_TYPE__SHOW

        static final int DIRECTED_FACE_PROPERTY_TYPE__SHOW
        The feature id for the 'Show' attribute.
        See Also:
        Constant Field Values
      • DIRECTED_FACE_PROPERTY_TYPE__TITLE

        static final int DIRECTED_FACE_PROPERTY_TYPE__TITLE
        The feature id for the 'Title' attribute.
        See Also:
        Constant Field Values
      • DIRECTED_FACE_PROPERTY_TYPE__TYPE

        static final int DIRECTED_FACE_PROPERTY_TYPE__TYPE
        The feature id for the 'Type' attribute.
        See Also:
        Constant Field Values
      • DIRECTED_FACE_PROPERTY_TYPE_FEATURE_COUNT

        static final int DIRECTED_FACE_PROPERTY_TYPE_FEATURE_COUNT
        The number of structural features of the 'Directed Face Property Type' class.
        See Also:
        Constant Field Values
      • DIRECTED_FACE_PROPERTY_TYPE_OPERATION_COUNT

        static final int DIRECTED_FACE_PROPERTY_TYPE_OPERATION_COUNT
        The number of operations of the 'Directed Face Property Type' class.
        See Also:
        Constant Field Values
      • DIRECTED_NODE_PROPERTY_TYPE__NODE

        static final int DIRECTED_NODE_PROPERTY_TYPE__NODE
        The feature id for the 'Node' containment reference.
        See Also:
        Constant Field Values
      • DIRECTED_NODE_PROPERTY_TYPE__ACTUATE

        static final int DIRECTED_NODE_PROPERTY_TYPE__ACTUATE
        The feature id for the 'Actuate' attribute.
        See Also:
        Constant Field Values
      • DIRECTED_NODE_PROPERTY_TYPE__ARCROLE

        static final int DIRECTED_NODE_PROPERTY_TYPE__ARCROLE
        The feature id for the 'Arcrole' attribute.
        See Also:
        Constant Field Values
      • DIRECTED_NODE_PROPERTY_TYPE__HREF

        static final int DIRECTED_NODE_PROPERTY_TYPE__HREF
        The feature id for the 'Href' attribute.
        See Also:
        Constant Field Values
      • DIRECTED_NODE_PROPERTY_TYPE__ORIENTATION

        static final int DIRECTED_NODE_PROPERTY_TYPE__ORIENTATION
        The feature id for the 'Orientation' attribute.
        See Also:
        Constant Field Values
      • DIRECTED_NODE_PROPERTY_TYPE__REMOTE_SCHEMA

        static final int DIRECTED_NODE_PROPERTY_TYPE__REMOTE_SCHEMA
        The feature id for the 'Remote Schema' attribute.
        See Also:
        Constant Field Values
      • DIRECTED_NODE_PROPERTY_TYPE__ROLE

        static final int DIRECTED_NODE_PROPERTY_TYPE__ROLE
        The feature id for the 'Role' attribute.
        See Also:
        Constant Field Values
      • DIRECTED_NODE_PROPERTY_TYPE__SHOW

        static final int DIRECTED_NODE_PROPERTY_TYPE__SHOW
        The feature id for the 'Show' attribute.
        See Also:
        Constant Field Values
      • DIRECTED_NODE_PROPERTY_TYPE__TITLE

        static final int DIRECTED_NODE_PROPERTY_TYPE__TITLE
        The feature id for the 'Title' attribute.
        See Also:
        Constant Field Values
      • DIRECTED_NODE_PROPERTY_TYPE__TYPE

        static final int DIRECTED_NODE_PROPERTY_TYPE__TYPE
        The feature id for the 'Type' attribute.
        See Also:
        Constant Field Values
      • DIRECTED_NODE_PROPERTY_TYPE_FEATURE_COUNT

        static final int DIRECTED_NODE_PROPERTY_TYPE_FEATURE_COUNT
        The number of structural features of the 'Directed Node Property Type' class.
        See Also:
        Constant Field Values
      • DIRECTED_NODE_PROPERTY_TYPE_OPERATION_COUNT

        static final int DIRECTED_NODE_PROPERTY_TYPE_OPERATION_COUNT
        The number of operations of the 'Directed Node Property Type' class.
        See Also:
        Constant Field Values
      • OBSERVATION_TYPE__META_DATA_PROPERTY

        static final int OBSERVATION_TYPE__META_DATA_PROPERTY
        The feature id for the 'Meta Data Property' containment reference list.
        See Also:
        Constant Field Values
      • OBSERVATION_TYPE__DESCRIPTION

        static final int OBSERVATION_TYPE__DESCRIPTION
        The feature id for the 'Description' containment reference.
        See Also:
        Constant Field Values
      • OBSERVATION_TYPE__NAME_GROUP

        static final int OBSERVATION_TYPE__NAME_GROUP
        The feature id for the 'Name Group' attribute list.
        See Also:
        Constant Field Values
      • OBSERVATION_TYPE__NAME

        static final int OBSERVATION_TYPE__NAME
        The feature id for the 'Name' containment reference list.
        See Also:
        Constant Field Values
      • OBSERVATION_TYPE__ID

        static final int OBSERVATION_TYPE__ID
        The feature id for the 'Id' attribute.
        See Also:
        Constant Field Values
      • OBSERVATION_TYPE__BOUNDED_BY

        static final int OBSERVATION_TYPE__BOUNDED_BY
        The feature id for the 'Bounded By' containment reference.
        See Also:
        Constant Field Values
      • OBSERVATION_TYPE__LOCATION_GROUP

        static final int OBSERVATION_TYPE__LOCATION_GROUP
        The feature id for the 'Location Group' attribute list.
        See Also:
        Constant Field Values
      • OBSERVATION_TYPE__LOCATION

        static final int OBSERVATION_TYPE__LOCATION
        The feature id for the 'Location' containment reference.
        See Also:
        Constant Field Values
      • OBSERVATION_TYPE__VALID_TIME

        static final int OBSERVATION_TYPE__VALID_TIME
        The feature id for the 'Valid Time' containment reference.
        See Also:
        Constant Field Values
      • OBSERVATION_TYPE__USING

        static final int OBSERVATION_TYPE__USING
        The feature id for the 'Using' containment reference.
        See Also:
        Constant Field Values
      • OBSERVATION_TYPE__TARGET_GROUP

        static final int OBSERVATION_TYPE__TARGET_GROUP
        The feature id for the 'Target Group' attribute list.
        See Also:
        Constant Field Values
      • OBSERVATION_TYPE__TARGET

        static final int OBSERVATION_TYPE__TARGET
        The feature id for the 'Target' containment reference.
        See Also:
        Constant Field Values
      • OBSERVATION_TYPE__RESULT_OF

        static final int OBSERVATION_TYPE__RESULT_OF
        The feature id for the 'Result Of' containment reference.
        See Also:
        Constant Field Values
      • OBSERVATION_TYPE_FEATURE_COUNT

        static final int OBSERVATION_TYPE_FEATURE_COUNT
        The number of structural features of the 'Observation Type' class.
        See Also:
        Constant Field Values
      • OBSERVATION_TYPE_OPERATION_COUNT

        static final int OBSERVATION_TYPE_OPERATION_COUNT
        The number of operations of the 'Observation Type' class.
        See Also:
        Constant Field Values
      • DIRECTED_OBSERVATION_TYPE__META_DATA_PROPERTY

        static final int DIRECTED_OBSERVATION_TYPE__META_DATA_PROPERTY
        The feature id for the 'Meta Data Property' containment reference list.
        See Also:
        Constant Field Values
      • DIRECTED_OBSERVATION_TYPE__DESCRIPTION

        static final int DIRECTED_OBSERVATION_TYPE__DESCRIPTION
        The feature id for the 'Description' containment reference.
        See Also:
        Constant Field Values
      • DIRECTED_OBSERVATION_TYPE__NAME_GROUP

        static final int DIRECTED_OBSERVATION_TYPE__NAME_GROUP
        The feature id for the 'Name Group' attribute list.
        See Also:
        Constant Field Values
      • DIRECTED_OBSERVATION_TYPE__NAME

        static final int DIRECTED_OBSERVATION_TYPE__NAME
        The feature id for the 'Name' containment reference list.
        See Also:
        Constant Field Values
      • DIRECTED_OBSERVATION_TYPE__ID

        static final int DIRECTED_OBSERVATION_TYPE__ID
        The feature id for the 'Id' attribute.
        See Also:
        Constant Field Values
      • DIRECTED_OBSERVATION_TYPE__BOUNDED_BY

        static final int DIRECTED_OBSERVATION_TYPE__BOUNDED_BY
        The feature id for the 'Bounded By' containment reference.
        See Also:
        Constant Field Values
      • DIRECTED_OBSERVATION_TYPE__LOCATION_GROUP

        static final int DIRECTED_OBSERVATION_TYPE__LOCATION_GROUP
        The feature id for the 'Location Group' attribute list.
        See Also:
        Constant Field Values
      • DIRECTED_OBSERVATION_TYPE__LOCATION

        static final int DIRECTED_OBSERVATION_TYPE__LOCATION
        The feature id for the 'Location' containment reference.
        See Also:
        Constant Field Values
      • DIRECTED_OBSERVATION_TYPE__VALID_TIME

        static final int DIRECTED_OBSERVATION_TYPE__VALID_TIME
        The feature id for the 'Valid Time' containment reference.
        See Also:
        Constant Field Values
      • DIRECTED_OBSERVATION_TYPE__USING

        static final int DIRECTED_OBSERVATION_TYPE__USING
        The feature id for the 'Using' containment reference.
        See Also:
        Constant Field Values
      • DIRECTED_OBSERVATION_TYPE__TARGET_GROUP

        static final int DIRECTED_OBSERVATION_TYPE__TARGET_GROUP
        The feature id for the 'Target Group' attribute list.
        See Also:
        Constant Field Values
      • DIRECTED_OBSERVATION_TYPE__TARGET

        static final int DIRECTED_OBSERVATION_TYPE__TARGET
        The feature id for the 'Target' containment reference.
        See Also:
        Constant Field Values
      • DIRECTED_OBSERVATION_TYPE__RESULT_OF

        static final int DIRECTED_OBSERVATION_TYPE__RESULT_OF
        The feature id for the 'Result Of' containment reference.
        See Also:
        Constant Field Values
      • DIRECTED_OBSERVATION_TYPE__DIRECTION

        static final int DIRECTED_OBSERVATION_TYPE__DIRECTION
        The feature id for the 'Direction' containment reference.
        See Also:
        Constant Field Values
      • DIRECTED_OBSERVATION_TYPE_FEATURE_COUNT

        static final int DIRECTED_OBSERVATION_TYPE_FEATURE_COUNT
        The number of structural features of the 'Directed Observation Type' class.
        See Also:
        Constant Field Values
      • DIRECTED_OBSERVATION_TYPE_OPERATION_COUNT

        static final int DIRECTED_OBSERVATION_TYPE_OPERATION_COUNT
        The number of operations of the 'Directed Observation Type' class.
        See Also:
        Constant Field Values
      • DIRECTED_OBSERVATION_AT_DISTANCE_TYPE__META_DATA_PROPERTY

        static final int DIRECTED_OBSERVATION_AT_DISTANCE_TYPE__META_DATA_PROPERTY
        The feature id for the 'Meta Data Property' containment reference list.
        See Also:
        Constant Field Values
      • DIRECTED_OBSERVATION_AT_DISTANCE_TYPE__DESCRIPTION

        static final int DIRECTED_OBSERVATION_AT_DISTANCE_TYPE__DESCRIPTION
        The feature id for the 'Description' containment reference.
        See Also:
        Constant Field Values
      • DIRECTED_OBSERVATION_AT_DISTANCE_TYPE__NAME_GROUP

        static final int DIRECTED_OBSERVATION_AT_DISTANCE_TYPE__NAME_GROUP
        The feature id for the 'Name Group' attribute list.
        See Also:
        Constant Field Values
      • DIRECTED_OBSERVATION_AT_DISTANCE_TYPE__NAME

        static final int DIRECTED_OBSERVATION_AT_DISTANCE_TYPE__NAME
        The feature id for the 'Name' containment reference list.
        See Also:
        Constant Field Values
      • DIRECTED_OBSERVATION_AT_DISTANCE_TYPE__ID

        static final int DIRECTED_OBSERVATION_AT_DISTANCE_TYPE__ID
        The feature id for the 'Id' attribute.
        See Also:
        Constant Field Values
      • DIRECTED_OBSERVATION_AT_DISTANCE_TYPE__BOUNDED_BY

        static final int DIRECTED_OBSERVATION_AT_DISTANCE_TYPE__BOUNDED_BY
        The feature id for the 'Bounded By' containment reference.
        See Also:
        Constant Field Values
      • DIRECTED_OBSERVATION_AT_DISTANCE_TYPE__LOCATION_GROUP

        static final int DIRECTED_OBSERVATION_AT_DISTANCE_TYPE__LOCATION_GROUP
        The feature id for the 'Location Group' attribute list.
        See Also:
        Constant Field Values
      • DIRECTED_OBSERVATION_AT_DISTANCE_TYPE__LOCATION

        static final int DIRECTED_OBSERVATION_AT_DISTANCE_TYPE__LOCATION
        The feature id for the 'Location' containment reference.
        See Also:
        Constant Field Values
      • DIRECTED_OBSERVATION_AT_DISTANCE_TYPE__VALID_TIME

        static final int DIRECTED_OBSERVATION_AT_DISTANCE_TYPE__VALID_TIME
        The feature id for the 'Valid Time' containment reference.
        See Also:
        Constant Field Values
      • DIRECTED_OBSERVATION_AT_DISTANCE_TYPE__USING

        static final int DIRECTED_OBSERVATION_AT_DISTANCE_TYPE__USING
        The feature id for the 'Using' containment reference.
        See Also:
        Constant Field Values
      • DIRECTED_OBSERVATION_AT_DISTANCE_TYPE__TARGET_GROUP

        static final int DIRECTED_OBSERVATION_AT_DISTANCE_TYPE__TARGET_GROUP
        The feature id for the 'Target Group' attribute list.
        See Also:
        Constant Field Values
      • DIRECTED_OBSERVATION_AT_DISTANCE_TYPE__TARGET

        static final int DIRECTED_OBSERVATION_AT_DISTANCE_TYPE__TARGET
        The feature id for the 'Target' containment reference.
        See Also:
        Constant Field Values
      • DIRECTED_OBSERVATION_AT_DISTANCE_TYPE__RESULT_OF

        static final int DIRECTED_OBSERVATION_AT_DISTANCE_TYPE__RESULT_OF
        The feature id for the 'Result Of' containment reference.
        See Also:
        Constant Field Values
      • DIRECTED_OBSERVATION_AT_DISTANCE_TYPE__DIRECTION

        static final int DIRECTED_OBSERVATION_AT_DISTANCE_TYPE__DIRECTION
        The feature id for the 'Direction' containment reference.
        See Also:
        Constant Field Values
      • DIRECTED_OBSERVATION_AT_DISTANCE_TYPE__DISTANCE

        static final int DIRECTED_OBSERVATION_AT_DISTANCE_TYPE__DISTANCE
        The feature id for the 'Distance' containment reference.
        See Also:
        Constant Field Values
      • DIRECTED_OBSERVATION_AT_DISTANCE_TYPE_FEATURE_COUNT

        static final int DIRECTED_OBSERVATION_AT_DISTANCE_TYPE_FEATURE_COUNT
        The number of structural features of the 'Directed Observation At Distance Type' class.
        See Also:
        Constant Field Values
      • DIRECTED_OBSERVATION_AT_DISTANCE_TYPE_OPERATION_COUNT

        static final int DIRECTED_OBSERVATION_AT_DISTANCE_TYPE_OPERATION_COUNT
        The number of operations of the 'Directed Observation At Distance Type' class.
        See Also:
        Constant Field Values
      • DIRECTED_TOPO_SOLID_PROPERTY_TYPE__TOPO_SOLID

        static final int DIRECTED_TOPO_SOLID_PROPERTY_TYPE__TOPO_SOLID
        The feature id for the 'Topo Solid' containment reference.
        See Also:
        Constant Field Values
      • DIRECTED_TOPO_SOLID_PROPERTY_TYPE__ACTUATE

        static final int DIRECTED_TOPO_SOLID_PROPERTY_TYPE__ACTUATE
        The feature id for the 'Actuate' attribute.
        See Also:
        Constant Field Values
      • DIRECTED_TOPO_SOLID_PROPERTY_TYPE__ARCROLE

        static final int DIRECTED_TOPO_SOLID_PROPERTY_TYPE__ARCROLE
        The feature id for the 'Arcrole' attribute.
        See Also:
        Constant Field Values
      • DIRECTED_TOPO_SOLID_PROPERTY_TYPE__HREF

        static final int DIRECTED_TOPO_SOLID_PROPERTY_TYPE__HREF
        The feature id for the 'Href' attribute.
        See Also:
        Constant Field Values
      • DIRECTED_TOPO_SOLID_PROPERTY_TYPE__ORIENTATION

        static final int DIRECTED_TOPO_SOLID_PROPERTY_TYPE__ORIENTATION
        The feature id for the 'Orientation' attribute.
        See Also:
        Constant Field Values
      • DIRECTED_TOPO_SOLID_PROPERTY_TYPE__REMOTE_SCHEMA

        static final int DIRECTED_TOPO_SOLID_PROPERTY_TYPE__REMOTE_SCHEMA
        The feature id for the 'Remote Schema' attribute.
        See Also:
        Constant Field Values
      • DIRECTED_TOPO_SOLID_PROPERTY_TYPE__ROLE

        static final int DIRECTED_TOPO_SOLID_PROPERTY_TYPE__ROLE
        The feature id for the 'Role' attribute.
        See Also:
        Constant Field Values
      • DIRECTED_TOPO_SOLID_PROPERTY_TYPE__SHOW

        static final int DIRECTED_TOPO_SOLID_PROPERTY_TYPE__SHOW
        The feature id for the 'Show' attribute.
        See Also:
        Constant Field Values
      • DIRECTED_TOPO_SOLID_PROPERTY_TYPE__TITLE

        static final int DIRECTED_TOPO_SOLID_PROPERTY_TYPE__TITLE
        The feature id for the 'Title' attribute.
        See Also:
        Constant Field Values
      • DIRECTED_TOPO_SOLID_PROPERTY_TYPE__TYPE

        static final int DIRECTED_TOPO_SOLID_PROPERTY_TYPE__TYPE
        The feature id for the 'Type' attribute.
        See Also:
        Constant Field Values
      • DIRECTED_TOPO_SOLID_PROPERTY_TYPE_FEATURE_COUNT

        static final int DIRECTED_TOPO_SOLID_PROPERTY_TYPE_FEATURE_COUNT
        The number of structural features of the 'Directed Topo Solid Property Type' class.
        See Also:
        Constant Field Values
      • DIRECTED_TOPO_SOLID_PROPERTY_TYPE_OPERATION_COUNT

        static final int DIRECTED_TOPO_SOLID_PROPERTY_TYPE_OPERATION_COUNT
        The number of operations of the 'Directed Topo Solid Property Type' class.
        See Also:
        Constant Field Values
      • DIRECTION_PROPERTY_TYPE__DIRECTION_VECTOR

        static final int DIRECTION_PROPERTY_TYPE__DIRECTION_VECTOR
        The feature id for the 'Direction Vector' containment reference.
        See Also:
        Constant Field Values
      • DIRECTION_PROPERTY_TYPE__COMPASS_POINT

        static final int DIRECTION_PROPERTY_TYPE__COMPASS_POINT
        The feature id for the 'Compass Point' attribute.
        See Also:
        Constant Field Values
      • DIRECTION_PROPERTY_TYPE__DIRECTION_KEYWORD

        static final int DIRECTION_PROPERTY_TYPE__DIRECTION_KEYWORD
        The feature id for the 'Direction Keyword' containment reference.
        See Also:
        Constant Field Values
      • DIRECTION_PROPERTY_TYPE__DIRECTION_STRING

        static final int DIRECTION_PROPERTY_TYPE__DIRECTION_STRING
        The feature id for the 'Direction String' containment reference.
        See Also:
        Constant Field Values
      • DIRECTION_PROPERTY_TYPE__ACTUATE

        static final int DIRECTION_PROPERTY_TYPE__ACTUATE
        The feature id for the 'Actuate' attribute.
        See Also:
        Constant Field Values
      • DIRECTION_PROPERTY_TYPE__ARCROLE

        static final int DIRECTION_PROPERTY_TYPE__ARCROLE
        The feature id for the 'Arcrole' attribute.
        See Also:
        Constant Field Values
      • DIRECTION_PROPERTY_TYPE__HREF

        static final int DIRECTION_PROPERTY_TYPE__HREF
        The feature id for the 'Href' attribute.
        See Also:
        Constant Field Values
      • DIRECTION_PROPERTY_TYPE__REMOTE_SCHEMA

        static final int DIRECTION_PROPERTY_TYPE__REMOTE_SCHEMA
        The feature id for the 'Remote Schema' attribute.
        See Also:
        Constant Field Values
      • DIRECTION_PROPERTY_TYPE__ROLE

        static final int DIRECTION_PROPERTY_TYPE__ROLE
        The feature id for the 'Role' attribute.
        See Also:
        Constant Field Values
      • DIRECTION_PROPERTY_TYPE__SHOW

        static final int DIRECTION_PROPERTY_TYPE__SHOW
        The feature id for the 'Show' attribute.
        See Also:
        Constant Field Values
      • DIRECTION_PROPERTY_TYPE__TITLE

        static final int DIRECTION_PROPERTY_TYPE__TITLE
        The feature id for the 'Title' attribute.
        See Also:
        Constant Field Values
      • DIRECTION_PROPERTY_TYPE__TYPE

        static final int DIRECTION_PROPERTY_TYPE__TYPE
        The feature id for the 'Type' attribute.
        See Also:
        Constant Field Values
      • DIRECTION_PROPERTY_TYPE_FEATURE_COUNT

        static final int DIRECTION_PROPERTY_TYPE_FEATURE_COUNT
        The number of structural features of the 'Direction Property Type' class.
        See Also:
        Constant Field Values
      • DIRECTION_PROPERTY_TYPE_OPERATION_COUNT

        static final int DIRECTION_PROPERTY_TYPE_OPERATION_COUNT
        The number of operations of the 'Direction Property Type' class.
        See Also:
        Constant Field Values
      • DIRECTION_VECTOR_TYPE__VECTOR

        static final int DIRECTION_VECTOR_TYPE__VECTOR
        The feature id for the 'Vector' containment reference.
        See Also:
        Constant Field Values
      • DIRECTION_VECTOR_TYPE__HORIZONTAL_ANGLE

        static final int DIRECTION_VECTOR_TYPE__HORIZONTAL_ANGLE
        The feature id for the 'Horizontal Angle' containment reference.
        See Also:
        Constant Field Values
      • DIRECTION_VECTOR_TYPE__VERTICAL_ANGLE

        static final int DIRECTION_VECTOR_TYPE__VERTICAL_ANGLE
        The feature id for the 'Vertical Angle' containment reference.
        See Also:
        Constant Field Values
      • DIRECTION_VECTOR_TYPE_FEATURE_COUNT

        static final int DIRECTION_VECTOR_TYPE_FEATURE_COUNT
        The number of structural features of the 'Direction Vector Type' class.
        See Also:
        Constant Field Values
      • DIRECTION_VECTOR_TYPE_OPERATION_COUNT

        static final int DIRECTION_VECTOR_TYPE_OPERATION_COUNT
        The number of operations of the 'Direction Vector Type' class.
        See Also:
        Constant Field Values
      • DIRECT_POSITION_LIST_TYPE__VALUE

        static final int DIRECT_POSITION_LIST_TYPE__VALUE
        The feature id for the 'Value' attribute.
        See Also:
        Constant Field Values
      • DIRECT_POSITION_LIST_TYPE__AXIS_LABELS

        static final int DIRECT_POSITION_LIST_TYPE__AXIS_LABELS
        The feature id for the 'Axis Labels' attribute.
        See Also:
        Constant Field Values
      • DIRECT_POSITION_LIST_TYPE__COUNT

        static final int DIRECT_POSITION_LIST_TYPE__COUNT
        The feature id for the 'Count' attribute.
        See Also:
        Constant Field Values
      • DIRECT_POSITION_LIST_TYPE__SRS_DIMENSION

        static final int DIRECT_POSITION_LIST_TYPE__SRS_DIMENSION
        The feature id for the 'Srs Dimension' attribute.
        See Also:
        Constant Field Values
      • DIRECT_POSITION_LIST_TYPE__SRS_NAME

        static final int DIRECT_POSITION_LIST_TYPE__SRS_NAME
        The feature id for the 'Srs Name' attribute.
        See Also:
        Constant Field Values
      • DIRECT_POSITION_LIST_TYPE__UOM_LABELS

        static final int DIRECT_POSITION_LIST_TYPE__UOM_LABELS
        The feature id for the 'Uom Labels' attribute.
        See Also:
        Constant Field Values
      • DIRECT_POSITION_LIST_TYPE_FEATURE_COUNT

        static final int DIRECT_POSITION_LIST_TYPE_FEATURE_COUNT
        The number of structural features of the 'Direct Position List Type' class.
        See Also:
        Constant Field Values
      • DIRECT_POSITION_LIST_TYPE_OPERATION_COUNT

        static final int DIRECT_POSITION_LIST_TYPE_OPERATION_COUNT
        The number of operations of the 'Direct Position List Type' class.
        See Also:
        Constant Field Values
      • DIRECT_POSITION_TYPE__VALUE

        static final int DIRECT_POSITION_TYPE__VALUE
        The feature id for the 'Value' attribute.
        See Also:
        Constant Field Values
      • DIRECT_POSITION_TYPE__AXIS_LABELS

        static final int DIRECT_POSITION_TYPE__AXIS_LABELS
        The feature id for the 'Axis Labels' attribute.
        See Also:
        Constant Field Values
      • DIRECT_POSITION_TYPE__SRS_DIMENSION

        static final int DIRECT_POSITION_TYPE__SRS_DIMENSION
        The feature id for the 'Srs Dimension' attribute.
        See Also:
        Constant Field Values
      • DIRECT_POSITION_TYPE__SRS_NAME

        static final int DIRECT_POSITION_TYPE__SRS_NAME
        The feature id for the 'Srs Name' attribute.
        See Also:
        Constant Field Values
      • DIRECT_POSITION_TYPE__UOM_LABELS

        static final int DIRECT_POSITION_TYPE__UOM_LABELS
        The feature id for the 'Uom Labels' attribute.
        See Also:
        Constant Field Values
      • DIRECT_POSITION_TYPE_FEATURE_COUNT

        static final int DIRECT_POSITION_TYPE_FEATURE_COUNT
        The number of structural features of the 'Direct Position Type' class.
        See Also:
        Constant Field Values
      • DIRECT_POSITION_TYPE_OPERATION_COUNT

        static final int DIRECT_POSITION_TYPE_OPERATION_COUNT
        The number of operations of the 'Direct Position Type' class.
        See Also:
        Constant Field Values
      • DMS_ANGLE_TYPE__DEGREES

        static final int DMS_ANGLE_TYPE__DEGREES
        The feature id for the 'Degrees' containment reference.
        See Also:
        Constant Field Values
      • DMS_ANGLE_TYPE__DECIMAL_MINUTES

        static final int DMS_ANGLE_TYPE__DECIMAL_MINUTES
        The feature id for the 'Decimal Minutes' attribute.
        See Also:
        Constant Field Values
      • DMS_ANGLE_TYPE__MINUTES

        static final int DMS_ANGLE_TYPE__MINUTES
        The feature id for the 'Minutes' attribute.
        See Also:
        Constant Field Values
      • DMS_ANGLE_TYPE__SECONDS

        static final int DMS_ANGLE_TYPE__SECONDS
        The feature id for the 'Seconds' attribute.
        See Also:
        Constant Field Values
      • DMS_ANGLE_TYPE_FEATURE_COUNT

        static final int DMS_ANGLE_TYPE_FEATURE_COUNT
        The number of structural features of the 'DMS Angle Type' class.
        See Also:
        Constant Field Values
      • DMS_ANGLE_TYPE_OPERATION_COUNT

        static final int DMS_ANGLE_TYPE_OPERATION_COUNT
        The number of operations of the 'DMS Angle Type' class.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__MIXED

        static final int DOCUMENT_ROOT__MIXED
        The feature id for the 'Mixed' attribute list.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__XMLNS_PREFIX_MAP

        static final int DOCUMENT_ROOT__XMLNS_PREFIX_MAP
        The feature id for the 'XMLNS Prefix Map' map.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__XSI_SCHEMA_LOCATION

        static final int DOCUMENT_ROOT__XSI_SCHEMA_LOCATION
        The feature id for the 'XSI Schema Location' map.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__ASSOCIATION

        static final int DOCUMENT_ROOT__ASSOCIATION
        The feature id for the 'Association' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__CONTINUOUS_COVERAGE

        static final int DOCUMENT_ROOT__CONTINUOUS_COVERAGE
        The feature id for the 'Continuous Coverage' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__COVERAGE

        static final int DOCUMENT_ROOT__COVERAGE
        The feature id for the 'Coverage' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__FEATURE

        static final int DOCUMENT_ROOT__FEATURE
        The feature id for the 'Feature' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__GML

        static final int DOCUMENT_ROOT__GML
        The feature id for the 'GML' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__OBJECT

        static final int DOCUMENT_ROOT__OBJECT
        The feature id for the 'Object' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__COORDINATE_OPERATION

        static final int DOCUMENT_ROOT__COORDINATE_OPERATION
        The feature id for the 'Coordinate Operation' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__DEFINITION

        static final int DOCUMENT_ROOT__DEFINITION
        The feature id for the 'Definition' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__COORDINATE_REFERENCE_SYSTEM

        static final int DOCUMENT_ROOT__COORDINATE_REFERENCE_SYSTEM
        The feature id for the 'Coordinate Reference System' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__CRS

        static final int DOCUMENT_ROOT__CRS
        The feature id for the 'CRS' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__REFERENCE_SYSTEM

        static final int DOCUMENT_ROOT__REFERENCE_SYSTEM
        The feature id for the 'Reference System' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__COORDINATE_SYSTEM

        static final int DOCUMENT_ROOT__COORDINATE_SYSTEM
        The feature id for the 'Coordinate System' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__CURVE

        static final int DOCUMENT_ROOT__CURVE
        The feature id for the 'Curve' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__GEOMETRIC_PRIMITIVE

        static final int DOCUMENT_ROOT__GEOMETRIC_PRIMITIVE
        The feature id for the 'Geometric Primitive' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__GEOMETRY

        static final int DOCUMENT_ROOT__GEOMETRY
        The feature id for the 'Geometry' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__CURVE_SEGMENT

        static final int DOCUMENT_ROOT__CURVE_SEGMENT
        The feature id for the 'Curve Segment' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__DATUM

        static final int DOCUMENT_ROOT__DATUM
        The feature id for the 'Datum' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__DISCRETE_COVERAGE

        static final int DOCUMENT_ROOT__DISCRETE_COVERAGE
        The feature id for the 'Discrete Coverage' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__FEATURE_COLLECTION

        static final int DOCUMENT_ROOT__FEATURE_COLLECTION
        The feature id for the 'Feature Collection' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__GENERAL_CONVERSION

        static final int DOCUMENT_ROOT__GENERAL_CONVERSION
        The feature id for the 'General Conversion' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__OPERATION

        static final int DOCUMENT_ROOT__OPERATION
        The feature id for the 'Operation' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__SINGLE_OPERATION

        static final int DOCUMENT_ROOT__SINGLE_OPERATION
        The feature id for the 'Single Operation' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__GENERAL_DERIVED_CRS

        static final int DOCUMENT_ROOT__GENERAL_DERIVED_CRS
        The feature id for the 'General Derived CRS' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__GENERAL_OPERATION_PARAMETER

        static final int DOCUMENT_ROOT__GENERAL_OPERATION_PARAMETER
        The feature id for the 'General Operation Parameter' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__GENERAL_PARAMETER_VALUE

        static final int DOCUMENT_ROOT__GENERAL_PARAMETER_VALUE
        The feature id for the 'General Parameter Value' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__GENERAL_TRANSFORMATION

        static final int DOCUMENT_ROOT__GENERAL_TRANSFORMATION
        The feature id for the 'General Transformation' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__GEOMETRIC_AGGREGATE

        static final int DOCUMENT_ROOT__GEOMETRIC_AGGREGATE
        The feature id for the 'Geometric Aggregate' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__GRIDDED_SURFACE

        static final int DOCUMENT_ROOT__GRIDDED_SURFACE
        The feature id for the 'Gridded Surface' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__PARAMETRIC_CURVE_SURFACE

        static final int DOCUMENT_ROOT__PARAMETRIC_CURVE_SURFACE
        The feature id for the 'Parametric Curve Surface' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__SURFACE_PATCH

        static final int DOCUMENT_ROOT__SURFACE_PATCH
        The feature id for the 'Surface Patch' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__IMPLICIT_GEOMETRY

        static final int DOCUMENT_ROOT__IMPLICIT_GEOMETRY
        The feature id for the 'Implicit Geometry' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__META_DATA

        static final int DOCUMENT_ROOT__META_DATA
        The feature id for the 'Meta Data' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__POSITIONAL_ACCURACY

        static final int DOCUMENT_ROOT__POSITIONAL_ACCURACY
        The feature id for the 'Positional Accuracy' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__REFERENCE

        static final int DOCUMENT_ROOT__REFERENCE
        The feature id for the 'Reference' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__RING

        static final int DOCUMENT_ROOT__RING
        The feature id for the 'Ring' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__SOLID

        static final int DOCUMENT_ROOT__SOLID
        The feature id for the 'Solid' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__STRICT_ASSOCIATION

        static final int DOCUMENT_ROOT__STRICT_ASSOCIATION
        The feature id for the 'Strict Association' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__STYLE

        static final int DOCUMENT_ROOT__STYLE
        The feature id for the 'Style' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__SURFACE

        static final int DOCUMENT_ROOT__SURFACE
        The feature id for the 'Surface' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__TIME_COMPLEX

        static final int DOCUMENT_ROOT__TIME_COMPLEX
        The feature id for the 'Time Complex' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__TIME_OBJECT

        static final int DOCUMENT_ROOT__TIME_OBJECT
        The feature id for the 'Time Object' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__TIME_GEOMETRIC_PRIMITIVE

        static final int DOCUMENT_ROOT__TIME_GEOMETRIC_PRIMITIVE
        The feature id for the 'Time Geometric Primitive' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__TIME_PRIMITIVE

        static final int DOCUMENT_ROOT__TIME_PRIMITIVE
        The feature id for the 'Time Primitive' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__TIME_REFERENCE_SYSTEM

        static final int DOCUMENT_ROOT__TIME_REFERENCE_SYSTEM
        The feature id for the 'Time Reference System' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__TIME_SLICE

        static final int DOCUMENT_ROOT__TIME_SLICE
        The feature id for the 'Time Slice' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__TIME_TOPOLOGY_PRIMITIVE

        static final int DOCUMENT_ROOT__TIME_TOPOLOGY_PRIMITIVE
        The feature id for the 'Time Topology Primitive' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__TOPOLOGY

        static final int DOCUMENT_ROOT__TOPOLOGY
        The feature id for the 'Topology' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__TOPO_PRIMITIVE

        static final int DOCUMENT_ROOT__TOPO_PRIMITIVE
        The feature id for the 'Topo Primitive' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__ABSOLUTE_EXTERNAL_POSITIONAL_ACCURACY

        static final int DOCUMENT_ROOT__ABSOLUTE_EXTERNAL_POSITIONAL_ACCURACY
        The feature id for the 'Absolute External Positional Accuracy' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__ABSTRACT_GENERAL_OPERATION_PARAMETER_REF

        static final int DOCUMENT_ROOT__ABSTRACT_GENERAL_OPERATION_PARAMETER_REF
        The feature id for the 'Abstract General Operation Parameter Ref' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__AFFINE_PLACEMENT

        static final int DOCUMENT_ROOT__AFFINE_PLACEMENT
        The feature id for the 'Affine Placement' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__ANCHOR_POINT

        static final int DOCUMENT_ROOT__ANCHOR_POINT
        The feature id for the 'Anchor Point' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__ANGLE

        static final int DOCUMENT_ROOT__ANGLE
        The feature id for the 'Angle' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__ARC

        static final int DOCUMENT_ROOT__ARC
        The feature id for the 'Arc' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__ARC_STRING

        static final int DOCUMENT_ROOT__ARC_STRING
        The feature id for the 'Arc String' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__ARC_BY_BULGE

        static final int DOCUMENT_ROOT__ARC_BY_BULGE
        The feature id for the 'Arc By Bulge' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__ARC_STRING_BY_BULGE

        static final int DOCUMENT_ROOT__ARC_STRING_BY_BULGE
        The feature id for the 'Arc String By Bulge' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__ARC_BY_CENTER_POINT

        static final int DOCUMENT_ROOT__ARC_BY_CENTER_POINT
        The feature id for the 'Arc By Center Point' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__ARRAY

        static final int DOCUMENT_ROOT__ARRAY
        The feature id for the 'Array' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__AXIS_ABBREV

        static final int DOCUMENT_ROOT__AXIS_ABBREV
        The feature id for the 'Axis Abbrev' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__AXIS_DIRECTION

        static final int DOCUMENT_ROOT__AXIS_DIRECTION
        The feature id for the 'Axis Direction' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__AXIS_ID

        static final int DOCUMENT_ROOT__AXIS_ID
        The feature id for the 'Axis ID' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__BAG

        static final int DOCUMENT_ROOT__BAG
        The feature id for the 'Bag' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__BASE_CRS

        static final int DOCUMENT_ROOT__BASE_CRS
        The feature id for the 'Base CRS' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__BASE_CURVE

        static final int DOCUMENT_ROOT__BASE_CURVE
        The feature id for the 'Base Curve' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__BASE_SURFACE

        static final int DOCUMENT_ROOT__BASE_SURFACE
        The feature id for the 'Base Surface' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__BASE_UNIT

        static final int DOCUMENT_ROOT__BASE_UNIT
        The feature id for the 'Base Unit' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__UNIT_DEFINITION

        static final int DOCUMENT_ROOT__UNIT_DEFINITION
        The feature id for the 'Unit Definition' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__BEZIER

        static final int DOCUMENT_ROOT__BEZIER
        The feature id for the 'Bezier' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__BSPLINE

        static final int DOCUMENT_ROOT__BSPLINE
        The feature id for the 'BSpline' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__BOOLEAN

        static final int DOCUMENT_ROOT__BOOLEAN
        The feature id for the 'Boolean' attribute.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__BOOLEAN_LIST

        static final int DOCUMENT_ROOT__BOOLEAN_LIST
        The feature id for the 'Boolean List' attribute.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__BOOLEAN_VALUE

        static final int DOCUMENT_ROOT__BOOLEAN_VALUE
        The feature id for the 'Boolean Value' attribute.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__BOUNDED_BY

        static final int DOCUMENT_ROOT__BOUNDED_BY
        The feature id for the 'Bounded By' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__BOUNDING_BOX

        static final int DOCUMENT_ROOT__BOUNDING_BOX
        The feature id for the 'Bounding Box' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__BOUNDING_POLYGON

        static final int DOCUMENT_ROOT__BOUNDING_POLYGON
        The feature id for the 'Bounding Polygon' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__CARTESIAN_CS

        static final int DOCUMENT_ROOT__CARTESIAN_CS
        The feature id for the 'Cartesian CS' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__CARTESIAN_CS_REF

        static final int DOCUMENT_ROOT__CARTESIAN_CS_REF
        The feature id for the 'Cartesian CS Ref' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__CATALOG_SYMBOL

        static final int DOCUMENT_ROOT__CATALOG_SYMBOL
        The feature id for the 'Catalog Symbol' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__CATEGORY

        static final int DOCUMENT_ROOT__CATEGORY
        The feature id for the 'Category' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__CATEGORY_EXTENT

        static final int DOCUMENT_ROOT__CATEGORY_EXTENT
        The feature id for the 'Category Extent' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__CATEGORY_LIST

        static final int DOCUMENT_ROOT__CATEGORY_LIST
        The feature id for the 'Category List' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__CENTER_LINE_OF

        static final int DOCUMENT_ROOT__CENTER_LINE_OF
        The feature id for the 'Center Line Of' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__CENTER_OF

        static final int DOCUMENT_ROOT__CENTER_OF
        The feature id for the 'Center Of' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__CIRCLE

        static final int DOCUMENT_ROOT__CIRCLE
        The feature id for the 'Circle' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__CIRCLE_BY_CENTER_POINT

        static final int DOCUMENT_ROOT__CIRCLE_BY_CENTER_POINT
        The feature id for the 'Circle By Center Point' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__CLOTHOID

        static final int DOCUMENT_ROOT__CLOTHOID
        The feature id for the 'Clothoid' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__COLUMN_INDEX

        static final int DOCUMENT_ROOT__COLUMN_INDEX
        The feature id for the 'Column Index' attribute.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__COMPASS_POINT

        static final int DOCUMENT_ROOT__COMPASS_POINT
        The feature id for the 'Compass Point' attribute.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__COMPOSITE_CURVE

        static final int DOCUMENT_ROOT__COMPOSITE_CURVE
        The feature id for the 'Composite Curve' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__COMPOSITE_SOLID

        static final int DOCUMENT_ROOT__COMPOSITE_SOLID
        The feature id for the 'Composite Solid' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__COMPOSITE_SURFACE

        static final int DOCUMENT_ROOT__COMPOSITE_SURFACE
        The feature id for the 'Composite Surface' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__COMPOSITE_VALUE

        static final int DOCUMENT_ROOT__COMPOSITE_VALUE
        The feature id for the 'Composite Value' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__COMPOUND_CRS

        static final int DOCUMENT_ROOT__COMPOUND_CRS
        The feature id for the 'Compound CRS' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__COMPOUND_CRS_REF

        static final int DOCUMENT_ROOT__COMPOUND_CRS_REF
        The feature id for the 'Compound CRS Ref' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__CONCATENATED_OPERATION

        static final int DOCUMENT_ROOT__CONCATENATED_OPERATION
        The feature id for the 'Concatenated Operation' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__CONCATENATED_OPERATION_REF

        static final int DOCUMENT_ROOT__CONCATENATED_OPERATION_REF
        The feature id for the 'Concatenated Operation Ref' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__CONE

        static final int DOCUMENT_ROOT__CONE
        The feature id for the 'Cone' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__CONTAINER

        static final int DOCUMENT_ROOT__CONTAINER
        The feature id for the 'Container' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__CONVENTIONAL_UNIT

        static final int DOCUMENT_ROOT__CONVENTIONAL_UNIT
        The feature id for the 'Conventional Unit' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__CONVERSION

        static final int DOCUMENT_ROOT__CONVERSION
        The feature id for the 'Conversion' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__CONVERSION_REF

        static final int DOCUMENT_ROOT__CONVERSION_REF
        The feature id for the 'Conversion Ref' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__CONVERSION_TO_PREFERRED_UNIT

        static final int DOCUMENT_ROOT__CONVERSION_TO_PREFERRED_UNIT
        The feature id for the 'Conversion To Preferred Unit' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__COORD

        static final int DOCUMENT_ROOT__COORD
        The feature id for the 'Coord' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__COORDINATE_OPERATION_ID

        static final int DOCUMENT_ROOT__COORDINATE_OPERATION_ID
        The feature id for the 'Coordinate Operation ID' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__COORDINATE_OPERATION_NAME

        static final int DOCUMENT_ROOT__COORDINATE_OPERATION_NAME
        The feature id for the 'Coordinate Operation Name' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__NAME

        static final int DOCUMENT_ROOT__NAME
        The feature id for the 'Name' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__COORDINATE_OPERATION_REF

        static final int DOCUMENT_ROOT__COORDINATE_OPERATION_REF
        The feature id for the 'Coordinate Operation Ref' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__COORDINATE_REFERENCE_SYSTEM_REF

        static final int DOCUMENT_ROOT__COORDINATE_REFERENCE_SYSTEM_REF
        The feature id for the 'Coordinate Reference System Ref' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__COORDINATES

        static final int DOCUMENT_ROOT__COORDINATES
        The feature id for the 'Coordinates' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__COORDINATE_SYSTEM_AXIS

        static final int DOCUMENT_ROOT__COORDINATE_SYSTEM_AXIS
        The feature id for the 'Coordinate System Axis' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__COORDINATE_SYSTEM_AXIS_REF

        static final int DOCUMENT_ROOT__COORDINATE_SYSTEM_AXIS_REF
        The feature id for the 'Coordinate System Axis Ref' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__COORDINATE_SYSTEM_REF

        static final int DOCUMENT_ROOT__COORDINATE_SYSTEM_REF
        The feature id for the 'Coordinate System Ref' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__COUNT

        static final int DOCUMENT_ROOT__COUNT
        The feature id for the 'Count' attribute.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__COUNT_EXTENT

        static final int DOCUMENT_ROOT__COUNT_EXTENT
        The feature id for the 'Count Extent' attribute.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__COUNT_LIST

        static final int DOCUMENT_ROOT__COUNT_LIST
        The feature id for the 'Count List' attribute.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__COVARIANCE

        static final int DOCUMENT_ROOT__COVARIANCE
        The feature id for the 'Covariance' attribute.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__COVARIANCE_MATRIX

        static final int DOCUMENT_ROOT__COVARIANCE_MATRIX
        The feature id for the 'Covariance Matrix' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__COVERAGE_FUNCTION

        static final int DOCUMENT_ROOT__COVERAGE_FUNCTION
        The feature id for the 'Coverage Function' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__CRS_REF

        static final int DOCUMENT_ROOT__CRS_REF
        The feature id for the 'Crs Ref' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__CS_ID

        static final int DOCUMENT_ROOT__CS_ID
        The feature id for the 'Cs ID' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__CS_NAME

        static final int DOCUMENT_ROOT__CS_NAME
        The feature id for the 'Cs Name' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__CUBIC_SPLINE

        static final int DOCUMENT_ROOT__CUBIC_SPLINE
        The feature id for the 'Cubic Spline' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__CURVE1

        static final int DOCUMENT_ROOT__CURVE1
        The feature id for the 'Curve1' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__CURVE_ARRAY_PROPERTY

        static final int DOCUMENT_ROOT__CURVE_ARRAY_PROPERTY
        The feature id for the 'Curve Array Property' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__CURVE_MEMBER

        static final int DOCUMENT_ROOT__CURVE_MEMBER
        The feature id for the 'Curve Member' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__CURVE_MEMBERS

        static final int DOCUMENT_ROOT__CURVE_MEMBERS
        The feature id for the 'Curve Members' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__CURVE_PROPERTY

        static final int DOCUMENT_ROOT__CURVE_PROPERTY
        The feature id for the 'Curve Property' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__CYLINDER

        static final int DOCUMENT_ROOT__CYLINDER
        The feature id for the 'Cylinder' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__CYLINDRICAL_CS

        static final int DOCUMENT_ROOT__CYLINDRICAL_CS
        The feature id for the 'Cylindrical CS' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__CYLINDRICAL_CS_REF

        static final int DOCUMENT_ROOT__CYLINDRICAL_CS_REF
        The feature id for the 'Cylindrical CS Ref' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__DATA_BLOCK

        static final int DOCUMENT_ROOT__DATA_BLOCK
        The feature id for the 'Data Block' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__DATA_SOURCE

        static final int DOCUMENT_ROOT__DATA_SOURCE
        The feature id for the 'Data Source' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__DATUM_ID

        static final int DOCUMENT_ROOT__DATUM_ID
        The feature id for the 'Datum ID' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__DATUM_NAME

        static final int DOCUMENT_ROOT__DATUM_NAME
        The feature id for the 'Datum Name' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__DATUM_REF

        static final int DOCUMENT_ROOT__DATUM_REF
        The feature id for the 'Datum Ref' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__DECIMAL_MINUTES

        static final int DOCUMENT_ROOT__DECIMAL_MINUTES
        The feature id for the 'Decimal Minutes' attribute.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__DEFAULT_STYLE

        static final int DOCUMENT_ROOT__DEFAULT_STYLE
        The feature id for the 'Default Style' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__DEFINED_BY_CONVERSION

        static final int DOCUMENT_ROOT__DEFINED_BY_CONVERSION
        The feature id for the 'Defined By Conversion' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__DEFINITION_COLLECTION

        static final int DOCUMENT_ROOT__DEFINITION_COLLECTION
        The feature id for the 'Definition Collection' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__DEFINITION_MEMBER

        static final int DOCUMENT_ROOT__DEFINITION_MEMBER
        The feature id for the 'Definition Member' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__DICTIONARY_ENTRY

        static final int DOCUMENT_ROOT__DICTIONARY_ENTRY
        The feature id for the 'Dictionary Entry' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__DEFINITION_PROXY

        static final int DOCUMENT_ROOT__DEFINITION_PROXY
        The feature id for the 'Definition Proxy' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__DEFINITION_REF

        static final int DOCUMENT_ROOT__DEFINITION_REF
        The feature id for the 'Definition Ref' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__DEGREES

        static final int DOCUMENT_ROOT__DEGREES
        The feature id for the 'Degrees' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__DERIVATION_UNIT_TERM

        static final int DOCUMENT_ROOT__DERIVATION_UNIT_TERM
        The feature id for the 'Derivation Unit Term' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__DERIVED_CRS

        static final int DOCUMENT_ROOT__DERIVED_CRS
        The feature id for the 'Derived CRS' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__DERIVED_CRS_REF

        static final int DOCUMENT_ROOT__DERIVED_CRS_REF
        The feature id for the 'Derived CRS Ref' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__DERIVED_CRS_TYPE

        static final int DOCUMENT_ROOT__DERIVED_CRS_TYPE
        The feature id for the 'Derived CRS Type' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__DERIVED_UNIT

        static final int DOCUMENT_ROOT__DERIVED_UNIT
        The feature id for the 'Derived Unit' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__DESCRIPTION

        static final int DOCUMENT_ROOT__DESCRIPTION
        The feature id for the 'Description' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__DICTIONARY

        static final int DOCUMENT_ROOT__DICTIONARY
        The feature id for the 'Dictionary' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__DIRECTED_EDGE

        static final int DOCUMENT_ROOT__DIRECTED_EDGE
        The feature id for the 'Directed Edge' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__DIRECTED_FACE

        static final int DOCUMENT_ROOT__DIRECTED_FACE
        The feature id for the 'Directed Face' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__DIRECTED_NODE

        static final int DOCUMENT_ROOT__DIRECTED_NODE
        The feature id for the 'Directed Node' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__DIRECTED_OBSERVATION

        static final int DOCUMENT_ROOT__DIRECTED_OBSERVATION
        The feature id for the 'Directed Observation' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__OBSERVATION

        static final int DOCUMENT_ROOT__OBSERVATION
        The feature id for the 'Observation' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__DIRECTED_OBSERVATION_AT_DISTANCE

        static final int DOCUMENT_ROOT__DIRECTED_OBSERVATION_AT_DISTANCE
        The feature id for the 'Directed Observation At Distance' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__DIRECTED_TOPO_SOLID

        static final int DOCUMENT_ROOT__DIRECTED_TOPO_SOLID
        The feature id for the 'Directed Topo Solid' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__DIRECTION

        static final int DOCUMENT_ROOT__DIRECTION
        The feature id for the 'Direction' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__DIRECTION_VECTOR

        static final int DOCUMENT_ROOT__DIRECTION_VECTOR
        The feature id for the 'Direction Vector' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__DMS_ANGLE

        static final int DOCUMENT_ROOT__DMS_ANGLE
        The feature id for the 'Dms Angle' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__DMS_ANGLE_VALUE

        static final int DOCUMENT_ROOT__DMS_ANGLE_VALUE
        The feature id for the 'Dms Angle Value' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__DOMAIN_SET

        static final int DOCUMENT_ROOT__DOMAIN_SET
        The feature id for the 'Domain Set' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__DOUBLE_OR_NULL_TUPLE_LIST

        static final int DOCUMENT_ROOT__DOUBLE_OR_NULL_TUPLE_LIST
        The feature id for the 'Double Or Null Tuple List' attribute.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__DURATION

        static final int DOCUMENT_ROOT__DURATION
        The feature id for the 'Duration' attribute.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__EDGE

        static final int DOCUMENT_ROOT__EDGE
        The feature id for the 'Edge' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__EDGE_OF

        static final int DOCUMENT_ROOT__EDGE_OF
        The feature id for the 'Edge Of' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__ELLIPSOID

        static final int DOCUMENT_ROOT__ELLIPSOID
        The feature id for the 'Ellipsoid' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__ELLIPSOIDAL_CS

        static final int DOCUMENT_ROOT__ELLIPSOIDAL_CS
        The feature id for the 'Ellipsoidal CS' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__ELLIPSOIDAL_CS_REF

        static final int DOCUMENT_ROOT__ELLIPSOIDAL_CS_REF
        The feature id for the 'Ellipsoidal CS Ref' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__ELLIPSOID_ID

        static final int DOCUMENT_ROOT__ELLIPSOID_ID
        The feature id for the 'Ellipsoid ID' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__ELLIPSOID_NAME

        static final int DOCUMENT_ROOT__ELLIPSOID_NAME
        The feature id for the 'Ellipsoid Name' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__ELLIPSOID_REF

        static final int DOCUMENT_ROOT__ELLIPSOID_REF
        The feature id for the 'Ellipsoid Ref' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__ENGINEERING_CRS

        static final int DOCUMENT_ROOT__ENGINEERING_CRS
        The feature id for the 'Engineering CRS' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__ENGINEERING_CRS_REF

        static final int DOCUMENT_ROOT__ENGINEERING_CRS_REF
        The feature id for the 'Engineering CRS Ref' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__ENGINEERING_DATUM

        static final int DOCUMENT_ROOT__ENGINEERING_DATUM
        The feature id for the 'Engineering Datum' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__ENGINEERING_DATUM_REF

        static final int DOCUMENT_ROOT__ENGINEERING_DATUM_REF
        The feature id for the 'Engineering Datum Ref' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__ENVELOPE

        static final int DOCUMENT_ROOT__ENVELOPE
        The feature id for the 'Envelope' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__ENVELOPE_WITH_TIME_PERIOD

        static final int DOCUMENT_ROOT__ENVELOPE_WITH_TIME_PERIOD
        The feature id for the 'Envelope With Time Period' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__EXTENT_OF

        static final int DOCUMENT_ROOT__EXTENT_OF
        The feature id for the 'Extent Of' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__EXTERIOR

        static final int DOCUMENT_ROOT__EXTERIOR
        The feature id for the 'Exterior' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__FACE

        static final int DOCUMENT_ROOT__FACE
        The feature id for the 'Face' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__FEATURE_COLLECTION1

        static final int DOCUMENT_ROOT__FEATURE_COLLECTION1
        The feature id for the 'Feature Collection1' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__FEATURE_MEMBER

        static final int DOCUMENT_ROOT__FEATURE_MEMBER
        The feature id for the 'Feature Member' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__FEATURE_MEMBERS

        static final int DOCUMENT_ROOT__FEATURE_MEMBERS
        The feature id for the 'Feature Members' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__FEATURE_PROPERTY

        static final int DOCUMENT_ROOT__FEATURE_PROPERTY
        The feature id for the 'Feature Property' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__FEATURE_STYLE

        static final int DOCUMENT_ROOT__FEATURE_STYLE
        The feature id for the 'Feature Style' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__FEATURE_STYLE1

        static final int DOCUMENT_ROOT__FEATURE_STYLE1
        The feature id for the 'Feature Style1' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__FILE

        static final int DOCUMENT_ROOT__FILE
        The feature id for the 'File' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__GENERAL_CONVERSION_REF

        static final int DOCUMENT_ROOT__GENERAL_CONVERSION_REF
        The feature id for the 'General Conversion Ref' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__GENERAL_TRANSFORMATION_REF

        static final int DOCUMENT_ROOT__GENERAL_TRANSFORMATION_REF
        The feature id for the 'General Transformation Ref' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__GENERIC_META_DATA

        static final int DOCUMENT_ROOT__GENERIC_META_DATA
        The feature id for the 'Generic Meta Data' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__GEOCENTRIC_CRS

        static final int DOCUMENT_ROOT__GEOCENTRIC_CRS
        The feature id for the 'Geocentric CRS' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__GEOCENTRIC_CRS_REF

        static final int DOCUMENT_ROOT__GEOCENTRIC_CRS_REF
        The feature id for the 'Geocentric CRS Ref' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__GEODESIC

        static final int DOCUMENT_ROOT__GEODESIC
        The feature id for the 'Geodesic' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__GEODESIC_STRING

        static final int DOCUMENT_ROOT__GEODESIC_STRING
        The feature id for the 'Geodesic String' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__GEODETIC_DATUM

        static final int DOCUMENT_ROOT__GEODETIC_DATUM
        The feature id for the 'Geodetic Datum' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__GEODETIC_DATUM_REF

        static final int DOCUMENT_ROOT__GEODETIC_DATUM_REF
        The feature id for the 'Geodetic Datum Ref' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__GEOGRAPHIC_CRS

        static final int DOCUMENT_ROOT__GEOGRAPHIC_CRS
        The feature id for the 'Geographic CRS' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__GEOGRAPHIC_CRS_REF

        static final int DOCUMENT_ROOT__GEOGRAPHIC_CRS_REF
        The feature id for the 'Geographic CRS Ref' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__GEOMETRIC_COMPLEX

        static final int DOCUMENT_ROOT__GEOMETRIC_COMPLEX
        The feature id for the 'Geometric Complex' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__GEOMETRY_MEMBER

        static final int DOCUMENT_ROOT__GEOMETRY_MEMBER
        The feature id for the 'Geometry Member' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__GEOMETRY_MEMBERS

        static final int DOCUMENT_ROOT__GEOMETRY_MEMBERS
        The feature id for the 'Geometry Members' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__GEOMETRY_STYLE

        static final int DOCUMENT_ROOT__GEOMETRY_STYLE
        The feature id for the 'Geometry Style' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__GEOMETRY_STYLE1

        static final int DOCUMENT_ROOT__GEOMETRY_STYLE1
        The feature id for the 'Geometry Style1' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__GRAPH_STYLE

        static final int DOCUMENT_ROOT__GRAPH_STYLE
        The feature id for the 'Graph Style' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__GRAPH_STYLE1

        static final int DOCUMENT_ROOT__GRAPH_STYLE1
        The feature id for the 'Graph Style1' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__GREENWICH_LONGITUDE

        static final int DOCUMENT_ROOT__GREENWICH_LONGITUDE
        The feature id for the 'Greenwich Longitude' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__GRID

        static final int DOCUMENT_ROOT__GRID
        The feature id for the 'Grid' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__GRID_COVERAGE

        static final int DOCUMENT_ROOT__GRID_COVERAGE
        The feature id for the 'Grid Coverage' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__GRID_DOMAIN

        static final int DOCUMENT_ROOT__GRID_DOMAIN
        The feature id for the 'Grid Domain' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__GRID_FUNCTION

        static final int DOCUMENT_ROOT__GRID_FUNCTION
        The feature id for the 'Grid Function' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__GROUP_ID

        static final int DOCUMENT_ROOT__GROUP_ID
        The feature id for the 'Group ID' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__GROUP_NAME

        static final int DOCUMENT_ROOT__GROUP_NAME
        The feature id for the 'Group Name' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__HISTORY

        static final int DOCUMENT_ROOT__HISTORY
        The feature id for the 'History' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__IMAGE_CRS

        static final int DOCUMENT_ROOT__IMAGE_CRS
        The feature id for the 'Image CRS' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__IMAGE_CRS_REF

        static final int DOCUMENT_ROOT__IMAGE_CRS_REF
        The feature id for the 'Image CRS Ref' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__IMAGE_DATUM

        static final int DOCUMENT_ROOT__IMAGE_DATUM
        The feature id for the 'Image Datum' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__IMAGE_DATUM_REF

        static final int DOCUMENT_ROOT__IMAGE_DATUM_REF
        The feature id for the 'Image Datum Ref' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__INCLUDES_CRS

        static final int DOCUMENT_ROOT__INCLUDES_CRS
        The feature id for the 'Includes CRS' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__INCLUDES_ELEMENT

        static final int DOCUMENT_ROOT__INCLUDES_ELEMENT
        The feature id for the 'Includes Element' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__INCLUDES_PARAMETER

        static final int DOCUMENT_ROOT__INCLUDES_PARAMETER
        The feature id for the 'Includes Parameter' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__INCLUDES_VALUE

        static final int DOCUMENT_ROOT__INCLUDES_VALUE
        The feature id for the 'Includes Value' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__INDEX_MAP

        static final int DOCUMENT_ROOT__INDEX_MAP
        The feature id for the 'Index Map' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__INDIRECT_ENTRY

        static final int DOCUMENT_ROOT__INDIRECT_ENTRY
        The feature id for the 'Indirect Entry' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__INNER_BOUNDARY_IS

        static final int DOCUMENT_ROOT__INNER_BOUNDARY_IS
        The feature id for the 'Inner Boundary Is' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__INTERIOR

        static final int DOCUMENT_ROOT__INTERIOR
        The feature id for the 'Interior' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__INTEGER_VALUE

        static final int DOCUMENT_ROOT__INTEGER_VALUE
        The feature id for the 'Integer Value' attribute.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__INTEGER_VALUE_LIST

        static final int DOCUMENT_ROOT__INTEGER_VALUE_LIST
        The feature id for the 'Integer Value List' attribute.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__INVERSE_FLATTENING

        static final int DOCUMENT_ROOT__INVERSE_FLATTENING
        The feature id for the 'Inverse Flattening' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__ISOLATED

        static final int DOCUMENT_ROOT__ISOLATED
        The feature id for the 'Isolated' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__IS_SPHERE

        static final int DOCUMENT_ROOT__IS_SPHERE
        The feature id for the 'Is Sphere' attribute.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__LABEL_STYLE

        static final int DOCUMENT_ROOT__LABEL_STYLE
        The feature id for the 'Label Style' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__LABEL_STYLE1

        static final int DOCUMENT_ROOT__LABEL_STYLE1
        The feature id for the 'Label Style1' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__LINEAR_CS

        static final int DOCUMENT_ROOT__LINEAR_CS
        The feature id for the 'Linear CS' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__LINEAR_CS_REF

        static final int DOCUMENT_ROOT__LINEAR_CS_REF
        The feature id for the 'Linear CS Ref' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__LINEAR_RING

        static final int DOCUMENT_ROOT__LINEAR_RING
        The feature id for the 'Linear Ring' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__LINE_STRING

        static final int DOCUMENT_ROOT__LINE_STRING
        The feature id for the 'Line String' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__LINE_STRING_MEMBER

        static final int DOCUMENT_ROOT__LINE_STRING_MEMBER
        The feature id for the 'Line String Member' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__LINE_STRING_PROPERTY

        static final int DOCUMENT_ROOT__LINE_STRING_PROPERTY
        The feature id for the 'Line String Property' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__LINE_STRING_SEGMENT

        static final int DOCUMENT_ROOT__LINE_STRING_SEGMENT
        The feature id for the 'Line String Segment' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__LOCATION

        static final int DOCUMENT_ROOT__LOCATION
        The feature id for the 'Location' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__LOCATION_KEY_WORD

        static final int DOCUMENT_ROOT__LOCATION_KEY_WORD
        The feature id for the 'Location Key Word' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__LOCATION_STRING

        static final int DOCUMENT_ROOT__LOCATION_STRING
        The feature id for the 'Location String' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__MAPPING_RULE

        static final int DOCUMENT_ROOT__MAPPING_RULE
        The feature id for the 'Mapping Rule' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__MAXIMAL_COMPLEX

        static final int DOCUMENT_ROOT__MAXIMAL_COMPLEX
        The feature id for the 'Maximal Complex' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__MAXIMUM_OCCURS

        static final int DOCUMENT_ROOT__MAXIMUM_OCCURS
        The feature id for the 'Maximum Occurs' attribute.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__MEASURE

        static final int DOCUMENT_ROOT__MEASURE
        The feature id for the 'Measure' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__MEASURE_DESCRIPTION

        static final int DOCUMENT_ROOT__MEASURE_DESCRIPTION
        The feature id for the 'Measure Description' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__MEMBER

        static final int DOCUMENT_ROOT__MEMBER
        The feature id for the 'Member' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__MEMBERS

        static final int DOCUMENT_ROOT__MEMBERS
        The feature id for the 'Members' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__MERIDIAN_ID

        static final int DOCUMENT_ROOT__MERIDIAN_ID
        The feature id for the 'Meridian ID' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__MERIDIAN_NAME

        static final int DOCUMENT_ROOT__MERIDIAN_NAME
        The feature id for the 'Meridian Name' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__META_DATA_PROPERTY

        static final int DOCUMENT_ROOT__META_DATA_PROPERTY
        The feature id for the 'Meta Data Property' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__METHOD_FORMULA

        static final int DOCUMENT_ROOT__METHOD_FORMULA
        The feature id for the 'Method Formula' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__METHOD_ID

        static final int DOCUMENT_ROOT__METHOD_ID
        The feature id for the 'Method ID' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__METHOD_NAME

        static final int DOCUMENT_ROOT__METHOD_NAME
        The feature id for the 'Method Name' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__MINIMUM_OCCURS

        static final int DOCUMENT_ROOT__MINIMUM_OCCURS
        The feature id for the 'Minimum Occurs' attribute.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__MINUTES

        static final int DOCUMENT_ROOT__MINUTES
        The feature id for the 'Minutes' attribute.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__MODIFIED_COORDINATE

        static final int DOCUMENT_ROOT__MODIFIED_COORDINATE
        The feature id for the 'Modified Coordinate' attribute.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__MOVING_OBJECT_STATUS

        static final int DOCUMENT_ROOT__MOVING_OBJECT_STATUS
        The feature id for the 'Moving Object Status' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__MULTI_CENTER_LINE_OF

        static final int DOCUMENT_ROOT__MULTI_CENTER_LINE_OF
        The feature id for the 'Multi Center Line Of' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__MULTI_CENTER_OF

        static final int DOCUMENT_ROOT__MULTI_CENTER_OF
        The feature id for the 'Multi Center Of' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__MULTI_COVERAGE

        static final int DOCUMENT_ROOT__MULTI_COVERAGE
        The feature id for the 'Multi Coverage' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__MULTI_CURVE

        static final int DOCUMENT_ROOT__MULTI_CURVE
        The feature id for the 'Multi Curve' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__MULTI_CURVE_COVERAGE

        static final int DOCUMENT_ROOT__MULTI_CURVE_COVERAGE
        The feature id for the 'Multi Curve Coverage' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__MULTI_CURVE_DOMAIN

        static final int DOCUMENT_ROOT__MULTI_CURVE_DOMAIN
        The feature id for the 'Multi Curve Domain' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__MULTI_CURVE_PROPERTY

        static final int DOCUMENT_ROOT__MULTI_CURVE_PROPERTY
        The feature id for the 'Multi Curve Property' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__MULTI_EDGE_OF

        static final int DOCUMENT_ROOT__MULTI_EDGE_OF
        The feature id for the 'Multi Edge Of' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__MULTI_EXTENT_OF

        static final int DOCUMENT_ROOT__MULTI_EXTENT_OF
        The feature id for the 'Multi Extent Of' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__MULTI_GEOMETRY

        static final int DOCUMENT_ROOT__MULTI_GEOMETRY
        The feature id for the 'Multi Geometry' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__MULTI_GEOMETRY_PROPERTY

        static final int DOCUMENT_ROOT__MULTI_GEOMETRY_PROPERTY
        The feature id for the 'Multi Geometry Property' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__MULTI_LINE_STRING

        static final int DOCUMENT_ROOT__MULTI_LINE_STRING
        The feature id for the 'Multi Line String' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__MULTI_LOCATION

        static final int DOCUMENT_ROOT__MULTI_LOCATION
        The feature id for the 'Multi Location' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__MULTI_POINT

        static final int DOCUMENT_ROOT__MULTI_POINT
        The feature id for the 'Multi Point' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__MULTI_POINT_COVERAGE

        static final int DOCUMENT_ROOT__MULTI_POINT_COVERAGE
        The feature id for the 'Multi Point Coverage' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__MULTI_POINT_DOMAIN

        static final int DOCUMENT_ROOT__MULTI_POINT_DOMAIN
        The feature id for the 'Multi Point Domain' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__MULTI_POINT_PROPERTY

        static final int DOCUMENT_ROOT__MULTI_POINT_PROPERTY
        The feature id for the 'Multi Point Property' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__MULTI_POLYGON

        static final int DOCUMENT_ROOT__MULTI_POLYGON
        The feature id for the 'Multi Polygon' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__MULTI_POSITION

        static final int DOCUMENT_ROOT__MULTI_POSITION
        The feature id for the 'Multi Position' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__MULTI_SOLID

        static final int DOCUMENT_ROOT__MULTI_SOLID
        The feature id for the 'Multi Solid' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__MULTI_SOLID_COVERAGE

        static final int DOCUMENT_ROOT__MULTI_SOLID_COVERAGE
        The feature id for the 'Multi Solid Coverage' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__MULTI_SOLID_DOMAIN

        static final int DOCUMENT_ROOT__MULTI_SOLID_DOMAIN
        The feature id for the 'Multi Solid Domain' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__MULTI_SOLID_PROPERTY

        static final int DOCUMENT_ROOT__MULTI_SOLID_PROPERTY
        The feature id for the 'Multi Solid Property' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__MULTI_SURFACE

        static final int DOCUMENT_ROOT__MULTI_SURFACE
        The feature id for the 'Multi Surface' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__MULTI_SURFACE_COVERAGE

        static final int DOCUMENT_ROOT__MULTI_SURFACE_COVERAGE
        The feature id for the 'Multi Surface Coverage' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__MULTI_SURFACE_DOMAIN

        static final int DOCUMENT_ROOT__MULTI_SURFACE_DOMAIN
        The feature id for the 'Multi Surface Domain' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__MULTI_SURFACE_PROPERTY

        static final int DOCUMENT_ROOT__MULTI_SURFACE_PROPERTY
        The feature id for the 'Multi Surface Property' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__NODE

        static final int DOCUMENT_ROOT__NODE
        The feature id for the 'Node' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__NULL

        static final int DOCUMENT_ROOT__NULL
        The feature id for the 'Null' attribute.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__OBLIQUE_CARTESIAN_CS

        static final int DOCUMENT_ROOT__OBLIQUE_CARTESIAN_CS
        The feature id for the 'Oblique Cartesian CS' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__OBLIQUE_CARTESIAN_CS_REF

        static final int DOCUMENT_ROOT__OBLIQUE_CARTESIAN_CS_REF
        The feature id for the 'Oblique Cartesian CS Ref' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__OFFSET_CURVE

        static final int DOCUMENT_ROOT__OFFSET_CURVE
        The feature id for the 'Offset Curve' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__OPERATION_METHOD

        static final int DOCUMENT_ROOT__OPERATION_METHOD
        The feature id for the 'Operation Method' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__OPERATION_METHOD_REF

        static final int DOCUMENT_ROOT__OPERATION_METHOD_REF
        The feature id for the 'Operation Method Ref' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__OPERATION_PARAMETER

        static final int DOCUMENT_ROOT__OPERATION_PARAMETER
        The feature id for the 'Operation Parameter' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__OPERATION_PARAMETER_GROUP

        static final int DOCUMENT_ROOT__OPERATION_PARAMETER_GROUP
        The feature id for the 'Operation Parameter Group' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__OPERATION_PARAMETER_GROUP_REF

        static final int DOCUMENT_ROOT__OPERATION_PARAMETER_GROUP_REF
        The feature id for the 'Operation Parameter Group Ref' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__OPERATION_PARAMETER_REF

        static final int DOCUMENT_ROOT__OPERATION_PARAMETER_REF
        The feature id for the 'Operation Parameter Ref' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__OPERATION_REF

        static final int DOCUMENT_ROOT__OPERATION_REF
        The feature id for the 'Operation Ref' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__OPERATION_VERSION

        static final int DOCUMENT_ROOT__OPERATION_VERSION
        The feature id for the 'Operation Version' attribute.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__ORIENTABLE_CURVE

        static final int DOCUMENT_ROOT__ORIENTABLE_CURVE
        The feature id for the 'Orientable Curve' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__ORIENTABLE_SURFACE

        static final int DOCUMENT_ROOT__ORIENTABLE_SURFACE
        The feature id for the 'Orientable Surface' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__ORIGIN

        static final int DOCUMENT_ROOT__ORIGIN
        The feature id for the 'Origin' attribute.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__OUTER_BOUNDARY_IS

        static final int DOCUMENT_ROOT__OUTER_BOUNDARY_IS
        The feature id for the 'Outer Boundary Is' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__PARAMETER_ID

        static final int DOCUMENT_ROOT__PARAMETER_ID
        The feature id for the 'Parameter ID' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__PARAMETER_NAME

        static final int DOCUMENT_ROOT__PARAMETER_NAME
        The feature id for the 'Parameter Name' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__PARAMETER_VALUE

        static final int DOCUMENT_ROOT__PARAMETER_VALUE
        The feature id for the 'Parameter Value' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__PARAMETER_VALUE_GROUP

        static final int DOCUMENT_ROOT__PARAMETER_VALUE_GROUP
        The feature id for the 'Parameter Value Group' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__PASS_THROUGH_OPERATION

        static final int DOCUMENT_ROOT__PASS_THROUGH_OPERATION
        The feature id for the 'Pass Through Operation' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__PASS_THROUGH_OPERATION_REF

        static final int DOCUMENT_ROOT__PASS_THROUGH_OPERATION_REF
        The feature id for the 'Pass Through Operation Ref' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__PATCHES

        static final int DOCUMENT_ROOT__PATCHES
        The feature id for the 'Patches' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__PIXEL_IN_CELL

        static final int DOCUMENT_ROOT__PIXEL_IN_CELL
        The feature id for the 'Pixel In Cell' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__POINT

        static final int DOCUMENT_ROOT__POINT
        The feature id for the 'Point' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__POINT_ARRAY_PROPERTY

        static final int DOCUMENT_ROOT__POINT_ARRAY_PROPERTY
        The feature id for the 'Point Array Property' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__POINT_MEMBER

        static final int DOCUMENT_ROOT__POINT_MEMBER
        The feature id for the 'Point Member' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__POINT_MEMBERS

        static final int DOCUMENT_ROOT__POINT_MEMBERS
        The feature id for the 'Point Members' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__POINT_PROPERTY

        static final int DOCUMENT_ROOT__POINT_PROPERTY
        The feature id for the 'Point Property' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__POINT_REP

        static final int DOCUMENT_ROOT__POINT_REP
        The feature id for the 'Point Rep' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__POLAR_CS

        static final int DOCUMENT_ROOT__POLAR_CS
        The feature id for the 'Polar CS' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__POLAR_CS_REF

        static final int DOCUMENT_ROOT__POLAR_CS_REF
        The feature id for the 'Polar CS Ref' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__POLYGON

        static final int DOCUMENT_ROOT__POLYGON
        The feature id for the 'Polygon' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__POLYGON_MEMBER

        static final int DOCUMENT_ROOT__POLYGON_MEMBER
        The feature id for the 'Polygon Member' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__POLYGON_PATCH

        static final int DOCUMENT_ROOT__POLYGON_PATCH
        The feature id for the 'Polygon Patch' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__POLYGON_PATCHES

        static final int DOCUMENT_ROOT__POLYGON_PATCHES
        The feature id for the 'Polygon Patches' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__POLYGON_PROPERTY

        static final int DOCUMENT_ROOT__POLYGON_PROPERTY
        The feature id for the 'Polygon Property' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__POLYHEDRAL_SURFACE

        static final int DOCUMENT_ROOT__POLYHEDRAL_SURFACE
        The feature id for the 'Polyhedral Surface' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__SURFACE1

        static final int DOCUMENT_ROOT__SURFACE1
        The feature id for the 'Surface1' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__POS

        static final int DOCUMENT_ROOT__POS
        The feature id for the 'Pos' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__POSITION

        static final int DOCUMENT_ROOT__POSITION
        The feature id for the 'Position' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__POS_LIST

        static final int DOCUMENT_ROOT__POS_LIST
        The feature id for the 'Pos List' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__PRIME_MERIDIAN

        static final int DOCUMENT_ROOT__PRIME_MERIDIAN
        The feature id for the 'Prime Meridian' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__PRIME_MERIDIAN_REF

        static final int DOCUMENT_ROOT__PRIME_MERIDIAN_REF
        The feature id for the 'Prime Meridian Ref' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__PRIORITY_LOCATION

        static final int DOCUMENT_ROOT__PRIORITY_LOCATION
        The feature id for the 'Priority Location' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__PROJECTED_CRS

        static final int DOCUMENT_ROOT__PROJECTED_CRS
        The feature id for the 'Projected CRS' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__PROJECTED_CRS_REF

        static final int DOCUMENT_ROOT__PROJECTED_CRS_REF
        The feature id for the 'Projected CRS Ref' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__QUANTITY

        static final int DOCUMENT_ROOT__QUANTITY
        The feature id for the 'Quantity' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__QUANTITY_EXTENT

        static final int DOCUMENT_ROOT__QUANTITY_EXTENT
        The feature id for the 'Quantity Extent' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__QUANTITY_LIST

        static final int DOCUMENT_ROOT__QUANTITY_LIST
        The feature id for the 'Quantity List' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__QUANTITY_TYPE

        static final int DOCUMENT_ROOT__QUANTITY_TYPE
        The feature id for the 'Quantity Type' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__RANGE_PARAMETERS

        static final int DOCUMENT_ROOT__RANGE_PARAMETERS
        The feature id for the 'Range Parameters' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__RANGE_SET

        static final int DOCUMENT_ROOT__RANGE_SET
        The feature id for the 'Range Set' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__REALIZATION_EPOCH

        static final int DOCUMENT_ROOT__REALIZATION_EPOCH
        The feature id for the 'Realization Epoch' attribute.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__RECTANGLE

        static final int DOCUMENT_ROOT__RECTANGLE
        The feature id for the 'Rectangle' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__RECTIFIED_GRID

        static final int DOCUMENT_ROOT__RECTIFIED_GRID
        The feature id for the 'Rectified Grid' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__RECTIFIED_GRID_COVERAGE

        static final int DOCUMENT_ROOT__RECTIFIED_GRID_COVERAGE
        The feature id for the 'Rectified Grid Coverage' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__RECTIFIED_GRID_DOMAIN

        static final int DOCUMENT_ROOT__RECTIFIED_GRID_DOMAIN
        The feature id for the 'Rectified Grid Domain' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__REFERENCE_SYSTEM_REF

        static final int DOCUMENT_ROOT__REFERENCE_SYSTEM_REF
        The feature id for the 'Reference System Ref' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__RELATIVE_INTERNAL_POSITIONAL_ACCURACY

        static final int DOCUMENT_ROOT__RELATIVE_INTERNAL_POSITIONAL_ACCURACY
        The feature id for the 'Relative Internal Positional Accuracy' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__REMARKS

        static final int DOCUMENT_ROOT__REMARKS
        The feature id for the 'Remarks' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__RESULT

        static final int DOCUMENT_ROOT__RESULT
        The feature id for the 'Result' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__RESULT_OF

        static final int DOCUMENT_ROOT__RESULT_OF
        The feature id for the 'Result Of' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__RING1

        static final int DOCUMENT_ROOT__RING1
        The feature id for the 'Ring1' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__ROUGH_CONVERSION_TO_PREFERRED_UNIT

        static final int DOCUMENT_ROOT__ROUGH_CONVERSION_TO_PREFERRED_UNIT
        The feature id for the 'Rough Conversion To Preferred Unit' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__ROW_INDEX

        static final int DOCUMENT_ROOT__ROW_INDEX
        The feature id for the 'Row Index' attribute.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__SCOPE

        static final int DOCUMENT_ROOT__SCOPE
        The feature id for the 'Scope' attribute.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__SECOND_DEFINING_PARAMETER

        static final int DOCUMENT_ROOT__SECOND_DEFINING_PARAMETER
        The feature id for the 'Second Defining Parameter' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__SECONDS

        static final int DOCUMENT_ROOT__SECONDS
        The feature id for the 'Seconds' attribute.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__SEGMENTS

        static final int DOCUMENT_ROOT__SEGMENTS
        The feature id for the 'Segments' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__SEMI_MAJOR_AXIS

        static final int DOCUMENT_ROOT__SEMI_MAJOR_AXIS
        The feature id for the 'Semi Major Axis' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__SEMI_MINOR_AXIS

        static final int DOCUMENT_ROOT__SEMI_MINOR_AXIS
        The feature id for the 'Semi Minor Axis' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__SINGLE_OPERATION_REF

        static final int DOCUMENT_ROOT__SINGLE_OPERATION_REF
        The feature id for the 'Single Operation Ref' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__SOLID1

        static final int DOCUMENT_ROOT__SOLID1
        The feature id for the 'Solid1' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__SOLID_ARRAY_PROPERTY

        static final int DOCUMENT_ROOT__SOLID_ARRAY_PROPERTY
        The feature id for the 'Solid Array Property' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__SOLID_MEMBER

        static final int DOCUMENT_ROOT__SOLID_MEMBER
        The feature id for the 'Solid Member' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__SOLID_MEMBERS

        static final int DOCUMENT_ROOT__SOLID_MEMBERS
        The feature id for the 'Solid Members' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__SOLID_PROPERTY

        static final int DOCUMENT_ROOT__SOLID_PROPERTY
        The feature id for the 'Solid Property' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__SOURCE_CRS

        static final int DOCUMENT_ROOT__SOURCE_CRS
        The feature id for the 'Source CRS' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__SOURCE_DIMENSIONS

        static final int DOCUMENT_ROOT__SOURCE_DIMENSIONS
        The feature id for the 'Source Dimensions' attribute.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__SPHERE

        static final int DOCUMENT_ROOT__SPHERE
        The feature id for the 'Sphere' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__SPHERICAL_CS

        static final int DOCUMENT_ROOT__SPHERICAL_CS
        The feature id for the 'Spherical CS' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__SPHERICAL_CS_REF

        static final int DOCUMENT_ROOT__SPHERICAL_CS_REF
        The feature id for the 'Spherical CS Ref' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__SRS_ID

        static final int DOCUMENT_ROOT__SRS_ID
        The feature id for the 'Srs ID' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__SRS_NAME

        static final int DOCUMENT_ROOT__SRS_NAME
        The feature id for the 'Srs Name' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__STATUS

        static final int DOCUMENT_ROOT__STATUS
        The feature id for the 'Status' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__STRING_VALUE

        static final int DOCUMENT_ROOT__STRING_VALUE
        The feature id for the 'String Value' attribute.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__STYLE1

        static final int DOCUMENT_ROOT__STYLE1
        The feature id for the 'Style1' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__SUB_COMPLEX

        static final int DOCUMENT_ROOT__SUB_COMPLEX
        The feature id for the 'Sub Complex' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__SUBJECT

        static final int DOCUMENT_ROOT__SUBJECT
        The feature id for the 'Subject' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__TARGET

        static final int DOCUMENT_ROOT__TARGET
        The feature id for the 'Target' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__SUPER_COMPLEX

        static final int DOCUMENT_ROOT__SUPER_COMPLEX
        The feature id for the 'Super Complex' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__SURFACE_ARRAY_PROPERTY

        static final int DOCUMENT_ROOT__SURFACE_ARRAY_PROPERTY
        The feature id for the 'Surface Array Property' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__SURFACE_MEMBER

        static final int DOCUMENT_ROOT__SURFACE_MEMBER
        The feature id for the 'Surface Member' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__SURFACE_MEMBERS

        static final int DOCUMENT_ROOT__SURFACE_MEMBERS
        The feature id for the 'Surface Members' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__SURFACE_PROPERTY

        static final int DOCUMENT_ROOT__SURFACE_PROPERTY
        The feature id for the 'Surface Property' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__SYMBOL

        static final int DOCUMENT_ROOT__SYMBOL
        The feature id for the 'Symbol' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__TARGET_CRS

        static final int DOCUMENT_ROOT__TARGET_CRS
        The feature id for the 'Target CRS' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__TARGET_DIMENSIONS

        static final int DOCUMENT_ROOT__TARGET_DIMENSIONS
        The feature id for the 'Target Dimensions' attribute.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__TEMPORAL_CRS

        static final int DOCUMENT_ROOT__TEMPORAL_CRS
        The feature id for the 'Temporal CRS' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__TEMPORAL_CRS_REF

        static final int DOCUMENT_ROOT__TEMPORAL_CRS_REF
        The feature id for the 'Temporal CRS Ref' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__TEMPORAL_CS

        static final int DOCUMENT_ROOT__TEMPORAL_CS
        The feature id for the 'Temporal CS' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__TEMPORAL_CS_REF

        static final int DOCUMENT_ROOT__TEMPORAL_CS_REF
        The feature id for the 'Temporal CS Ref' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__TEMPORAL_DATUM

        static final int DOCUMENT_ROOT__TEMPORAL_DATUM
        The feature id for the 'Temporal Datum' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__TEMPORAL_DATUM_REF

        static final int DOCUMENT_ROOT__TEMPORAL_DATUM_REF
        The feature id for the 'Temporal Datum Ref' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__TEMPORAL_EXTENT

        static final int DOCUMENT_ROOT__TEMPORAL_EXTENT
        The feature id for the 'Temporal Extent' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__TIME_CALENDAR

        static final int DOCUMENT_ROOT__TIME_CALENDAR
        The feature id for the 'Time Calendar' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__TIME_CALENDAR_ERA

        static final int DOCUMENT_ROOT__TIME_CALENDAR_ERA
        The feature id for the 'Time Calendar Era' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__TIME_CLOCK

        static final int DOCUMENT_ROOT__TIME_CLOCK
        The feature id for the 'Time Clock' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__TIME_COORDINATE_SYSTEM

        static final int DOCUMENT_ROOT__TIME_COORDINATE_SYSTEM
        The feature id for the 'Time Coordinate System' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__TIME_EDGE

        static final int DOCUMENT_ROOT__TIME_EDGE
        The feature id for the 'Time Edge' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__TIME_INSTANT

        static final int DOCUMENT_ROOT__TIME_INSTANT
        The feature id for the 'Time Instant' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__TIME_INTERVAL

        static final int DOCUMENT_ROOT__TIME_INTERVAL
        The feature id for the 'Time Interval' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__TIME_NODE

        static final int DOCUMENT_ROOT__TIME_NODE
        The feature id for the 'Time Node' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__TIME_ORDINAL_ERA

        static final int DOCUMENT_ROOT__TIME_ORDINAL_ERA
        The feature id for the 'Time Ordinal Era' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__TIME_ORDINAL_REFERENCE_SYSTEM

        static final int DOCUMENT_ROOT__TIME_ORDINAL_REFERENCE_SYSTEM
        The feature id for the 'Time Ordinal Reference System' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__TIME_PERIOD

        static final int DOCUMENT_ROOT__TIME_PERIOD
        The feature id for the 'Time Period' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__TIME_POSITION

        static final int DOCUMENT_ROOT__TIME_POSITION
        The feature id for the 'Time Position' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__TIME_TOPOLOGY_COMPLEX

        static final int DOCUMENT_ROOT__TIME_TOPOLOGY_COMPLEX
        The feature id for the 'Time Topology Complex' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__TIN

        static final int DOCUMENT_ROOT__TIN
        The feature id for the 'Tin' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__TRIANGULATED_SURFACE

        static final int DOCUMENT_ROOT__TRIANGULATED_SURFACE
        The feature id for the 'Triangulated Surface' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__TOPO_COMPLEX

        static final int DOCUMENT_ROOT__TOPO_COMPLEX
        The feature id for the 'Topo Complex' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__TOPO_COMPLEX_PROPERTY

        static final int DOCUMENT_ROOT__TOPO_COMPLEX_PROPERTY
        The feature id for the 'Topo Complex Property' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__TOPO_CURVE

        static final int DOCUMENT_ROOT__TOPO_CURVE
        The feature id for the 'Topo Curve' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__TOPO_CURVE_PROPERTY

        static final int DOCUMENT_ROOT__TOPO_CURVE_PROPERTY
        The feature id for the 'Topo Curve Property' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__TOPOLOGY_STYLE

        static final int DOCUMENT_ROOT__TOPOLOGY_STYLE
        The feature id for the 'Topology Style' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__TOPOLOGY_STYLE1

        static final int DOCUMENT_ROOT__TOPOLOGY_STYLE1
        The feature id for the 'Topology Style1' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__TOPO_POINT

        static final int DOCUMENT_ROOT__TOPO_POINT
        The feature id for the 'Topo Point' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__TOPO_POINT_PROPERTY

        static final int DOCUMENT_ROOT__TOPO_POINT_PROPERTY
        The feature id for the 'Topo Point Property' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__TOPO_PRIMITIVE_MEMBER

        static final int DOCUMENT_ROOT__TOPO_PRIMITIVE_MEMBER
        The feature id for the 'Topo Primitive Member' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__TOPO_PRIMITIVE_MEMBERS

        static final int DOCUMENT_ROOT__TOPO_PRIMITIVE_MEMBERS
        The feature id for the 'Topo Primitive Members' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__TOPO_SOLID

        static final int DOCUMENT_ROOT__TOPO_SOLID
        The feature id for the 'Topo Solid' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__TOPO_SURFACE

        static final int DOCUMENT_ROOT__TOPO_SURFACE
        The feature id for the 'Topo Surface' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__TOPO_SURFACE_PROPERTY

        static final int DOCUMENT_ROOT__TOPO_SURFACE_PROPERTY
        The feature id for the 'Topo Surface Property' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__TOPO_VOLUME

        static final int DOCUMENT_ROOT__TOPO_VOLUME
        The feature id for the 'Topo Volume' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__TOPO_VOLUME_PROPERTY

        static final int DOCUMENT_ROOT__TOPO_VOLUME_PROPERTY
        The feature id for the 'Topo Volume Property' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__TRACK

        static final int DOCUMENT_ROOT__TRACK
        The feature id for the 'Track' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__TRANSFORMATION

        static final int DOCUMENT_ROOT__TRANSFORMATION
        The feature id for the 'Transformation' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__TRANSFORMATION_REF

        static final int DOCUMENT_ROOT__TRANSFORMATION_REF
        The feature id for the 'Transformation Ref' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__TRIANGLE

        static final int DOCUMENT_ROOT__TRIANGLE
        The feature id for the 'Triangle' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__TRIANGLE_PATCHES

        static final int DOCUMENT_ROOT__TRIANGLE_PATCHES
        The feature id for the 'Triangle Patches' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__TUPLE_LIST

        static final int DOCUMENT_ROOT__TUPLE_LIST
        The feature id for the 'Tuple List' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__UNIT_OF_MEASURE

        static final int DOCUMENT_ROOT__UNIT_OF_MEASURE
        The feature id for the 'Unit Of Measure' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__USER_DEFINED_CS

        static final int DOCUMENT_ROOT__USER_DEFINED_CS
        The feature id for the 'User Defined CS' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__USER_DEFINED_CS_REF

        static final int DOCUMENT_ROOT__USER_DEFINED_CS_REF
        The feature id for the 'User Defined CS Ref' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__USES_AXIS

        static final int DOCUMENT_ROOT__USES_AXIS
        The feature id for the 'Uses Axis' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__USES_CARTESIAN_CS

        static final int DOCUMENT_ROOT__USES_CARTESIAN_CS
        The feature id for the 'Uses Cartesian CS' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__USES_CS

        static final int DOCUMENT_ROOT__USES_CS
        The feature id for the 'Uses CS' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__USES_ELLIPSOID

        static final int DOCUMENT_ROOT__USES_ELLIPSOID
        The feature id for the 'Uses Ellipsoid' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__USES_ELLIPSOIDAL_CS

        static final int DOCUMENT_ROOT__USES_ELLIPSOIDAL_CS
        The feature id for the 'Uses Ellipsoidal CS' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__USES_ENGINEERING_DATUM

        static final int DOCUMENT_ROOT__USES_ENGINEERING_DATUM
        The feature id for the 'Uses Engineering Datum' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__USES_GEODETIC_DATUM

        static final int DOCUMENT_ROOT__USES_GEODETIC_DATUM
        The feature id for the 'Uses Geodetic Datum' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__USES_IMAGE_DATUM

        static final int DOCUMENT_ROOT__USES_IMAGE_DATUM
        The feature id for the 'Uses Image Datum' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__USES_METHOD

        static final int DOCUMENT_ROOT__USES_METHOD
        The feature id for the 'Uses Method' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__USES_OBLIQUE_CARTESIAN_CS

        static final int DOCUMENT_ROOT__USES_OBLIQUE_CARTESIAN_CS
        The feature id for the 'Uses Oblique Cartesian CS' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__USES_OPERATION

        static final int DOCUMENT_ROOT__USES_OPERATION
        The feature id for the 'Uses Operation' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__USES_PARAMETER

        static final int DOCUMENT_ROOT__USES_PARAMETER
        The feature id for the 'Uses Parameter' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__USES_PRIME_MERIDIAN

        static final int DOCUMENT_ROOT__USES_PRIME_MERIDIAN
        The feature id for the 'Uses Prime Meridian' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__USES_SINGLE_OPERATION

        static final int DOCUMENT_ROOT__USES_SINGLE_OPERATION
        The feature id for the 'Uses Single Operation' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__USES_SPHERICAL_CS

        static final int DOCUMENT_ROOT__USES_SPHERICAL_CS
        The feature id for the 'Uses Spherical CS' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__USES_TEMPORAL_CS

        static final int DOCUMENT_ROOT__USES_TEMPORAL_CS
        The feature id for the 'Uses Temporal CS' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__USES_TEMPORAL_DATUM

        static final int DOCUMENT_ROOT__USES_TEMPORAL_DATUM
        The feature id for the 'Uses Temporal Datum' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__USES_VALUE

        static final int DOCUMENT_ROOT__USES_VALUE
        The feature id for the 'Uses Value' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__USES_VERTICAL_CS

        static final int DOCUMENT_ROOT__USES_VERTICAL_CS
        The feature id for the 'Uses Vertical CS' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__USES_VERTICAL_DATUM

        static final int DOCUMENT_ROOT__USES_VERTICAL_DATUM
        The feature id for the 'Uses Vertical Datum' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__USING

        static final int DOCUMENT_ROOT__USING
        The feature id for the 'Using' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__VALID_AREA

        static final int DOCUMENT_ROOT__VALID_AREA
        The feature id for the 'Valid Area' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__VALID_TIME

        static final int DOCUMENT_ROOT__VALID_TIME
        The feature id for the 'Valid Time' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__VALUE

        static final int DOCUMENT_ROOT__VALUE
        The feature id for the 'Value' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__VALUE_ARRAY

        static final int DOCUMENT_ROOT__VALUE_ARRAY
        The feature id for the 'Value Array' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__VALUE_COMPONENT

        static final int DOCUMENT_ROOT__VALUE_COMPONENT
        The feature id for the 'Value Component' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__VALUE_COMPONENTS

        static final int DOCUMENT_ROOT__VALUE_COMPONENTS
        The feature id for the 'Value Components' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__VALUE_FILE

        static final int DOCUMENT_ROOT__VALUE_FILE
        The feature id for the 'Value File' attribute.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__VALUE_LIST

        static final int DOCUMENT_ROOT__VALUE_LIST
        The feature id for the 'Value List' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__VALUE_OF_PARAMETER

        static final int DOCUMENT_ROOT__VALUE_OF_PARAMETER
        The feature id for the 'Value Of Parameter' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__VALUE_PROPERTY

        static final int DOCUMENT_ROOT__VALUE_PROPERTY
        The feature id for the 'Value Property' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__VALUES_OF_GROUP

        static final int DOCUMENT_ROOT__VALUES_OF_GROUP
        The feature id for the 'Values Of Group' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__VECTOR

        static final int DOCUMENT_ROOT__VECTOR
        The feature id for the 'Vector' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__VERSION

        static final int DOCUMENT_ROOT__VERSION
        The feature id for the 'Version' attribute.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__VERTICAL_CRS

        static final int DOCUMENT_ROOT__VERTICAL_CRS
        The feature id for the 'Vertical CRS' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__VERTICAL_CRS_REF

        static final int DOCUMENT_ROOT__VERTICAL_CRS_REF
        The feature id for the 'Vertical CRS Ref' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__VERTICAL_CS

        static final int DOCUMENT_ROOT__VERTICAL_CS
        The feature id for the 'Vertical CS' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__VERTICAL_CS_REF

        static final int DOCUMENT_ROOT__VERTICAL_CS_REF
        The feature id for the 'Vertical CS Ref' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__VERTICAL_DATUM

        static final int DOCUMENT_ROOT__VERTICAL_DATUM
        The feature id for the 'Vertical Datum' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__VERTICAL_DATUM_REF

        static final int DOCUMENT_ROOT__VERTICAL_DATUM_REF
        The feature id for the 'Vertical Datum Ref' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__VERTICAL_DATUM_TYPE

        static final int DOCUMENT_ROOT__VERTICAL_DATUM_TYPE
        The feature id for the 'Vertical Datum Type' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__VERTICAL_EXTENT

        static final int DOCUMENT_ROOT__VERTICAL_EXTENT
        The feature id for the 'Vertical Extent' containment reference.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__ID

        static final int DOCUMENT_ROOT__ID
        The feature id for the 'Id' attribute.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__REMOTE_SCHEMA

        static final int DOCUMENT_ROOT__REMOTE_SCHEMA
        The feature id for the 'Remote Schema' attribute.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__TRANSFORM

        static final int DOCUMENT_ROOT__TRANSFORM
        The feature id for the 'Transform' attribute.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT__UOM

        static final int DOCUMENT_ROOT__UOM
        The feature id for the 'Uom' attribute.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT_FEATURE_COUNT

        static final int DOCUMENT_ROOT_FEATURE_COUNT
        The number of structural features of the 'Document Root' class.
        See Also:
        Constant Field Values
      • DOCUMENT_ROOT_OPERATION_COUNT

        static final int DOCUMENT_ROOT_OPERATION_COUNT
        The number of operations of the 'Document Root' class.
        See Also:
        Constant Field Values
      • DOMAIN_SET_TYPE__GEOMETRY_GROUP

        static final int DOMAIN_SET_TYPE__GEOMETRY_GROUP
        The feature id for the 'Geometry Group' attribute list.
        See Also:
        Constant Field Values
      • DOMAIN_SET_TYPE__GEOMETRY

        static final int DOMAIN_SET_TYPE__GEOMETRY
        The feature id for the 'Geometry' containment reference.
        See Also:
        Constant Field Values
      • DOMAIN_SET_TYPE__TIME_OBJECT_GROUP

        static final int DOMAIN_SET_TYPE__TIME_OBJECT_GROUP
        The feature id for the 'Time Object Group' attribute list.
        See Also:
        Constant Field Values
      • DOMAIN_SET_TYPE__TIME_OBJECT

        static final int DOMAIN_SET_TYPE__TIME_OBJECT
        The feature id for the 'Time Object' containment reference.
        See Also:
        Constant Field Values
      • DOMAIN_SET_TYPE__ACTUATE

        static final int DOMAIN_SET_TYPE__ACTUATE
        The feature id for the 'Actuate' attribute.
        See Also:
        Constant Field Values
      • DOMAIN_SET_TYPE__ARCROLE

        static final int DOMAIN_SET_TYPE__ARCROLE
        The feature id for the 'Arcrole' attribute.
        See Also:
        Constant Field Values
      • DOMAIN_SET_TYPE__HREF

        static final int DOMAIN_SET_TYPE__HREF
        The feature id for the 'Href' attribute.
        See Also:
        Constant Field Values
      • DOMAIN_SET_TYPE__REMOTE_SCHEMA

        static final int DOMAIN_SET_TYPE__REMOTE_SCHEMA
        The feature id for the 'Remote Schema' attribute.
        See Also:
        Constant Field Values
      • DOMAIN_SET_TYPE__ROLE

        static final int DOMAIN_SET_TYPE__ROLE
        The feature id for the 'Role' attribute.
        See Also:
        Constant Field Values
      • DOMAIN_SET_TYPE__SHOW

        static final int DOMAIN_SET_TYPE__SHOW
        The feature id for the 'Show' attribute.
        See Also:
        Constant Field Values
      • DOMAIN_SET_TYPE__TITLE

        static final int DOMAIN_SET_TYPE__TITLE
        The feature id for the 'Title' attribute.
        See Also:
        Constant Field Values
      • DOMAIN_SET_TYPE__TYPE

        static final int DOMAIN_SET_TYPE__TYPE
        The feature id for the 'Type' attribute.
        See Also:
        Constant Field Values
      • DOMAIN_SET_TYPE_FEATURE_COUNT

        static final int DOMAIN_SET_TYPE_FEATURE_COUNT
        The number of structural features of the 'Domain Set Type' class.
        See Also:
        Constant Field Values
      • DOMAIN_SET_TYPE_OPERATION_COUNT

        static final int DOMAIN_SET_TYPE_OPERATION_COUNT
        The number of operations of the 'Domain Set Type' class.
        See Also:
        Constant Field Values
      • FEATURE_COLLECTION_TYPE__META_DATA_PROPERTY

        static final int FEATURE_COLLECTION_TYPE__META_DATA_PROPERTY
        The feature id for the 'Meta Data Property' containment reference list.
        See Also:
        Constant Field Values
      • FEATURE_COLLECTION_TYPE__DESCRIPTION

        static final int FEATURE_COLLECTION_TYPE__DESCRIPTION
        The feature id for the 'Description' containment reference.
        See Also:
        Constant Field Values
      • FEATURE_COLLECTION_TYPE__NAME_GROUP

        static final int FEATURE_COLLECTION_TYPE__NAME_GROUP
        The feature id for the 'Name Group' attribute list.
        See Also:
        Constant Field Values
      • FEATURE_COLLECTION_TYPE__NAME

        static final int FEATURE_COLLECTION_TYPE__NAME
        The feature id for the 'Name' containment reference list.
        See Also:
        Constant Field Values
      • FEATURE_COLLECTION_TYPE__ID

        static final int FEATURE_COLLECTION_TYPE__ID
        The feature id for the 'Id' attribute.
        See Also:
        Constant Field Values
      • FEATURE_COLLECTION_TYPE__BOUNDED_BY

        static final int FEATURE_COLLECTION_TYPE__BOUNDED_BY
        The feature id for the 'Bounded By' containment reference.
        See Also:
        Constant Field Values
      • FEATURE_COLLECTION_TYPE__LOCATION_GROUP

        static final int FEATURE_COLLECTION_TYPE__LOCATION_GROUP
        The feature id for the 'Location Group' attribute list.
        See Also:
        Constant Field Values
      • FEATURE_COLLECTION_TYPE__LOCATION

        static final int FEATURE_COLLECTION_TYPE__LOCATION
        The feature id for the 'Location' containment reference.
        See Also:
        Constant Field Values
      • FEATURE_COLLECTION_TYPE__FEATURE_MEMBER

        static final int FEATURE_COLLECTION_TYPE__FEATURE_MEMBER
        The feature id for the 'Feature Member' containment reference list.
        See Also:
        Constant Field Values
      • FEATURE_COLLECTION_TYPE__FEATURE_MEMBERS

        static final int FEATURE_COLLECTION_TYPE__FEATURE_MEMBERS
        The feature id for the 'Feature Members' containment reference.
        See Also:
        Constant Field Values
      • FEATURE_COLLECTION_TYPE_FEATURE_COUNT

        static final int FEATURE_COLLECTION_TYPE_FEATURE_COUNT
        The number of structural features of the 'Feature Collection Type' class.
        See Also:
        Constant Field Values
      • FEATURE_COLLECTION_TYPE_OPERATION_COUNT

        static final int FEATURE_COLLECTION_TYPE_OPERATION_COUNT
        The number of operations of the 'Feature Collection Type' class.
        See Also:
        Constant Field Values
      • DYNAMIC_FEATURE_COLLECTION_TYPE__META_DATA_PROPERTY

        static final int DYNAMIC_FEATURE_COLLECTION_TYPE__META_DATA_PROPERTY
        The feature id for the 'Meta Data Property' containment reference list.
        See Also:
        Constant Field Values
      • DYNAMIC_FEATURE_COLLECTION_TYPE__DESCRIPTION

        static final int DYNAMIC_FEATURE_COLLECTION_TYPE__DESCRIPTION
        The feature id for the 'Description' containment reference.
        See Also:
        Constant Field Values
      • DYNAMIC_FEATURE_COLLECTION_TYPE__NAME_GROUP

        static final int DYNAMIC_FEATURE_COLLECTION_TYPE__NAME_GROUP
        The feature id for the 'Name Group' attribute list.
        See Also:
        Constant Field Values
      • DYNAMIC_FEATURE_COLLECTION_TYPE__NAME

        static final int DYNAMIC_FEATURE_COLLECTION_TYPE__NAME
        The feature id for the 'Name' containment reference list.
        See Also:
        Constant Field Values
      • DYNAMIC_FEATURE_COLLECTION_TYPE__ID

        static final int DYNAMIC_FEATURE_COLLECTION_TYPE__ID
        The feature id for the 'Id' attribute.
        See Also:
        Constant Field Values
      • DYNAMIC_FEATURE_COLLECTION_TYPE__BOUNDED_BY

        static final int DYNAMIC_FEATURE_COLLECTION_TYPE__BOUNDED_BY
        The feature id for the 'Bounded By' containment reference.
        See Also:
        Constant Field Values
      • DYNAMIC_FEATURE_COLLECTION_TYPE__LOCATION_GROUP

        static final int DYNAMIC_FEATURE_COLLECTION_TYPE__LOCATION_GROUP
        The feature id for the 'Location Group' attribute list.
        See Also:
        Constant Field Values
      • DYNAMIC_FEATURE_COLLECTION_TYPE__LOCATION

        static final int DYNAMIC_FEATURE_COLLECTION_TYPE__LOCATION
        The feature id for the 'Location' containment reference.
        See Also:
        Constant Field Values
      • DYNAMIC_FEATURE_COLLECTION_TYPE__FEATURE_MEMBER

        static final int DYNAMIC_FEATURE_COLLECTION_TYPE__FEATURE_MEMBER
        The feature id for the 'Feature Member' containment reference list.
        See Also:
        Constant Field Values
      • DYNAMIC_FEATURE_COLLECTION_TYPE__FEATURE_MEMBERS

        static final int DYNAMIC_FEATURE_COLLECTION_TYPE__FEATURE_MEMBERS
        The feature id for the 'Feature Members' containment reference.
        See Also:
        Constant Field Values
      • DYNAMIC_FEATURE_COLLECTION_TYPE__VALID_TIME

        static final int DYNAMIC_FEATURE_COLLECTION_TYPE__VALID_TIME
        The feature id for the 'Valid Time' containment reference.
        See Also:
        Constant Field Values
      • DYNAMIC_FEATURE_COLLECTION_TYPE__HISTORY_GROUP

        static final int DYNAMIC_FEATURE_COLLECTION_TYPE__HISTORY_GROUP
        The feature id for the 'History Group' attribute list.
        See Also:
        Constant Field Values
      • DYNAMIC_FEATURE_COLLECTION_TYPE__HISTORY

        static final int DYNAMIC_FEATURE_COLLECTION_TYPE__HISTORY
        The feature id for the 'History' containment reference.
        See Also:
        Constant Field Values
      • DYNAMIC_FEATURE_COLLECTION_TYPE__DATA_SOURCE

        static final int DYNAMIC_FEATURE_COLLECTION_TYPE__DATA_SOURCE
        The feature id for the 'Data Source' containment reference.
        See Also:
        Constant Field Values
      • DYNAMIC_FEATURE_COLLECTION_TYPE_FEATURE_COUNT

        static final int DYNAMIC_FEATURE_COLLECTION_TYPE_FEATURE_COUNT
        The number of structural features of the 'Dynamic Feature Collection Type' class.
        See Also:
        Constant Field Values
      • DYNAMIC_FEATURE_COLLECTION_TYPE_OPERATION_COUNT

        static final int DYNAMIC_FEATURE_COLLECTION_TYPE_OPERATION_COUNT
        The number of operations of the 'Dynamic Feature Collection Type' class.
        See Also:
        Constant Field Values
      • DYNAMIC_FEATURE_TYPE__META_DATA_PROPERTY

        static final int DYNAMIC_FEATURE_TYPE__META_DATA_PROPERTY
        The feature id for the 'Meta Data Property' containment reference list.
        See Also:
        Constant Field Values
      • DYNAMIC_FEATURE_TYPE__DESCRIPTION

        static final int DYNAMIC_FEATURE_TYPE__DESCRIPTION
        The feature id for the 'Description' containment reference.
        See Also:
        Constant Field Values
      • DYNAMIC_FEATURE_TYPE__NAME_GROUP

        static final int DYNAMIC_FEATURE_TYPE__NAME_GROUP
        The feature id for the 'Name Group' attribute list.
        See Also:
        Constant Field Values
      • DYNAMIC_FEATURE_TYPE__NAME

        static final int DYNAMIC_FEATURE_TYPE__NAME
        The feature id for the 'Name' containment reference list.
        See Also:
        Constant Field Values
      • DYNAMIC_FEATURE_TYPE__ID

        static final int DYNAMIC_FEATURE_TYPE__ID
        The feature id for the 'Id' attribute.
        See Also:
        Constant Field Values
      • DYNAMIC_FEATURE_TYPE__BOUNDED_BY

        static final int DYNAMIC_FEATURE_TYPE__BOUNDED_BY
        The feature id for the 'Bounded By' containment reference.
        See Also:
        Constant Field Values
      • DYNAMIC_FEATURE_TYPE__LOCATION_GROUP

        static final int DYNAMIC_FEATURE_TYPE__LOCATION_GROUP
        The feature id for the 'Location Group' attribute list.
        See Also:
        Constant Field Values
      • DYNAMIC_FEATURE_TYPE__LOCATION

        static final int DYNAMIC_FEATURE_TYPE__LOCATION
        The feature id for the 'Location' containment reference.
        See Also:
        Constant Field Values
      • DYNAMIC_FEATURE_TYPE__VALID_TIME

        static final int DYNAMIC_FEATURE_TYPE__VALID_TIME
        The feature id for the 'Valid Time' containment reference.
        See Also:
        Constant Field Values
      • DYNAMIC_FEATURE_TYPE__HISTORY_GROUP

        static final int DYNAMIC_FEATURE_TYPE__HISTORY_GROUP
        The feature id for the 'History Group' attribute list.
        See Also:
        Constant Field Values
      • DYNAMIC_FEATURE_TYPE__HISTORY

        static final int DYNAMIC_FEATURE_TYPE__HISTORY
        The feature id for the 'History' containment reference.
        See Also:
        Constant Field Values
      • DYNAMIC_FEATURE_TYPE__DATA_SOURCE

        static final int DYNAMIC_FEATURE_TYPE__DATA_SOURCE
        The feature id for the 'Data Source' containment reference.
        See Also:
        Constant Field Values
      • DYNAMIC_FEATURE_TYPE_FEATURE_COUNT

        static final int DYNAMIC_FEATURE_TYPE_FEATURE_COUNT
        The number of structural features of the 'Dynamic Feature Type' class.
        See Also:
        Constant Field Values
      • DYNAMIC_FEATURE_TYPE_OPERATION_COUNT

        static final int DYNAMIC_FEATURE_TYPE_OPERATION_COUNT
        The number of operations of the 'Dynamic Feature Type' class.
        See Also:
        Constant Field Values
      • EDGE_TYPE__META_DATA_PROPERTY

        static final int EDGE_TYPE__META_DATA_PROPERTY
        The feature id for the 'Meta Data Property' containment reference list.
        See Also:
        Constant Field Values
      • EDGE_TYPE__DESCRIPTION

        static final int EDGE_TYPE__DESCRIPTION
        The feature id for the 'Description' containment reference.
        See Also:
        Constant Field Values
      • EDGE_TYPE__NAME_GROUP

        static final int EDGE_TYPE__NAME_GROUP
        The feature id for the 'Name Group' attribute list.
        See Also:
        Constant Field Values
      • EDGE_TYPE__NAME

        static final int EDGE_TYPE__NAME
        The feature id for the 'Name' containment reference list.
        See Also:
        Constant Field Values
      • EDGE_TYPE__ID

        static final int EDGE_TYPE__ID
        The feature id for the 'Id' attribute.
        See Also:
        Constant Field Values
      • EDGE_TYPE__ISOLATED

        static final int EDGE_TYPE__ISOLATED
        The feature id for the 'Isolated' containment reference list.
        See Also:
        Constant Field Values
      • EDGE_TYPE__CONTAINER

        static final int EDGE_TYPE__CONTAINER
        The feature id for the 'Container' containment reference.
        See Also:
        Constant Field Values
      • EDGE_TYPE__DIRECTED_NODE

        static final int EDGE_TYPE__DIRECTED_NODE
        The feature id for the 'Directed Node' containment reference list.
        See Also:
        Constant Field Values
      • EDGE_TYPE__DIRECTED_FACE

        static final int EDGE_TYPE__DIRECTED_FACE
        The feature id for the 'Directed Face' containment reference list.
        See Also:
        Constant Field Values
      • EDGE_TYPE__CURVE_PROPERTY

        static final int EDGE_TYPE__CURVE_PROPERTY
        The feature id for the 'Curve Property' containment reference.
        See Also:
        Constant Field Values
      • EDGE_TYPE_FEATURE_COUNT

        static final int EDGE_TYPE_FEATURE_COUNT
        The number of structural features of the 'Edge Type' class.
        See Also:
        Constant Field Values
      • EDGE_TYPE_OPERATION_COUNT

        static final int EDGE_TYPE_OPERATION_COUNT
        The number of operations of the 'Edge Type' class.
        See Also:
        Constant Field Values
      • ELLIPSOIDAL_CS_REF_TYPE__ELLIPSOIDAL_CS

        static final int ELLIPSOIDAL_CS_REF_TYPE__ELLIPSOIDAL_CS
        The feature id for the 'Ellipsoidal CS' containment reference.
        See Also:
        Constant Field Values
      • ELLIPSOIDAL_CS_REF_TYPE__ACTUATE

        static final int ELLIPSOIDAL_CS_REF_TYPE__ACTUATE
        The feature id for the 'Actuate' attribute.
        See Also:
        Constant Field Values
      • ELLIPSOIDAL_CS_REF_TYPE__ARCROLE

        static final int ELLIPSOIDAL_CS_REF_TYPE__ARCROLE
        The feature id for the 'Arcrole' attribute.
        See Also:
        Constant Field Values
      • ELLIPSOIDAL_CS_REF_TYPE__HREF

        static final int ELLIPSOIDAL_CS_REF_TYPE__HREF
        The feature id for the 'Href' attribute.
        See Also:
        Constant Field Values
      • ELLIPSOIDAL_CS_REF_TYPE__REMOTE_SCHEMA

        static final int ELLIPSOIDAL_CS_REF_TYPE__REMOTE_SCHEMA
        The feature id for the 'Remote Schema' attribute.
        See Also:
        Constant Field Values
      • ELLIPSOIDAL_CS_REF_TYPE__ROLE

        static final int ELLIPSOIDAL_CS_REF_TYPE__ROLE
        The feature id for the 'Role' attribute.
        See Also:
        Constant Field Values
      • ELLIPSOIDAL_CS_REF_TYPE__SHOW

        static final int ELLIPSOIDAL_CS_REF_TYPE__SHOW
        The feature id for the 'Show' attribute.
        See Also:
        Constant Field Values
      • ELLIPSOIDAL_CS_REF_TYPE__TITLE

        static final int ELLIPSOIDAL_CS_REF_TYPE__TITLE
        The feature id for the 'Title' attribute.
        See Also:
        Constant Field Values
      • ELLIPSOIDAL_CS_REF_TYPE__TYPE

        static final int ELLIPSOIDAL_CS_REF_TYPE__TYPE
        The feature id for the 'Type' attribute.
        See Also:
        Constant Field Values
      • ELLIPSOIDAL_CS_REF_TYPE_FEATURE_COUNT

        static final int ELLIPSOIDAL_CS_REF_TYPE_FEATURE_COUNT
        The number of structural features of the 'Ellipsoidal CS Ref Type' class.
        See Also:
        Constant Field Values
      • ELLIPSOIDAL_CS_REF_TYPE_OPERATION_COUNT

        static final int ELLIPSOIDAL_CS_REF_TYPE_OPERATION_COUNT
        The number of operations of the 'Ellipsoidal CS Ref Type' class.
        See Also:
        Constant Field Values
      • ELLIPSOIDAL_CS_TYPE__META_DATA_PROPERTY

        static final int ELLIPSOIDAL_CS_TYPE__META_DATA_PROPERTY
        The feature id for the 'Meta Data Property' containment reference list.
        See Also:
        Constant Field Values
      • ELLIPSOIDAL_CS_TYPE__DESCRIPTION

        static final int ELLIPSOIDAL_CS_TYPE__DESCRIPTION
        The feature id for the 'Description' containment reference.
        See Also:
        Constant Field Values
      • ELLIPSOIDAL_CS_TYPE__NAME_GROUP

        static final int ELLIPSOIDAL_CS_TYPE__NAME_GROUP
        The feature id for the 'Name Group' attribute list.
        See Also:
        Constant Field Values
      • ELLIPSOIDAL_CS_TYPE__NAME

        static final int ELLIPSOIDAL_CS_TYPE__NAME
        The feature id for the 'Name' containment reference list.
        See Also:
        Constant Field Values
      • ELLIPSOIDAL_CS_TYPE__ID

        static final int ELLIPSOIDAL_CS_TYPE__ID
        The feature id for the 'Id' attribute.
        See Also:
        Constant Field Values
      • ELLIPSOIDAL_CS_TYPE__CS_NAME

        static final int ELLIPSOIDAL_CS_TYPE__CS_NAME
        The feature id for the 'Cs Name' containment reference.
        See Also:
        Constant Field Values
      • ELLIPSOIDAL_CS_TYPE__CS_ID

        static final int ELLIPSOIDAL_CS_TYPE__CS_ID
        The feature id for the 'Cs ID' containment reference list.
        See Also:
        Constant Field Values
      • ELLIPSOIDAL_CS_TYPE__REMARKS

        static final int ELLIPSOIDAL_CS_TYPE__REMARKS
        The feature id for the 'Remarks' containment reference.
        See Also:
        Constant Field Values
      • ELLIPSOIDAL_CS_TYPE__USES_AXIS

        static final int ELLIPSOIDAL_CS_TYPE__USES_AXIS
        The feature id for the 'Uses Axis' containment reference list.
        See Also:
        Constant Field Values
      • ELLIPSOIDAL_CS_TYPE_FEATURE_COUNT

        static final int ELLIPSOIDAL_CS_TYPE_FEATURE_COUNT
        The number of structural features of the 'Ellipsoidal CS Type' class.
        See Also:
        Constant Field Values
      • ELLIPSOIDAL_CS_TYPE_OPERATION_COUNT

        static final int ELLIPSOIDAL_CS_TYPE_OPERATION_COUNT
        The number of operations of the 'Ellipsoidal CS Type' class.
        See Also:
        Constant Field Values
      • ELLIPSOID_BASE_TYPE__META_DATA_PROPERTY

        static final int ELLIPSOID_BASE_TYPE__META_DATA_PROPERTY
        The feature id for the 'Meta Data Property' containment reference list.
        See Also:
        Constant Field Values
      • ELLIPSOID_BASE_TYPE__DESCRIPTION

        static final int ELLIPSOID_BASE_TYPE__DESCRIPTION
        The feature id for the 'Description' containment reference.
        See Also:
        Constant Field Values
      • ELLIPSOID_BASE_TYPE__NAME_GROUP

        static final int ELLIPSOID_BASE_TYPE__NAME_GROUP
        The feature id for the 'Name Group' attribute list.
        See Also:
        Constant Field Values
      • ELLIPSOID_BASE_TYPE__NAME

        static final int ELLIPSOID_BASE_TYPE__NAME
        The feature id for the 'Name' containment reference list.
        See Also:
        Constant Field Values
      • ELLIPSOID_BASE_TYPE__ID

        static final int ELLIPSOID_BASE_TYPE__ID
        The feature id for the 'Id' attribute.
        See Also:
        Constant Field Values
      • ELLIPSOID_BASE_TYPE__ELLIPSOID_NAME

        static final int ELLIPSOID_BASE_TYPE__ELLIPSOID_NAME
        The feature id for the 'Ellipsoid Name' containment reference.
        See Also:
        Constant Field Values
      • ELLIPSOID_BASE_TYPE_FEATURE_COUNT

        static final int ELLIPSOID_BASE_TYPE_FEATURE_COUNT
        The number of structural features of the 'Ellipsoid Base Type' class.
        See Also:
        Constant Field Values
      • ELLIPSOID_BASE_TYPE_OPERATION_COUNT

        static final int ELLIPSOID_BASE_TYPE_OPERATION_COUNT
        The number of operations of the 'Ellipsoid Base Type' class.
        See Also:
        Constant Field Values
      • ELLIPSOID_REF_TYPE__ELLIPSOID

        static final int ELLIPSOID_REF_TYPE__ELLIPSOID
        The feature id for the 'Ellipsoid' containment reference.
        See Also:
        Constant Field Values
      • ELLIPSOID_REF_TYPE__ACTUATE

        static final int ELLIPSOID_REF_TYPE__ACTUATE
        The feature id for the 'Actuate' attribute.
        See Also:
        Constant Field Values
      • ELLIPSOID_REF_TYPE__ARCROLE

        static final int ELLIPSOID_REF_TYPE__ARCROLE
        The feature id for the 'Arcrole' attribute.
        See Also:
        Constant Field Values
      • ELLIPSOID_REF_TYPE__HREF

        static final int ELLIPSOID_REF_TYPE__HREF
        The feature id for the 'Href' attribute.
        See Also:
        Constant Field Values
      • ELLIPSOID_REF_TYPE__REMOTE_SCHEMA

        static final int ELLIPSOID_REF_TYPE__REMOTE_SCHEMA
        The feature id for the 'Remote Schema' attribute.
        See Also:
        Constant Field Values
      • ELLIPSOID_REF_TYPE__ROLE

        static final int ELLIPSOID_REF_TYPE__ROLE
        The feature id for the 'Role' attribute.
        See Also:
        Constant Field Values
      • ELLIPSOID_REF_TYPE__SHOW

        static final int ELLIPSOID_REF_TYPE__SHOW
        The feature id for the 'Show' attribute.
        See Also:
        Constant Field Values
      • ELLIPSOID_REF_TYPE__TITLE

        static final int ELLIPSOID_REF_TYPE__TITLE
        The feature id for the 'Title' attribute.
        See Also:
        Constant Field Values
      • ELLIPSOID_REF_TYPE__TYPE

        static final int ELLIPSOID_REF_TYPE__TYPE
        The feature id for the 'Type' attribute.
        See Also:
        Constant Field Values
      • ELLIPSOID_REF_TYPE_FEATURE_COUNT

        static final int ELLIPSOID_REF_TYPE_FEATURE_COUNT
        The number of structural features of the 'Ellipsoid Ref Type' class.
        See Also:
        Constant Field Values
      • ELLIPSOID_REF_TYPE_OPERATION_COUNT

        static final int ELLIPSOID_REF_TYPE_OPERATION_COUNT
        The number of operations of the 'Ellipsoid Ref Type' class.
        See Also:
        Constant Field Values
      • ELLIPSOID_TYPE__META_DATA_PROPERTY

        static final int ELLIPSOID_TYPE__META_DATA_PROPERTY
        The feature id for the 'Meta Data Property' containment reference list.
        See Also:
        Constant Field Values
      • ELLIPSOID_TYPE__DESCRIPTION

        static final int ELLIPSOID_TYPE__DESCRIPTION
        The feature id for the 'Description' containment reference.
        See Also:
        Constant Field Values
      • ELLIPSOID_TYPE__NAME_GROUP

        static final int ELLIPSOID_TYPE__NAME_GROUP
        The feature id for the 'Name Group' attribute list.
        See Also:
        Constant Field Values
      • ELLIPSOID_TYPE__NAME

        static final int ELLIPSOID_TYPE__NAME
        The feature id for the 'Name' containment reference list.
        See Also:
        Constant Field Values
      • ELLIPSOID_TYPE__ID

        static final int ELLIPSOID_TYPE__ID
        The feature id for the 'Id' attribute.
        See Also:
        Constant Field Values
      • ELLIPSOID_TYPE__ELLIPSOID_NAME

        static final int ELLIPSOID_TYPE__ELLIPSOID_NAME
        The feature id for the 'Ellipsoid Name' containment reference.
        See Also:
        Constant Field Values
      • ELLIPSOID_TYPE__ELLIPSOID_ID

        static final int ELLIPSOID_TYPE__ELLIPSOID_ID
        The feature id for the 'Ellipsoid ID' containment reference list.
        See Also:
        Constant Field Values
      • ELLIPSOID_TYPE__REMARKS

        static final int ELLIPSOID_TYPE__REMARKS
        The feature id for the 'Remarks' containment reference.
        See Also:
        Constant Field Values
      • ELLIPSOID_TYPE__SEMI_MAJOR_AXIS

        static final int ELLIPSOID_TYPE__SEMI_MAJOR_AXIS
        The feature id for the 'Semi Major Axis' containment reference.
        See Also:
        Constant Field Values
      • ELLIPSOID_TYPE__SECOND_DEFINING_PARAMETER

        static final int ELLIPSOID_TYPE__SECOND_DEFINING_PARAMETER
        The feature id for the 'Second Defining Parameter' containment reference.
        See Also:
        Constant Field Values
      • ELLIPSOID_TYPE_FEATURE_COUNT

        static final int ELLIPSOID_TYPE_FEATURE_COUNT
        The number of structural features of the 'Ellipsoid Type' class.
        See Also:
        Constant Field Values
      • ELLIPSOID_TYPE_OPERATION_COUNT

        static final int ELLIPSOID_TYPE_OPERATION_COUNT
        The number of operations of the 'Ellipsoid Type' class.
        See Also:
        Constant Field Values
      • ENGINEERING_CRS_REF_TYPE__ENGINEERING_CRS

        static final int ENGINEERING_CRS_REF_TYPE__ENGINEERING_CRS
        The feature id for the 'Engineering CRS' containment reference.
        See Also:
        Constant Field Values
      • ENGINEERING_CRS_REF_TYPE__ACTUATE

        static final int ENGINEERING_CRS_REF_TYPE__ACTUATE
        The feature id for the 'Actuate' attribute.
        See Also:
        Constant Field Values
      • ENGINEERING_CRS_REF_TYPE__ARCROLE

        static final int ENGINEERING_CRS_REF_TYPE__ARCROLE
        The feature id for the 'Arcrole' attribute.
        See Also:
        Constant Field Values
      • ENGINEERING_CRS_REF_TYPE__HREF

        static final int ENGINEERING_CRS_REF_TYPE__HREF
        The feature id for the 'Href' attribute.
        See Also:
        Constant Field Values
      • ENGINEERING_CRS_REF_TYPE__REMOTE_SCHEMA

        static final int ENGINEERING_CRS_REF_TYPE__REMOTE_SCHEMA
        The feature id for the 'Remote Schema' attribute.
        See Also:
        Constant Field Values
      • ENGINEERING_CRS_REF_TYPE__ROLE

        static final int ENGINEERING_CRS_REF_TYPE__ROLE
        The feature id for the 'Role' attribute.
        See Also:
        Constant Field Values
      • ENGINEERING_CRS_REF_TYPE__SHOW

        static final int ENGINEERING_CRS_REF_TYPE__SHOW
        The feature id for the 'Show' attribute.
        See Also:
        Constant Field Values
      • ENGINEERING_CRS_REF_TYPE__TITLE

        static final int ENGINEERING_CRS_REF_TYPE__TITLE
        The feature id for the 'Title' attribute.
        See Also:
        Constant Field Values
      • ENGINEERING_CRS_REF_TYPE__TYPE

        static final int ENGINEERING_CRS_REF_TYPE__TYPE
        The feature id for the 'Type' attribute.
        See Also:
        Constant Field Values
      • ENGINEERING_CRS_REF_TYPE_FEATURE_COUNT

        static final int ENGINEERING_CRS_REF_TYPE_FEATURE_COUNT
        The number of structural features of the 'Engineering CRS Ref Type' class.
        See Also:
        Constant Field Values
      • ENGINEERING_CRS_REF_TYPE_OPERATION_COUNT

        static final int ENGINEERING_CRS_REF_TYPE_OPERATION_COUNT
        The number of operations of the 'Engineering CRS Ref Type' class.
        See Also:
        Constant Field Values
      • ENGINEERING_CRS_TYPE__META_DATA_PROPERTY

        static final int ENGINEERING_CRS_TYPE__META_DATA_PROPERTY
        The feature id for the 'Meta Data Property' containment reference list.
        See Also:
        Constant Field Values
      • ENGINEERING_CRS_TYPE__DESCRIPTION

        static final int ENGINEERING_CRS_TYPE__DESCRIPTION
        The feature id for the 'Description' containment reference.
        See Also:
        Constant Field Values
      • ENGINEERING_CRS_TYPE__NAME_GROUP

        static final int ENGINEERING_CRS_TYPE__NAME_GROUP
        The feature id for the 'Name Group' attribute list.
        See Also:
        Constant Field Values
      • ENGINEERING_CRS_TYPE__NAME

        static final int ENGINEERING_CRS_TYPE__NAME
        The feature id for the 'Name' containment reference list.
        See Also:
        Constant Field Values
      • ENGINEERING_CRS_TYPE__ID

        static final int ENGINEERING_CRS_TYPE__ID
        The feature id for the 'Id' attribute.
        See Also:
        Constant Field Values
      • ENGINEERING_CRS_TYPE__SRS_NAME

        static final int ENGINEERING_CRS_TYPE__SRS_NAME
        The feature id for the 'Srs Name' containment reference.
        See Also:
        Constant Field Values
      • ENGINEERING_CRS_TYPE__SRS_ID

        static final int ENGINEERING_CRS_TYPE__SRS_ID
        The feature id for the 'Srs ID' containment reference list.
        See Also:
        Constant Field Values
      • ENGINEERING_CRS_TYPE__REMARKS

        static final int ENGINEERING_CRS_TYPE__REMARKS
        The feature id for the 'Remarks' containment reference.
        See Also:
        Constant Field Values
      • ENGINEERING_CRS_TYPE__VALID_AREA

        static final int ENGINEERING_CRS_TYPE__VALID_AREA
        The feature id for the 'Valid Area' containment reference.
        See Also:
        Constant Field Values
      • ENGINEERING_CRS_TYPE__SCOPE

        static final int ENGINEERING_CRS_TYPE__SCOPE
        The feature id for the 'Scope' attribute.
        See Also:
        Constant Field Values
      • ENGINEERING_CRS_TYPE__USES_CS

        static final int ENGINEERING_CRS_TYPE__USES_CS
        The feature id for the 'Uses CS' containment reference.
        See Also:
        Constant Field Values
      • ENGINEERING_CRS_TYPE__USES_ENGINEERING_DATUM

        static final int ENGINEERING_CRS_TYPE__USES_ENGINEERING_DATUM
        The feature id for the 'Uses Engineering Datum' containment reference.
        See Also:
        Constant Field Values
      • ENGINEERING_CRS_TYPE_FEATURE_COUNT

        static final int ENGINEERING_CRS_TYPE_FEATURE_COUNT
        The number of structural features of the 'Engineering CRS Type' class.
        See Also:
        Constant Field Values
      • ENGINEERING_CRS_TYPE_OPERATION_COUNT

        static final int ENGINEERING_CRS_TYPE_OPERATION_COUNT
        The number of operations of the 'Engineering CRS Type' class.
        See Also:
        Constant Field Values
      • ENGINEERING_DATUM_REF_TYPE__ENGINEERING_DATUM

        static final int ENGINEERING_DATUM_REF_TYPE__ENGINEERING_DATUM
        The feature id for the 'Engineering Datum' containment reference.
        See Also:
        Constant Field Values
      • ENGINEERING_DATUM_REF_TYPE__ACTUATE

        static final int ENGINEERING_DATUM_REF_TYPE__ACTUATE
        The feature id for the 'Actuate' attribute.
        See Also:
        Constant Field Values
      • ENGINEERING_DATUM_REF_TYPE__ARCROLE

        static final int ENGINEERING_DATUM_REF_TYPE__ARCROLE
        The feature id for the 'Arcrole' attribute.
        See Also:
        Constant Field Values
      • ENGINEERING_DATUM_REF_TYPE__HREF

        static final int ENGINEERING_DATUM_REF_TYPE__HREF
        The feature id for the 'Href' attribute.
        See Also:
        Constant Field Values
      • ENGINEERING_DATUM_REF_TYPE__REMOTE_SCHEMA

        static final int ENGINEERING_DATUM_REF_TYPE__REMOTE_SCHEMA
        The feature id for the 'Remote Schema' attribute.
        See Also:
        Constant Field Values
      • ENGINEERING_DATUM_REF_TYPE__ROLE

        static final int ENGINEERING_DATUM_REF_TYPE__ROLE
        The feature id for the 'Role' attribute.
        See Also:
        Constant Field Values
      • ENGINEERING_DATUM_REF_TYPE__SHOW

        static final int ENGINEERING_DATUM_REF_TYPE__SHOW
        The feature id for the 'Show' attribute.
        See Also:
        Constant Field Values
      • ENGINEERING_DATUM_REF_TYPE__TITLE

        static final int ENGINEERING_DATUM_REF_TYPE__TITLE
        The feature id for the 'Title' attribute.
        See Also:
        Constant Field Values
      • ENGINEERING_DATUM_REF_TYPE__TYPE

        static final int ENGINEERING_DATUM_REF_TYPE__TYPE
        The feature id for the 'Type' attribute.
        See Also:
        Constant Field Values
      • ENGINEERING_DATUM_REF_TYPE_FEATURE_COUNT

        static final int ENGINEERING_DATUM_REF_TYPE_FEATURE_COUNT
        The number of structural features of the 'Engineering Datum Ref Type' class.
        See Also:
        Constant Field Values
      • ENGINEERING_DATUM_REF_TYPE_OPERATION_COUNT

        static final int ENGINEERING_DATUM_REF_TYPE_OPERATION_COUNT
        The number of operations of the 'Engineering Datum Ref Type' class.
        See Also:
        Constant Field Values
      • ENGINEERING_DATUM_TYPE__META_DATA_PROPERTY

        static final int ENGINEERING_DATUM_TYPE__META_DATA_PROPERTY
        The feature id for the 'Meta Data Property' containment reference list.
        See Also:
        Constant Field Values
      • ENGINEERING_DATUM_TYPE__DESCRIPTION

        static final int ENGINEERING_DATUM_TYPE__DESCRIPTION
        The feature id for the 'Description' containment reference.
        See Also:
        Constant Field Values
      • ENGINEERING_DATUM_TYPE__NAME_GROUP

        static final int ENGINEERING_DATUM_TYPE__NAME_GROUP
        The feature id for the 'Name Group' attribute list.
        See Also:
        Constant Field Values
      • ENGINEERING_DATUM_TYPE__NAME

        static final int ENGINEERING_DATUM_TYPE__NAME
        The feature id for the 'Name' containment reference list.
        See Also:
        Constant Field Values
      • ENGINEERING_DATUM_TYPE__ID

        static final int ENGINEERING_DATUM_TYPE__ID
        The feature id for the 'Id' attribute.
        See Also:
        Constant Field Values
      • ENGINEERING_DATUM_TYPE__DATUM_NAME

        static final int ENGINEERING_DATUM_TYPE__DATUM_NAME
        The feature id for the 'Datum Name' containment reference.
        See Also:
        Constant Field Values
      • ENGINEERING_DATUM_TYPE__DATUM_ID

        static final int ENGINEERING_DATUM_TYPE__DATUM_ID
        The feature id for the 'Datum ID' containment reference list.
        See Also:
        Constant Field Values
      • ENGINEERING_DATUM_TYPE__REMARKS

        static final int ENGINEERING_DATUM_TYPE__REMARKS
        The feature id for the 'Remarks' containment reference.
        See Also:
        Constant Field Values
      • ENGINEERING_DATUM_TYPE__ANCHOR_POINT

        static final int ENGINEERING_DATUM_TYPE__ANCHOR_POINT
        The feature id for the 'Anchor Point' containment reference.
        See Also:
        Constant Field Values
      • ENGINEERING_DATUM_TYPE__REALIZATION_EPOCH

        static final int ENGINEERING_DATUM_TYPE__REALIZATION_EPOCH
        The feature id for the 'Realization Epoch' attribute.
        See Also:
        Constant Field Values
      • ENGINEERING_DATUM_TYPE__VALID_AREA

        static final int ENGINEERING_DATUM_TYPE__VALID_AREA
        The feature id for the 'Valid Area' containment reference.
        See Also:
        Constant Field Values
      • ENGINEERING_DATUM_TYPE__SCOPE

        static final int ENGINEERING_DATUM_TYPE__SCOPE
        The feature id for the 'Scope' attribute.
        See Also:
        Constant Field Values
      • ENGINEERING_DATUM_TYPE_FEATURE_COUNT

        static final int ENGINEERING_DATUM_TYPE_FEATURE_COUNT
        The number of structural features of the 'Engineering Datum Type' class.
        See Also:
        Constant Field Values
      • ENGINEERING_DATUM_TYPE_OPERATION_COUNT

        static final int ENGINEERING_DATUM_TYPE_OPERATION_COUNT
        The number of operations of the 'Engineering Datum Type' class.
        See Also:
        Constant Field Values
      • ENVELOPE_TYPE__LOWER_CORNER

        static final int ENVELOPE_TYPE__LOWER_CORNER
        The feature id for the 'Lower Corner' containment reference.
        See Also:
        Constant Field Values
      • ENVELOPE_TYPE__UPPER_CORNER

        static final int ENVELOPE_TYPE__UPPER_CORNER
        The feature id for the 'Upper Corner' containment reference.
        See Also:
        Constant Field Values
      • ENVELOPE_TYPE__COORD

        static final int ENVELOPE_TYPE__COORD
        The feature id for the 'Coord' containment reference list.
        See Also:
        Constant Field Values
      • ENVELOPE_TYPE__POS

        static final int ENVELOPE_TYPE__POS
        The feature id for the 'Pos' containment reference list.
        See Also:
        Constant Field Values
      • ENVELOPE_TYPE__COORDINATES

        static final int ENVELOPE_TYPE__COORDINATES
        The feature id for the 'Coordinates' containment reference.
        See Also:
        Constant Field Values
      • ENVELOPE_TYPE__AXIS_LABELS

        static final int ENVELOPE_TYPE__AXIS_LABELS
        The feature id for the 'Axis Labels' attribute.
        See Also:
        Constant Field Values
      • ENVELOPE_TYPE__SRS_DIMENSION

        static final int ENVELOPE_TYPE__SRS_DIMENSION
        The feature id for the 'Srs Dimension' attribute.
        See Also:
        Constant Field Values
      • ENVELOPE_TYPE__SRS_NAME

        static final int ENVELOPE_TYPE__SRS_NAME
        The feature id for the 'Srs Name' attribute.
        See Also:
        Constant Field Values
      • ENVELOPE_TYPE__UOM_LABELS

        static final int ENVELOPE_TYPE__UOM_LABELS
        The feature id for the 'Uom Labels' attribute.
        See Also:
        Constant Field Values
      • ENVELOPE_TYPE_FEATURE_COUNT

        static final int ENVELOPE_TYPE_FEATURE_COUNT
        The number of structural features of the 'Envelope Type' class.
        See Also:
        Constant Field Values
      • ENVELOPE_TYPE_OPERATION_COUNT

        static final int ENVELOPE_TYPE_OPERATION_COUNT
        The number of operations of the 'Envelope Type' class.
        See Also:
        Constant Field Values
      • ENVELOPE_WITH_TIME_PERIOD_TYPE__LOWER_CORNER

        static final int ENVELOPE_WITH_TIME_PERIOD_TYPE__LOWER_CORNER
        The feature id for the 'Lower Corner' containment reference.
        See Also:
        Constant Field Values
      • ENVELOPE_WITH_TIME_PERIOD_TYPE__UPPER_CORNER

        static final int ENVELOPE_WITH_TIME_PERIOD_TYPE__UPPER_CORNER
        The feature id for the 'Upper Corner' containment reference.
        See Also:
        Constant Field Values
      • ENVELOPE_WITH_TIME_PERIOD_TYPE__COORD

        static final int ENVELOPE_WITH_TIME_PERIOD_TYPE__COORD
        The feature id for the 'Coord' containment reference list.
        See Also:
        Constant Field Values
      • ENVELOPE_WITH_TIME_PERIOD_TYPE__POS

        static final int ENVELOPE_WITH_TIME_PERIOD_TYPE__POS
        The feature id for the 'Pos' containment reference list.
        See Also:
        Constant Field Values
      • ENVELOPE_WITH_TIME_PERIOD_TYPE__COORDINATES

        static final int ENVELOPE_WITH_TIME_PERIOD_TYPE__COORDINATES
        The feature id for the 'Coordinates' containment reference.
        See Also:
        Constant Field Values
      • ENVELOPE_WITH_TIME_PERIOD_TYPE__AXIS_LABELS

        static final int ENVELOPE_WITH_TIME_PERIOD_TYPE__AXIS_LABELS
        The feature id for the 'Axis Labels' attribute.
        See Also:
        Constant Field Values
      • ENVELOPE_WITH_TIME_PERIOD_TYPE__SRS_DIMENSION

        static final int ENVELOPE_WITH_TIME_PERIOD_TYPE__SRS_DIMENSION
        The feature id for the 'Srs Dimension' attribute.
        See Also:
        Constant Field Values
      • ENVELOPE_WITH_TIME_PERIOD_TYPE__SRS_NAME

        static final int ENVELOPE_WITH_TIME_PERIOD_TYPE__SRS_NAME
        The feature id for the 'Srs Name' attribute.
        See Also:
        Constant Field Values
      • ENVELOPE_WITH_TIME_PERIOD_TYPE__UOM_LABELS

        static final int ENVELOPE_WITH_TIME_PERIOD_TYPE__UOM_LABELS
        The feature id for the 'Uom Labels' attribute.
        See Also:
        Constant Field Values
      • ENVELOPE_WITH_TIME_PERIOD_TYPE__TIME_POSITION

        static final int ENVELOPE_WITH_TIME_PERIOD_TYPE__TIME_POSITION
        The feature id for the 'Time Position' containment reference list.
        See Also:
        Constant Field Values
      • ENVELOPE_WITH_TIME_PERIOD_TYPE__FRAME

        static final int ENVELOPE_WITH_TIME_PERIOD_TYPE__FRAME
        The feature id for the 'Frame' attribute.
        See Also:
        Constant Field Values
      • ENVELOPE_WITH_TIME_PERIOD_TYPE_FEATURE_COUNT

        static final int ENVELOPE_WITH_TIME_PERIOD_TYPE_FEATURE_COUNT
        The number of structural features of the 'Envelope With Time Period Type' class.
        See Also:
        Constant Field Values
      • ENVELOPE_WITH_TIME_PERIOD_TYPE_OPERATION_COUNT

        static final int ENVELOPE_WITH_TIME_PERIOD_TYPE_OPERATION_COUNT
        The number of operations of the 'Envelope With Time Period Type' class.
        See Also:
        Constant Field Values
      • EXTENT_TYPE__DESCRIPTION

        static final int EXTENT_TYPE__DESCRIPTION
        The feature id for the 'Description' containment reference.
        See Also:
        Constant Field Values
      • EXTENT_TYPE__BOUNDING_BOX

        static final int EXTENT_TYPE__BOUNDING_BOX
        The feature id for the 'Bounding Box' containment reference list.
        See Also:
        Constant Field Values
      • EXTENT_TYPE__BOUNDING_POLYGON

        static final int EXTENT_TYPE__BOUNDING_POLYGON
        The feature id for the 'Bounding Polygon' containment reference list.
        See Also:
        Constant Field Values
      • EXTENT_TYPE__VERTICAL_EXTENT

        static final int EXTENT_TYPE__VERTICAL_EXTENT
        The feature id for the 'Vertical Extent' containment reference list.
        See Also:
        Constant Field Values
      • EXTENT_TYPE__TEMPORAL_EXTENT

        static final int EXTENT_TYPE__TEMPORAL_EXTENT
        The feature id for the 'Temporal Extent' containment reference list.
        See Also:
        Constant Field Values
      • EXTENT_TYPE_FEATURE_COUNT

        static final int EXTENT_TYPE_FEATURE_COUNT
        The number of structural features of the 'Extent Type' class.
        See Also:
        Constant Field Values
      • EXTENT_TYPE_OPERATION_COUNT

        static final int EXTENT_TYPE_OPERATION_COUNT
        The number of operations of the 'Extent Type' class.
        See Also:
        Constant Field Values
      • FACE_TYPE__META_DATA_PROPERTY

        static final int FACE_TYPE__META_DATA_PROPERTY
        The feature id for the 'Meta Data Property' containment reference list.
        See Also:
        Constant Field Values
      • FACE_TYPE__DESCRIPTION

        static final int FACE_TYPE__DESCRIPTION
        The feature id for the 'Description' containment reference.
        See Also:
        Constant Field Values
      • FACE_TYPE__NAME_GROUP

        static final int FACE_TYPE__NAME_GROUP
        The feature id for the 'Name Group' attribute list.
        See Also:
        Constant Field Values
      • FACE_TYPE__NAME

        static final int FACE_TYPE__NAME
        The feature id for the 'Name' containment reference list.
        See Also:
        Constant Field Values
      • FACE_TYPE__ID

        static final int FACE_TYPE__ID
        The feature id for the 'Id' attribute.
        See Also:
        Constant Field Values
      • FACE_TYPE__ISOLATED

        static final int FACE_TYPE__ISOLATED
        The feature id for the 'Isolated' containment reference list.
        See Also:
        Constant Field Values
      • FACE_TYPE__CONTAINER

        static final int FACE_TYPE__CONTAINER
        The feature id for the 'Container' containment reference.
        See Also:
        Constant Field Values
      • FACE_TYPE__DIRECTED_EDGE

        static final int FACE_TYPE__DIRECTED_EDGE
        The feature id for the 'Directed Edge' containment reference list.
        See Also:
        Constant Field Values
      • FACE_TYPE__DIRECTED_TOPO_SOLID

        static final int FACE_TYPE__DIRECTED_TOPO_SOLID
        The feature id for the 'Directed Topo Solid' containment reference list.
        See Also:
        Constant Field Values
      • FACE_TYPE__SURFACE_PROPERTY

        static final int FACE_TYPE__SURFACE_PROPERTY
        The feature id for the 'Surface Property' containment reference.
        See Also:
        Constant Field Values
      • FACE_TYPE_FEATURE_COUNT

        static final int FACE_TYPE_FEATURE_COUNT
        The number of structural features of the 'Face Type' class.
        See Also:
        Constant Field Values
      • FACE_TYPE_OPERATION_COUNT

        static final int FACE_TYPE_OPERATION_COUNT
        The number of operations of the 'Face Type' class.
        See Also:
        Constant Field Values
      • FEATURE_ARRAY_PROPERTY_TYPE__FEATURE_GROUP

        static final int FEATURE_ARRAY_PROPERTY_TYPE__FEATURE_GROUP
        The feature id for the 'Feature Group' attribute list.
        See Also:
        Constant Field Values
      • FEATURE_ARRAY_PROPERTY_TYPE__FEATURE

        static final int FEATURE_ARRAY_PROPERTY_TYPE__FEATURE
        The feature id for the 'Feature' containment reference list.
        See Also:
        Constant Field Values
      • FEATURE_ARRAY_PROPERTY_TYPE_FEATURE_COUNT

        static final int FEATURE_ARRAY_PROPERTY_TYPE_FEATURE_COUNT
        The number of structural features of the 'Feature Array Property Type' class.
        See Also:
        Constant Field Values
      • FEATURE_ARRAY_PROPERTY_TYPE_OPERATION_COUNT

        static final int FEATURE_ARRAY_PROPERTY_TYPE_OPERATION_COUNT
        The number of operations of the 'Feature Array Property Type' class.
        See Also:
        Constant Field Values
      • FEATURE_PROPERTY_TYPE__FEATURE_GROUP

        static final int FEATURE_PROPERTY_TYPE__FEATURE_GROUP
        The feature id for the 'Feature Group' attribute list.
        See Also:
        Constant Field Values
      • FEATURE_PROPERTY_TYPE__FEATURE

        static final int FEATURE_PROPERTY_TYPE__FEATURE
        The feature id for the 'Feature' containment reference.
        See Also:
        Constant Field Values
      • FEATURE_PROPERTY_TYPE__ACTUATE

        static final int FEATURE_PROPERTY_TYPE__ACTUATE
        The feature id for the 'Actuate' attribute.
        See Also:
        Constant Field Values
      • FEATURE_PROPERTY_TYPE__ARCROLE

        static final int FEATURE_PROPERTY_TYPE__ARCROLE
        The feature id for the 'Arcrole' attribute.
        See Also:
        Constant Field Values
      • FEATURE_PROPERTY_TYPE__HREF

        static final int FEATURE_PROPERTY_TYPE__HREF
        The feature id for the 'Href' attribute.
        See Also:
        Constant Field Values
      • FEATURE_PROPERTY_TYPE__REMOTE_SCHEMA

        static final int FEATURE_PROPERTY_TYPE__REMOTE_SCHEMA
        The feature id for the 'Remote Schema' attribute.
        See Also:
        Constant Field Values
      • FEATURE_PROPERTY_TYPE__ROLE

        static final int FEATURE_PROPERTY_TYPE__ROLE
        The feature id for the 'Role' attribute.
        See Also:
        Constant Field Values
      • FEATURE_PROPERTY_TYPE__SHOW

        static final int FEATURE_PROPERTY_TYPE__SHOW
        The feature id for the 'Show' attribute.
        See Also:
        Constant Field Values
      • FEATURE_PROPERTY_TYPE__TITLE

        static final int FEATURE_PROPERTY_TYPE__TITLE
        The feature id for the 'Title' attribute.
        See Also:
        Constant Field Values
      • FEATURE_PROPERTY_TYPE__TYPE

        static final int FEATURE_PROPERTY_TYPE__TYPE
        The feature id for the 'Type' attribute.
        See Also:
        Constant Field Values
      • FEATURE_PROPERTY_TYPE_FEATURE_COUNT

        static final int FEATURE_PROPERTY_TYPE_FEATURE_COUNT
        The number of structural features of the 'Feature Property Type' class.
        See Also:
        Constant Field Values
      • FEATURE_PROPERTY_TYPE_OPERATION_COUNT

        static final int FEATURE_PROPERTY_TYPE_OPERATION_COUNT
        The number of operations of the 'Feature Property Type' class.
        See Also:
        Constant Field Values
      • FEATURE_STYLE_PROPERTY_TYPE__FEATURE_STYLE

        static final int FEATURE_STYLE_PROPERTY_TYPE__FEATURE_STYLE
        The feature id for the 'Feature Style' containment reference.
        See Also:
        Constant Field Values
      • FEATURE_STYLE_PROPERTY_TYPE__ABOUT

        static final int FEATURE_STYLE_PROPERTY_TYPE__ABOUT
        The feature id for the 'About' attribute.
        See Also:
        Constant Field Values
      • FEATURE_STYLE_PROPERTY_TYPE__ACTUATE

        static final int FEATURE_STYLE_PROPERTY_TYPE__ACTUATE
        The feature id for the 'Actuate' attribute.
        See Also:
        Constant Field Values
      • FEATURE_STYLE_PROPERTY_TYPE__ARCROLE

        static final int FEATURE_STYLE_PROPERTY_TYPE__ARCROLE
        The feature id for the 'Arcrole' attribute.
        See Also:
        Constant Field Values
      • FEATURE_STYLE_PROPERTY_TYPE__HREF

        static final int FEATURE_STYLE_PROPERTY_TYPE__HREF
        The feature id for the 'Href' attribute.
        See Also:
        Constant Field Values
      • FEATURE_STYLE_PROPERTY_TYPE__REMOTE_SCHEMA

        static final int FEATURE_STYLE_PROPERTY_TYPE__REMOTE_SCHEMA
        The feature id for the 'Remote Schema' attribute.
        See Also:
        Constant Field Values
      • FEATURE_STYLE_PROPERTY_TYPE__ROLE

        static final int FEATURE_STYLE_PROPERTY_TYPE__ROLE
        The feature id for the 'Role' attribute.
        See Also:
        Constant Field Values
      • FEATURE_STYLE_PROPERTY_TYPE__SHOW

        static final int FEATURE_STYLE_PROPERTY_TYPE__SHOW
        The feature id for the 'Show' attribute.
        See Also:
        Constant Field Values
      • FEATURE_STYLE_PROPERTY_TYPE__TITLE

        static final int FEATURE_STYLE_PROPERTY_TYPE__TITLE
        The feature id for the 'Title' attribute.
        See Also:
        Constant Field Values
      • FEATURE_STYLE_PROPERTY_TYPE__TYPE

        static final int FEATURE_STYLE_PROPERTY_TYPE__TYPE
        The feature id for the 'Type' attribute.
        See Also:
        Constant Field Values
      • FEATURE_STYLE_PROPERTY_TYPE_FEATURE_COUNT

        static final int FEATURE_STYLE_PROPERTY_TYPE_FEATURE_COUNT
        The number of structural features of the 'Feature Style Property Type' class.
        See Also:
        Constant Field Values
      • FEATURE_STYLE_PROPERTY_TYPE_OPERATION_COUNT

        static final int FEATURE_STYLE_PROPERTY_TYPE_OPERATION_COUNT
        The number of operations of the 'Feature Style Property Type' class.
        See Also:
        Constant Field Values
      • FEATURE_STYLE_TYPE__META_DATA_PROPERTY

        static final int FEATURE_STYLE_TYPE__META_DATA_PROPERTY
        The feature id for the 'Meta Data Property' containment reference list.
        See Also:
        Constant Field Values
      • FEATURE_STYLE_TYPE__DESCRIPTION

        static final int FEATURE_STYLE_TYPE__DESCRIPTION
        The feature id for the 'Description' containment reference.
        See Also:
        Constant Field Values
      • FEATURE_STYLE_TYPE__NAME_GROUP

        static final int FEATURE_STYLE_TYPE__NAME_GROUP
        The feature id for the 'Name Group' attribute list.
        See Also:
        Constant Field Values
      • FEATURE_STYLE_TYPE__NAME

        static final int FEATURE_STYLE_TYPE__NAME
        The feature id for the 'Name' containment reference list.
        See Also:
        Constant Field Values
      • FEATURE_STYLE_TYPE__ID

        static final int FEATURE_STYLE_TYPE__ID
        The feature id for the 'Id' attribute.
        See Also:
        Constant Field Values
      • FEATURE_STYLE_TYPE__FEATURE_CONSTRAINT

        static final int FEATURE_STYLE_TYPE__FEATURE_CONSTRAINT
        The feature id for the 'Feature Constraint' attribute.
        See Also:
        Constant Field Values
      • FEATURE_STYLE_TYPE__GEOMETRY_STYLE

        static final int FEATURE_STYLE_TYPE__GEOMETRY_STYLE
        The feature id for the 'Geometry Style' containment reference list.
        See Also:
        Constant Field Values
      • FEATURE_STYLE_TYPE__TOPOLOGY_STYLE

        static final int FEATURE_STYLE_TYPE__TOPOLOGY_STYLE
        The feature id for the 'Topology Style' containment reference list.
        See Also:
        Constant Field Values
      • FEATURE_STYLE_TYPE__LABEL_STYLE

        static final int FEATURE_STYLE_TYPE__LABEL_STYLE
        The feature id for the 'Label Style' containment reference.
        See Also:
        Constant Field Values
      • FEATURE_STYLE_TYPE__BASE_TYPE

        static final int FEATURE_STYLE_TYPE__BASE_TYPE
        The feature id for the 'Base Type' attribute.
        See Also:
        Constant Field Values
      • FEATURE_STYLE_TYPE__FEATURE_TYPE

        static final int FEATURE_STYLE_TYPE__FEATURE_TYPE
        The feature id for the 'Feature Type' attribute.
        See Also:
        Constant Field Values
      • FEATURE_STYLE_TYPE__QUERY_GRAMMAR

        static final int FEATURE_STYLE_TYPE__QUERY_GRAMMAR
        The feature id for the 'Query Grammar' attribute.
        See Also:
        Constant Field Values
      • FEATURE_STYLE_TYPE_FEATURE_COUNT

        static final int FEATURE_STYLE_TYPE_FEATURE_COUNT
        The number of structural features of the 'Feature Style Type' class.
        See Also:
        Constant Field Values
      • FEATURE_STYLE_TYPE_OPERATION_COUNT

        static final int FEATURE_STYLE_TYPE_OPERATION_COUNT
        The number of operations of the 'Feature Style Type' class.
        See Also:
        Constant Field Values
      • FILE_TYPE__RANGE_PARAMETERS

        static final int FILE_TYPE__RANGE_PARAMETERS
        The feature id for the 'Range Parameters' containment reference.
        See Also:
        Constant Field Values
      • FILE_TYPE__FILE_NAME

        static final int FILE_TYPE__FILE_NAME
        The feature id for the 'File Name' attribute.
        See Also:
        Constant Field Values
      • FILE_TYPE__FILE_STRUCTURE

        static final int FILE_TYPE__FILE_STRUCTURE
        The feature id for the 'File Structure' attribute.
        See Also:
        Constant Field Values
      • FILE_TYPE__MIME_TYPE

        static final int FILE_TYPE__MIME_TYPE
        The feature id for the 'Mime Type' attribute.
        See Also:
        Constant Field Values
      • FILE_TYPE__COMPRESSION

        static final int FILE_TYPE__COMPRESSION
        The feature id for the 'Compression' attribute.
        See Also:
        Constant Field Values
      • FILE_TYPE_FEATURE_COUNT

        static final int FILE_TYPE_FEATURE_COUNT
        The number of structural features of the 'File Type' class.
        See Also:
        Constant Field Values
      • FILE_TYPE_OPERATION_COUNT

        static final int FILE_TYPE_OPERATION_COUNT
        The number of operations of the 'File Type' class.
        See Also:
        Constant Field Values
      • FORMULA_TYPE__A

        static final int FORMULA_TYPE__A
        The feature id for the 'A' attribute.
        See Also:
        Constant Field Values
      • FORMULA_TYPE__B

        static final int FORMULA_TYPE__B
        The feature id for the 'B' attribute.
        See Also:
        Constant Field Values
      • FORMULA_TYPE__C

        static final int FORMULA_TYPE__C
        The feature id for the 'C' attribute.
        See Also:
        Constant Field Values
      • FORMULA_TYPE__D

        static final int FORMULA_TYPE__D
        The feature id for the 'D' attribute.
        See Also:
        Constant Field Values
      • FORMULA_TYPE_FEATURE_COUNT

        static final int FORMULA_TYPE_FEATURE_COUNT
        The number of structural features of the 'Formula Type' class.
        See Also:
        Constant Field Values
      • FORMULA_TYPE_OPERATION_COUNT

        static final int FORMULA_TYPE_OPERATION_COUNT
        The number of operations of the 'Formula Type' class.
        See Also:
        Constant Field Values
      • GENERAL_CONVERSION_REF_TYPE__GENERAL_CONVERSION_GROUP

        static final int GENERAL_CONVERSION_REF_TYPE__GENERAL_CONVERSION_GROUP
        The feature id for the 'General Conversion Group' attribute list.
        See Also:
        Constant Field Values
      • GENERAL_CONVERSION_REF_TYPE__GENERAL_CONVERSION

        static final int GENERAL_CONVERSION_REF_TYPE__GENERAL_CONVERSION
        The feature id for the 'General Conversion' containment reference.
        See Also:
        Constant Field Values
      • GENERAL_CONVERSION_REF_TYPE__ACTUATE

        static final int GENERAL_CONVERSION_REF_TYPE__ACTUATE
        The feature id for the 'Actuate' attribute.
        See Also:
        Constant Field Values
      • GENERAL_CONVERSION_REF_TYPE__ARCROLE

        static final int GENERAL_CONVERSION_REF_TYPE__ARCROLE
        The feature id for the 'Arcrole' attribute.
        See Also:
        Constant Field Values
      • GENERAL_CONVERSION_REF_TYPE__HREF

        static final int GENERAL_CONVERSION_REF_TYPE__HREF
        The feature id for the 'Href' attribute.
        See Also:
        Constant Field Values
      • GENERAL_CONVERSION_REF_TYPE__REMOTE_SCHEMA

        static final int GENERAL_CONVERSION_REF_TYPE__REMOTE_SCHEMA
        The feature id for the 'Remote Schema' attribute.
        See Also:
        Constant Field Values
      • GENERAL_CONVERSION_REF_TYPE__ROLE

        static final int GENERAL_CONVERSION_REF_TYPE__ROLE
        The feature id for the 'Role' attribute.
        See Also:
        Constant Field Values
      • GENERAL_CONVERSION_REF_TYPE__SHOW

        static final int GENERAL_CONVERSION_REF_TYPE__SHOW
        The feature id for the 'Show' attribute.
        See Also:
        Constant Field Values
      • GENERAL_CONVERSION_REF_TYPE__TITLE

        static final int GENERAL_CONVERSION_REF_TYPE__TITLE
        The feature id for the 'Title' attribute.
        See Also:
        Constant Field Values
      • GENERAL_CONVERSION_REF_TYPE__TYPE

        static final int GENERAL_CONVERSION_REF_TYPE__TYPE
        The feature id for the 'Type' attribute.
        See Also:
        Constant Field Values
      • GENERAL_CONVERSION_REF_TYPE_FEATURE_COUNT

        static final int GENERAL_CONVERSION_REF_TYPE_FEATURE_COUNT
        The number of structural features of the 'General Conversion Ref Type' class.
        See Also:
        Constant Field Values
      • GENERAL_CONVERSION_REF_TYPE_OPERATION_COUNT

        static final int GENERAL_CONVERSION_REF_TYPE_OPERATION_COUNT
        The number of operations of the 'General Conversion Ref Type' class.
        See Also:
        Constant Field Values
      • GENERAL_TRANSFORMATION_REF_TYPE__GENERAL_TRANSFORMATION_GROUP

        static final int GENERAL_TRANSFORMATION_REF_TYPE__GENERAL_TRANSFORMATION_GROUP
        The feature id for the 'General Transformation Group' attribute list.
        See Also:
        Constant Field Values
      • GENERAL_TRANSFORMATION_REF_TYPE__GENERAL_TRANSFORMATION

        static final int GENERAL_TRANSFORMATION_REF_TYPE__GENERAL_TRANSFORMATION
        The feature id for the 'General Transformation' containment reference.
        See Also:
        Constant Field Values
      • GENERAL_TRANSFORMATION_REF_TYPE__ACTUATE

        static final int GENERAL_TRANSFORMATION_REF_TYPE__ACTUATE
        The feature id for the 'Actuate' attribute.
        See Also:
        Constant Field Values
      • GENERAL_TRANSFORMATION_REF_TYPE__ARCROLE

        static final int GENERAL_TRANSFORMATION_REF_TYPE__ARCROLE
        The feature id for the 'Arcrole' attribute.
        See Also:
        Constant Field Values
      • GENERAL_TRANSFORMATION_REF_TYPE__HREF

        static final int GENERAL_TRANSFORMATION_REF_TYPE__HREF
        The feature id for the 'Href' attribute.
        See Also:
        Constant Field Values
      • GENERAL_TRANSFORMATION_REF_TYPE__REMOTE_SCHEMA

        static final int GENERAL_TRANSFORMATION_REF_TYPE__REMOTE_SCHEMA
        The feature id for the 'Remote Schema' attribute.
        See Also:
        Constant Field Values
      • GENERAL_TRANSFORMATION_REF_TYPE__ROLE

        static final int GENERAL_TRANSFORMATION_REF_TYPE__ROLE
        The feature id for the 'Role' attribute.
        See Also:
        Constant Field Values
      • GENERAL_TRANSFORMATION_REF_TYPE__SHOW

        static final int GENERAL_TRANSFORMATION_REF_TYPE__SHOW
        The feature id for the 'Show' attribute.
        See Also:
        Constant Field Values
      • GENERAL_TRANSFORMATION_REF_TYPE__TITLE

        static final int GENERAL_TRANSFORMATION_REF_TYPE__TITLE
        The feature id for the 'Title' attribute.
        See Also:
        Constant Field Values
      • GENERAL_TRANSFORMATION_REF_TYPE__TYPE

        static final int GENERAL_TRANSFORMATION_REF_TYPE__TYPE
        The feature id for the 'Type' attribute.
        See Also:
        Constant Field Values
      • GENERAL_TRANSFORMATION_REF_TYPE_FEATURE_COUNT

        static final int GENERAL_TRANSFORMATION_REF_TYPE_FEATURE_COUNT
        The number of structural features of the 'General Transformation Ref Type' class.
        See Also:
        Constant Field Values
      • GENERAL_TRANSFORMATION_REF_TYPE_OPERATION_COUNT

        static final int GENERAL_TRANSFORMATION_REF_TYPE_OPERATION_COUNT
        The number of operations of the 'General Transformation Ref Type' class.
        See Also:
        Constant Field Values
      • GENERIC_META_DATA_TYPE__MIXED

        static final int GENERIC_META_DATA_TYPE__MIXED
        The feature id for the 'Mixed' attribute list.
        See Also:
        Constant Field Values
      • GENERIC_META_DATA_TYPE__ID

        static final int GENERIC_META_DATA_TYPE__ID
        The feature id for the 'Id' attribute.
        See Also:
        Constant Field Values
      • GENERIC_META_DATA_TYPE__ANY

        static final int GENERIC_META_DATA_TYPE__ANY
        The feature id for the 'Any' attribute list.
        See Also:
        Constant Field Values
      • GENERIC_META_DATA_TYPE_FEATURE_COUNT

        static final int GENERIC_META_DATA_TYPE_FEATURE_COUNT
        The number of structural features of the 'Generic Meta Data Type' class.
        See Also:
        Constant Field Values
      • GENERIC_META_DATA_TYPE_OPERATION_COUNT

        static final int GENERIC_META_DATA_TYPE_OPERATION_COUNT
        The number of operations of the 'Generic Meta Data Type' class.
        See Also:
        Constant Field Values
      • GEOCENTRIC_CRS_REF_TYPE__GEOCENTRIC_CRS

        static final int GEOCENTRIC_CRS_REF_TYPE__GEOCENTRIC_CRS
        The feature id for the 'Geocentric CRS' containment reference.
        See Also:
        Constant Field Values
      • GEOCENTRIC_CRS_REF_TYPE__ACTUATE

        static final int GEOCENTRIC_CRS_REF_TYPE__ACTUATE
        The feature id for the 'Actuate' attribute.
        See Also:
        Constant Field Values
      • GEOCENTRIC_CRS_REF_TYPE__ARCROLE

        static final int GEOCENTRIC_CRS_REF_TYPE__ARCROLE
        The feature id for the 'Arcrole' attribute.
        See Also:
        Constant Field Values
      • GEOCENTRIC_CRS_REF_TYPE__HREF

        static final int GEOCENTRIC_CRS_REF_TYPE__HREF
        The feature id for the 'Href' attribute.
        See Also:
        Constant Field Values
      • GEOCENTRIC_CRS_REF_TYPE__REMOTE_SCHEMA

        static final int GEOCENTRIC_CRS_REF_TYPE__REMOTE_SCHEMA
        The feature id for the 'Remote Schema' attribute.
        See Also:
        Constant Field Values
      • GEOCENTRIC_CRS_REF_TYPE__ROLE

        static final int GEOCENTRIC_CRS_REF_TYPE__ROLE
        The feature id for the 'Role' attribute.
        See Also:
        Constant Field Values
      • GEOCENTRIC_CRS_REF_TYPE__SHOW

        static final int GEOCENTRIC_CRS_REF_TYPE__SHOW
        The feature id for the 'Show' attribute.
        See Also:
        Constant Field Values
      • GEOCENTRIC_CRS_REF_TYPE__TITLE

        static final int GEOCENTRIC_CRS_REF_TYPE__TITLE
        The feature id for the 'Title' attribute.
        See Also:
        Constant Field Values
      • GEOCENTRIC_CRS_REF_TYPE__TYPE

        static final int GEOCENTRIC_CRS_REF_TYPE__TYPE
        The feature id for the 'Type' attribute.
        See Also:
        Constant Field Values
      • GEOCENTRIC_CRS_REF_TYPE_FEATURE_COUNT

        static final int GEOCENTRIC_CRS_REF_TYPE_FEATURE_COUNT
        The number of structural features of the 'Geocentric CRS Ref Type' class.
        See Also:
        Constant Field Values
      • GEOCENTRIC_CRS_REF_TYPE_OPERATION_COUNT

        static final int GEOCENTRIC_CRS_REF_TYPE_OPERATION_COUNT
        The number of operations of the 'Geocentric CRS Ref Type' class.
        See Also:
        Constant Field Values
      • GEOCENTRIC_CRS_TYPE__META_DATA_PROPERTY

        static final int GEOCENTRIC_CRS_TYPE__META_DATA_PROPERTY
        The feature id for the 'Meta Data Property' containment reference list.
        See Also:
        Constant Field Values
      • GEOCENTRIC_CRS_TYPE__DESCRIPTION

        static final int GEOCENTRIC_CRS_TYPE__DESCRIPTION
        The feature id for the 'Description' containment reference.
        See Also:
        Constant Field Values
      • GEOCENTRIC_CRS_TYPE__NAME_GROUP

        static final int GEOCENTRIC_CRS_TYPE__NAME_GROUP
        The feature id for the 'Name Group' attribute list.
        See Also:
        Constant Field Values
      • GEOCENTRIC_CRS_TYPE__NAME

        static final int GEOCENTRIC_CRS_TYPE__NAME
        The feature id for the 'Name' containment reference list.
        See Also:
        Constant Field Values
      • GEOCENTRIC_CRS_TYPE__ID

        static final int GEOCENTRIC_CRS_TYPE__ID
        The feature id for the 'Id' attribute.
        See Also:
        Constant Field Values
      • GEOCENTRIC_CRS_TYPE__SRS_NAME

        static final int GEOCENTRIC_CRS_TYPE__SRS_NAME
        The feature id for the 'Srs Name' containment reference.
        See Also:
        Constant Field Values
      • GEOCENTRIC_CRS_TYPE__SRS_ID

        static final int GEOCENTRIC_CRS_TYPE__SRS_ID
        The feature id for the 'Srs ID' containment reference list.
        See Also:
        Constant Field Values
      • GEOCENTRIC_CRS_TYPE__REMARKS

        static final int GEOCENTRIC_CRS_TYPE__REMARKS
        The feature id for the 'Remarks' containment reference.
        See Also:
        Constant Field Values
      • GEOCENTRIC_CRS_TYPE__VALID_AREA

        static final int GEOCENTRIC_CRS_TYPE__VALID_AREA
        The feature id for the 'Valid Area' containment reference.
        See Also:
        Constant Field Values
      • GEOCENTRIC_CRS_TYPE__SCOPE

        static final int GEOCENTRIC_CRS_TYPE__SCOPE
        The feature id for the 'Scope' attribute.
        See Also:
        Constant Field Values
      • GEOCENTRIC_CRS_TYPE__USES_CARTESIAN_CS

        static final int GEOCENTRIC_CRS_TYPE__USES_CARTESIAN_CS
        The feature id for the 'Uses Cartesian CS' containment reference.
        See Also:
        Constant Field Values
      • GEOCENTRIC_CRS_TYPE__USES_SPHERICAL_CS

        static final int GEOCENTRIC_CRS_TYPE__USES_SPHERICAL_CS
        The feature id for the 'Uses Spherical CS' containment reference.
        See Also:
        Constant Field Values
      • GEOCENTRIC_CRS_TYPE__USES_GEODETIC_DATUM

        static final int GEOCENTRIC_CRS_TYPE__USES_GEODETIC_DATUM
        The feature id for the 'Uses Geodetic Datum' containment reference.
        See Also:
        Constant Field Values
      • GEOCENTRIC_CRS_TYPE_FEATURE_COUNT

        static final int GEOCENTRIC_CRS_TYPE_FEATURE_COUNT
        The number of structural features of the 'Geocentric CRS Type' class.
        See Also:
        Constant Field Values
      • GEOCENTRIC_CRS_TYPE_OPERATION_COUNT

        static final int GEOCENTRIC_CRS_TYPE_OPERATION_COUNT
        The number of operations of the 'Geocentric CRS Type' class.
        See Also:
        Constant Field Values
      • GEODESIC_STRING_TYPE__NUM_DERIVATIVE_INTERIOR

        static final int GEODESIC_STRING_TYPE__NUM_DERIVATIVE_INTERIOR
        The feature id for the 'Num Derivative Interior' attribute.
        See Also:
        Constant Field Values
      • GEODESIC_STRING_TYPE__NUM_DERIVATIVES_AT_END

        static final int GEODESIC_STRING_TYPE__NUM_DERIVATIVES_AT_END
        The feature id for the 'Num Derivatives At End' attribute.
        See Also:
        Constant Field Values
      • GEODESIC_STRING_TYPE__NUM_DERIVATIVES_AT_START

        static final int GEODESIC_STRING_TYPE__NUM_DERIVATIVES_AT_START
        The feature id for the 'Num Derivatives At Start' attribute.
        See Also:
        Constant Field Values
      • GEODESIC_STRING_TYPE__POS_LIST

        static final int GEODESIC_STRING_TYPE__POS_LIST
        The feature id for the 'Pos List' containment reference.
        See Also:
        Constant Field Values
      • GEODESIC_STRING_TYPE__GEOMETRIC_POSITION_GROUP

        static final int GEODESIC_STRING_TYPE__GEOMETRIC_POSITION_GROUP
        The feature id for the 'Geometric Position Group' attribute list.
        See Also:
        Constant Field Values
      • GEODESIC_STRING_TYPE__POS

        static final int GEODESIC_STRING_TYPE__POS
        The feature id for the 'Pos' containment reference list.
        See Also:
        Constant Field Values
      • GEODESIC_STRING_TYPE__POINT_PROPERTY

        static final int GEODESIC_STRING_TYPE__POINT_PROPERTY
        The feature id for the 'Point Property' containment reference list.
        See Also:
        Constant Field Values
      • GEODESIC_STRING_TYPE__INTERPOLATION

        static final int GEODESIC_STRING_TYPE__INTERPOLATION
        The feature id for the 'Interpolation' attribute.
        See Also:
        Constant Field Values
      • GEODESIC_STRING_TYPE_FEATURE_COUNT

        static final int GEODESIC_STRING_TYPE_FEATURE_COUNT
        The number of structural features of the 'Geodesic String Type' class.
        See Also:
        Constant Field Values
      • GEODESIC_STRING_TYPE_OPERATION_COUNT

        static final int GEODESIC_STRING_TYPE_OPERATION_COUNT
        The number of operations of the 'Geodesic String Type' class.
        See Also:
        Constant Field Values
      • GEODESIC_TYPE__NUM_DERIVATIVE_INTERIOR

        static final int GEODESIC_TYPE__NUM_DERIVATIVE_INTERIOR
        The feature id for the 'Num Derivative Interior' attribute.
        See Also:
        Constant Field Values
      • GEODESIC_TYPE__NUM_DERIVATIVES_AT_END

        static final int GEODESIC_TYPE__NUM_DERIVATIVES_AT_END
        The feature id for the 'Num Derivatives At End' attribute.
        See Also:
        Constant Field Values
      • GEODESIC_TYPE__NUM_DERIVATIVES_AT_START

        static final int GEODESIC_TYPE__NUM_DERIVATIVES_AT_START
        The feature id for the 'Num Derivatives At Start' attribute.
        See Also:
        Constant Field Values
      • GEODESIC_TYPE__POS_LIST

        static final int GEODESIC_TYPE__POS_LIST
        The feature id for the 'Pos List' containment reference.
        See Also:
        Constant Field Values
      • GEODESIC_TYPE__GEOMETRIC_POSITION_GROUP

        static final int GEODESIC_TYPE__GEOMETRIC_POSITION_GROUP
        The feature id for the 'Geometric Position Group' attribute list.
        See Also:
        Constant Field Values
      • GEODESIC_TYPE__POS

        static final int GEODESIC_TYPE__POS
        The feature id for the 'Pos' containment reference list.
        See Also:
        Constant Field Values
      • GEODESIC_TYPE__POINT_PROPERTY

        static final int GEODESIC_TYPE__POINT_PROPERTY
        The feature id for the 'Point Property' containment reference list.
        See Also:
        Constant Field Values
      • GEODESIC_TYPE__INTERPOLATION

        static final int GEODESIC_TYPE__INTERPOLATION
        The feature id for the 'Interpolation' attribute.
        See Also:
        Constant Field Values
      • GEODESIC_TYPE_FEATURE_COUNT

        static final int GEODESIC_TYPE_FEATURE_COUNT
        The number of structural features of the 'Geodesic Type' class.
        See Also:
        Constant Field Values
      • GEODESIC_TYPE_OPERATION_COUNT

        static final int GEODESIC_TYPE_OPERATION_COUNT
        The number of operations of the 'Geodesic Type' class.
        See Also:
        Constant Field Values
      • GEODETIC_DATUM_REF_TYPE__GEODETIC_DATUM

        static final int GEODETIC_DATUM_REF_TYPE__GEODETIC_DATUM
        The feature id for the 'Geodetic Datum' containment reference.
        See Also:
        Constant Field Values
      • GEODETIC_DATUM_REF_TYPE__ACTUATE

        static final int GEODETIC_DATUM_REF_TYPE__ACTUATE
        The feature id for the 'Actuate' attribute.
        See Also:
        Constant Field Values
      • GEODETIC_DATUM_REF_TYPE__ARCROLE

        static final int GEODETIC_DATUM_REF_TYPE__ARCROLE
        The feature id for the 'Arcrole' attribute.
        See Also:
        Constant Field Values
      • GEODETIC_DATUM_REF_TYPE__HREF

        static final int GEODETIC_DATUM_REF_TYPE__HREF
        The feature id for the 'Href' attribute.
        See Also:
        Constant Field Values
      • GEODETIC_DATUM_REF_TYPE__REMOTE_SCHEMA

        static final int GEODETIC_DATUM_REF_TYPE__REMOTE_SCHEMA
        The feature id for the 'Remote Schema' attribute.
        See Also:
        Constant Field Values
      • GEODETIC_DATUM_REF_TYPE__ROLE

        static final int GEODETIC_DATUM_REF_TYPE__ROLE
        The feature id for the 'Role' attribute.
        See Also:
        Constant Field Values
      • GEODETIC_DATUM_REF_TYPE__SHOW

        static final int GEODETIC_DATUM_REF_TYPE__SHOW
        The feature id for the 'Show' attribute.
        See Also:
        Constant Field Values
      • GEODETIC_DATUM_REF_TYPE__TITLE

        static final int GEODETIC_DATUM_REF_TYPE__TITLE
        The feature id for the 'Title' attribute.
        See Also:
        Constant Field Values
      • GEODETIC_DATUM_REF_TYPE__TYPE

        static final int GEODETIC_DATUM_REF_TYPE__TYPE
        The feature id for the 'Type' attribute.
        See Also:
        Constant Field Values
      • GEODETIC_DATUM_REF_TYPE_FEATURE_COUNT

        static final int GEODETIC_DATUM_REF_TYPE_FEATURE_COUNT
        The number of structural features of the 'Geodetic Datum Ref Type' class.
        See Also:
        Constant Field Values
      • GEODETIC_DATUM_REF_TYPE_OPERATION_COUNT

        static final int GEODETIC_DATUM_REF_TYPE_OPERATION_COUNT
        The number of operations of the 'Geodetic Datum Ref Type' class.
        See Also:
        Constant Field Values
      • GEODETIC_DATUM_TYPE__META_DATA_PROPERTY

        static final int GEODETIC_DATUM_TYPE__META_DATA_PROPERTY
        The feature id for the 'Meta Data Property' containment reference list.
        See Also:
        Constant Field Values
      • GEODETIC_DATUM_TYPE__DESCRIPTION

        static final int GEODETIC_DATUM_TYPE__DESCRIPTION
        The feature id for the 'Description' containment reference.
        See Also:
        Constant Field Values
      • GEODETIC_DATUM_TYPE__NAME_GROUP

        static final int GEODETIC_DATUM_TYPE__NAME_GROUP
        The feature id for the 'Name Group' attribute list.
        See Also:
        Constant Field Values
      • GEODETIC_DATUM_TYPE__NAME

        static final int GEODETIC_DATUM_TYPE__NAME
        The feature id for the 'Name' containment reference list.
        See Also:
        Constant Field Values
      • GEODETIC_DATUM_TYPE__ID

        static final int GEODETIC_DATUM_TYPE__ID
        The feature id for the 'Id' attribute.
        See Also:
        Constant Field Values
      • GEODETIC_DATUM_TYPE__DATUM_NAME

        static final int GEODETIC_DATUM_TYPE__DATUM_NAME
        The feature id for the 'Datum Name' containment reference.
        See Also:
        Constant Field Values
      • GEODETIC_DATUM_TYPE__DATUM_ID

        static final int GEODETIC_DATUM_TYPE__DATUM_ID
        The feature id for the 'Datum ID' containment reference list.
        See Also:
        Constant Field Values
      • GEODETIC_DATUM_TYPE__REMARKS

        static final int GEODETIC_DATUM_TYPE__REMARKS
        The feature id for the 'Remarks' containment reference.
        See Also:
        Constant Field Values
      • GEODETIC_DATUM_TYPE__ANCHOR_POINT

        static final int GEODETIC_DATUM_TYPE__ANCHOR_POINT
        The feature id for the 'Anchor Point' containment reference.
        See Also:
        Constant Field Values
      • GEODETIC_DATUM_TYPE__REALIZATION_EPOCH

        static final int GEODETIC_DATUM_TYPE__REALIZATION_EPOCH
        The feature id for the 'Realization Epoch' attribute.
        See Also:
        Constant Field Values
      • GEODETIC_DATUM_TYPE__VALID_AREA

        static final int GEODETIC_DATUM_TYPE__VALID_AREA
        The feature id for the 'Valid Area' containment reference.
        See Also:
        Constant Field Values
      • GEODETIC_DATUM_TYPE__SCOPE

        static final int GEODETIC_DATUM_TYPE__SCOPE
        The feature id for the 'Scope' attribute.
        See Also:
        Constant Field Values
      • GEODETIC_DATUM_TYPE__USES_PRIME_MERIDIAN

        static final int GEODETIC_DATUM_TYPE__USES_PRIME_MERIDIAN
        The feature id for the 'Uses Prime Meridian' containment reference.
        See Also:
        Constant Field Values
      • GEODETIC_DATUM_TYPE__USES_ELLIPSOID

        static final int GEODETIC_DATUM_TYPE__USES_ELLIPSOID
        The feature id for the 'Uses Ellipsoid' containment reference.
        See Also:
        Constant Field Values
      • GEODETIC_DATUM_TYPE_FEATURE_COUNT

        static final int GEODETIC_DATUM_TYPE_FEATURE_COUNT
        The number of structural features of the 'Geodetic Datum Type' class.
        See Also:
        Constant Field Values
      • GEODETIC_DATUM_TYPE_OPERATION_COUNT

        static final int GEODETIC_DATUM_TYPE_OPERATION_COUNT
        The number of operations of the 'Geodetic Datum Type' class.
        See Also:
        Constant Field Values
      • GEOGRAPHIC_CRS_REF_TYPE__GEOGRAPHIC_CRS

        static final int GEOGRAPHIC_CRS_REF_TYPE__GEOGRAPHIC_CRS
        The feature id for the 'Geographic CRS' containment reference.
        See Also:
        Constant Field Values
      • GEOGRAPHIC_CRS_REF_TYPE__ACTUATE

        static final int GEOGRAPHIC_CRS_REF_TYPE__ACTUATE
        The feature id for the 'Actuate' attribute.
        See Also:
        Constant Field Values
      • GEOGRAPHIC_CRS_REF_TYPE__ARCROLE

        static final int GEOGRAPHIC_CRS_REF_TYPE__ARCROLE
        The feature id for the 'Arcrole' attribute.
        See Also:
        Constant Field Values
      • GEOGRAPHIC_CRS_REF_TYPE__HREF

        static final int GEOGRAPHIC_CRS_REF_TYPE__HREF
        The feature id for the 'Href' attribute.
        See Also:
        Constant Field Values
      • GEOGRAPHIC_CRS_REF_TYPE__REMOTE_SCHEMA

        static final int GEOGRAPHIC_CRS_REF_TYPE__REMOTE_SCHEMA
        The feature id for the 'Remote Schema' attribute.
        See Also:
        Constant Field Values
      • GEOGRAPHIC_CRS_REF_TYPE__ROLE

        static final int GEOGRAPHIC_CRS_REF_TYPE__ROLE
        The feature id for the 'Role' attribute.
        See Also:
        Constant Field Values
      • GEOGRAPHIC_CRS_REF_TYPE__SHOW

        static final int GEOGRAPHIC_CRS_REF_TYPE__SHOW
        The feature id for the 'Show' attribute.
        See Also:
        Constant Field Values
      • GEOGRAPHIC_CRS_REF_TYPE__TITLE

        static final int GEOGRAPHIC_CRS_REF_TYPE__TITLE
        The feature id for the 'Title' attribute.
        See Also:
        Constant Field Values
      • GEOGRAPHIC_CRS_REF_TYPE__TYPE

        static final int GEOGRAPHIC_CRS_REF_TYPE__TYPE
        The feature id for the 'Type' attribute.
        See Also:
        Constant Field Values
      • GEOGRAPHIC_CRS_REF_TYPE_FEATURE_COUNT

        static final int GEOGRAPHIC_CRS_REF_TYPE_FEATURE_COUNT
        The number of structural features of the 'Geographic CRS Ref Type' class.
        See Also:
        Constant Field Values
      • GEOGRAPHIC_CRS_REF_TYPE_OPERATION_COUNT

        static final int GEOGRAPHIC_CRS_REF_TYPE_OPERATION_COUNT
        The number of operations of the 'Geographic CRS Ref Type' class.
        See Also:
        Constant Field Values
      • GEOGRAPHIC_CRS_TYPE__META_DATA_PROPERTY

        static final int GEOGRAPHIC_CRS_TYPE__META_DATA_PROPERTY
        The feature id for the 'Meta Data Property' containment reference list.
        See Also:
        Constant Field Values
      • GEOGRAPHIC_CRS_TYPE__DESCRIPTION

        static final int GEOGRAPHIC_CRS_TYPE__DESCRIPTION
        The feature id for the 'Description' containment reference.
        See Also:
        Constant Field Values
      • GEOGRAPHIC_CRS_TYPE__NAME_GROUP

        static final int GEOGRAPHIC_CRS_TYPE__NAME_GROUP
        The feature id for the 'Name Group' attribute list.
        See Also:
        Constant Field Values
      • GEOGRAPHIC_CRS_TYPE__NAME

        static final int GEOGRAPHIC_CRS_TYPE__NAME
        The feature id for the 'Name' containment reference list.
        See Also:
        Constant Field Values
      • GEOGRAPHIC_CRS_TYPE__ID

        static final int GEOGRAPHIC_CRS_TYPE__ID
        The feature id for the 'Id' attribute.
        See Also:
        Constant Field Values
      • GEOGRAPHIC_CRS_TYPE__SRS_NAME

        static final int GEOGRAPHIC_CRS_TYPE__SRS_NAME
        The feature id for the 'Srs Name' containment reference.
        See Also:
        Constant Field Values
      • GEOGRAPHIC_CRS_TYPE__SRS_ID

        static final int GEOGRAPHIC_CRS_TYPE__SRS_ID
        The feature id for the 'Srs ID' containment reference list.
        See Also:
        Constant Field Values
      • GEOGRAPHIC_CRS_TYPE__REMARKS

        static final int GEOGRAPHIC_CRS_TYPE__REMARKS
        The feature id for the 'Remarks' containment reference.
        See Also:
        Constant Field Values
      • GEOGRAPHIC_CRS_TYPE__VALID_AREA

        static final int GEOGRAPHIC_CRS_TYPE__VALID_AREA
        The feature id for the 'Valid Area' containment reference.
        See Also:
        Constant Field Values
      • GEOGRAPHIC_CRS_TYPE__SCOPE

        static final int GEOGRAPHIC_CRS_TYPE__SCOPE
        The feature id for the 'Scope' attribute.
        See Also:
        Constant Field Values
      • GEOGRAPHIC_CRS_TYPE__USES_ELLIPSOIDAL_CS

        static final int GEOGRAPHIC_CRS_TYPE__USES_ELLIPSOIDAL_CS
        The feature id for the 'Uses Ellipsoidal CS' containment reference.
        See Also:
        Constant Field Values
      • GEOGRAPHIC_CRS_TYPE__USES_GEODETIC_DATUM

        static final int GEOGRAPHIC_CRS_TYPE__USES_GEODETIC_DATUM
        The feature id for the 'Uses Geodetic Datum' containment reference.
        See Also:
        Constant Field Values
      • GEOGRAPHIC_CRS_TYPE_FEATURE_COUNT

        static final int GEOGRAPHIC_CRS_TYPE_FEATURE_COUNT
        The number of structural features of the 'Geographic CRS Type' class.
        See Also:
        Constant Field Values
      • GEOGRAPHIC_CRS_TYPE_OPERATION_COUNT

        static final int GEOGRAPHIC_CRS_TYPE_OPERATION_COUNT
        The number of operations of the 'Geographic CRS Type' class.
        See Also:
        Constant Field Values
      • GEOMETRIC_COMPLEX_PROPERTY_TYPE__GEOMETRIC_COMPLEX

        static final int GEOMETRIC_COMPLEX_PROPERTY_TYPE__GEOMETRIC_COMPLEX
        The feature id for the 'Geometric Complex' containment reference.
        See Also:
        Constant Field Values
      • GEOMETRIC_COMPLEX_PROPERTY_TYPE__COMPOSITE_CURVE

        static final int GEOMETRIC_COMPLEX_PROPERTY_TYPE__COMPOSITE_CURVE
        The feature id for the 'Composite Curve' containment reference.
        See Also:
        Constant Field Values
      • GEOMETRIC_COMPLEX_PROPERTY_TYPE__COMPOSITE_SURFACE

        static final int GEOMETRIC_COMPLEX_PROPERTY_TYPE__COMPOSITE_SURFACE
        The feature id for the 'Composite Surface' containment reference.
        See Also:
        Constant Field Values
      • GEOMETRIC_COMPLEX_PROPERTY_TYPE__COMPOSITE_SOLID

        static final int GEOMETRIC_COMPLEX_PROPERTY_TYPE__COMPOSITE_SOLID
        The feature id for the 'Composite Solid' containment reference.
        See Also:
        Constant Field Values
      • GEOMETRIC_COMPLEX_PROPERTY_TYPE__ACTUATE

        static final int GEOMETRIC_COMPLEX_PROPERTY_TYPE__ACTUATE
        The feature id for the 'Actuate' attribute.
        See Also:
        Constant Field Values
      • GEOMETRIC_COMPLEX_PROPERTY_TYPE__ARCROLE

        static final int GEOMETRIC_COMPLEX_PROPERTY_TYPE__ARCROLE
        The feature id for the 'Arcrole' attribute.
        See Also:
        Constant Field Values
      • GEOMETRIC_COMPLEX_PROPERTY_TYPE__HREF

        static final int GEOMETRIC_COMPLEX_PROPERTY_TYPE__HREF
        The feature id for the 'Href' attribute.
        See Also:
        Constant Field Values
      • GEOMETRIC_COMPLEX_PROPERTY_TYPE__REMOTE_SCHEMA

        static final int GEOMETRIC_COMPLEX_PROPERTY_TYPE__REMOTE_SCHEMA
        The feature id for the 'Remote Schema' attribute.
        See Also:
        Constant Field Values
      • GEOMETRIC_COMPLEX_PROPERTY_TYPE__ROLE

        static final int GEOMETRIC_COMPLEX_PROPERTY_TYPE__ROLE
        The feature id for the 'Role' attribute.
        See Also:
        Constant Field Values
      • GEOMETRIC_COMPLEX_PROPERTY_TYPE__SHOW

        static final int GEOMETRIC_COMPLEX_PROPERTY_TYPE__SHOW
        The feature id for the 'Show' attribute.
        See Also:
        Constant Field Values
      • GEOMETRIC_COMPLEX_PROPERTY_TYPE__TITLE

        static final int GEOMETRIC_COMPLEX_PROPERTY_TYPE__TITLE
        The feature id for the 'Title' attribute.
        See Also:
        Constant Field Values
      • GEOMETRIC_COMPLEX_PROPERTY_TYPE__TYPE

        static final int GEOMETRIC_COMPLEX_PROPERTY_TYPE__TYPE
        The feature id for the 'Type' attribute.
        See Also:
        Constant Field Values
      • GEOMETRIC_COMPLEX_PROPERTY_TYPE_FEATURE_COUNT

        static final int GEOMETRIC_COMPLEX_PROPERTY_TYPE_FEATURE_COUNT
        The number of structural features of the 'Geometric Complex Property Type' class.
        See Also:
        Constant Field Values
      • GEOMETRIC_COMPLEX_PROPERTY_TYPE_OPERATION_COUNT

        static final int GEOMETRIC_COMPLEX_PROPERTY_TYPE_OPERATION_COUNT
        The number of operations of the 'Geometric Complex Property Type' class.
        See Also:
        Constant Field Values
      • GEOMETRIC_COMPLEX_TYPE__META_DATA_PROPERTY

        static final int GEOMETRIC_COMPLEX_TYPE__META_DATA_PROPERTY
        The feature id for the 'Meta Data Property' containment reference list.
        See Also:
        Constant Field Values
      • GEOMETRIC_COMPLEX_TYPE__DESCRIPTION

        static final int GEOMETRIC_COMPLEX_TYPE__DESCRIPTION
        The feature id for the 'Description' containment reference.
        See Also:
        Constant Field Values
      • GEOMETRIC_COMPLEX_TYPE__NAME_GROUP

        static final int GEOMETRIC_COMPLEX_TYPE__NAME_GROUP
        The feature id for the 'Name Group' attribute list.
        See Also:
        Constant Field Values
      • GEOMETRIC_COMPLEX_TYPE__NAME

        static final int GEOMETRIC_COMPLEX_TYPE__NAME
        The feature id for the 'Name' containment reference list.
        See Also:
        Constant Field Values
      • GEOMETRIC_COMPLEX_TYPE__ID

        static final int GEOMETRIC_COMPLEX_TYPE__ID
        The feature id for the 'Id' attribute.
        See Also:
        Constant Field Values
      • GEOMETRIC_COMPLEX_TYPE__AXIS_LABELS

        static final int GEOMETRIC_COMPLEX_TYPE__AXIS_LABELS
        The feature id for the 'Axis Labels' attribute.
        See Also:
        Constant Field Values
      • GEOMETRIC_COMPLEX_TYPE__GID

        static final int GEOMETRIC_COMPLEX_TYPE__GID
        The feature id for the 'Gid' attribute.
        See Also:
        Constant Field Values
      • GEOMETRIC_COMPLEX_TYPE__SRS_DIMENSION

        static final int GEOMETRIC_COMPLEX_TYPE__SRS_DIMENSION
        The feature id for the 'Srs Dimension' attribute.
        See Also:
        Constant Field Values
      • GEOMETRIC_COMPLEX_TYPE__SRS_NAME

        static final int GEOMETRIC_COMPLEX_TYPE__SRS_NAME
        The feature id for the 'Srs Name' attribute.
        See Also:
        Constant Field Values
      • GEOMETRIC_COMPLEX_TYPE__UOM_LABELS

        static final int GEOMETRIC_COMPLEX_TYPE__UOM_LABELS
        The feature id for the 'Uom Labels' attribute.
        See Also:
        Constant Field Values
      • GEOMETRIC_COMPLEX_TYPE__ELEMENT

        static final int GEOMETRIC_COMPLEX_TYPE__ELEMENT
        The feature id for the 'Element' containment reference list.
        See Also:
        Constant Field Values
      • GEOMETRIC_COMPLEX_TYPE_FEATURE_COUNT

        static final int GEOMETRIC_COMPLEX_TYPE_FEATURE_COUNT
        The number of structural features of the 'Geometric Complex Type' class.
        See Also:
        Constant Field Values
      • GEOMETRIC_COMPLEX_TYPE_OPERATION_COUNT

        static final int GEOMETRIC_COMPLEX_TYPE_OPERATION_COUNT
        The number of operations of the 'Geometric Complex Type' class.
        See Also:
        Constant Field Values
      • GEOMETRIC_PRIMITIVE_PROPERTY_TYPE__GEOMETRIC_PRIMITIVE_GROUP

        static final int GEOMETRIC_PRIMITIVE_PROPERTY_TYPE__GEOMETRIC_PRIMITIVE_GROUP
        The feature id for the 'Geometric Primitive Group' attribute list.
        See Also:
        Constant Field Values
      • GEOMETRIC_PRIMITIVE_PROPERTY_TYPE__GEOMETRIC_PRIMITIVE

        static final int GEOMETRIC_PRIMITIVE_PROPERTY_TYPE__GEOMETRIC_PRIMITIVE
        The feature id for the 'Geometric Primitive' containment reference.
        See Also:
        Constant Field Values
      • GEOMETRIC_PRIMITIVE_PROPERTY_TYPE__ACTUATE

        static final int GEOMETRIC_PRIMITIVE_PROPERTY_TYPE__ACTUATE
        The feature id for the 'Actuate' attribute.
        See Also:
        Constant Field Values
      • GEOMETRIC_PRIMITIVE_PROPERTY_TYPE__ARCROLE

        static final int GEOMETRIC_PRIMITIVE_PROPERTY_TYPE__ARCROLE
        The feature id for the 'Arcrole' attribute.
        See Also:
        Constant Field Values
      • GEOMETRIC_PRIMITIVE_PROPERTY_TYPE__HREF

        static final int GEOMETRIC_PRIMITIVE_PROPERTY_TYPE__HREF
        The feature id for the 'Href' attribute.
        See Also:
        Constant Field Values
      • GEOMETRIC_PRIMITIVE_PROPERTY_TYPE__REMOTE_SCHEMA

        static final int GEOMETRIC_PRIMITIVE_PROPERTY_TYPE__REMOTE_SCHEMA
        The feature id for the 'Remote Schema' attribute.
        See Also:
        Constant Field Values
      • GEOMETRIC_PRIMITIVE_PROPERTY_TYPE__ROLE

        static final int GEOMETRIC_PRIMITIVE_PROPERTY_TYPE__ROLE
        The feature id for the 'Role' attribute.
        See Also:
        Constant Field Values
      • GEOMETRIC_PRIMITIVE_PROPERTY_TYPE__SHOW

        static final int GEOMETRIC_PRIMITIVE_PROPERTY_TYPE__SHOW
        The feature id for the 'Show' attribute.
        See Also:
        Constant Field Values
      • GEOMETRIC_PRIMITIVE_PROPERTY_TYPE__TITLE

        static final int GEOMETRIC_PRIMITIVE_PROPERTY_TYPE__TITLE
        The feature id for the 'Title' attribute.
        See Also:
        Constant Field Values
      • GEOMETRIC_PRIMITIVE_PROPERTY_TYPE__TYPE

        static final int GEOMETRIC_PRIMITIVE_PROPERTY_TYPE__TYPE
        The feature id for the 'Type' attribute.
        See Also:
        Constant Field Values
      • GEOMETRIC_PRIMITIVE_PROPERTY_TYPE_FEATURE_COUNT

        static final int GEOMETRIC_PRIMITIVE_PROPERTY_TYPE_FEATURE_COUNT
        The number of structural features of the 'Geometric Primitive Property Type' class.
        See Also:
        Constant Field Values
      • GEOMETRIC_PRIMITIVE_PROPERTY_TYPE_OPERATION_COUNT

        static final int GEOMETRIC_PRIMITIVE_PROPERTY_TYPE_OPERATION_COUNT
        The number of operations of the 'Geometric Primitive Property Type' class.
        See Also:
        Constant Field Values
      • GEOMETRY_ARRAY_PROPERTY_TYPE__GEOMETRY_GROUP

        static final int GEOMETRY_ARRAY_PROPERTY_TYPE__GEOMETRY_GROUP
        The feature id for the 'Geometry Group' attribute list.
        See Also:
        Constant Field Values
      • GEOMETRY_ARRAY_PROPERTY_TYPE__GEOMETRY

        static final int GEOMETRY_ARRAY_PROPERTY_TYPE__GEOMETRY
        The feature id for the 'Geometry' containment reference list.
        See Also:
        Constant Field Values
      • GEOMETRY_ARRAY_PROPERTY_TYPE_FEATURE_COUNT

        static final int GEOMETRY_ARRAY_PROPERTY_TYPE_FEATURE_COUNT
        The number of structural features of the 'Geometry Array Property Type' class.
        See Also:
        Constant Field Values
      • GEOMETRY_ARRAY_PROPERTY_TYPE_OPERATION_COUNT

        static final int GEOMETRY_ARRAY_PROPERTY_TYPE_OPERATION_COUNT
        The number of operations of the 'Geometry Array Property Type' class.
        See Also:
        Constant Field Values
      • GEOMETRY_PROPERTY_TYPE__GEOMETRY_GROUP

        static final int GEOMETRY_PROPERTY_TYPE__GEOMETRY_GROUP
        The feature id for the 'Geometry Group' attribute list.
        See Also:
        Constant Field Values
      • GEOMETRY_PROPERTY_TYPE__GEOMETRY

        static final int GEOMETRY_PROPERTY_TYPE__GEOMETRY
        The feature id for the 'Geometry' containment reference.
        See Also:
        Constant Field Values
      • GEOMETRY_PROPERTY_TYPE__ACTUATE

        static final int GEOMETRY_PROPERTY_TYPE__ACTUATE
        The feature id for the 'Actuate' attribute.
        See Also:
        Constant Field Values
      • GEOMETRY_PROPERTY_TYPE__ARCROLE

        static final int GEOMETRY_PROPERTY_TYPE__ARCROLE
        The feature id for the 'Arcrole' attribute.
        See Also:
        Constant Field Values
      • GEOMETRY_PROPERTY_TYPE__HREF

        static final int GEOMETRY_PROPERTY_TYPE__HREF
        The feature id for the 'Href' attribute.
        See Also:
        Constant Field Values
      • GEOMETRY_PROPERTY_TYPE__REMOTE_SCHEMA

        static final int GEOMETRY_PROPERTY_TYPE__REMOTE_SCHEMA
        The feature id for the 'Remote Schema' attribute.
        See Also:
        Constant Field Values
      • GEOMETRY_PROPERTY_TYPE__ROLE

        static final int GEOMETRY_PROPERTY_TYPE__ROLE
        The feature id for the 'Role' attribute.
        See Also:
        Constant Field Values
      • GEOMETRY_PROPERTY_TYPE__SHOW

        static final int GEOMETRY_PROPERTY_TYPE__SHOW
        The feature id for the 'Show' attribute.
        See Also:
        Constant Field Values
      • GEOMETRY_PROPERTY_TYPE__TITLE

        static final int GEOMETRY_PROPERTY_TYPE__TITLE
        The feature id for the 'Title' attribute.
        See Also:
        Constant Field Values
      • GEOMETRY_PROPERTY_TYPE__TYPE

        static final int GEOMETRY_PROPERTY_TYPE__TYPE
        The feature id for the 'Type' attribute.
        See Also:
        Constant Field Values
      • GEOMETRY_PROPERTY_TYPE_FEATURE_COUNT

        static final int GEOMETRY_PROPERTY_TYPE_FEATURE_COUNT
        The number of structural features of the 'Geometry Property Type' class.
        See Also:
        Constant Field Values
      • GEOMETRY_PROPERTY_TYPE_OPERATION_COUNT

        static final int GEOMETRY_PROPERTY_TYPE_OPERATION_COUNT
        The number of operations of the 'Geometry Property Type' class.
        See Also:
        Constant Field Values
      • GEOMETRY_STYLE_PROPERTY_TYPE__GEOMETRY_STYLE

        static final int GEOMETRY_STYLE_PROPERTY_TYPE__GEOMETRY_STYLE
        The feature id for the 'Geometry Style' containment reference.
        See Also:
        Constant Field Values
      • GEOMETRY_STYLE_PROPERTY_TYPE__ABOUT

        static final int GEOMETRY_STYLE_PROPERTY_TYPE__ABOUT
        The feature id for the 'About' attribute.
        See Also:
        Constant Field Values
      • GEOMETRY_STYLE_PROPERTY_TYPE__ACTUATE

        static final int GEOMETRY_STYLE_PROPERTY_TYPE__ACTUATE
        The feature id for the 'Actuate' attribute.
        See Also:
        Constant Field Values
      • GEOMETRY_STYLE_PROPERTY_TYPE__ARCROLE

        static final int GEOMETRY_STYLE_PROPERTY_TYPE__ARCROLE
        The feature id for the 'Arcrole' attribute.
        See Also:
        Constant Field Values
      • GEOMETRY_STYLE_PROPERTY_TYPE__HREF

        static final int GEOMETRY_STYLE_PROPERTY_TYPE__HREF
        The feature id for the 'Href' attribute.
        See Also:
        Constant Field Values
      • GEOMETRY_STYLE_PROPERTY_TYPE__REMOTE_SCHEMA

        static final int GEOMETRY_STYLE_PROPERTY_TYPE__REMOTE_SCHEMA
        The feature id for the 'Remote Schema' attribute.
        See Also:
        Constant Field Values
      • GEOMETRY_STYLE_PROPERTY_TYPE__ROLE

        static final int GEOMETRY_STYLE_PROPERTY_TYPE__ROLE
        The feature id for the 'Role' attribute.
        See Also:
        Constant Field Values
      • GEOMETRY_STYLE_PROPERTY_TYPE__SHOW

        static final int GEOMETRY_STYLE_PROPERTY_TYPE__SHOW
        The feature id for the 'Show' attribute.
        See Also:
        Constant Field Values
      • GEOMETRY_STYLE_PROPERTY_TYPE__TITLE

        static final int GEOMETRY_STYLE_PROPERTY_TYPE__TITLE
        The feature id for the 'Title' attribute.
        See Also:
        Constant Field Values
      • GEOMETRY_STYLE_PROPERTY_TYPE__TYPE

        static final int GEOMETRY_STYLE_PROPERTY_TYPE__TYPE
        The feature id for the 'Type' attribute.
        See Also:
        Constant Field Values
      • GEOMETRY_STYLE_PROPERTY_TYPE_FEATURE_COUNT

        static final int GEOMETRY_STYLE_PROPERTY_TYPE_FEATURE_COUNT
        The number of structural features of the 'Geometry Style Property Type' class.
        See Also:
        Constant Field Values
      • GEOMETRY_STYLE_PROPERTY_TYPE_OPERATION_COUNT

        static final int GEOMETRY_STYLE_PROPERTY_TYPE_OPERATION_COUNT
        The number of operations of the 'Geometry Style Property Type' class.
        See Also:
        Constant Field Values
      • GEOMETRY_STYLE_TYPE__META_DATA_PROPERTY

        static final int GEOMETRY_STYLE_TYPE__META_DATA_PROPERTY
        The feature id for the 'Meta Data Property' containment reference list.
        See Also:
        Constant Field Values
      • GEOMETRY_STYLE_TYPE__DESCRIPTION

        static final int GEOMETRY_STYLE_TYPE__DESCRIPTION
        The feature id for the 'Description' containment reference.
        See Also:
        Constant Field Values
      • GEOMETRY_STYLE_TYPE__NAME_GROUP

        static final int GEOMETRY_STYLE_TYPE__NAME_GROUP
        The feature id for the 'Name Group' attribute list.
        See Also:
        Constant Field Values
      • GEOMETRY_STYLE_TYPE__NAME

        static final int GEOMETRY_STYLE_TYPE__NAME
        The feature id for the 'Name' containment reference list.
        See Also:
        Constant Field Values
      • GEOMETRY_STYLE_TYPE__ID

        static final int GEOMETRY_STYLE_TYPE__ID
        The feature id for the 'Id' attribute.
        See Also:
        Constant Field Values
      • GEOMETRY_STYLE_TYPE__SPATIAL_RESOLUTION

        static final int GEOMETRY_STYLE_TYPE__SPATIAL_RESOLUTION
        The feature id for the 'Spatial Resolution' containment reference.
        See Also:
        Constant Field Values
      • GEOMETRY_STYLE_TYPE__STYLE_VARIATION

        static final int GEOMETRY_STYLE_TYPE__STYLE_VARIATION
        The feature id for the 'Style Variation' containment reference list.
        See Also:
        Constant Field Values
      • GEOMETRY_STYLE_TYPE__ANIMATE

        static final int GEOMETRY_STYLE_TYPE__ANIMATE
        The feature id for the 'Animate' containment reference list.
        See Also:
        Constant Field Values
      • GEOMETRY_STYLE_TYPE__ANIMATE_MOTION

        static final int GEOMETRY_STYLE_TYPE__ANIMATE_MOTION
        The feature id for the 'Animate Motion' containment reference list.
        See Also:
        Constant Field Values
      • GEOMETRY_STYLE_TYPE__ANIMATE_COLOR

        static final int GEOMETRY_STYLE_TYPE__ANIMATE_COLOR
        The feature id for the 'Animate Color' containment reference list.
        See Also:
        Constant Field Values
      • GEOMETRY_STYLE_TYPE__SET

        static final int GEOMETRY_STYLE_TYPE__SET
        The feature id for the 'Set' containment reference list.
        See Also:
        Constant Field Values
      • GEOMETRY_STYLE_TYPE__SYMBOL

        static final int GEOMETRY_STYLE_TYPE__SYMBOL
        The feature id for the 'Symbol' containment reference.
        See Also:
        Constant Field Values
      • GEOMETRY_STYLE_TYPE__STYLE

        static final int GEOMETRY_STYLE_TYPE__STYLE
        The feature id for the 'Style' attribute.
        See Also:
        Constant Field Values
      • GEOMETRY_STYLE_TYPE__LABEL_STYLE

        static final int GEOMETRY_STYLE_TYPE__LABEL_STYLE
        The feature id for the 'Label Style' containment reference.
        See Also:
        Constant Field Values
      • GEOMETRY_STYLE_TYPE__GEOMETRY_PROPERTY

        static final int GEOMETRY_STYLE_TYPE__GEOMETRY_PROPERTY
        The feature id for the 'Geometry Property' attribute.
        See Also:
        Constant Field Values
      • GEOMETRY_STYLE_TYPE__GEOMETRY_TYPE

        static final int GEOMETRY_STYLE_TYPE__GEOMETRY_TYPE
        The feature id for the 'Geometry Type' attribute.
        See Also:
        Constant Field Values
      • GEOMETRY_STYLE_TYPE_FEATURE_COUNT

        static final int GEOMETRY_STYLE_TYPE_FEATURE_COUNT
        The number of structural features of the 'Geometry Style Type' class.
        See Also:
        Constant Field Values
      • GEOMETRY_STYLE_TYPE_OPERATION_COUNT

        static final int GEOMETRY_STYLE_TYPE_OPERATION_COUNT
        The number of operations of the 'Geometry Style Type' class.
        See Also:
        Constant Field Values
      • GRAPH_STYLE_PROPERTY_TYPE__GRAPH_STYLE

        static final int GRAPH_STYLE_PROPERTY_TYPE__GRAPH_STYLE
        The feature id for the 'Graph Style' containment reference.
        See Also:
        Constant Field Values
      • GRAPH_STYLE_PROPERTY_TYPE__ABOUT

        static final int GRAPH_STYLE_PROPERTY_TYPE__ABOUT
        The feature id for the 'About' attribute.
        See Also:
        Constant Field Values
      • GRAPH_STYLE_PROPERTY_TYPE__ACTUATE

        static final int GRAPH_STYLE_PROPERTY_TYPE__ACTUATE
        The feature id for the 'Actuate' attribute.
        See Also:
        Constant Field Values
      • GRAPH_STYLE_PROPERTY_TYPE__ARCROLE

        static final int GRAPH_STYLE_PROPERTY_TYPE__ARCROLE
        The feature id for the 'Arcrole' attribute.
        See Also:
        Constant Field Values
      • GRAPH_STYLE_PROPERTY_TYPE__HREF

        static final int GRAPH_STYLE_PROPERTY_TYPE__HREF
        The feature id for the 'Href' attribute.
        See Also:
        Constant Field Values
      • GRAPH_STYLE_PROPERTY_TYPE__REMOTE_SCHEMA

        static final int GRAPH_STYLE_PROPERTY_TYPE__REMOTE_SCHEMA
        The feature id for the 'Remote Schema' attribute.
        See Also:
        Constant Field Values
      • GRAPH_STYLE_PROPERTY_TYPE__ROLE

        static final int GRAPH_STYLE_PROPERTY_TYPE__ROLE
        The feature id for the 'Role' attribute.
        See Also:
        Constant Field Values
      • GRAPH_STYLE_PROPERTY_TYPE__SHOW

        static final int GRAPH_STYLE_PROPERTY_TYPE__SHOW
        The feature id for the 'Show' attribute.
        See Also:
        Constant Field Values
      • GRAPH_STYLE_PROPERTY_TYPE__TITLE

        static final int GRAPH_STYLE_PROPERTY_TYPE__TITLE
        The feature id for the 'Title' attribute.
        See Also:
        Constant Field Values
      • GRAPH_STYLE_PROPERTY_TYPE__TYPE

        static final int GRAPH_STYLE_PROPERTY_TYPE__TYPE
        The feature id for the 'Type' attribute.
        See Also:
        Constant Field Values
      • GRAPH_STYLE_PROPERTY_TYPE_FEATURE_COUNT

        static final int GRAPH_STYLE_PROPERTY_TYPE_FEATURE_COUNT
        The number of structural features of the 'Graph Style Property Type' class.
        See Also:
        Constant Field Values
      • GRAPH_STYLE_PROPERTY_TYPE_OPERATION_COUNT

        static final int GRAPH_STYLE_PROPERTY_TYPE_OPERATION_COUNT
        The number of operations of the 'Graph Style Property Type' class.
        See Also:
        Constant Field Values
      • GRAPH_STYLE_TYPE__META_DATA_PROPERTY

        static final int GRAPH_STYLE_TYPE__META_DATA_PROPERTY
        The feature id for the 'Meta Data Property' containment reference list.
        See Also:
        Constant Field Values
      • GRAPH_STYLE_TYPE__DESCRIPTION

        static final int GRAPH_STYLE_TYPE__DESCRIPTION
        The feature id for the 'Description' containment reference.
        See Also:
        Constant Field Values
      • GRAPH_STYLE_TYPE__NAME_GROUP

        static final int GRAPH_STYLE_TYPE__NAME_GROUP
        The feature id for the 'Name Group' attribute list.
        See Also:
        Constant Field Values
      • GRAPH_STYLE_TYPE__NAME

        static final int GRAPH_STYLE_TYPE__NAME
        The feature id for the 'Name' containment reference list.
        See Also:
        Constant Field Values
      • GRAPH_STYLE_TYPE__ID

        static final int GRAPH_STYLE_TYPE__ID
        The feature id for the 'Id' attribute.
        See Also:
        Constant Field Values
      • GRAPH_STYLE_TYPE__SPATIAL_RESOLUTION

        static final int GRAPH_STYLE_TYPE__SPATIAL_RESOLUTION
        The feature id for the 'Spatial Resolution' containment reference.
        See Also:
        Constant Field Values
      • GRAPH_STYLE_TYPE__STYLE_VARIATION

        static final int GRAPH_STYLE_TYPE__STYLE_VARIATION
        The feature id for the 'Style Variation' containment reference list.
        See Also:
        Constant Field Values
      • GRAPH_STYLE_TYPE__ANIMATE

        static final int GRAPH_STYLE_TYPE__ANIMATE
        The feature id for the 'Animate' containment reference list.
        See Also:
        Constant Field Values
      • GRAPH_STYLE_TYPE__ANIMATE_MOTION

        static final int GRAPH_STYLE_TYPE__ANIMATE_MOTION
        The feature id for the 'Animate Motion' containment reference list.
        See Also:
        Constant Field Values
      • GRAPH_STYLE_TYPE__ANIMATE_COLOR

        static final int GRAPH_STYLE_TYPE__ANIMATE_COLOR
        The feature id for the 'Animate Color' containment reference list.
        See Also:
        Constant Field Values
      • GRAPH_STYLE_TYPE__SET

        static final int GRAPH_STYLE_TYPE__SET
        The feature id for the 'Set' containment reference list.
        See Also:
        Constant Field Values
      • GRAPH_STYLE_TYPE__PLANAR

        static final int GRAPH_STYLE_TYPE__PLANAR
        The feature id for the 'Planar' attribute.
        See Also:
        Constant Field Values
      • GRAPH_STYLE_TYPE__DIRECTED

        static final int GRAPH_STYLE_TYPE__DIRECTED
        The feature id for the 'Directed' attribute.
        See Also:
        Constant Field Values
      • GRAPH_STYLE_TYPE__GRID

        static final int GRAPH_STYLE_TYPE__GRID
        The feature id for the 'Grid' attribute.
        See Also:
        Constant Field Values
      • GRAPH_STYLE_TYPE__MIN_DISTANCE

        static final int GRAPH_STYLE_TYPE__MIN_DISTANCE
        The feature id for the 'Min Distance' attribute.
        See Also:
        Constant Field Values
      • GRAPH_STYLE_TYPE__MIN_ANGLE

        static final int GRAPH_STYLE_TYPE__MIN_ANGLE
        The feature id for the 'Min Angle' attribute.
        See Also:
        Constant Field Values
      • GRAPH_STYLE_TYPE__GRAPH_TYPE

        static final int GRAPH_STYLE_TYPE__GRAPH_TYPE
        The feature id for the 'Graph Type' attribute.
        See Also:
        Constant Field Values
      • GRAPH_STYLE_TYPE__DRAWING_TYPE

        static final int GRAPH_STYLE_TYPE__DRAWING_TYPE
        The feature id for the 'Drawing Type' attribute.
        See Also:
        Constant Field Values
      • GRAPH_STYLE_TYPE__LINE_TYPE

        static final int GRAPH_STYLE_TYPE__LINE_TYPE
        The feature id for the 'Line Type' attribute.
        See Also:
        Constant Field Values
      • GRAPH_STYLE_TYPE__AESTHETIC_CRITERIA

        static final int GRAPH_STYLE_TYPE__AESTHETIC_CRITERIA
        The feature id for the 'Aesthetic Criteria' attribute list.
        See Also:
        Constant Field Values
      • GRAPH_STYLE_TYPE_FEATURE_COUNT

        static final int GRAPH_STYLE_TYPE_FEATURE_COUNT
        The number of structural features of the 'Graph Style Type' class.
        See Also:
        Constant Field Values
      • GRAPH_STYLE_TYPE_OPERATION_COUNT

        static final int GRAPH_STYLE_TYPE_OPERATION_COUNT
        The number of operations of the 'Graph Style Type' class.
        See Also:
        Constant Field Values
      • GRID_COVERAGE_TYPE__META_DATA_PROPERTY

        static final int GRID_COVERAGE_TYPE__META_DATA_PROPERTY
        The feature id for the 'Meta Data Property' containment reference list.
        See Also:
        Constant Field Values
      • GRID_COVERAGE_TYPE__DESCRIPTION

        static final int GRID_COVERAGE_TYPE__DESCRIPTION
        The feature id for the 'Description' containment reference.
        See Also:
        Constant Field Values
      • GRID_COVERAGE_TYPE__NAME_GROUP

        static final int GRID_COVERAGE_TYPE__NAME_GROUP
        The feature id for the 'Name Group' attribute list.
        See Also:
        Constant Field Values
      • GRID_COVERAGE_TYPE__NAME

        static final int GRID_COVERAGE_TYPE__NAME
        The feature id for the 'Name' containment reference list.
        See Also:
        Constant Field Values
      • GRID_COVERAGE_TYPE__ID

        static final int GRID_COVERAGE_TYPE__ID
        The feature id for the 'Id' attribute.
        See Also:
        Constant Field Values
      • GRID_COVERAGE_TYPE__BOUNDED_BY

        static final int GRID_COVERAGE_TYPE__BOUNDED_BY
        The feature id for the 'Bounded By' containment reference.
        See Also:
        Constant Field Values
      • GRID_COVERAGE_TYPE__LOCATION_GROUP

        static final int GRID_COVERAGE_TYPE__LOCATION_GROUP
        The feature id for the 'Location Group' attribute list.
        See Also:
        Constant Field Values
      • GRID_COVERAGE_TYPE__LOCATION

        static final int GRID_COVERAGE_TYPE__LOCATION
        The feature id for the 'Location' containment reference.
        See Also:
        Constant Field Values
      • GRID_COVERAGE_TYPE__DOMAIN_SET_GROUP

        static final int GRID_COVERAGE_TYPE__DOMAIN_SET_GROUP
        The feature id for the 'Domain Set Group' attribute list.
        See Also:
        Constant Field Values
      • GRID_COVERAGE_TYPE__DOMAIN_SET

        static final int GRID_COVERAGE_TYPE__DOMAIN_SET
        The feature id for the 'Domain Set' containment reference.
        See Also:
        Constant Field Values
      • GRID_COVERAGE_TYPE__RANGE_SET

        static final int GRID_COVERAGE_TYPE__RANGE_SET
        The feature id for the 'Range Set' containment reference.
        See Also:
        Constant Field Values
      • GRID_COVERAGE_TYPE__DIMENSION

        static final int GRID_COVERAGE_TYPE__DIMENSION
        The feature id for the 'Dimension' attribute.
        See Also:
        Constant Field Values
      • GRID_COVERAGE_TYPE__COVERAGE_FUNCTION

        static final int GRID_COVERAGE_TYPE__COVERAGE_FUNCTION
        The feature id for the 'Coverage Function' containment reference.
        See Also:
        Constant Field Values
      • GRID_COVERAGE_TYPE__GRID_DOMAIN

        static final int GRID_COVERAGE_TYPE__GRID_DOMAIN
        The feature id for the 'Grid Domain' containment reference.
        See Also:
        Constant Field Values
      • GRID_COVERAGE_TYPE_FEATURE_COUNT

        static final int GRID_COVERAGE_TYPE_FEATURE_COUNT
        The number of structural features of the 'Grid Coverage Type' class.
        See Also:
        Constant Field Values
      • GRID_COVERAGE_TYPE_OPERATION_COUNT

        static final int GRID_COVERAGE_TYPE_OPERATION_COUNT
        The number of operations of the 'Grid Coverage Type' class.
        See Also:
        Constant Field Values
      • GRID_DOMAIN_TYPE__GEOMETRY_GROUP

        static final int GRID_DOMAIN_TYPE__GEOMETRY_GROUP
        The feature id for the 'Geometry Group' attribute list.
        See Also:
        Constant Field Values
      • GRID_DOMAIN_TYPE__GEOMETRY

        static final int GRID_DOMAIN_TYPE__GEOMETRY
        The feature id for the 'Geometry' containment reference.
        See Also:
        Constant Field Values
      • GRID_DOMAIN_TYPE__TIME_OBJECT_GROUP

        static final int GRID_DOMAIN_TYPE__TIME_OBJECT_GROUP
        The feature id for the 'Time Object Group' attribute list.
        See Also:
        Constant Field Values
      • GRID_DOMAIN_TYPE__TIME_OBJECT

        static final int GRID_DOMAIN_TYPE__TIME_OBJECT
        The feature id for the 'Time Object' containment reference.
        See Also:
        Constant Field Values
      • GRID_DOMAIN_TYPE__ACTUATE

        static final int GRID_DOMAIN_TYPE__ACTUATE
        The feature id for the 'Actuate' attribute.
        See Also:
        Constant Field Values
      • GRID_DOMAIN_TYPE__ARCROLE

        static final int GRID_DOMAIN_TYPE__ARCROLE
        The feature id for the 'Arcrole' attribute.
        See Also:
        Constant Field Values
      • GRID_DOMAIN_TYPE__HREF

        static final int GRID_DOMAIN_TYPE__HREF
        The feature id for the 'Href' attribute.
        See Also:
        Constant Field Values
      • GRID_DOMAIN_TYPE__REMOTE_SCHEMA

        static final int GRID_DOMAIN_TYPE__REMOTE_SCHEMA
        The feature id for the 'Remote Schema' attribute.
        See Also:
        Constant Field Values
      • GRID_DOMAIN_TYPE__ROLE

        static final int GRID_DOMAIN_TYPE__ROLE
        The feature id for the 'Role' attribute.
        See Also:
        Constant Field Values
      • GRID_DOMAIN_TYPE__SHOW

        static final int GRID_DOMAIN_TYPE__SHOW
        The feature id for the 'Show' attribute.
        See Also:
        Constant Field Values
      • GRID_DOMAIN_TYPE__TITLE

        static final int GRID_DOMAIN_TYPE__TITLE
        The feature id for the 'Title' attribute.
        See Also:
        Constant Field Values
      • GRID_DOMAIN_TYPE__TYPE

        static final int GRID_DOMAIN_TYPE__TYPE
        The feature id for the 'Type' attribute.
        See Also:
        Constant Field Values
      • GRID_DOMAIN_TYPE__GRID

        static final int GRID_DOMAIN_TYPE__GRID
        The feature id for the 'Grid' containment reference.
        See Also:
        Constant Field Values
      • GRID_DOMAIN_TYPE_FEATURE_COUNT

        static final int GRID_DOMAIN_TYPE_FEATURE_COUNT
        The number of structural features of the 'Grid Domain Type' class.
        See Also:
        Constant Field Values
      • GRID_DOMAIN_TYPE_OPERATION_COUNT

        static final int GRID_DOMAIN_TYPE_OPERATION_COUNT
        The number of operations of the 'Grid Domain Type' class.
        See Also:
        Constant Field Values
      • GRID_ENVELOPE_TYPE__LOW

        static final int GRID_ENVELOPE_TYPE__LOW
        The feature id for the 'Low' attribute.
        See Also:
        Constant Field Values
      • GRID_ENVELOPE_TYPE__HIGH

        static final int GRID_ENVELOPE_TYPE__HIGH
        The feature id for the 'High' attribute.
        See Also:
        Constant Field Values
      • GRID_ENVELOPE_TYPE_FEATURE_COUNT

        static final int GRID_ENVELOPE_TYPE_FEATURE_COUNT
        The number of structural features of the 'Grid Envelope Type' class.
        See Also:
        Constant Field Values
      • GRID_ENVELOPE_TYPE_OPERATION_COUNT

        static final int GRID_ENVELOPE_TYPE_OPERATION_COUNT
        The number of operations of the 'Grid Envelope Type' class.
        See Also:
        Constant Field Values
      • GRID_FUNCTION_TYPE__SEQUENCE_RULE

        static final int GRID_FUNCTION_TYPE__SEQUENCE_RULE
        The feature id for the 'Sequence Rule' containment reference.
        See Also:
        Constant Field Values
      • GRID_FUNCTION_TYPE__START_POINT

        static final int GRID_FUNCTION_TYPE__START_POINT
        The feature id for the 'Start Point' attribute.
        See Also:
        Constant Field Values
      • GRID_FUNCTION_TYPE_FEATURE_COUNT

        static final int GRID_FUNCTION_TYPE_FEATURE_COUNT
        The number of structural features of the 'Grid Function Type' class.
        See Also:
        Constant Field Values
      • GRID_FUNCTION_TYPE_OPERATION_COUNT

        static final int GRID_FUNCTION_TYPE_OPERATION_COUNT
        The number of operations of the 'Grid Function Type' class.
        See Also:
        Constant Field Values
      • GRID_LENGTH_TYPE__VALUE

        static final int GRID_LENGTH_TYPE__VALUE
        The feature id for the 'Value' attribute.
        See Also:
        Constant Field Values
      • GRID_LENGTH_TYPE__UOM

        static final int GRID_LENGTH_TYPE__UOM
        The feature id for the 'Uom' attribute.
        See Also:
        Constant Field Values
      • GRID_LENGTH_TYPE_FEATURE_COUNT

        static final int GRID_LENGTH_TYPE_FEATURE_COUNT
        The number of structural features of the 'Grid Length Type' class.
        See Also:
        Constant Field Values
      • GRID_LENGTH_TYPE_OPERATION_COUNT

        static final int GRID_LENGTH_TYPE_OPERATION_COUNT
        The number of operations of the 'Grid Length Type' class.
        See Also:
        Constant Field Values
      • GRID_LIMITS_TYPE__GRID_ENVELOPE

        static final int GRID_LIMITS_TYPE__GRID_ENVELOPE
        The feature id for the 'Grid Envelope' containment reference.
        See Also:
        Constant Field Values
      • GRID_LIMITS_TYPE_FEATURE_COUNT

        static final int GRID_LIMITS_TYPE_FEATURE_COUNT
        The number of structural features of the 'Grid Limits Type' class.
        See Also:
        Constant Field Values
      • GRID_LIMITS_TYPE_OPERATION_COUNT

        static final int GRID_LIMITS_TYPE_OPERATION_COUNT
        The number of operations of the 'Grid Limits Type' class.
        See Also:
        Constant Field Values
      • GRID_TYPE__META_DATA_PROPERTY

        static final int GRID_TYPE__META_DATA_PROPERTY
        The feature id for the 'Meta Data Property' containment reference list.
        See Also:
        Constant Field Values
      • GRID_TYPE__DESCRIPTION

        static final int GRID_TYPE__DESCRIPTION
        The feature id for the 'Description' containment reference.
        See Also:
        Constant Field Values
      • GRID_TYPE__NAME_GROUP

        static final int GRID_TYPE__NAME_GROUP
        The feature id for the 'Name Group' attribute list.
        See Also:
        Constant Field Values
      • GRID_TYPE__NAME

        static final int GRID_TYPE__NAME
        The feature id for the 'Name' containment reference list.
        See Also:
        Constant Field Values
      • GRID_TYPE__ID

        static final int GRID_TYPE__ID
        The feature id for the 'Id' attribute.
        See Also:
        Constant Field Values
      • GRID_TYPE__AXIS_LABELS

        static final int GRID_TYPE__AXIS_LABELS
        The feature id for the 'Axis Labels' attribute.
        See Also:
        Constant Field Values
      • GRID_TYPE__GID

        static final int GRID_TYPE__GID
        The feature id for the 'Gid' attribute.
        See Also:
        Constant Field Values
      • GRID_TYPE__SRS_DIMENSION

        static final int GRID_TYPE__SRS_DIMENSION
        The feature id for the 'Srs Dimension' attribute.
        See Also:
        Constant Field Values
      • GRID_TYPE__SRS_NAME

        static final int GRID_TYPE__SRS_NAME
        The feature id for the 'Srs Name' attribute.
        See Also:
        Constant Field Values
      • GRID_TYPE__UOM_LABELS

        static final int GRID_TYPE__UOM_LABELS
        The feature id for the 'Uom Labels' attribute.
        See Also:
        Constant Field Values
      • GRID_TYPE__LIMITS

        static final int GRID_TYPE__LIMITS
        The feature id for the 'Limits' containment reference.
        See Also:
        Constant Field Values
      • GRID_TYPE__AXIS_NAME

        static final int GRID_TYPE__AXIS_NAME
        The feature id for the 'Axis Name' attribute list.
        See Also:
        Constant Field Values
      • GRID_TYPE__DIMENSION

        static final int GRID_TYPE__DIMENSION
        The feature id for the 'Dimension' attribute.
        See Also:
        Constant Field Values
      • GRID_TYPE_FEATURE_COUNT

        static final int GRID_TYPE_FEATURE_COUNT
        The number of structural features of the 'Grid Type' class.
        See Also:
        Constant Field Values
      • GRID_TYPE_OPERATION_COUNT

        static final int GRID_TYPE_OPERATION_COUNT
        The number of operations of the 'Grid Type' class.
        See Also:
        Constant Field Values
      • HISTORY_PROPERTY_TYPE__GROUP

        static final int HISTORY_PROPERTY_TYPE__GROUP
        The feature id for the 'Group' attribute list.
        See Also:
        Constant Field Values
      • HISTORY_PROPERTY_TYPE__TIME_SLICE_GROUP

        static final int HISTORY_PROPERTY_TYPE__TIME_SLICE_GROUP
        The feature id for the 'Time Slice Group' attribute list.
        See Also:
        Constant Field Values
      • HISTORY_PROPERTY_TYPE__TIME_SLICE

        static final int HISTORY_PROPERTY_TYPE__TIME_SLICE
        The feature id for the 'Time Slice' containment reference list.
        See Also:
        Constant Field Values
      • HISTORY_PROPERTY_TYPE_FEATURE_COUNT

        static final int HISTORY_PROPERTY_TYPE_FEATURE_COUNT
        The number of structural features of the 'History Property Type' class.
        See Also:
        Constant Field Values
      • HISTORY_PROPERTY_TYPE_OPERATION_COUNT

        static final int HISTORY_PROPERTY_TYPE_OPERATION_COUNT
        The number of operations of the 'History Property Type' class.
        See Also:
        Constant Field Values
      • IDENTIFIER_TYPE__NAME_GROUP

        static final int IDENTIFIER_TYPE__NAME_GROUP
        The feature id for the 'Name Group' attribute list.
        See Also:
        Constant Field Values
      • IDENTIFIER_TYPE__NAME

        static final int IDENTIFIER_TYPE__NAME
        The feature id for the 'Name' containment reference.
        See Also:
        Constant Field Values
      • IDENTIFIER_TYPE__VERSION

        static final int IDENTIFIER_TYPE__VERSION
        The feature id for the 'Version' attribute.
        See Also:
        Constant Field Values
      • IDENTIFIER_TYPE__REMARKS

        static final int IDENTIFIER_TYPE__REMARKS
        The feature id for the 'Remarks' containment reference.
        See Also:
        Constant Field Values
      • IDENTIFIER_TYPE_FEATURE_COUNT

        static final int IDENTIFIER_TYPE_FEATURE_COUNT
        The number of structural features of the 'Identifier Type' class.
        See Also:
        Constant Field Values
      • IDENTIFIER_TYPE_OPERATION_COUNT

        static final int IDENTIFIER_TYPE_OPERATION_COUNT
        The number of operations of the 'Identifier Type' class.
        See Also:
        Constant Field Values
      • IMAGE_CRS_REF_TYPE__IMAGE_CRS

        static final int IMAGE_CRS_REF_TYPE__IMAGE_CRS
        The feature id for the 'Image CRS' containment reference.
        See Also:
        Constant Field Values
      • IMAGE_CRS_REF_TYPE__ACTUATE

        static final int IMAGE_CRS_REF_TYPE__ACTUATE
        The feature id for the 'Actuate' attribute.
        See Also:
        Constant Field Values
      • IMAGE_CRS_REF_TYPE__ARCROLE

        static final int IMAGE_CRS_REF_TYPE__ARCROLE
        The feature id for the 'Arcrole' attribute.
        See Also:
        Constant Field Values
      • IMAGE_CRS_REF_TYPE__HREF

        static final int IMAGE_CRS_REF_TYPE__HREF
        The feature id for the 'Href' attribute.
        See Also:
        Constant Field Values
      • IMAGE_CRS_REF_TYPE__REMOTE_SCHEMA

        static final int IMAGE_CRS_REF_TYPE__REMOTE_SCHEMA
        The feature id for the 'Remote Schema' attribute.
        See Also:
        Constant Field Values
      • IMAGE_CRS_REF_TYPE__ROLE

        static final int IMAGE_CRS_REF_TYPE__ROLE
        The feature id for the 'Role' attribute.
        See Also:
        Constant Field Values
      • IMAGE_CRS_REF_TYPE__SHOW

        static final int IMAGE_CRS_REF_TYPE__SHOW
        The feature id for the 'Show' attribute.
        See Also:
        Constant Field Values
      • IMAGE_CRS_REF_TYPE__TITLE

        static final int IMAGE_CRS_REF_TYPE__TITLE
        The feature id for the 'Title' attribute.
        See Also:
        Constant Field Values
      • IMAGE_CRS_REF_TYPE__TYPE

        static final int IMAGE_CRS_REF_TYPE__TYPE
        The feature id for the 'Type' attribute.
        See Also:
        Constant Field Values
      • IMAGE_CRS_REF_TYPE_FEATURE_COUNT

        static final int IMAGE_CRS_REF_TYPE_FEATURE_COUNT
        The number of structural features of the 'Image CRS Ref Type' class.
        See Also:
        Constant Field Values
      • IMAGE_CRS_REF_TYPE_OPERATION_COUNT

        static final int IMAGE_CRS_REF_TYPE_OPERATION_COUNT
        The number of operations of the 'Image CRS Ref Type' class.
        See Also:
        Constant Field Values
      • IMAGE_CRS_TYPE__META_DATA_PROPERTY

        static final int IMAGE_CRS_TYPE__META_DATA_PROPERTY
        The feature id for the 'Meta Data Property' containment reference list.
        See Also:
        Constant Field Values
      • IMAGE_CRS_TYPE__DESCRIPTION

        static final int IMAGE_CRS_TYPE__DESCRIPTION
        The feature id for the 'Description' containment reference.
        See Also:
        Constant Field Values
      • IMAGE_CRS_TYPE__NAME_GROUP

        static final int IMAGE_CRS_TYPE__NAME_GROUP
        The feature id for the 'Name Group' attribute list.
        See Also:
        Constant Field Values
      • IMAGE_CRS_TYPE__NAME

        static final int IMAGE_CRS_TYPE__NAME
        The feature id for the 'Name' containment reference list.
        See Also:
        Constant Field Values
      • IMAGE_CRS_TYPE__ID

        static final int IMAGE_CRS_TYPE__ID
        The feature id for the 'Id' attribute.
        See Also:
        Constant Field Values
      • IMAGE_CRS_TYPE__SRS_NAME

        static final int IMAGE_CRS_TYPE__SRS_NAME
        The feature id for the 'Srs Name' containment reference.
        See Also:
        Constant Field Values
      • IMAGE_CRS_TYPE__SRS_ID

        static final int IMAGE_CRS_TYPE__SRS_ID
        The feature id for the 'Srs ID' containment reference list.
        See Also:
        Constant Field Values
      • IMAGE_CRS_TYPE__REMARKS

        static final int IMAGE_CRS_TYPE__REMARKS
        The feature id for the 'Remarks' containment reference.
        See Also:
        Constant Field Values
      • IMAGE_CRS_TYPE__VALID_AREA

        static final int IMAGE_CRS_TYPE__VALID_AREA
        The feature id for the 'Valid Area' containment reference.
        See Also:
        Constant Field Values
      • IMAGE_CRS_TYPE__SCOPE

        static final int IMAGE_CRS_TYPE__SCOPE
        The feature id for the 'Scope' attribute.
        See Also:
        Constant Field Values
      • IMAGE_CRS_TYPE__USES_CARTESIAN_CS

        static final int IMAGE_CRS_TYPE__USES_CARTESIAN_CS
        The feature id for the 'Uses Cartesian CS' containment reference.
        See Also:
        Constant Field Values
      • IMAGE_CRS_TYPE__USES_OBLIQUE_CARTESIAN_CS

        static final int IMAGE_CRS_TYPE__USES_OBLIQUE_CARTESIAN_CS
        The feature id for the 'Uses Oblique Cartesian CS' containment reference.
        See Also:
        Constant Field Values
      • IMAGE_CRS_TYPE__USES_IMAGE_DATUM

        static final int IMAGE_CRS_TYPE__USES_IMAGE_DATUM
        The feature id for the 'Uses Image Datum' containment reference.
        See Also:
        Constant Field Values
      • IMAGE_CRS_TYPE_FEATURE_COUNT

        static final int IMAGE_CRS_TYPE_FEATURE_COUNT
        The number of structural features of the 'Image CRS Type' class.
        See Also:
        Constant Field Values
      • IMAGE_CRS_TYPE_OPERATION_COUNT

        static final int IMAGE_CRS_TYPE_OPERATION_COUNT
        The number of operations of the 'Image CRS Type' class.
        See Also:
        Constant Field Values
      • IMAGE_DATUM_REF_TYPE__IMAGE_DATUM

        static final int IMAGE_DATUM_REF_TYPE__IMAGE_DATUM
        The feature id for the 'Image Datum' containment reference.
        See Also:
        Constant Field Values
      • IMAGE_DATUM_REF_TYPE__ACTUATE

        static final int IMAGE_DATUM_REF_TYPE__ACTUATE
        The feature id for the 'Actuate' attribute.
        See Also:
        Constant Field Values
      • IMAGE_DATUM_REF_TYPE__ARCROLE

        static final int IMAGE_DATUM_REF_TYPE__ARCROLE
        The feature id for the 'Arcrole' attribute.
        See Also:
        Constant Field Values
      • IMAGE_DATUM_REF_TYPE__HREF

        static final int IMAGE_DATUM_REF_TYPE__HREF
        The feature id for the 'Href' attribute.
        See Also:
        Constant Field Values
      • IMAGE_DATUM_REF_TYPE__REMOTE_SCHEMA

        static final int IMAGE_DATUM_REF_TYPE__REMOTE_SCHEMA
        The feature id for the 'Remote Schema' attribute.
        See Also:
        Constant Field Values
      • IMAGE_DATUM_REF_TYPE__ROLE

        static final int IMAGE_DATUM_REF_TYPE__ROLE
        The feature id for the 'Role' attribute.
        See Also:
        Constant Field Values
      • IMAGE_DATUM_REF_TYPE__SHOW

        static final int IMAGE_DATUM_REF_TYPE__SHOW
        The feature id for the 'Show' attribute.
        See Also:
        Constant Field Values
      • IMAGE_DATUM_REF_TYPE__TITLE

        static final int IMAGE_DATUM_REF_TYPE__TITLE
        The feature id for the 'Title' attribute.
        See Also:
        Constant Field Values
      • IMAGE_DATUM_REF_TYPE__TYPE

        static final int IMAGE_DATUM_REF_TYPE__TYPE
        The feature id for the 'Type' attribute.
        See Also:
        Constant Field Values
      • IMAGE_DATUM_REF_TYPE_FEATURE_COUNT

        static final int IMAGE_DATUM_REF_TYPE_FEATURE_COUNT
        The number of structural features of the 'Image Datum Ref Type' class.
        See Also:
        Constant Field Values
      • IMAGE_DATUM_REF_TYPE_OPERATION_COUNT

        static final int IMAGE_DATUM_REF_TYPE_OPERATION_COUNT
        The number of operations of the 'Image Datum Ref Type' class.
        See Also:
        Constant Field Values
      • IMAGE_DATUM_TYPE__META_DATA_PROPERTY

        static final int IMAGE_DATUM_TYPE__META_DATA_PROPERTY
        The feature id for the 'Meta Data Property' containment reference list.
        See Also:
        Constant Field Values
      • IMAGE_DATUM_TYPE__DESCRIPTION

        static final int IMAGE_DATUM_TYPE__DESCRIPTION
        The feature id for the 'Description' containment reference.
        See Also:
        Constant Field Values
      • IMAGE_DATUM_TYPE__NAME_GROUP

        static final int IMAGE_DATUM_TYPE__NAME_GROUP
        The feature id for the 'Name Group' attribute list.
        See Also:
        Constant Field Values
      • IMAGE_DATUM_TYPE__NAME

        static final int IMAGE_DATUM_TYPE__NAME
        The feature id for the 'Name' containment reference list.
        See Also:
        Constant Field Values
      • IMAGE_DATUM_TYPE__ID

        static final int IMAGE_DATUM_TYPE__ID
        The feature id for the 'Id' attribute.
        See Also:
        Constant Field Values
      • IMAGE_DATUM_TYPE__DATUM_NAME

        static final int IMAGE_DATUM_TYPE__DATUM_NAME
        The feature id for the 'Datum Name' containment reference.
        See Also:
        Constant Field Values
      • IMAGE_DATUM_TYPE__DATUM_ID

        static final int IMAGE_DATUM_TYPE__DATUM_ID
        The feature id for the 'Datum ID' containment reference list.
        See Also:
        Constant Field Values
      • IMAGE_DATUM_TYPE__REMARKS

        static final int IMAGE_DATUM_TYPE__REMARKS
        The feature id for the 'Remarks' containment reference.
        See Also:
        Constant Field Values
      • IMAGE_DATUM_TYPE__ANCHOR_POINT

        static final int IMAGE_DATUM_TYPE__ANCHOR_POINT
        The feature id for the 'Anchor Point' containment reference.
        See Also:
        Constant Field Values
      • IMAGE_DATUM_TYPE__REALIZATION_EPOCH

        static final int IMAGE_DATUM_TYPE__REALIZATION_EPOCH
        The feature id for the 'Realization Epoch' attribute.
        See Also:
        Constant Field Values
      • IMAGE_DATUM_TYPE__VALID_AREA

        static final int IMAGE_DATUM_TYPE__VALID_AREA
        The feature id for the 'Valid Area' containment reference.
        See Also:
        Constant Field Values
      • IMAGE_DATUM_TYPE__SCOPE

        static final int IMAGE_DATUM_TYPE__SCOPE
        The feature id for the 'Scope' attribute.
        See Also:
        Constant Field Values
      • IMAGE_DATUM_TYPE__PIXEL_IN_CELL

        static final int IMAGE_DATUM_TYPE__PIXEL_IN_CELL
        The feature id for the 'Pixel In Cell' containment reference.
        See Also:
        Constant Field Values
      • IMAGE_DATUM_TYPE_FEATURE_COUNT

        static final int IMAGE_DATUM_TYPE_FEATURE_COUNT
        The number of structural features of the 'Image Datum Type' class.
        See Also:
        Constant Field Values
      • IMAGE_DATUM_TYPE_OPERATION_COUNT

        static final int IMAGE_DATUM_TYPE_OPERATION_COUNT
        The number of operations of the 'Image Datum Type' class.
        See Also:
        Constant Field Values
      • INDEX_MAP_TYPE__SEQUENCE_RULE

        static final int INDEX_MAP_TYPE__SEQUENCE_RULE
        The feature id for the 'Sequence Rule' containment reference.
        See Also:
        Constant Field Values
      • INDEX_MAP_TYPE__START_POINT

        static final int INDEX_MAP_TYPE__START_POINT
        The feature id for the 'Start Point' attribute.
        See Also:
        Constant Field Values
      • INDEX_MAP_TYPE__LOOK_UP_TABLE

        static final int INDEX_MAP_TYPE__LOOK_UP_TABLE
        The feature id for the 'Look Up Table' attribute.
        See Also:
        Constant Field Values
      • INDEX_MAP_TYPE_FEATURE_COUNT

        static final int INDEX_MAP_TYPE_FEATURE_COUNT
        The number of structural features of the 'Index Map Type' class.
        See Also:
        Constant Field Values
      • INDEX_MAP_TYPE_OPERATION_COUNT

        static final int INDEX_MAP_TYPE_OPERATION_COUNT
        The number of operations of the 'Index Map Type' class.
        See Also:
        Constant Field Values
      • INDIRECT_ENTRY_TYPE__DEFINITION_PROXY

        static final int INDIRECT_ENTRY_TYPE__DEFINITION_PROXY
        The feature id for the 'Definition Proxy' containment reference.
        See Also:
        Constant Field Values
      • INDIRECT_ENTRY_TYPE_FEATURE_COUNT

        static final int INDIRECT_ENTRY_TYPE_FEATURE_COUNT
        The number of structural features of the 'Indirect Entry Type' class.
        See Also:
        Constant Field Values
      • INDIRECT_ENTRY_TYPE_OPERATION_COUNT

        static final int INDIRECT_ENTRY_TYPE_OPERATION_COUNT
        The number of operations of the 'Indirect Entry Type' class.
        See Also:
        Constant Field Values
      • ISOLATED_PROPERTY_TYPE__NODE

        static final int ISOLATED_PROPERTY_TYPE__NODE
        The feature id for the 'Node' containment reference.
        See Also:
        Constant Field Values
      • ISOLATED_PROPERTY_TYPE__EDGE

        static final int ISOLATED_PROPERTY_TYPE__EDGE
        The feature id for the 'Edge' containment reference.
        See Also:
        Constant Field Values
      • ISOLATED_PROPERTY_TYPE__ACTUATE

        static final int ISOLATED_PROPERTY_TYPE__ACTUATE
        The feature id for the 'Actuate' attribute.
        See Also:
        Constant Field Values
      • ISOLATED_PROPERTY_TYPE__ARCROLE

        static final int ISOLATED_PROPERTY_TYPE__ARCROLE
        The feature id for the 'Arcrole' attribute.
        See Also:
        Constant Field Values
      • ISOLATED_PROPERTY_TYPE__HREF

        static final int ISOLATED_PROPERTY_TYPE__HREF
        The feature id for the 'Href' attribute.
        See Also:
        Constant Field Values
      • ISOLATED_PROPERTY_TYPE__REMOTE_SCHEMA

        static final int ISOLATED_PROPERTY_TYPE__REMOTE_SCHEMA
        The feature id for the 'Remote Schema' attribute.
        See Also:
        Constant Field Values
      • ISOLATED_PROPERTY_TYPE__ROLE

        static final int ISOLATED_PROPERTY_TYPE__ROLE
        The feature id for the 'Role' attribute.
        See Also:
        Constant Field Values
      • ISOLATED_PROPERTY_TYPE__SHOW

        static final int ISOLATED_PROPERTY_TYPE__SHOW
        The feature id for the 'Show' attribute.
        See Also:
        Constant Field Values
      • ISOLATED_PROPERTY_TYPE__TITLE

        static final int ISOLATED_PROPERTY_TYPE__TITLE
        The feature id for the 'Title' attribute.
        See Also:
        Constant Field Values
      • ISOLATED_PROPERTY_TYPE__TYPE

        static final int ISOLATED_PROPERTY_TYPE__TYPE
        The feature id for the 'Type' attribute.
        See Also:
        Constant Field Values
      • ISOLATED_PROPERTY_TYPE_FEATURE_COUNT

        static final int ISOLATED_PROPERTY_TYPE_FEATURE_COUNT
        The number of structural features of the 'Isolated Property Type' class.
        See Also:
        Constant Field Values
      • ISOLATED_PROPERTY_TYPE_OPERATION_COUNT

        static final int ISOLATED_PROPERTY_TYPE_OPERATION_COUNT
        The number of operations of the 'Isolated Property Type' class.
        See Also:
        Constant Field Values
      • KNOT_PROPERTY_TYPE__KNOT

        static final int KNOT_PROPERTY_TYPE__KNOT
        The feature id for the 'Knot' containment reference.
        See Also:
        Constant Field Values
      • KNOT_PROPERTY_TYPE_FEATURE_COUNT

        static final int KNOT_PROPERTY_TYPE_FEATURE_COUNT
        The number of structural features of the 'Knot Property Type' class.
        See Also:
        Constant Field Values
      • KNOT_PROPERTY_TYPE_OPERATION_COUNT

        static final int KNOT_PROPERTY_TYPE_OPERATION_COUNT
        The number of operations of the 'Knot Property Type' class.
        See Also:
        Constant Field Values
      • KNOT_TYPE__VALUE

        static final int KNOT_TYPE__VALUE
        The feature id for the 'Value' attribute.
        See Also:
        Constant Field Values
      • KNOT_TYPE__MULTIPLICITY

        static final int KNOT_TYPE__MULTIPLICITY
        The feature id for the 'Multiplicity' attribute.
        See Also:
        Constant Field Values
      • KNOT_TYPE__WEIGHT

        static final int KNOT_TYPE__WEIGHT
        The feature id for the 'Weight' attribute.
        See Also:
        Constant Field Values
      • KNOT_TYPE_FEATURE_COUNT

        static final int KNOT_TYPE_FEATURE_COUNT
        The number of structural features of the 'Knot Type' class.
        See Also:
        Constant Field Values
      • KNOT_TYPE_OPERATION_COUNT

        static final int KNOT_TYPE_OPERATION_COUNT
        The number of operations of the 'Knot Type' class.
        See Also:
        Constant Field Values
      • LABEL_STYLE_PROPERTY_TYPE__LABEL_STYLE

        static final int LABEL_STYLE_PROPERTY_TYPE__LABEL_STYLE
        The feature id for the 'Label Style' containment reference.
        See Also:
        Constant Field Values
      • LABEL_STYLE_PROPERTY_TYPE__ABOUT

        static final int LABEL_STYLE_PROPERTY_TYPE__ABOUT
        The feature id for the 'About' attribute.
        See Also:
        Constant Field Values
      • LABEL_STYLE_PROPERTY_TYPE__ACTUATE

        static final int LABEL_STYLE_PROPERTY_TYPE__ACTUATE
        The feature id for the 'Actuate' attribute.
        See Also:
        Constant Field Values
      • LABEL_STYLE_PROPERTY_TYPE__ARCROLE

        static final int LABEL_STYLE_PROPERTY_TYPE__ARCROLE
        The feature id for the 'Arcrole' attribute.
        See Also:
        Constant Field Values
      • LABEL_STYLE_PROPERTY_TYPE__HREF

        static final int LABEL_STYLE_PROPERTY_TYPE__HREF
        The feature id for the 'Href' attribute.
        See Also:
        Constant Field Values
      • LABEL_STYLE_PROPERTY_TYPE__REMOTE_SCHEMA

        static final int LABEL_STYLE_PROPERTY_TYPE__REMOTE_SCHEMA
        The feature id for the 'Remote Schema' attribute.
        See Also:
        Constant Field Values
      • LABEL_STYLE_PROPERTY_TYPE__ROLE

        static final int LABEL_STYLE_PROPERTY_TYPE__ROLE
        The feature id for the 'Role' attribute.
        See Also:
        Constant Field Values
      • LABEL_STYLE_PROPERTY_TYPE__SHOW

        static final int LABEL_STYLE_PROPERTY_TYPE__SHOW
        The feature id for the 'Show' attribute.
        See Also:
        Constant Field Values
      • LABEL_STYLE_PROPERTY_TYPE__TITLE

        static final int LABEL_STYLE_PROPERTY_TYPE__TITLE
        The feature id for the 'Title' attribute.
        See Also:
        Constant Field Values
      • LABEL_STYLE_PROPERTY_TYPE__TYPE

        static final int LABEL_STYLE_PROPERTY_TYPE__TYPE
        The feature id for the 'Type' attribute.
        See Also:
        Constant Field Values
      • LABEL_STYLE_PROPERTY_TYPE_FEATURE_COUNT

        static final int LABEL_STYLE_PROPERTY_TYPE_FEATURE_COUNT
        The number of structural features of the 'Label Style Property Type' class.
        See Also:
        Constant Field Values
      • LABEL_STYLE_PROPERTY_TYPE_OPERATION_COUNT

        static final int LABEL_STYLE_PROPERTY_TYPE_OPERATION_COUNT
        The number of operations of the 'Label Style Property Type' class.
        See Also:
        Constant Field Values
      • LABEL_STYLE_TYPE__META_DATA_PROPERTY

        static final int LABEL_STYLE_TYPE__META_DATA_PROPERTY
        The feature id for the 'Meta Data Property' containment reference list.
        See Also:
        Constant Field Values
      • LABEL_STYLE_TYPE__DESCRIPTION

        static final int LABEL_STYLE_TYPE__DESCRIPTION
        The feature id for the 'Description' containment reference.
        See Also:
        Constant Field Values
      • LABEL_STYLE_TYPE__NAME_GROUP

        static final int LABEL_STYLE_TYPE__NAME_GROUP
        The feature id for the 'Name Group' attribute list.
        See Also:
        Constant Field Values
      • LABEL_STYLE_TYPE__NAME

        static final int LABEL_STYLE_TYPE__NAME
        The feature id for the 'Name' containment reference list.
        See Also:
        Constant Field Values
      • LABEL_STYLE_TYPE__ID

        static final int LABEL_STYLE_TYPE__ID
        The feature id for the 'Id' attribute.
        See Also:
        Constant Field Values
      • LABEL_STYLE_TYPE__SPATIAL_RESOLUTION

        static final int LABEL_STYLE_TYPE__SPATIAL_RESOLUTION
        The feature id for the 'Spatial Resolution' containment reference.
        See Also:
        Constant Field Values
      • LABEL_STYLE_TYPE__STYLE_VARIATION

        static final int LABEL_STYLE_TYPE__STYLE_VARIATION
        The feature id for the 'Style Variation' containment reference list.
        See Also:
        Constant Field Values
      • LABEL_STYLE_TYPE__ANIMATE

        static final int LABEL_STYLE_TYPE__ANIMATE
        The feature id for the 'Animate' containment reference list.
        See Also:
        Constant Field Values
      • LABEL_STYLE_TYPE__ANIMATE_MOTION

        static final int LABEL_STYLE_TYPE__ANIMATE_MOTION
        The feature id for the 'Animate Motion' containment reference list.
        See Also:
        Constant Field Values
      • LABEL_STYLE_TYPE__ANIMATE_COLOR

        static final int LABEL_STYLE_TYPE__ANIMATE_COLOR
        The feature id for the 'Animate Color' containment reference list.
        See Also:
        Constant Field Values
      • LABEL_STYLE_TYPE__SET

        static final int LABEL_STYLE_TYPE__SET
        The feature id for the 'Set' containment reference list.
        See Also:
        Constant Field Values
      • LABEL_STYLE_TYPE__STYLE

        static final int LABEL_STYLE_TYPE__STYLE
        The feature id for the 'Style' attribute.
        See Also:
        Constant Field Values
      • LABEL_STYLE_TYPE__LABEL

        static final int LABEL_STYLE_TYPE__LABEL
        The feature id for the 'Label' containment reference.
        See Also:
        Constant Field Values
      • LABEL_STYLE_TYPE_FEATURE_COUNT

        static final int LABEL_STYLE_TYPE_FEATURE_COUNT
        The number of structural features of the 'Label Style Type' class.
        See Also:
        Constant Field Values
      • LABEL_STYLE_TYPE_OPERATION_COUNT

        static final int LABEL_STYLE_TYPE_OPERATION_COUNT
        The number of operations of the 'Label Style Type' class.
        See Also:
        Constant Field Values
      • LABEL_TYPE__MIXED

        static final int LABEL_TYPE__MIXED
        The feature id for the 'Mixed' attribute list.
        See Also:
        Constant Field Values
      • LABEL_TYPE__LABEL_EXPRESSION

        static final int LABEL_TYPE__LABEL_EXPRESSION
        The feature id for the 'Label Expression' attribute list.
        See Also:
        Constant Field Values
      • LABEL_TYPE__TRANSFORM

        static final int LABEL_TYPE__TRANSFORM
        The feature id for the 'Transform' attribute.
        See Also:
        Constant Field Values
      • LABEL_TYPE_FEATURE_COUNT

        static final int LABEL_TYPE_FEATURE_COUNT
        The number of structural features of the 'Label Type' class.
        See Also:
        Constant Field Values
      • LABEL_TYPE_OPERATION_COUNT

        static final int LABEL_TYPE_OPERATION_COUNT
        The number of operations of the 'Label Type' class.
        See Also:
        Constant Field Values
      • LENGTH_TYPE__VALUE

        static final int LENGTH_TYPE__VALUE
        The feature id for the 'Value' attribute.
        See Also:
        Constant Field Values
      • LENGTH_TYPE__UOM

        static final int LENGTH_TYPE__UOM
        The feature id for the 'Uom' attribute.
        See Also:
        Constant Field Values
      • LENGTH_TYPE_FEATURE_COUNT

        static final int LENGTH_TYPE_FEATURE_COUNT
        The number of structural features of the 'Length Type' class.
        See Also:
        Constant Field Values
      • LENGTH_TYPE_OPERATION_COUNT

        static final int LENGTH_TYPE_OPERATION_COUNT
        The number of operations of the 'Length Type' class.
        See Also:
        Constant Field Values
      • LINEAR_CS_REF_TYPE__LINEAR_CS

        static final int LINEAR_CS_REF_TYPE__LINEAR_CS
        The feature id for the 'Linear CS' containment reference.
        See Also:
        Constant Field Values
      • LINEAR_CS_REF_TYPE__ACTUATE

        static final int LINEAR_CS_REF_TYPE__ACTUATE
        The feature id for the 'Actuate' attribute.
        See Also:
        Constant Field Values
      • LINEAR_CS_REF_TYPE__ARCROLE

        static final int LINEAR_CS_REF_TYPE__ARCROLE
        The feature id for the 'Arcrole' attribute.
        See Also:
        Constant Field Values
      • LINEAR_CS_REF_TYPE__HREF

        static final int LINEAR_CS_REF_TYPE__HREF
        The feature id for the 'Href' attribute.
        See Also:
        Constant Field Values
      • LINEAR_CS_REF_TYPE__REMOTE_SCHEMA

        static final int LINEAR_CS_REF_TYPE__REMOTE_SCHEMA
        The feature id for the 'Remote Schema' attribute.
        See Also:
        Constant Field Values
      • LINEAR_CS_REF_TYPE__ROLE

        static final int LINEAR_CS_REF_TYPE__ROLE
        The feature id for the 'Role' attribute.
        See Also:
        Constant Field Values
      • LINEAR_CS_REF_TYPE__SHOW

        static final int LINEAR_CS_REF_TYPE__SHOW
        The feature id for the 'Show' attribute.
        See Also:
        Constant Field Values
      • LINEAR_CS_REF_TYPE__TITLE

        static final int LINEAR_CS_REF_TYPE__TITLE
        The feature id for the 'Title' attribute.
        See Also:
        Constant Field Values
      • LINEAR_CS_REF_TYPE__TYPE

        static final int LINEAR_CS_REF_TYPE__TYPE
        The feature id for the 'Type' attribute.
        See Also:
        Constant Field Values
      • LINEAR_CS_REF_TYPE_FEATURE_COUNT

        static final int LINEAR_CS_REF_TYPE_FEATURE_COUNT
        The number of structural features of the 'Linear CS Ref Type' class.
        See Also:
        Constant Field Values
      • LINEAR_CS_REF_TYPE_OPERATION_COUNT

        static final int LINEAR_CS_REF_TYPE_OPERATION_COUNT
        The number of operations of the 'Linear CS Ref Type' class.
        See Also:
        Constant Field Values
      • LINEAR_CS_TYPE__META_DATA_PROPERTY

        static final int LINEAR_CS_TYPE__META_DATA_PROPERTY
        The feature id for the 'Meta Data Property' containment reference list.
        See Also:
        Constant Field Values
      • LINEAR_CS_TYPE__DESCRIPTION

        static final int LINEAR_CS_TYPE__DESCRIPTION
        The feature id for the 'Description' containment reference.
        See Also:
        Constant Field Values
      • LINEAR_CS_TYPE__NAME_GROUP

        static final int LINEAR_CS_TYPE__NAME_GROUP
        The feature id for the 'Name Group' attribute list.
        See Also:
        Constant Field Values
      • LINEAR_CS_TYPE__NAME

        static final int LINEAR_CS_TYPE__NAME
        The feature id for the 'Name' containment reference list.
        See Also:
        Constant Field Values
      • LINEAR_CS_TYPE__ID

        static final int LINEAR_CS_TYPE__ID
        The feature id for the 'Id' attribute.
        See Also:
        Constant Field Values
      • LINEAR_CS_TYPE__CS_NAME

        static final int LINEAR_CS_TYPE__CS_NAME
        The feature id for the 'Cs Name' containment reference.
        See Also:
        Constant Field Values
      • LINEAR_CS_TYPE__CS_ID

        static final int LINEAR_CS_TYPE__CS_ID
        The feature id for the 'Cs ID' containment reference list.
        See Also:
        Constant Field Values
      • LINEAR_CS_TYPE__REMARKS

        static final int LINEAR_CS_TYPE__REMARKS
        The feature id for the 'Remarks' containment reference.
        See Also:
        Constant Field Values
      • LINEAR_CS_TYPE__USES_AXIS

        static final int LINEAR_CS_TYPE__USES_AXIS
        The feature id for the 'Uses Axis' containment reference list.
        See Also:
        Constant Field Values
      • LINEAR_CS_TYPE_FEATURE_COUNT

        static final int LINEAR_CS_TYPE_FEATURE_COUNT
        The number of structural features of the 'Linear CS Type' class.
        See Also:
        Constant Field Values
      • LINEAR_CS_TYPE_OPERATION_COUNT

        static final int LINEAR_CS_TYPE_OPERATION_COUNT
        The number of operations of the 'Linear CS Type' class.
        See Also:
        Constant Field Values
      • LINEAR_RING_PROPERTY_TYPE__LINEAR_RING

        static final int LINEAR_RING_PROPERTY_TYPE__LINEAR_RING
        The feature id for the 'Linear Ring' containment reference.
        See Also:
        Constant Field Values
      • LINEAR_RING_PROPERTY_TYPE_FEATURE_COUNT

        static final int LINEAR_RING_PROPERTY_TYPE_FEATURE_COUNT
        The number of structural features of the 'Linear Ring Property Type' class.
        See Also:
        Constant Field Values
      • LINEAR_RING_PROPERTY_TYPE_OPERATION_COUNT

        static final int LINEAR_RING_PROPERTY_TYPE_OPERATION_COUNT
        The number of operations of the 'Linear Ring Property Type' class.
        See Also:
        Constant Field Values
      • LINEAR_RING_TYPE__META_DATA_PROPERTY

        static final int LINEAR_RING_TYPE__META_DATA_PROPERTY
        The feature id for the 'Meta Data Property' containment reference list.
        See Also:
        Constant Field Values
      • LINEAR_RING_TYPE__DESCRIPTION

        static final int LINEAR_RING_TYPE__DESCRIPTION
        The feature id for the 'Description' containment reference.
        See Also:
        Constant Field Values
      • LINEAR_RING_TYPE__NAME_GROUP

        static final int LINEAR_RING_TYPE__NAME_GROUP
        The feature id for the 'Name Group' attribute list.
        See Also:
        Constant Field Values
      • LINEAR_RING_TYPE__NAME

        static final int LINEAR_RING_TYPE__NAME
        The feature id for the 'Name' containment reference list.
        See Also:
        Constant Field Values
      • LINEAR_RING_TYPE__ID

        static final int LINEAR_RING_TYPE__ID
        The feature id for the 'Id' attribute.
        See Also:
        Constant Field Values
      • LINEAR_RING_TYPE__AXIS_LABELS

        static final int LINEAR_RING_TYPE__AXIS_LABELS
        The feature id for the 'Axis Labels' attribute.
        See Also:
        Constant Field Values
      • LINEAR_RING_TYPE__GID

        static final int LINEAR_RING_TYPE__GID
        The feature id for the 'Gid' attribute.
        See Also:
        Constant Field Values
      • LINEAR_RING_TYPE__SRS_DIMENSION

        static final int LINEAR_RING_TYPE__SRS_DIMENSION
        The feature id for the 'Srs Dimension' attribute.
        See Also:
        Constant Field Values
      • LINEAR_RING_TYPE__SRS_NAME

        static final int LINEAR_RING_TYPE__SRS_NAME
        The feature id for the 'Srs Name' attribute.
        See Also:
        Constant Field Values
      • LINEAR_RING_TYPE__UOM_LABELS

        static final int LINEAR_RING_TYPE__UOM_LABELS
        The feature id for the 'Uom Labels' attribute.
        See Also:
        Constant Field Values
      • LINEAR_RING_TYPE__GROUP

        static final int LINEAR_RING_TYPE__GROUP
        The feature id for the 'Group' attribute list.
        See Also:
        Constant Field Values
      • LINEAR_RING_TYPE__POS

        static final int LINEAR_RING_TYPE__POS
        The feature id for the 'Pos' containment reference list.
        See Also:
        Constant Field Values
      • LINEAR_RING_TYPE__POINT_PROPERTY

        static final int LINEAR_RING_TYPE__POINT_PROPERTY
        The feature id for the 'Point Property' containment reference list.
        See Also:
        Constant Field Values
      • LINEAR_RING_TYPE__POINT_REP

        static final int LINEAR_RING_TYPE__POINT_REP
        The feature id for the 'Point Rep' containment reference list.
        See Also:
        Constant Field Values
      • LINEAR_RING_TYPE__POS_LIST

        static final int LINEAR_RING_TYPE__POS_LIST
        The feature id for the 'Pos List' containment reference.
        See Also:
        Constant Field Values
      • LINEAR_RING_TYPE__COORDINATES

        static final int LINEAR_RING_TYPE__COORDINATES
        The feature id for the 'Coordinates' containment reference.
        See Also:
        Constant Field Values
      • LINEAR_RING_TYPE__COORD

        static final int LINEAR_RING_TYPE__COORD
        The feature id for the 'Coord' containment reference list.
        See Also:
        Constant Field Values
      • LINEAR_RING_TYPE_FEATURE_COUNT

        static final int LINEAR_RING_TYPE_FEATURE_COUNT
        The number of structural features of the 'Linear Ring Type' class.
        See Also:
        Constant Field Values
      • LINEAR_RING_TYPE_OPERATION_COUNT

        static final int LINEAR_RING_TYPE_OPERATION_COUNT
        The number of operations of the 'Linear Ring Type' class.
        See Also:
        Constant Field Values
      • LINE_STRING_PROPERTY_TYPE__LINE_STRING

        static final int LINE_STRING_PROPERTY_TYPE__LINE_STRING
        The feature id for the 'Line String' containment reference.
        See Also:
        Constant Field Values
      • LINE_STRING_PROPERTY_TYPE__ACTUATE

        static final int LINE_STRING_PROPERTY_TYPE__ACTUATE
        The feature id for the 'Actuate' attribute.
        See Also:
        Constant Field Values
      • LINE_STRING_PROPERTY_TYPE__ARCROLE

        static final int LINE_STRING_PROPERTY_TYPE__ARCROLE
        The feature id for the 'Arcrole' attribute.
        See Also:
        Constant Field Values
      • LINE_STRING_PROPERTY_TYPE__HREF

        static final int LINE_STRING_PROPERTY_TYPE__HREF
        The feature id for the 'Href' attribute.
        See Also:
        Constant Field Values
      • LINE_STRING_PROPERTY_TYPE__REMOTE_SCHEMA

        static final int LINE_STRING_PROPERTY_TYPE__REMOTE_SCHEMA
        The feature id for the 'Remote Schema' attribute.
        See Also:
        Constant Field Values
      • LINE_STRING_PROPERTY_TYPE__ROLE

        static final int LINE_STRING_PROPERTY_TYPE__ROLE
        The feature id for the 'Role' attribute.
        See Also:
        Constant Field Values
      • LINE_STRING_PROPERTY_TYPE__SHOW

        static final int LINE_STRING_PROPERTY_TYPE__SHOW
        The feature id for the 'Show' attribute.
        See Also:
        Constant Field Values
      • LINE_STRING_PROPERTY_TYPE__TITLE

        static final int LINE_STRING_PROPERTY_TYPE__TITLE
        The feature id for the 'Title' attribute.
        See Also:
        Constant Field Values
      • LINE_STRING_PROPERTY_TYPE__TYPE

        static final int LINE_STRING_PROPERTY_TYPE__TYPE
        The feature id for the 'Type' attribute.
        See Also:
        Constant Field Values
      • LINE_STRING_PROPERTY_TYPE_FEATURE_COUNT

        static final int LINE_STRING_PROPERTY_TYPE_FEATURE_COUNT
        The number of structural features of the 'Line String Property Type' class.
        See Also:
        Constant Field Values
      • LINE_STRING_PROPERTY_TYPE_OPERATION_COUNT

        static final int LINE_STRING_PROPERTY_TYPE_OPERATION_COUNT
        The number of operations of the 'Line String Property Type' class.
        See Also:
        Constant Field Values
      • LINE_STRING_SEGMENT_ARRAY_PROPERTY_TYPE__LINE_STRING_SEGMENT

        static final int LINE_STRING_SEGMENT_ARRAY_PROPERTY_TYPE__LINE_STRING_SEGMENT
        The feature id for the 'Line String Segment' containment reference list.
        See Also:
        Constant Field Values
      • LINE_STRING_SEGMENT_ARRAY_PROPERTY_TYPE_FEATURE_COUNT

        static final int LINE_STRING_SEGMENT_ARRAY_PROPERTY_TYPE_FEATURE_COUNT
        The number of structural features of the 'Line String Segment Array Property Type' class.
        See Also:
        Constant Field Values
      • LINE_STRING_SEGMENT_ARRAY_PROPERTY_TYPE_OPERATION_COUNT

        static final int LINE_STRING_SEGMENT_ARRAY_PROPERTY_TYPE_OPERATION_COUNT
        The number of operations of the 'Line String Segment Array Property Type' class.
        See Also:
        Constant Field Values
      • LINE_STRING_SEGMENT_TYPE__NUM_DERIVATIVE_INTERIOR

        static final int LINE_STRING_SEGMENT_TYPE__NUM_DERIVATIVE_INTERIOR
        The feature id for the 'Num Derivative Interior' attribute.
        See Also:
        Constant Field Values
      • LINE_STRING_SEGMENT_TYPE__NUM_DERIVATIVES_AT_END

        static final int LINE_STRING_SEGMENT_TYPE__NUM_DERIVATIVES_AT_END
        The feature id for the 'Num Derivatives At End' attribute.
        See Also:
        Constant Field Values
      • LINE_STRING_SEGMENT_TYPE__NUM_DERIVATIVES_AT_START

        static final int LINE_STRING_SEGMENT_TYPE__NUM_DERIVATIVES_AT_START
        The feature id for the 'Num Derivatives At Start' attribute.
        See Also:
        Constant Field Values
      • LINE_STRING_SEGMENT_TYPE__GROUP

        static final int LINE_STRING_SEGMENT_TYPE__GROUP
        The feature id for the 'Group' attribute list.
        See Also:
        Constant Field Values
      • LINE_STRING_SEGMENT_TYPE__POS

        static final int LINE_STRING_SEGMENT_TYPE__POS
        The feature id for the 'Pos' containment reference list.
        See Also:
        Constant Field Values
      • LINE_STRING_SEGMENT_TYPE__POINT_PROPERTY

        static final int LINE_STRING_SEGMENT_TYPE__POINT_PROPERTY
        The feature id for the 'Point Property' containment reference list.
        See Also:
        Constant Field Values
      • LINE_STRING_SEGMENT_TYPE__POINT_REP

        static final int LINE_STRING_SEGMENT_TYPE__POINT_REP
        The feature id for the 'Point Rep' containment reference list.
        See Also:
        Constant Field Values
      • LINE_STRING_SEGMENT_TYPE__POS_LIST

        static final int LINE_STRING_SEGMENT_TYPE__POS_LIST
        The feature id for the 'Pos List' containment reference.
        See Also:
        Constant Field Values
      • LINE_STRING_SEGMENT_TYPE__COORDINATES

        static final int LINE_STRING_SEGMENT_TYPE__COORDINATES
        The feature id for the 'Coordinates' containment reference.
        See Also:
        Constant Field Values
      • LINE_STRING_SEGMENT_TYPE__INTERPOLATION

        static final int LINE_STRING_SEGMENT_TYPE__INTERPOLATION
        The feature id for the 'Interpolation' attribute.
        See Also:
        Constant Field Values
      • LINE_STRING_SEGMENT_TYPE_FEATURE_COUNT

        static final int LINE_STRING_SEGMENT_TYPE_FEATURE_COUNT
        The number of structural features of the 'Line String Segment Type' class.
        See Also:
        Constant Field Values
      • LINE_STRING_SEGMENT_TYPE_OPERATION_COUNT

        static final int LINE_STRING_SEGMENT_TYPE_OPERATION_COUNT
        The number of operations of the 'Line String Segment Type' class.
        See Also:
        Constant Field Values
      • LINE_STRING_TYPE__META_DATA_PROPERTY

        static final int LINE_STRING_TYPE__META_DATA_PROPERTY
        The feature id for the 'Meta Data Property' containment reference list.
        See Also:
        Constant Field Values
      • LINE_STRING_TYPE__DESCRIPTION

        static final int LINE_STRING_TYPE__DESCRIPTION
        The feature id for the 'Description' containment reference.
        See Also:
        Constant Field Values
      • LINE_STRING_TYPE__NAME_GROUP

        static final int LINE_STRING_TYPE__NAME_GROUP
        The feature id for the 'Name Group' attribute list.
        See Also:
        Constant Field Values
      • LINE_STRING_TYPE__NAME

        static final int LINE_STRING_TYPE__NAME
        The feature id for the 'Name' containment reference list.
        See Also:
        Constant Field Values
      • LINE_STRING_TYPE__ID

        static final int LINE_STRING_TYPE__ID
        The feature id for the 'Id' attribute.
        See Also:
        Constant Field Values
      • LINE_STRING_TYPE__AXIS_LABELS

        static final int LINE_STRING_TYPE__AXIS_LABELS
        The feature id for the 'Axis Labels' attribute.
        See Also:
        Constant Field Values
      • LINE_STRING_TYPE__GID

        static final int LINE_STRING_TYPE__GID
        The feature id for the 'Gid' attribute.
        See Also:
        Constant Field Values
      • LINE_STRING_TYPE__SRS_DIMENSION

        static final int LINE_STRING_TYPE__SRS_DIMENSION
        The feature id for the 'Srs Dimension' attribute.
        See Also:
        Constant Field Values
      • LINE_STRING_TYPE__SRS_NAME

        static final int LINE_STRING_TYPE__SRS_NAME
        The feature id for the 'Srs Name' attribute.
        See Also:
        Constant Field Values
      • LINE_STRING_TYPE__UOM_LABELS

        static final int LINE_STRING_TYPE__UOM_LABELS
        The feature id for the 'Uom Labels' attribute.
        See Also:
        Constant Field Values
      • LINE_STRING_TYPE__GROUP

        static final int LINE_STRING_TYPE__GROUP
        The feature id for the 'Group' attribute list.
        See Also:
        Constant Field Values
      • LINE_STRING_TYPE__POS

        static final int LINE_STRING_TYPE__POS
        The feature id for the 'Pos' containment reference list.
        See Also:
        Constant Field Values
      • LINE_STRING_TYPE__POINT_PROPERTY

        static final int LINE_STRING_TYPE__POINT_PROPERTY
        The feature id for the 'Point Property' containment reference list.
        See Also:
        Constant Field Values
      • LINE_STRING_TYPE__POINT_REP

        static final int LINE_STRING_TYPE__POINT_REP
        The feature id for the 'Point Rep' containment reference list.
        See Also:
        Constant Field Values
      • LINE_STRING_TYPE__COORD

        static final int LINE_STRING_TYPE__COORD
        The feature id for the 'Coord' containment reference list.
        See Also:
        Constant Field Values
      • LINE_STRING_TYPE__POS_LIST

        static final int LINE_STRING_TYPE__POS_LIST
        The feature id for the 'Pos List' containment reference.
        See Also:
        Constant Field Values
      • LINE_STRING_TYPE__COORDINATES

        static final int LINE_STRING_TYPE__COORDINATES
        The feature id for the 'Coordinates' containment reference.
        See Also:
        Constant Field Values
      • LINE_STRING_TYPE_FEATURE_COUNT

        static final int LINE_STRING_TYPE_FEATURE_COUNT
        The number of structural features of the 'Line String Type' class.
        See Also:
        Constant Field Values
      • LINE_STRING_TYPE_OPERATION_COUNT

        static final int LINE_STRING_TYPE_OPERATION_COUNT
        The number of operations of the 'Line String Type' class.
        See Also:
        Constant Field Values
      • LOCATION_PROPERTY_TYPE__GEOMETRY_GROUP

        static final int LOCATION_PROPERTY_TYPE__GEOMETRY_GROUP
        The feature id for the 'Geometry Group' attribute list.
        See Also:
        Constant Field Values
      • LOCATION_PROPERTY_TYPE__GEOMETRY

        static final int LOCATION_PROPERTY_TYPE__GEOMETRY
        The feature id for the 'Geometry' containment reference.
        See Also:
        Constant Field Values
      • LOCATION_PROPERTY_TYPE__LOCATION_KEY_WORD

        static final int LOCATION_PROPERTY_TYPE__LOCATION_KEY_WORD
        The feature id for the 'Location Key Word' containment reference.
        See Also:
        Constant Field Values
      • LOCATION_PROPERTY_TYPE__LOCATION_STRING

        static final int LOCATION_PROPERTY_TYPE__LOCATION_STRING
        The feature id for the 'Location String' containment reference.
        See Also:
        Constant Field Values
      • LOCATION_PROPERTY_TYPE__NULL

        static final int LOCATION_PROPERTY_TYPE__NULL
        The feature id for the 'Null' attribute.
        See Also:
        Constant Field Values
      • LOCATION_PROPERTY_TYPE__ACTUATE

        static final int LOCATION_PROPERTY_TYPE__ACTUATE
        The feature id for the 'Actuate' attribute.
        See Also:
        Constant Field Values
      • LOCATION_PROPERTY_TYPE__ARCROLE

        static final int LOCATION_PROPERTY_TYPE__ARCROLE
        The feature id for the 'Arcrole' attribute.
        See Also:
        Constant Field Values
      • LOCATION_PROPERTY_TYPE__HREF

        static final int LOCATION_PROPERTY_TYPE__HREF
        The feature id for the 'Href' attribute.
        See Also:
        Constant Field Values
      • LOCATION_PROPERTY_TYPE__REMOTE_SCHEMA

        static final int LOCATION_PROPERTY_TYPE__REMOTE_SCHEMA
        The feature id for the 'Remote Schema' attribute.
        See Also:
        Constant Field Values
      • LOCATION_PROPERTY_TYPE__ROLE

        static final int LOCATION_PROPERTY_TYPE__ROLE
        The feature id for the 'Role' attribute.
        See Also:
        Constant Field Values
      • LOCATION_PROPERTY_TYPE__SHOW

        static final int LOCATION_PROPERTY_TYPE__SHOW
        The feature id for the 'Show' attribute.
        See Also:
        Constant Field Values
      • LOCATION_PROPERTY_TYPE__TITLE

        static final int LOCATION_PROPERTY_TYPE__TITLE
        The feature id for the 'Title' attribute.
        See Also:
        Constant Field Values
      • LOCATION_PROPERTY_TYPE__TYPE

        static final int LOCATION_PROPERTY_TYPE__TYPE
        The feature id for the 'Type' attribute.
        See Also:
        Constant Field Values
      • LOCATION_PROPERTY_TYPE_FEATURE_COUNT

        static final int LOCATION_PROPERTY_TYPE_FEATURE_COUNT
        The number of structural features of the 'Location Property Type' class.
        See Also:
        Constant Field Values
      • LOCATION_PROPERTY_TYPE_OPERATION_COUNT

        static final int LOCATION_PROPERTY_TYPE_OPERATION_COUNT
        The number of operations of the 'Location Property Type' class.
        See Also:
        Constant Field Values
      • MEASURE_LIST_TYPE__VALUE

        static final int MEASURE_LIST_TYPE__VALUE
        The feature id for the 'Value' attribute.
        See Also:
        Constant Field Values
      • MEASURE_LIST_TYPE__UOM

        static final int MEASURE_LIST_TYPE__UOM
        The feature id for the 'Uom' attribute.
        See Also:
        Constant Field Values
      • MEASURE_LIST_TYPE_FEATURE_COUNT

        static final int MEASURE_LIST_TYPE_FEATURE_COUNT
        The number of structural features of the 'Measure List Type' class.
        See Also:
        Constant Field Values
      • MEASURE_LIST_TYPE_OPERATION_COUNT

        static final int MEASURE_LIST_TYPE_OPERATION_COUNT
        The number of operations of the 'Measure List Type' class.
        See Also:
        Constant Field Values
      • MEASURE_OR_NULL_LIST_TYPE__VALUE

        static final int MEASURE_OR_NULL_LIST_TYPE__VALUE
        The feature id for the 'Value' attribute.
        See Also:
        Constant Field Values
      • MEASURE_OR_NULL_LIST_TYPE__UOM

        static final int MEASURE_OR_NULL_LIST_TYPE__UOM
        The feature id for the 'Uom' attribute.
        See Also:
        Constant Field Values
      • MEASURE_OR_NULL_LIST_TYPE_FEATURE_COUNT

        static final int MEASURE_OR_NULL_LIST_TYPE_FEATURE_COUNT
        The number of structural features of the 'Measure Or Null List Type' class.
        See Also:
        Constant Field Values
      • MEASURE_OR_NULL_LIST_TYPE_OPERATION_COUNT

        static final int MEASURE_OR_NULL_LIST_TYPE_OPERATION_COUNT
        The number of operations of the 'Measure Or Null List Type' class.
        See Also:
        Constant Field Values
      • META_DATA_PROPERTY_TYPE__ANY

        static final int META_DATA_PROPERTY_TYPE__ANY
        The feature id for the 'Any' attribute list.
        See Also:
        Constant Field Values
      • META_DATA_PROPERTY_TYPE__ABOUT

        static final int META_DATA_PROPERTY_TYPE__ABOUT
        The feature id for the 'About' attribute.
        See Also:
        Constant Field Values
      • META_DATA_PROPERTY_TYPE__ACTUATE

        static final int META_DATA_PROPERTY_TYPE__ACTUATE
        The feature id for the 'Actuate' attribute.
        See Also:
        Constant Field Values
      • META_DATA_PROPERTY_TYPE__ARCROLE

        static final int META_DATA_PROPERTY_TYPE__ARCROLE
        The feature id for the 'Arcrole' attribute.
        See Also:
        Constant Field Values
      • META_DATA_PROPERTY_TYPE__HREF

        static final int META_DATA_PROPERTY_TYPE__HREF
        The feature id for the 'Href' attribute.
        See Also:
        Constant Field Values
      • META_DATA_PROPERTY_TYPE__REMOTE_SCHEMA

        static final int META_DATA_PROPERTY_TYPE__REMOTE_SCHEMA
        The feature id for the 'Remote Schema' attribute.
        See Also:
        Constant Field Values
      • META_DATA_PROPERTY_TYPE__ROLE

        static final int META_DATA_PROPERTY_TYPE__ROLE
        The feature id for the 'Role' attribute.
        See Also:
        Constant Field Values
      • META_DATA_PROPERTY_TYPE__SHOW

        static final int META_DATA_PROPERTY_TYPE__SHOW
        The feature id for the 'Show' attribute.
        See Also:
        Constant Field Values
      • META_DATA_PROPERTY_TYPE__TITLE

        static final int META_DATA_PROPERTY_TYPE__TITLE
        The feature id for the 'Title' attribute.
        See Also:
        Constant Field Values
      • META_DATA_PROPERTY_TYPE__TYPE

        static final int META_DATA_PROPERTY_TYPE__TYPE
        The feature id for the 'Type' attribute.
        See Also:
        Constant Field Values
      • META_DATA_PROPERTY_TYPE_FEATURE_COUNT

        static final int META_DATA_PROPERTY_TYPE_FEATURE_COUNT
        The number of structural features of the 'Meta Data Property Type' class.
        See Also:
        Constant Field Values
      • META_DATA_PROPERTY_TYPE_OPERATION_COUNT

        static final int META_DATA_PROPERTY_TYPE_OPERATION_COUNT
        The number of operations of the 'Meta Data Property Type' class.
        See Also:
        Constant Field Values
      • MOVING_OBJECT_STATUS_TYPE__META_DATA_PROPERTY

        static final int MOVING_OBJECT_STATUS_TYPE__META_DATA_PROPERTY
        The feature id for the 'Meta Data Property' containment reference list.
        See Also:
        Constant Field Values
      • MOVING_OBJECT_STATUS_TYPE__DESCRIPTION

        static final int MOVING_OBJECT_STATUS_TYPE__DESCRIPTION
        The feature id for the 'Description' containment reference.
        See Also:
        Constant Field Values
      • MOVING_OBJECT_STATUS_TYPE__NAME_GROUP

        static final int MOVING_OBJECT_STATUS_TYPE__NAME_GROUP
        The feature id for the 'Name Group' attribute list.
        See Also:
        Constant Field Values
      • MOVING_OBJECT_STATUS_TYPE__NAME

        static final int MOVING_OBJECT_STATUS_TYPE__NAME
        The feature id for the 'Name' containment reference list.
        See Also:
        Constant Field Values
      • MOVING_OBJECT_STATUS_TYPE__ID

        static final int MOVING_OBJECT_STATUS_TYPE__ID
        The feature id for the 'Id' attribute.
        See Also:
        Constant Field Values
      • MOVING_OBJECT_STATUS_TYPE__VALID_TIME

        static final int MOVING_OBJECT_STATUS_TYPE__VALID_TIME
        The feature id for the 'Valid Time' containment reference.
        See Also:
        Constant Field Values
      • MOVING_OBJECT_STATUS_TYPE__DATA_SOURCE

        static final int MOVING_OBJECT_STATUS_TYPE__DATA_SOURCE
        The feature id for the 'Data Source' containment reference.
        See Also:
        Constant Field Values
      • MOVING_OBJECT_STATUS_TYPE__LOCATION_GROUP

        static final int MOVING_OBJECT_STATUS_TYPE__LOCATION_GROUP
        The feature id for the 'Location Group' attribute list.
        See Also:
        Constant Field Values
      • MOVING_OBJECT_STATUS_TYPE__LOCATION

        static final int MOVING_OBJECT_STATUS_TYPE__LOCATION
        The feature id for the 'Location' containment reference.
        See Also:
        Constant Field Values
      • MOVING_OBJECT_STATUS_TYPE__SPEED

        static final int MOVING_OBJECT_STATUS_TYPE__SPEED
        The feature id for the 'Speed' containment reference.
        See Also:
        Constant Field Values
      • MOVING_OBJECT_STATUS_TYPE__BEARING

        static final int MOVING_OBJECT_STATUS_TYPE__BEARING
        The feature id for the 'Bearing' containment reference.
        See Also:
        Constant Field Values
      • MOVING_OBJECT_STATUS_TYPE__ACCELERATION

        static final int MOVING_OBJECT_STATUS_TYPE__ACCELERATION
        The feature id for the 'Acceleration' containment reference.
        See Also:
        Constant Field Values
      • MOVING_OBJECT_STATUS_TYPE__ELEVATION

        static final int MOVING_OBJECT_STATUS_TYPE__ELEVATION
        The feature id for the 'Elevation' containment reference.
        See Also:
        Constant Field Values
      • MOVING_OBJECT_STATUS_TYPE__STATUS

        static final int MOVING_OBJECT_STATUS_TYPE__STATUS
        The feature id for the 'Status' containment reference.
        See Also:
        Constant Field Values
      • MOVING_OBJECT_STATUS_TYPE_FEATURE_COUNT

        static final int MOVING_OBJECT_STATUS_TYPE_FEATURE_COUNT
        The number of structural features of the 'Moving Object Status Type' class.
        See Also:
        Constant Field Values
      • MOVING_OBJECT_STATUS_TYPE_OPERATION_COUNT

        static final int MOVING_OBJECT_STATUS_TYPE_OPERATION_COUNT
        The number of operations of the 'Moving Object Status Type' class.
        See Also:
        Constant Field Values
      • MULTI_CURVE_COVERAGE_TYPE__META_DATA_PROPERTY

        static final int MULTI_CURVE_COVERAGE_TYPE__META_DATA_PROPERTY
        The feature id for the 'Meta Data Property' containment reference list.
        See Also:
        Constant Field Values
      • MULTI_CURVE_COVERAGE_TYPE__DESCRIPTION

        static final int MULTI_CURVE_COVERAGE_TYPE__DESCRIPTION
        The feature id for the 'Description' containment reference.
        See Also:
        Constant Field Values
      • MULTI_CURVE_COVERAGE_TYPE__NAME_GROUP

        static final int MULTI_CURVE_COVERAGE_TYPE__NAME_GROUP
        The feature id for the 'Name Group' attribute list.
        See Also:
        Constant Field Values
      • MULTI_CURVE_COVERAGE_TYPE__NAME

        static final int MULTI_CURVE_COVERAGE_TYPE__NAME
        The feature id for the 'Name' containment reference list.
        See Also:
        Constant Field Values
      • MULTI_CURVE_COVERAGE_TYPE__ID

        static final int MULTI_CURVE_COVERAGE_TYPE__ID
        The feature id for the 'Id' attribute.
        See Also:
        Constant Field Values
      • MULTI_CURVE_COVERAGE_TYPE__BOUNDED_BY

        static final int MULTI_CURVE_COVERAGE_TYPE__BOUNDED_BY
        The feature id for the 'Bounded By' containment reference.
        See Also:
        Constant Field Values
      • MULTI_CURVE_COVERAGE_TYPE__LOCATION_GROUP

        static final int MULTI_CURVE_COVERAGE_TYPE__LOCATION_GROUP
        The feature id for the 'Location Group' attribute list.
        See Also:
        Constant Field Values
      • MULTI_CURVE_COVERAGE_TYPE__LOCATION

        static final int MULTI_CURVE_COVERAGE_TYPE__LOCATION
        The feature id for the 'Location' containment reference.
        See Also:
        Constant Field Values
      • MULTI_CURVE_COVERAGE_TYPE__DOMAIN_SET_GROUP

        static final int MULTI_CURVE_COVERAGE_TYPE__DOMAIN_SET_GROUP
        The feature id for the 'Domain Set Group' attribute list.
        See Also:
        Constant Field Values
      • MULTI_CURVE_COVERAGE_TYPE__DOMAIN_SET

        static final int MULTI_CURVE_COVERAGE_TYPE__DOMAIN_SET
        The feature id for the 'Domain Set' containment reference.
        See Also:
        Constant Field Values
      • MULTI_CURVE_COVERAGE_TYPE__RANGE_SET

        static final int MULTI_CURVE_COVERAGE_TYPE__RANGE_SET
        The feature id for the 'Range Set' containment reference.
        See Also:
        Constant Field Values
      • MULTI_CURVE_COVERAGE_TYPE__DIMENSION

        static final int MULTI_CURVE_COVERAGE_TYPE__DIMENSION
        The feature id for the 'Dimension' attribute.
        See Also:
        Constant Field Values
      • MULTI_CURVE_COVERAGE_TYPE__COVERAGE_FUNCTION

        static final int MULTI_CURVE_COVERAGE_TYPE__COVERAGE_FUNCTION
        The feature id for the 'Coverage Function' containment reference.
        See Also:
        Constant Field Values
      • MULTI_CURVE_COVERAGE_TYPE__MULTI_CURVE_DOMAIN

        static final int MULTI_CURVE_COVERAGE_TYPE__MULTI_CURVE_DOMAIN
        The feature id for the 'Multi Curve Domain' containment reference.
        See Also:
        Constant Field Values
      • MULTI_CURVE_COVERAGE_TYPE_FEATURE_COUNT

        static final int MULTI_CURVE_COVERAGE_TYPE_FEATURE_COUNT
        The number of structural features of the 'Multi Curve Coverage Type' class.
        See Also:
        Constant Field Values
      • MULTI_CURVE_COVERAGE_TYPE_OPERATION_COUNT

        static final int MULTI_CURVE_COVERAGE_TYPE_OPERATION_COUNT
        The number of operations of the 'Multi Curve Coverage Type' class.
        See Also:
        Constant Field Values
      • MULTI_CURVE_DOMAIN_TYPE__GEOMETRY_GROUP

        static final int MULTI_CURVE_DOMAIN_TYPE__GEOMETRY_GROUP
        The feature id for the 'Geometry Group' attribute list.
        See Also:
        Constant Field Values
      • MULTI_CURVE_DOMAIN_TYPE__GEOMETRY

        static final int MULTI_CURVE_DOMAIN_TYPE__GEOMETRY
        The feature id for the 'Geometry' containment reference.
        See Also:
        Constant Field Values
      • MULTI_CURVE_DOMAIN_TYPE__TIME_OBJECT_GROUP

        static final int MULTI_CURVE_DOMAIN_TYPE__TIME_OBJECT_GROUP
        The feature id for the 'Time Object Group' attribute list.
        See Also:
        Constant Field Values
      • MULTI_CURVE_DOMAIN_TYPE__TIME_OBJECT

        static final int MULTI_CURVE_DOMAIN_TYPE__TIME_OBJECT
        The feature id for the 'Time Object' containment reference.
        See Also:
        Constant Field Values
      • MULTI_CURVE_DOMAIN_TYPE__ACTUATE

        static final int MULTI_CURVE_DOMAIN_TYPE__ACTUATE
        The feature id for the 'Actuate' attribute.
        See Also:
        Constant Field Values
      • MULTI_CURVE_DOMAIN_TYPE__ARCROLE

        static final int MULTI_CURVE_DOMAIN_TYPE__ARCROLE
        The feature id for the 'Arcrole' attribute.
        See Also:
        Constant Field Values
      • MULTI_CURVE_DOMAIN_TYPE__HREF

        static final int MULTI_CURVE_DOMAIN_TYPE__HREF
        The feature id for the 'Href' attribute.
        See Also:
        Constant Field Values
      • MULTI_CURVE_DOMAIN_TYPE__REMOTE_SCHEMA

        static final int MULTI_CURVE_DOMAIN_TYPE__REMOTE_SCHEMA
        The feature id for the 'Remote Schema' attribute.
        See Also:
        Constant Field Values
      • MULTI_CURVE_DOMAIN_TYPE__ROLE

        static final int MULTI_CURVE_DOMAIN_TYPE__ROLE
        The feature id for the 'Role' attribute.
        See Also:
        Constant Field Values
      • MULTI_CURVE_DOMAIN_TYPE__SHOW

        static final int MULTI_CURVE_DOMAIN_TYPE__SHOW
        The feature id for the 'Show' attribute.
        See Also:
        Constant Field Values
      • MULTI_CURVE_DOMAIN_TYPE__TITLE

        static final int MULTI_CURVE_DOMAIN_TYPE__TITLE
        The feature id for the 'Title' attribute.
        See Also:
        Constant Field Values
      • MULTI_CURVE_DOMAIN_TYPE__TYPE

        static final int MULTI_CURVE_DOMAIN_TYPE__TYPE
        The feature id for the 'Type' attribute.
        See Also:
        Constant Field Values
      • MULTI_CURVE_DOMAIN_TYPE__MULTI_CURVE

        static final int MULTI_CURVE_DOMAIN_TYPE__MULTI_CURVE
        The feature id for the 'Multi Curve' containment reference.
        See Also:
        Constant Field Values
      • MULTI_CURVE_DOMAIN_TYPE_FEATURE_COUNT

        static final int MULTI_CURVE_DOMAIN_TYPE_FEATURE_COUNT
        The number of structural features of the 'Multi Curve Domain Type' class.
        See Also:
        Constant Field Values
      • MULTI_CURVE_DOMAIN_TYPE_OPERATION_COUNT

        static final int MULTI_CURVE_DOMAIN_TYPE_OPERATION_COUNT
        The number of operations of the 'Multi Curve Domain Type' class.
        See Also:
        Constant Field Values
      • MULTI_CURVE_PROPERTY_TYPE__MULTI_CURVE

        static final int MULTI_CURVE_PROPERTY_TYPE__MULTI_CURVE
        The feature id for the 'Multi Curve' containment reference.
        See Also:
        Constant Field Values
      • MULTI_CURVE_PROPERTY_TYPE__ACTUATE

        static final int MULTI_CURVE_PROPERTY_TYPE__ACTUATE
        The feature id for the 'Actuate' attribute.
        See Also:
        Constant Field Values
      • MULTI_CURVE_PROPERTY_TYPE__ARCROLE

        static final int MULTI_CURVE_PROPERTY_TYPE__ARCROLE
        The feature id for the 'Arcrole' attribute.
        See Also:
        Constant Field Values
      • MULTI_CURVE_PROPERTY_TYPE__HREF

        static final int MULTI_CURVE_PROPERTY_TYPE__HREF
        The feature id for the 'Href' attribute.
        See Also:
        Constant Field Values
      • MULTI_CURVE_PROPERTY_TYPE__REMOTE_SCHEMA

        static final int MULTI_CURVE_PROPERTY_TYPE__REMOTE_SCHEMA
        The feature id for the 'Remote Schema' attribute.
        See Also:
        Constant Field Values
      • MULTI_CURVE_PROPERTY_TYPE__ROLE

        static final int MULTI_CURVE_PROPERTY_TYPE__ROLE
        The feature id for the 'Role' attribute.
        See Also:
        Constant Field Values
      • MULTI_CURVE_PROPERTY_TYPE__SHOW

        static final int MULTI_CURVE_PROPERTY_TYPE__SHOW
        The feature id for the 'Show' attribute.
        See Also:
        Constant Field Values
      • MULTI_CURVE_PROPERTY_TYPE__TITLE

        static final int MULTI_CURVE_PROPERTY_TYPE__TITLE
        The feature id for the 'Title' attribute.
        See Also:
        Constant Field Values
      • MULTI_CURVE_PROPERTY_TYPE__TYPE

        static final int MULTI_CURVE_PROPERTY_TYPE__TYPE
        The feature id for the 'Type' attribute.
        See Also:
        Constant Field Values
      • MULTI_CURVE_PROPERTY_TYPE_FEATURE_COUNT

        static final int MULTI_CURVE_PROPERTY_TYPE_FEATURE_COUNT
        The number of structural features of the 'Multi Curve Property Type' class.
        See Also:
        Constant Field Values
      • MULTI_CURVE_PROPERTY_TYPE_OPERATION_COUNT

        static final int MULTI_CURVE_PROPERTY_TYPE_OPERATION_COUNT
        The number of operations of the 'Multi Curve Property Type' class.
        See Also:
        Constant Field Values
      • MULTI_CURVE_TYPE__META_DATA_PROPERTY

        static final int MULTI_CURVE_TYPE__META_DATA_PROPERTY
        The feature id for the 'Meta Data Property' containment reference list.
        See Also:
        Constant Field Values
      • MULTI_CURVE_TYPE__DESCRIPTION

        static final int MULTI_CURVE_TYPE__DESCRIPTION
        The feature id for the 'Description' containment reference.
        See Also:
        Constant Field Values
      • MULTI_CURVE_TYPE__NAME_GROUP

        static final int MULTI_CURVE_TYPE__NAME_GROUP
        The feature id for the 'Name Group' attribute list.
        See Also:
        Constant Field Values
      • MULTI_CURVE_TYPE__NAME

        static final int MULTI_CURVE_TYPE__NAME
        The feature id for the 'Name' containment reference list.
        See Also:
        Constant Field Values
      • MULTI_CURVE_TYPE__ID

        static final int MULTI_CURVE_TYPE__ID
        The feature id for the 'Id' attribute.
        See Also:
        Constant Field Values
      • MULTI_CURVE_TYPE__AXIS_LABELS

        static final int MULTI_CURVE_TYPE__AXIS_LABELS
        The feature id for the 'Axis Labels' attribute.
        See Also:
        Constant Field Values
      • MULTI_CURVE_TYPE__GID

        static final int MULTI_CURVE_TYPE__GID
        The feature id for the 'Gid' attribute.
        See Also:
        Constant Field Values
      • MULTI_CURVE_TYPE__SRS_DIMENSION

        static final int MULTI_CURVE_TYPE__SRS_DIMENSION
        The feature id for the 'Srs Dimension' attribute.
        See Also:
        Constant Field Values
      • MULTI_CURVE_TYPE__SRS_NAME

        static final int MULTI_CURVE_TYPE__SRS_NAME
        The feature id for the 'Srs Name' attribute.
        See Also:
        Constant Field Values
      • MULTI_CURVE_TYPE__UOM_LABELS

        static final int MULTI_CURVE_TYPE__UOM_LABELS
        The feature id for the 'Uom Labels' attribute.
        See Also:
        Constant Field Values
      • MULTI_CURVE_TYPE__CURVE_MEMBER

        static final int MULTI_CURVE_TYPE__CURVE_MEMBER
        The feature id for the 'Curve Member' containment reference list.
        See Also:
        Constant Field Values
      • MULTI_CURVE_TYPE__CURVE_MEMBERS

        static final int MULTI_CURVE_TYPE__CURVE_MEMBERS
        The feature id for the 'Curve Members' containment reference.
        See Also:
        Constant Field Values
      • MULTI_CURVE_TYPE_FEATURE_COUNT

        static final int MULTI_CURVE_TYPE_FEATURE_COUNT
        The number of structural features of the 'Multi Curve Type' class.
        See Also:
        Constant Field Values
      • MULTI_CURVE_TYPE_OPERATION_COUNT

        static final int MULTI_CURVE_TYPE_OPERATION_COUNT
        The number of operations of the 'Multi Curve Type' class.
        See Also:
        Constant Field Values
      • MULTI_GEOMETRY_PROPERTY_TYPE__GEOMETRIC_AGGREGATE_GROUP

        static final int MULTI_GEOMETRY_PROPERTY_TYPE__GEOMETRIC_AGGREGATE_GROUP
        The feature id for the 'Geometric Aggregate Group' attribute list.
        See Also:
        Constant Field Values
      • MULTI_GEOMETRY_PROPERTY_TYPE__GEOMETRIC_AGGREGATE

        static final int MULTI_GEOMETRY_PROPERTY_TYPE__GEOMETRIC_AGGREGATE
        The feature id for the 'Geometric Aggregate' containment reference.
        See Also:
        Constant Field Values
      • MULTI_GEOMETRY_PROPERTY_TYPE__ACTUATE

        static final int MULTI_GEOMETRY_PROPERTY_TYPE__ACTUATE
        The feature id for the 'Actuate' attribute.
        See Also:
        Constant Field Values
      • MULTI_GEOMETRY_PROPERTY_TYPE__ARCROLE

        static final int MULTI_GEOMETRY_PROPERTY_TYPE__ARCROLE
        The feature id for the 'Arcrole' attribute.
        See Also:
        Constant Field Values
      • MULTI_GEOMETRY_PROPERTY_TYPE__HREF

        static final int MULTI_GEOMETRY_PROPERTY_TYPE__HREF
        The feature id for the 'Href' attribute.
        See Also:
        Constant Field Values
      • MULTI_GEOMETRY_PROPERTY_TYPE__REMOTE_SCHEMA

        static final int MULTI_GEOMETRY_PROPERTY_TYPE__REMOTE_SCHEMA
        The feature id for the 'Remote Schema' attribute.
        See Also:
        Constant Field Values
      • MULTI_GEOMETRY_PROPERTY_TYPE__ROLE

        static final int MULTI_GEOMETRY_PROPERTY_TYPE__ROLE
        The feature id for the 'Role' attribute.
        See Also:
        Constant Field Values
      • MULTI_GEOMETRY_PROPERTY_TYPE__SHOW

        static final int MULTI_GEOMETRY_PROPERTY_TYPE__SHOW
        The feature id for the 'Show' attribute.
        See Also:
        Constant Field Values
      • MULTI_GEOMETRY_PROPERTY_TYPE__TITLE

        static final int MULTI_GEOMETRY_PROPERTY_TYPE__TITLE
        The feature id for the 'Title' attribute.
        See Also:
        Constant Field Values
      • MULTI_GEOMETRY_PROPERTY_TYPE__TYPE

        static final int MULTI_GEOMETRY_PROPERTY_TYPE__TYPE
        The feature id for the 'Type' attribute.
        See Also:
        Constant Field Values
      • MULTI_GEOMETRY_PROPERTY_TYPE_FEATURE_COUNT

        static final int MULTI_GEOMETRY_PROPERTY_TYPE_FEATURE_COUNT
        The number of structural features of the 'Multi Geometry Property Type' class.
        See Also:
        Constant Field Values
      • MULTI_GEOMETRY_PROPERTY_TYPE_OPERATION_COUNT

        static final int MULTI_GEOMETRY_PROPERTY_TYPE_OPERATION_COUNT
        The number of operations of the 'Multi Geometry Property Type' class.
        See Also:
        Constant Field Values
      • MULTI_GEOMETRY_TYPE__META_DATA_PROPERTY

        static final int MULTI_GEOMETRY_TYPE__META_DATA_PROPERTY
        The feature id for the 'Meta Data Property' containment reference list.
        See Also:
        Constant Field Values
      • MULTI_GEOMETRY_TYPE__DESCRIPTION

        static final int MULTI_GEOMETRY_TYPE__DESCRIPTION
        The feature id for the 'Description' containment reference.
        See Also:
        Constant Field Values
      • MULTI_GEOMETRY_TYPE__NAME_GROUP

        static final int MULTI_GEOMETRY_TYPE__NAME_GROUP
        The feature id for the 'Name Group' attribute list.
        See Also:
        Constant Field Values
      • MULTI_GEOMETRY_TYPE__NAME

        static final int MULTI_GEOMETRY_TYPE__NAME
        The feature id for the 'Name' containment reference list.
        See Also:
        Constant Field Values
      • MULTI_GEOMETRY_TYPE__ID

        static final int MULTI_GEOMETRY_TYPE__ID
        The feature id for the 'Id' attribute.
        See Also:
        Constant Field Values
      • MULTI_GEOMETRY_TYPE__AXIS_LABELS

        static final int MULTI_GEOMETRY_TYPE__AXIS_LABELS
        The feature id for the 'Axis Labels' attribute.
        See Also:
        Constant Field Values
      • MULTI_GEOMETRY_TYPE__GID

        static final int MULTI_GEOMETRY_TYPE__GID
        The feature id for the 'Gid' attribute.
        See Also:
        Constant Field Values
      • MULTI_GEOMETRY_TYPE__SRS_DIMENSION

        static final int MULTI_GEOMETRY_TYPE__SRS_DIMENSION
        The feature id for the 'Srs Dimension' attribute.
        See Also:
        Constant Field Values
      • MULTI_GEOMETRY_TYPE__SRS_NAME

        static final int MULTI_GEOMETRY_TYPE__SRS_NAME
        The feature id for the 'Srs Name' attribute.
        See Also:
        Constant Field Values
      • MULTI_GEOMETRY_TYPE__UOM_LABELS

        static final int MULTI_GEOMETRY_TYPE__UOM_LABELS
        The feature id for the 'Uom Labels' attribute.
        See Also:
        Constant Field Values
      • MULTI_GEOMETRY_TYPE__GEOMETRY_MEMBER

        static final int MULTI_GEOMETRY_TYPE__GEOMETRY_MEMBER
        The feature id for the 'Geometry Member' containment reference list.
        See Also:
        Constant Field Values
      • MULTI_GEOMETRY_TYPE__GEOMETRY_MEMBERS

        static final int MULTI_GEOMETRY_TYPE__GEOMETRY_MEMBERS
        The feature id for the 'Geometry Members' containment reference.
        See Also:
        Constant Field Values
      • MULTI_GEOMETRY_TYPE_FEATURE_COUNT

        static final int MULTI_GEOMETRY_TYPE_FEATURE_COUNT
        The number of structural features of the 'Multi Geometry Type' class.
        See Also:
        Constant Field Values
      • MULTI_GEOMETRY_TYPE_OPERATION_COUNT

        static final int MULTI_GEOMETRY_TYPE_OPERATION_COUNT
        The number of operations of the 'Multi Geometry Type' class.
        See Also:
        Constant Field Values
      • MULTI_LINE_STRING_PROPERTY_TYPE__MULTI_LINE_STRING

        static final int MULTI_LINE_STRING_PROPERTY_TYPE__MULTI_LINE_STRING
        The feature id for the 'Multi Line String' containment reference.
        See Also:
        Constant Field Values
      • MULTI_LINE_STRING_PROPERTY_TYPE__ACTUATE

        static final int MULTI_LINE_STRING_PROPERTY_TYPE__ACTUATE
        The feature id for the 'Actuate' attribute.
        See Also:
        Constant Field Values
      • MULTI_LINE_STRING_PROPERTY_TYPE__ARCROLE

        static final int MULTI_LINE_STRING_PROPERTY_TYPE__ARCROLE
        The feature id for the 'Arcrole' attribute.
        See Also:
        Constant Field Values
      • MULTI_LINE_STRING_PROPERTY_TYPE__HREF

        static final int MULTI_LINE_STRING_PROPERTY_TYPE__HREF
        The feature id for the 'Href' attribute.
        See Also:
        Constant Field Values
      • MULTI_LINE_STRING_PROPERTY_TYPE__REMOTE_SCHEMA

        static final int MULTI_LINE_STRING_PROPERTY_TYPE__REMOTE_SCHEMA
        The feature id for the 'Remote Schema' attribute.
        See Also:
        Constant Field Values
      • MULTI_LINE_STRING_PROPERTY_TYPE__ROLE

        static final int MULTI_LINE_STRING_PROPERTY_TYPE__ROLE
        The feature id for the 'Role' attribute.
        See Also:
        Constant Field Values
      • MULTI_LINE_STRING_PROPERTY_TYPE__SHOW

        static final int MULTI_LINE_STRING_PROPERTY_TYPE__SHOW
        The feature id for the 'Show' attribute.
        See Also:
        Constant Field Values
      • MULTI_LINE_STRING_PROPERTY_TYPE__TITLE

        static final int MULTI_LINE_STRING_PROPERTY_TYPE__TITLE
        The feature id for the 'Title' attribute.
        See Also:
        Constant Field Values
      • MULTI_LINE_STRING_PROPERTY_TYPE__TYPE

        static final int MULTI_LINE_STRING_PROPERTY_TYPE__TYPE
        The feature id for the 'Type' attribute.
        See Also:
        Constant Field Values
      • MULTI_LINE_STRING_PROPERTY_TYPE_FEATURE_COUNT

        static final int MULTI_LINE_STRING_PROPERTY_TYPE_FEATURE_COUNT
        The number of structural features of the 'Multi Line String Property Type' class.
        See Also:
        Constant Field Values
      • MULTI_LINE_STRING_PROPERTY_TYPE_OPERATION_COUNT

        static final int MULTI_LINE_STRING_PROPERTY_TYPE_OPERATION_COUNT
        The number of operations of the 'Multi Line String Property Type' class.
        See Also:
        Constant Field Values
      • MULTI_LINE_STRING_TYPE__META_DATA_PROPERTY

        static final int MULTI_LINE_STRING_TYPE__META_DATA_PROPERTY
        The feature id for the 'Meta Data Property' containment reference list.
        See Also:
        Constant Field Values
      • MULTI_LINE_STRING_TYPE__DESCRIPTION

        static final int MULTI_LINE_STRING_TYPE__DESCRIPTION
        The feature id for the 'Description' containment reference.
        See Also:
        Constant Field Values
      • MULTI_LINE_STRING_TYPE__NAME_GROUP

        static final int MULTI_LINE_STRING_TYPE__NAME_GROUP
        The feature id for the 'Name Group' attribute list.
        See Also:
        Constant Field Values
      • MULTI_LINE_STRING_TYPE__NAME

        static final int MULTI_LINE_STRING_TYPE__NAME
        The feature id for the 'Name' containment reference list.
        See Also:
        Constant Field Values
      • MULTI_LINE_STRING_TYPE__ID

        static final int MULTI_LINE_STRING_TYPE__ID
        The feature id for the 'Id' attribute.
        See Also:
        Constant Field Values
      • MULTI_LINE_STRING_TYPE__AXIS_LABELS

        static final int MULTI_LINE_STRING_TYPE__AXIS_LABELS
        The feature id for the 'Axis Labels' attribute.
        See Also:
        Constant Field Values
      • MULTI_LINE_STRING_TYPE__GID

        static final int MULTI_LINE_STRING_TYPE__GID
        The feature id for the 'Gid' attribute.
        See Also:
        Constant Field Values
      • MULTI_LINE_STRING_TYPE__SRS_DIMENSION

        static final int MULTI_LINE_STRING_TYPE__SRS_DIMENSION
        The feature id for the 'Srs Dimension' attribute.
        See Also:
        Constant Field Values
      • MULTI_LINE_STRING_TYPE__SRS_NAME

        static final int MULTI_LINE_STRING_TYPE__SRS_NAME
        The feature id for the 'Srs Name' attribute.
        See Also:
        Constant Field Values
      • MULTI_LINE_STRING_TYPE__UOM_LABELS

        static final int MULTI_LINE_STRING_TYPE__UOM_LABELS
        The feature id for the 'Uom Labels' attribute.
        See Also:
        Constant Field Values
      • MULTI_LINE_STRING_TYPE__LINE_STRING_MEMBER

        static final int MULTI_LINE_STRING_TYPE__LINE_STRING_MEMBER
        The feature id for the 'Line String Member' containment reference list.
        See Also:
        Constant Field Values
      • MULTI_LINE_STRING_TYPE_FEATURE_COUNT

        static final int MULTI_LINE_STRING_TYPE_FEATURE_COUNT
        The number of structural features of the 'Multi Line String Type' class.
        See Also:
        Constant Field Values
      • MULTI_LINE_STRING_TYPE_OPERATION_COUNT

        static final int MULTI_LINE_STRING_TYPE_OPERATION_COUNT
        The number of operations of the 'Multi Line String Type' class.
        See Also:
        Constant Field Values
      • MULTI_POINT_COVERAGE_TYPE__META_DATA_PROPERTY

        static final int MULTI_POINT_COVERAGE_TYPE__META_DATA_PROPERTY
        The feature id for the 'Meta Data Property' containment reference list.
        See Also:
        Constant Field Values
      • MULTI_POINT_COVERAGE_TYPE__DESCRIPTION

        static final int MULTI_POINT_COVERAGE_TYPE__DESCRIPTION
        The feature id for the 'Description' containment reference.
        See Also:
        Constant Field Values
      • MULTI_POINT_COVERAGE_TYPE__NAME_GROUP

        static final int MULTI_POINT_COVERAGE_TYPE__NAME_GROUP
        The feature id for the 'Name Group' attribute list.
        See Also:
        Constant Field Values
      • MULTI_POINT_COVERAGE_TYPE__NAME

        static final int MULTI_POINT_COVERAGE_TYPE__NAME
        The feature id for the 'Name' containment reference list.
        See Also:
        Constant Field Values
      • MULTI_POINT_COVERAGE_TYPE__ID

        static final int MULTI_POINT_COVERAGE_TYPE__ID
        The feature id for the 'Id' attribute.
        See Also:
        Constant Field Values
      • MULTI_POINT_COVERAGE_TYPE__BOUNDED_BY

        static final int MULTI_POINT_COVERAGE_TYPE__BOUNDED_BY
        The feature id for the 'Bounded By' containment reference.
        See Also:
        Constant Field Values
      • MULTI_POINT_COVERAGE_TYPE__LOCATION_GROUP

        static final int MULTI_POINT_COVERAGE_TYPE__LOCATION_GROUP
        The feature id for the 'Location Group' attribute list.
        See Also:
        Constant Field Values
      • MULTI_POINT_COVERAGE_TYPE__LOCATION

        static final int MULTI_POINT_COVERAGE_TYPE__LOCATION
        The feature id for the 'Location' containment reference.
        See Also:
        Constant Field Values
      • MULTI_POINT_COVERAGE_TYPE__DOMAIN_SET_GROUP

        static final int MULTI_POINT_COVERAGE_TYPE__DOMAIN_SET_GROUP
        The feature id for the 'Domain Set Group' attribute list.
        See Also:
        Constant Field Values
      • MULTI_POINT_COVERAGE_TYPE__DOMAIN_SET

        static final int MULTI_POINT_COVERAGE_TYPE__DOMAIN_SET
        The feature id for the 'Domain Set' containment reference.
        See Also:
        Constant Field Values
      • MULTI_POINT_COVERAGE_TYPE__RANGE_SET

        static final int MULTI_POINT_COVERAGE_TYPE__RANGE_SET
        The feature id for the 'Range Set' containment reference.
        See Also:
        Constant Field Values
      • MULTI_POINT_COVERAGE_TYPE__DIMENSION

        static final int MULTI_POINT_COVERAGE_TYPE__DIMENSION
        The feature id for the 'Dimension' attribute.
        See Also:
        Constant Field Values
      • MULTI_POINT_COVERAGE_TYPE__COVERAGE_FUNCTION

        static final int MULTI_POINT_COVERAGE_TYPE__COVERAGE_FUNCTION
        The feature id for the 'Coverage Function' containment reference.
        See Also:
        Constant Field Values
      • MULTI_POINT_COVERAGE_TYPE__MULTI_POINT_DOMAIN

        static final int MULTI_POINT_COVERAGE_TYPE__MULTI_POINT_DOMAIN
        The feature id for the 'Multi Point Domain' containment reference.
        See Also:
        Constant Field Values
      • MULTI_POINT_COVERAGE_TYPE_FEATURE_COUNT

        static final int MULTI_POINT_COVERAGE_TYPE_FEATURE_COUNT
        The number of structural features of the 'Multi Point Coverage Type' class.
        See Also:
        Constant Field Values
      • MULTI_POINT_COVERAGE_TYPE_OPERATION_COUNT

        static final int MULTI_POINT_COVERAGE_TYPE_OPERATION_COUNT
        The number of operations of the 'Multi Point Coverage Type' class.
        See Also:
        Constant Field Values
      • MULTI_POINT_DOMAIN_TYPE__GEOMETRY_GROUP

        static final int MULTI_POINT_DOMAIN_TYPE__GEOMETRY_GROUP
        The feature id for the 'Geometry Group' attribute list.
        See Also:
        Constant Field Values
      • MULTI_POINT_DOMAIN_TYPE__GEOMETRY

        static final int MULTI_POINT_DOMAIN_TYPE__GEOMETRY
        The feature id for the 'Geometry' containment reference.
        See Also:
        Constant Field Values
      • MULTI_POINT_DOMAIN_TYPE__TIME_OBJECT_GROUP

        static final int MULTI_POINT_DOMAIN_TYPE__TIME_OBJECT_GROUP
        The feature id for the 'Time Object Group' attribute list.
        See Also:
        Constant Field Values
      • MULTI_POINT_DOMAIN_TYPE__TIME_OBJECT

        static final int MULTI_POINT_DOMAIN_TYPE__TIME_OBJECT
        The feature id for the 'Time Object' containment reference.
        See Also:
        Constant Field Values
      • MULTI_POINT_DOMAIN_TYPE__ACTUATE

        static final int MULTI_POINT_DOMAIN_TYPE__ACTUATE
        The feature id for the 'Actuate' attribute.
        See Also:
        Constant Field Values
      • MULTI_POINT_DOMAIN_TYPE__ARCROLE

        static final int MULTI_POINT_DOMAIN_TYPE__ARCROLE
        The feature id for the 'Arcrole' attribute.
        See Also:
        Constant Field Values
      • MULTI_POINT_DOMAIN_TYPE__HREF

        static final int MULTI_POINT_DOMAIN_TYPE__HREF
        The feature id for the 'Href' attribute.
        See Also:
        Constant Field Values
      • MULTI_POINT_DOMAIN_TYPE__REMOTE_SCHEMA

        static final int MULTI_POINT_DOMAIN_TYPE__REMOTE_SCHEMA
        The feature id for the 'Remote Schema' attribute.
        See Also:
        Constant Field Values
      • MULTI_POINT_DOMAIN_TYPE__ROLE

        static final int MULTI_POINT_DOMAIN_TYPE__ROLE
        The feature id for the 'Role' attribute.
        See Also:
        Constant Field Values
      • MULTI_POINT_DOMAIN_TYPE__SHOW

        static final int MULTI_POINT_DOMAIN_TYPE__SHOW
        The feature id for the 'Show' attribute.
        See Also:
        Constant Field Values
      • MULTI_POINT_DOMAIN_TYPE__TITLE

        static final int MULTI_POINT_DOMAIN_TYPE__TITLE
        The feature id for the 'Title' attribute.
        See Also:
        Constant Field Values
      • MULTI_POINT_DOMAIN_TYPE__TYPE

        static final int MULTI_POINT_DOMAIN_TYPE__TYPE
        The feature id for the 'Type' attribute.
        See Also:
        Constant Field Values
      • MULTI_POINT_DOMAIN_TYPE__MULTI_POINT

        static final int MULTI_POINT_DOMAIN_TYPE__MULTI_POINT
        The feature id for the 'Multi Point' containment reference.
        See Also:
        Constant Field Values
      • MULTI_POINT_DOMAIN_TYPE_FEATURE_COUNT

        static final int MULTI_POINT_DOMAIN_TYPE_FEATURE_COUNT
        The number of structural features of the 'Multi Point Domain Type' class.
        See Also:
        Constant Field Values
      • MULTI_POINT_DOMAIN_TYPE_OPERATION_COUNT

        static final int MULTI_POINT_DOMAIN_TYPE_OPERATION_COUNT
        The number of operations of the 'Multi Point Domain Type' class.
        See Also:
        Constant Field Values
      • MULTI_POINT_PROPERTY_TYPE__MULTI_POINT

        static final int MULTI_POINT_PROPERTY_TYPE__MULTI_POINT
        The feature id for the 'Multi Point' containment reference.
        See Also:
        Constant Field Values
      • MULTI_POINT_PROPERTY_TYPE__ACTUATE

        static final int MULTI_POINT_PROPERTY_TYPE__ACTUATE
        The feature id for the 'Actuate' attribute.
        See Also:
        Constant Field Values
      • MULTI_POINT_PROPERTY_TYPE__ARCROLE

        static final int MULTI_POINT_PROPERTY_TYPE__ARCROLE
        The feature id for the 'Arcrole' attribute.
        See Also:
        Constant Field Values
      • MULTI_POINT_PROPERTY_TYPE__HREF

        static final int MULTI_POINT_PROPERTY_TYPE__HREF
        The feature id for the 'Href' attribute.
        See Also:
        Constant Field Values
      • MULTI_POINT_PROPERTY_TYPE__REMOTE_SCHEMA

        static final int MULTI_POINT_PROPERTY_TYPE__REMOTE_SCHEMA
        The feature id for the 'Remote Schema' attribute.
        See Also:
        Constant Field Values
      • MULTI_POINT_PROPERTY_TYPE__ROLE

        static final int MULTI_POINT_PROPERTY_TYPE__ROLE
        The feature id for the 'Role' attribute.
        See Also:
        Constant Field Values
      • MULTI_POINT_PROPERTY_TYPE__SHOW

        static final int MULTI_POINT_PROPERTY_TYPE__SHOW
        The feature id for the 'Show' attribute.
        See Also:
        Constant Field Values
      • MULTI_POINT_PROPERTY_TYPE__TITLE

        static final int MULTI_POINT_PROPERTY_TYPE__TITLE
        The feature id for the 'Title' attribute.
        See Also:
        Constant Field Values
      • MULTI_POINT_PROPERTY_TYPE__TYPE

        static final int MULTI_POINT_PROPERTY_TYPE__TYPE
        The feature id for the 'Type' attribute.
        See Also:
        Constant Field Values
      • MULTI_POINT_PROPERTY_TYPE_FEATURE_COUNT

        static final int MULTI_POINT_PROPERTY_TYPE_FEATURE_COUNT
        The number of structural features of the 'Multi Point Property Type' class.
        See Also:
        Constant Field Values
      • MULTI_POINT_PROPERTY_TYPE_OPERATION_COUNT

        static final int MULTI_POINT_PROPERTY_TYPE_OPERATION_COUNT
        The number of operations of the 'Multi Point Property Type' class.
        See Also:
        Constant Field Values
      • MULTI_POINT_TYPE__META_DATA_PROPERTY

        static final int MULTI_POINT_TYPE__META_DATA_PROPERTY
        The feature id for the 'Meta Data Property' containment reference list.
        See Also:
        Constant Field Values
      • MULTI_POINT_TYPE__DESCRIPTION

        static final int MULTI_POINT_TYPE__DESCRIPTION
        The feature id for the 'Description' containment reference.
        See Also:
        Constant Field Values
      • MULTI_POINT_TYPE__NAME_GROUP

        static final int MULTI_POINT_TYPE__NAME_GROUP
        The feature id for the 'Name Group' attribute list.
        See Also:
        Constant Field Values
      • MULTI_POINT_TYPE__NAME

        static final int MULTI_POINT_TYPE__NAME
        The feature id for the 'Name' containment reference list.
        See Also:
        Constant Field Values
      • MULTI_POINT_TYPE__ID

        static final int MULTI_POINT_TYPE__ID
        The feature id for the 'Id' attribute.
        See Also:
        Constant Field Values
      • MULTI_POINT_TYPE__AXIS_LABELS

        static final int MULTI_POINT_TYPE__AXIS_LABELS
        The feature id for the 'Axis Labels' attribute.
        See Also:
        Constant Field Values
      • MULTI_POINT_TYPE__GID

        static final int MULTI_POINT_TYPE__GID
        The feature id for the 'Gid' attribute.
        See Also:
        Constant Field Values
      • MULTI_POINT_TYPE__SRS_DIMENSION

        static final int MULTI_POINT_TYPE__SRS_DIMENSION
        The feature id for the 'Srs Dimension' attribute.
        See Also:
        Constant Field Values
      • MULTI_POINT_TYPE__SRS_NAME

        static final int MULTI_POINT_TYPE__SRS_NAME
        The feature id for the 'Srs Name' attribute.
        See Also:
        Constant Field Values
      • MULTI_POINT_TYPE__UOM_LABELS

        static final int MULTI_POINT_TYPE__UOM_LABELS
        The feature id for the 'Uom Labels' attribute.
        See Also:
        Constant Field Values
      • MULTI_POINT_TYPE__POINT_MEMBER

        static final int MULTI_POINT_TYPE__POINT_MEMBER
        The feature id for the 'Point Member' containment reference list.
        See Also:
        Constant Field Values
      • MULTI_POINT_TYPE__POINT_MEMBERS

        static final int MULTI_POINT_TYPE__POINT_MEMBERS
        The feature id for the 'Point Members' containment reference.
        See Also:
        Constant Field Values
      • MULTI_POINT_TYPE_FEATURE_COUNT

        static final int MULTI_POINT_TYPE_FEATURE_COUNT
        The number of structural features of the 'Multi Point Type' class.
        See Also:
        Constant Field Values
      • MULTI_POINT_TYPE_OPERATION_COUNT

        static final int MULTI_POINT_TYPE_OPERATION_COUNT
        The number of operations of the 'Multi Point Type' class.
        See Also:
        Constant Field Values
      • MULTI_POLYGON_PROPERTY_TYPE__MULTI_POLYGON

        static final int MULTI_POLYGON_PROPERTY_TYPE__MULTI_POLYGON
        The feature id for the 'Multi Polygon' containment reference.
        See Also:
        Constant Field Values
      • MULTI_POLYGON_PROPERTY_TYPE__ACTUATE

        static final int MULTI_POLYGON_PROPERTY_TYPE__ACTUATE
        The feature id for the 'Actuate' attribute.
        See Also:
        Constant Field Values
      • MULTI_POLYGON_PROPERTY_TYPE__ARCROLE

        static final int MULTI_POLYGON_PROPERTY_TYPE__ARCROLE
        The feature id for the 'Arcrole' attribute.
        See Also:
        Constant Field Values
      • MULTI_POLYGON_PROPERTY_TYPE__HREF

        static final int MULTI_POLYGON_PROPERTY_TYPE__HREF
        The feature id for the 'Href' attribute.
        See Also:
        Constant Field Values
      • MULTI_POLYGON_PROPERTY_TYPE__REMOTE_SCHEMA

        static final int MULTI_POLYGON_PROPERTY_TYPE__REMOTE_SCHEMA
        The feature id for the 'Remote Schema' attribute.
        See Also:
        Constant Field Values
      • MULTI_POLYGON_PROPERTY_TYPE__ROLE

        static final int MULTI_POLYGON_PROPERTY_TYPE__ROLE
        The feature id for the 'Role' attribute.
        See Also:
        Constant Field Values
      • MULTI_POLYGON_PROPERTY_TYPE__SHOW

        static final int MULTI_POLYGON_PROPERTY_TYPE__SHOW
        The feature id for the 'Show' attribute.
        See Also:
        Constant Field Values
      • MULTI_POLYGON_PROPERTY_TYPE__TITLE

        static final int MULTI_POLYGON_PROPERTY_TYPE__TITLE
        The feature id for the 'Title' attribute.
        See Also:
        Constant Field Values
      • MULTI_POLYGON_PROPERTY_TYPE__TYPE

        static final int MULTI_POLYGON_PROPERTY_TYPE__TYPE
        The feature id for the 'Type' attribute.
        See Also:
        Constant Field Values
      • MULTI_POLYGON_PROPERTY_TYPE_FEATURE_COUNT

        static final int MULTI_POLYGON_PROPERTY_TYPE_FEATURE_COUNT
        The number of structural features of the 'Multi Polygon Property Type' class.
        See Also:
        Constant Field Values
      • MULTI_POLYGON_PROPERTY_TYPE_OPERATION_COUNT

        static final int MULTI_POLYGON_PROPERTY_TYPE_OPERATION_COUNT
        The number of operations of the 'Multi Polygon Property Type' class.
        See Also:
        Constant Field Values
      • MULTI_POLYGON_TYPE__META_DATA_PROPERTY

        static final int MULTI_POLYGON_TYPE__META_DATA_PROPERTY
        The feature id for the 'Meta Data Property' containment reference list.
        See Also:
        Constant Field Values
      • MULTI_POLYGON_TYPE__DESCRIPTION

        static final int MULTI_POLYGON_TYPE__DESCRIPTION
        The feature id for the 'Description' containment reference.
        See Also:
        Constant Field Values
      • MULTI_POLYGON_TYPE__NAME_GROUP

        static final int MULTI_POLYGON_TYPE__NAME_GROUP
        The feature id for the 'Name Group' attribute list.
        See Also:
        Constant Field Values
      • MULTI_POLYGON_TYPE__NAME

        static final int MULTI_POLYGON_TYPE__NAME
        The feature id for the 'Name' containment reference list.
        See Also:
        Constant Field Values
      • MULTI_POLYGON_TYPE__ID

        static final int MULTI_POLYGON_TYPE__ID
        The feature id for the 'Id' attribute.
        See Also:
        Constant Field Values
      • MULTI_POLYGON_TYPE__AXIS_LABELS

        static final int MULTI_POLYGON_TYPE__AXIS_LABELS
        The feature id for the 'Axis Labels' attribute.
        See Also:
        Constant Field Values
      • MULTI_POLYGON_TYPE__GID

        static final int MULTI_POLYGON_TYPE__GID
        The feature id for the 'Gid' attribute.
        See Also:
        Constant Field Values
      • MULTI_POLYGON_TYPE__SRS_DIMENSION

        static final int MULTI_POLYGON_TYPE__SRS_DIMENSION
        The feature id for the 'Srs Dimension' attribute.
        See Also:
        Constant Field Values
      • MULTI_POLYGON_TYPE__SRS_NAME

        static final int MULTI_POLYGON_TYPE__SRS_NAME
        The feature id for the 'Srs Name' attribute.
        See Also:
        Constant Field Values
      • MULTI_POLYGON_TYPE__UOM_LABELS

        static final int MULTI_POLYGON_TYPE__UOM_LABELS
        The feature id for the 'Uom Labels' attribute.
        See Also:
        Constant Field Values
      • MULTI_POLYGON_TYPE__POLYGON_MEMBER

        static final int MULTI_POLYGON_TYPE__POLYGON_MEMBER
        The feature id for the 'Polygon Member' containment reference list.
        See Also:
        Constant Field Values
      • MULTI_POLYGON_TYPE_FEATURE_COUNT

        static final int MULTI_POLYGON_TYPE_FEATURE_COUNT
        The number of structural features of the 'Multi Polygon Type' class.
        See Also:
        Constant Field Values
      • MULTI_POLYGON_TYPE_OPERATION_COUNT

        static final int MULTI_POLYGON_TYPE_OPERATION_COUNT
        The number of operations of the 'Multi Polygon Type' class.
        See Also:
        Constant Field Values
      • MULTI_SOLID_COVERAGE_TYPE__META_DATA_PROPERTY

        static final int MULTI_SOLID_COVERAGE_TYPE__META_DATA_PROPERTY
        The feature id for the 'Meta Data Property' containment reference list.
        See Also:
        Constant Field Values
      • MULTI_SOLID_COVERAGE_TYPE__DESCRIPTION

        static final int MULTI_SOLID_COVERAGE_TYPE__DESCRIPTION
        The feature id for the 'Description' containment reference.
        See Also:
        Constant Field Values
      • MULTI_SOLID_COVERAGE_TYPE__NAME_GROUP

        static final int MULTI_SOLID_COVERAGE_TYPE__NAME_GROUP
        The feature id for the 'Name Group' attribute list.
        See Also:
        Constant Field Values
      • MULTI_SOLID_COVERAGE_TYPE__NAME

        static final int MULTI_SOLID_COVERAGE_TYPE__NAME
        The feature id for the 'Name' containment reference list.
        See Also:
        Constant Field Values
      • MULTI_SOLID_COVERAGE_TYPE__ID

        static final int MULTI_SOLID_COVERAGE_TYPE__ID
        The feature id for the 'Id' attribute.
        See Also:
        Constant Field Values
      • MULTI_SOLID_COVERAGE_TYPE__BOUNDED_BY

        static final int MULTI_SOLID_COVERAGE_TYPE__BOUNDED_BY
        The feature id for the 'Bounded By' containment reference.
        See Also:
        Constant Field Values
      • MULTI_SOLID_COVERAGE_TYPE__LOCATION_GROUP

        static final int MULTI_SOLID_COVERAGE_TYPE__LOCATION_GROUP
        The feature id for the 'Location Group' attribute list.
        See Also:
        Constant Field Values
      • MULTI_SOLID_COVERAGE_TYPE__LOCATION

        static final int MULTI_SOLID_COVERAGE_TYPE__LOCATION
        The feature id for the 'Location' containment reference.
        See Also:
        Constant Field Values
      • MULTI_SOLID_COVERAGE_TYPE__DOMAIN_SET_GROUP

        static final int MULTI_SOLID_COVERAGE_TYPE__DOMAIN_SET_GROUP
        The feature id for the 'Domain Set Group' attribute list.
        See Also:
        Constant Field Values
      • MULTI_SOLID_COVERAGE_TYPE__DOMAIN_SET

        static final int MULTI_SOLID_COVERAGE_TYPE__DOMAIN_SET
        The feature id for the 'Domain Set' containment reference.
        See Also:
        Constant Field Values
      • MULTI_SOLID_COVERAGE_TYPE__RANGE_SET

        static final int MULTI_SOLID_COVERAGE_TYPE__RANGE_SET
        The feature id for the 'Range Set' containment reference.
        See Also:
        Constant Field Values
      • MULTI_SOLID_COVERAGE_TYPE__DIMENSION

        static final int MULTI_SOLID_COVERAGE_TYPE__DIMENSION
        The feature id for the 'Dimension' attribute.
        See Also:
        Constant Field Values
      • MULTI_SOLID_COVERAGE_TYPE__COVERAGE_FUNCTION

        static final int MULTI_SOLID_COVERAGE_TYPE__COVERAGE_FUNCTION
        The feature id for the 'Coverage Function' containment reference.
        See Also:
        Constant Field Values
      • MULTI_SOLID_COVERAGE_TYPE__MULTI_SOLID_DOMAIN

        static final int MULTI_SOLID_COVERAGE_TYPE__MULTI_SOLID_DOMAIN
        The feature id for the 'Multi Solid Domain' containment reference.
        See Also:
        Constant Field Values
      • MULTI_SOLID_COVERAGE_TYPE_FEATURE_COUNT

        static final int MULTI_SOLID_COVERAGE_TYPE_FEATURE_COUNT
        The number of structural features of the 'Multi Solid Coverage Type' class.
        See Also:
        Constant Field Values
      • MULTI_SOLID_COVERAGE_TYPE_OPERATION_COUNT

        static final int MULTI_SOLID_COVERAGE_TYPE_OPERATION_COUNT
        The number of operations of the 'Multi Solid Coverage Type' class.
        See Also:
        Constant Field Values
      • MULTI_SOLID_DOMAIN_TYPE__GEOMETRY_GROUP

        static final int MULTI_SOLID_DOMAIN_TYPE__GEOMETRY_GROUP
        The feature id for the 'Geometry Group' attribute list.
        See Also:
        Constant Field Values
      • MULTI_SOLID_DOMAIN_TYPE__GEOMETRY

        static final int MULTI_SOLID_DOMAIN_TYPE__GEOMETRY
        The feature id for the 'Geometry' containment reference.
        See Also:
        Constant Field Values
      • MULTI_SOLID_DOMAIN_TYPE__TIME_OBJECT_GROUP

        static final int MULTI_SOLID_DOMAIN_TYPE__TIME_OBJECT_GROUP
        The feature id for the 'Time Object Group' attribute list.
        See Also:
        Constant Field Values
      • MULTI_SOLID_DOMAIN_TYPE__TIME_OBJECT

        static final int MULTI_SOLID_DOMAIN_TYPE__TIME_OBJECT
        The feature id for the 'Time Object' containment reference.
        See Also:
        Constant Field Values
      • MULTI_SOLID_DOMAIN_TYPE__ACTUATE

        static final int MULTI_SOLID_DOMAIN_TYPE__ACTUATE
        The feature id for the 'Actuate' attribute.
        See Also:
        Constant Field Values
      • MULTI_SOLID_DOMAIN_TYPE__ARCROLE

        static final int MULTI_SOLID_DOMAIN_TYPE__ARCROLE
        The feature id for the 'Arcrole' attribute.
        See Also:
        Constant Field Values
      • MULTI_SOLID_DOMAIN_TYPE__HREF

        static final int MULTI_SOLID_DOMAIN_TYPE__HREF
        The feature id for the 'Href' attribute.
        See Also:
        Constant Field Values
      • MULTI_SOLID_DOMAIN_TYPE__REMOTE_SCHEMA

        static final int MULTI_SOLID_DOMAIN_TYPE__REMOTE_SCHEMA
        The feature id for the 'Remote Schema' attribute.
        See Also:
        Constant Field Values
      • MULTI_SOLID_DOMAIN_TYPE__ROLE

        static final int MULTI_SOLID_DOMAIN_TYPE__ROLE
        The feature id for the 'Role' attribute.
        See Also:
        Constant Field Values
      • MULTI_SOLID_DOMAIN_TYPE__SHOW

        static final int MULTI_SOLID_DOMAIN_TYPE__SHOW
        The feature id for the 'Show' attribute.
        See Also:
        Constant Field Values
      • MULTI_SOLID_DOMAIN_TYPE__TITLE

        static final int MULTI_SOLID_DOMAIN_TYPE__TITLE
        The feature id for the 'Title' attribute.
        See Also:
        Constant Field Values
      • MULTI_SOLID_DOMAIN_TYPE__TYPE

        static final int MULTI_SOLID_DOMAIN_TYPE__TYPE
        The feature id for the 'Type' attribute.
        See Also:
        Constant Field Values
      • MULTI_SOLID_DOMAIN_TYPE__MULTI_SOLID

        static final int MULTI_SOLID_DOMAIN_TYPE__MULTI_SOLID
        The feature id for the 'Multi Solid' containment reference.
        See Also:
        Constant Field Values
      • MULTI_SOLID_DOMAIN_TYPE_FEATURE_COUNT

        static final int MULTI_SOLID_DOMAIN_TYPE_FEATURE_COUNT
        The number of structural features of the 'Multi Solid Domain Type' class.
        See Also:
        Constant Field Values
      • MULTI_SOLID_DOMAIN_TYPE_OPERATION_COUNT

        static final int MULTI_SOLID_DOMAIN_TYPE_OPERATION_COUNT
        The number of operations of the 'Multi Solid Domain Type' class.
        See Also:
        Constant Field Values
      • MULTI_SOLID_PROPERTY_TYPE__MULTI_SOLID

        static final int MULTI_SOLID_PROPERTY_TYPE__MULTI_SOLID
        The feature id for the 'Multi Solid' containment reference.
        See Also:
        Constant Field Values
      • MULTI_SOLID_PROPERTY_TYPE__ACTUATE

        static final int MULTI_SOLID_PROPERTY_TYPE__ACTUATE
        The feature id for the 'Actuate' attribute.
        See Also:
        Constant Field Values
      • MULTI_SOLID_PROPERTY_TYPE__ARCROLE

        static final int MULTI_SOLID_PROPERTY_TYPE__ARCROLE
        The feature id for the 'Arcrole' attribute.
        See Also:
        Constant Field Values
      • MULTI_SOLID_PROPERTY_TYPE__HREF

        static final int MULTI_SOLID_PROPERTY_TYPE__HREF
        The feature id for the 'Href' attribute.
        See Also:
        Constant Field Values
      • MULTI_SOLID_PROPERTY_TYPE__REMOTE_SCHEMA

        static final int MULTI_SOLID_PROPERTY_TYPE__REMOTE_SCHEMA
        The feature id for the 'Remote Schema' attribute.
        See Also:
        Constant Field Values
      • MULTI_SOLID_PROPERTY_TYPE__ROLE

        static final int MULTI_SOLID_PROPERTY_TYPE__ROLE
        The feature id for the 'Role' attribute.
        See Also:
        Constant Field Values
      • MULTI_SOLID_PROPERTY_TYPE__SHOW

        static final int MULTI_SOLID_PROPERTY_TYPE__SHOW
        The feature id for the 'Show' attribute.
        See Also:
        Constant Field Values
      • MULTI_SOLID_PROPERTY_TYPE__TITLE

        static final int MULTI_SOLID_PROPERTY_TYPE__TITLE
        The feature id for the 'Title' attribute.
        See Also:
        Constant Field Values
      • MULTI_SOLID_PROPERTY_TYPE__TYPE

        static final int MULTI_SOLID_PROPERTY_TYPE__TYPE
        The feature id for the 'Type' attribute.
        See Also:
        Constant Field Values
      • MULTI_SOLID_PROPERTY_TYPE_FEATURE_COUNT

        static final int MULTI_SOLID_PROPERTY_TYPE_FEATURE_COUNT
        The number of structural features of the 'Multi Solid Property Type' class.
        See Also:
        Constant Field Values
      • MULTI_SOLID_PROPERTY_TYPE_OPERATION_COUNT

        static final int MULTI_SOLID_PROPERTY_TYPE_OPERATION_COUNT
        The number of operations of the 'Multi Solid Property Type' class.
        See Also:
        Constant Field Values
      • MULTI_SOLID_TYPE__META_DATA_PROPERTY

        static final int MULTI_SOLID_TYPE__META_DATA_PROPERTY
        The feature id for the 'Meta Data Property' containment reference list.
        See Also:
        Constant Field Values
      • MULTI_SOLID_TYPE__DESCRIPTION

        static final int MULTI_SOLID_TYPE__DESCRIPTION
        The feature id for the 'Description' containment reference.
        See Also:
        Constant Field Values
      • MULTI_SOLID_TYPE__NAME_GROUP

        static final int MULTI_SOLID_TYPE__NAME_GROUP
        The feature id for the 'Name Group' attribute list.
        See Also:
        Constant Field Values
      • MULTI_SOLID_TYPE__NAME

        static final int MULTI_SOLID_TYPE__NAME
        The feature id for the 'Name' containment reference list.
        See Also:
        Constant Field Values
      • MULTI_SOLID_TYPE__ID

        static final int MULTI_SOLID_TYPE__ID
        The feature id for the 'Id' attribute.
        See Also:
        Constant Field Values
      • MULTI_SOLID_TYPE__AXIS_LABELS

        static final int MULTI_SOLID_TYPE__AXIS_LABELS
        The feature id for the 'Axis Labels' attribute.
        See Also:
        Constant Field Values
      • MULTI_SOLID_TYPE__GID

        static final int MULTI_SOLID_TYPE__GID
        The feature id for the 'Gid' attribute.
        See Also:
        Constant Field Values
      • MULTI_SOLID_TYPE__SRS_DIMENSION

        static final int MULTI_SOLID_TYPE__SRS_DIMENSION
        The feature id for the 'Srs Dimension' attribute.
        See Also:
        Constant Field Values
      • MULTI_SOLID_TYPE__SRS_NAME

        static final int MULTI_SOLID_TYPE__SRS_NAME
        The feature id for the 'Srs Name' attribute.
        See Also:
        Constant Field Values
      • MULTI_SOLID_TYPE__UOM_LABELS

        static final int MULTI_SOLID_TYPE__UOM_LABELS
        The feature id for the 'Uom Labels' attribute.
        See Also:
        Constant Field Values
      • MULTI_SOLID_TYPE__SOLID_MEMBER

        static final int MULTI_SOLID_TYPE__SOLID_MEMBER
        The feature id for the 'Solid Member' containment reference list.
        See Also:
        Constant Field Values
      • MULTI_SOLID_TYPE__SOLID_MEMBERS

        static final int MULTI_SOLID_TYPE__SOLID_MEMBERS
        The feature id for the 'Solid Members' containment reference.
        See Also:
        Constant Field Values
      • MULTI_SOLID_TYPE_FEATURE_COUNT

        static final int MULTI_SOLID_TYPE_FEATURE_COUNT
        The number of structural features of the 'Multi Solid Type' class.
        See Also:
        Constant Field Values
      • MULTI_SOLID_TYPE_OPERATION_COUNT

        static final int MULTI_SOLID_TYPE_OPERATION_COUNT
        The number of operations of the 'Multi Solid Type' class.
        See Also:
        Constant Field Values
      • MULTI_SURFACE_COVERAGE_TYPE__META_DATA_PROPERTY

        static final int MULTI_SURFACE_COVERAGE_TYPE__META_DATA_PROPERTY
        The feature id for the 'Meta Data Property' containment reference list.
        See Also:
        Constant Field Values
      • MULTI_SURFACE_COVERAGE_TYPE__DESCRIPTION

        static final int MULTI_SURFACE_COVERAGE_TYPE__DESCRIPTION
        The feature id for the 'Description' containment reference.
        See Also:
        Constant Field Values
      • MULTI_SURFACE_COVERAGE_TYPE__NAME_GROUP

        static final int MULTI_SURFACE_COVERAGE_TYPE__NAME_GROUP
        The feature id for the 'Name Group' attribute list.
        See Also:
        Constant Field Values
      • MULTI_SURFACE_COVERAGE_TYPE__NAME

        static final int MULTI_SURFACE_COVERAGE_TYPE__NAME
        The feature id for the 'Name' containment reference list.
        See Also:
        Constant Field Values
      • MULTI_SURFACE_COVERAGE_TYPE__ID

        static final int MULTI_SURFACE_COVERAGE_TYPE__ID
        The feature id for the 'Id' attribute.
        See Also:
        Constant Field Values
      • MULTI_SURFACE_COVERAGE_TYPE__BOUNDED_BY

        static final int MULTI_SURFACE_COVERAGE_TYPE__BOUNDED_BY
        The feature id for the 'Bounded By' containment reference.
        See Also:
        Constant Field Values
      • MULTI_SURFACE_COVERAGE_TYPE__LOCATION_GROUP

        static final int MULTI_SURFACE_COVERAGE_TYPE__LOCATION_GROUP
        The feature id for the 'Location Group' attribute list.
        See Also:
        Constant Field Values
      • MULTI_SURFACE_COVERAGE_TYPE__LOCATION

        static final int MULTI_SURFACE_COVERAGE_TYPE__LOCATION
        The feature id for the 'Location' containment reference.
        See Also:
        Constant Field Values
      • MULTI_SURFACE_COVERAGE_TYPE__DOMAIN_SET_GROUP

        static final int MULTI_SURFACE_COVERAGE_TYPE__DOMAIN_SET_GROUP
        The feature id for the 'Domain Set Group' attribute list.
        See Also:
        Constant Field Values
      • MULTI_SURFACE_COVERAGE_TYPE__DOMAIN_SET

        static final int MULTI_SURFACE_COVERAGE_TYPE__DOMAIN_SET
        The feature id for the 'Domain Set' containment reference.
        See Also:
        Constant Field Values
      • MULTI_SURFACE_COVERAGE_TYPE__RANGE_SET

        static final int MULTI_SURFACE_COVERAGE_TYPE__RANGE_SET
        The feature id for the 'Range Set' containment reference.
        See Also:
        Constant Field Values
      • MULTI_SURFACE_COVERAGE_TYPE__DIMENSION

        static final int MULTI_SURFACE_COVERAGE_TYPE__DIMENSION
        The feature id for the 'Dimension' attribute.
        See Also:
        Constant Field Values
      • MULTI_SURFACE_COVERAGE_TYPE__COVERAGE_FUNCTION

        static final int MULTI_SURFACE_COVERAGE_TYPE__COVERAGE_FUNCTION
        The feature id for the 'Coverage Function' containment reference.
        See Also:
        Constant Field Values
      • MULTI_SURFACE_COVERAGE_TYPE__MULTI_SURFACE_DOMAIN

        static final int MULTI_SURFACE_COVERAGE_TYPE__MULTI_SURFACE_DOMAIN
        The feature id for the 'Multi Surface Domain' containment reference.
        See Also:
        Constant Field Values
      • MULTI_SURFACE_COVERAGE_TYPE_FEATURE_COUNT

        static final int MULTI_SURFACE_COVERAGE_TYPE_FEATURE_COUNT
        The number of structural features of the 'Multi Surface Coverage Type' class.
        See Also:
        Constant Field Values
      • MULTI_SURFACE_COVERAGE_TYPE_OPERATION_COUNT

        static final int MULTI_SURFACE_COVERAGE_TYPE_OPERATION_COUNT
        The number of operations of the 'Multi Surface Coverage Type' class.
        See Also:
        Constant Field Values
      • MULTI_SURFACE_DOMAIN_TYPE__GEOMETRY_GROUP

        static final int MULTI_SURFACE_DOMAIN_TYPE__GEOMETRY_GROUP
        The feature id for the 'Geometry Group' attribute list.
        See Also:
        Constant Field Values
      • MULTI_SURFACE_DOMAIN_TYPE__GEOMETRY

        static final int MULTI_SURFACE_DOMAIN_TYPE__GEOMETRY
        The feature id for the 'Geometry' containment reference.
        See Also:
        Constant Field Values
      • MULTI_SURFACE_DOMAIN_TYPE__TIME_OBJECT_GROUP

        static final int MULTI_SURFACE_DOMAIN_TYPE__TIME_OBJECT_GROUP
        The feature id for the 'Time Object Group' attribute list.
        See Also:
        Constant Field Values
      • MULTI_SURFACE_DOMAIN_TYPE__TIME_OBJECT

        static final int MULTI_SURFACE_DOMAIN_TYPE__TIME_OBJECT
        The feature id for the 'Time Object' containment reference.
        See Also:
        Constant Field Values
      • MULTI_SURFACE_DOMAIN_TYPE__ACTUATE

        static final int MULTI_SURFACE_DOMAIN_TYPE__ACTUATE
        The feature id for the 'Actuate' attribute.
        See Also:
        Constant Field Values
      • MULTI_SURFACE_DOMAIN_TYPE__ARCROLE

        static final int MULTI_SURFACE_DOMAIN_TYPE__ARCROLE
        The feature id for the 'Arcrole' attribute.
        See Also:
        Constant Field Values
      • MULTI_SURFACE_DOMAIN_TYPE__HREF

        static final int MULTI_SURFACE_DOMAIN_TYPE__HREF
        The feature id for the 'Href' attribute.
        See Also:
        Constant Field Values
      • MULTI_SURFACE_DOMAIN_TYPE__REMOTE_SCHEMA

        static final int MULTI_SURFACE_DOMAIN_TYPE__REMOTE_SCHEMA
        The feature id for the 'Remote Schema' attribute.
        See Also:
        Constant Field Values
      • MULTI_SURFACE_DOMAIN_TYPE__ROLE

        static final int MULTI_SURFACE_DOMAIN_TYPE__ROLE
        The feature id for the 'Role' attribute.
        See Also:
        Constant Field Values
      • MULTI_SURFACE_DOMAIN_TYPE__SHOW

        static final int MULTI_SURFACE_DOMAIN_TYPE__SHOW
        The feature id for the 'Show' attribute.
        See Also:
        Constant Field Values
      • MULTI_SURFACE_DOMAIN_TYPE__TITLE

        static final int MULTI_SURFACE_DOMAIN_TYPE__TITLE
        The feature id for the 'Title' attribute.
        See Also:
        Constant Field Values
      • MULTI_SURFACE_DOMAIN_TYPE__TYPE

        static final int MULTI_SURFACE_DOMAIN_TYPE__TYPE
        The feature id for the 'Type' attribute.
        See Also:
        Constant Field Values
      • MULTI_SURFACE_DOMAIN_TYPE__MULTI_SURFACE

        static final int MULTI_SURFACE_DOMAIN_TYPE__MULTI_SURFACE
        The feature id for the 'Multi Surface' containment reference.
        See Also:
        Constant Field Values
      • MULTI_SURFACE_DOMAIN_TYPE_FEATURE_COUNT

        static final int MULTI_SURFACE_DOMAIN_TYPE_FEATURE_COUNT
        The number of structural features of the 'Multi Surface Domain Type' class.
        See Also:
        Constant Field Values
      • MULTI_SURFACE_DOMAIN_TYPE_OPERATION_COUNT

        static final int MULTI_SURFACE_DOMAIN_TYPE_OPERATION_COUNT
        The number of operations of the 'Multi Surface Domain Type' class.
        See Also:
        Constant Field Values
      • MULTI_SURFACE_PROPERTY_TYPE__MULTI_SURFACE

        static final int MULTI_SURFACE_PROPERTY_TYPE__MULTI_SURFACE
        The feature id for the 'Multi Surface' containment reference.
        See Also:
        Constant Field Values
      • MULTI_SURFACE_PROPERTY_TYPE__ACTUATE

        static final int MULTI_SURFACE_PROPERTY_TYPE__ACTUATE
        The feature id for the 'Actuate' attribute.
        See Also:
        Constant Field Values
      • MULTI_SURFACE_PROPERTY_TYPE__ARCROLE

        static final int MULTI_SURFACE_PROPERTY_TYPE__ARCROLE
        The feature id for the 'Arcrole' attribute.
        See Also:
        Constant Field Values
      • MULTI_SURFACE_PROPERTY_TYPE__HREF

        static final int MULTI_SURFACE_PROPERTY_TYPE__HREF
        The feature id for the 'Href' attribute.
        See Also:
        Constant Field Values
      • MULTI_SURFACE_PROPERTY_TYPE__REMOTE_SCHEMA

        static final int MULTI_SURFACE_PROPERTY_TYPE__REMOTE_SCHEMA
        The feature id for the 'Remote Schema' attribute.
        See Also:
        Constant Field Values
      • MULTI_SURFACE_PROPERTY_TYPE__ROLE

        static final int MULTI_SURFACE_PROPERTY_TYPE__ROLE
        The feature id for the 'Role' attribute.
        See Also:
        Constant Field Values
      • MULTI_SURFACE_PROPERTY_TYPE__SHOW

        static final int MULTI_SURFACE_PROPERTY_TYPE__SHOW
        The feature id for the 'Show' attribute.
        See Also:
        Constant Field Values
      • MULTI_SURFACE_PROPERTY_TYPE__TITLE

        static final int MULTI_SURFACE_PROPERTY_TYPE__TITLE
        The feature id for the 'Title' attribute.
        See Also:
        Constant Field Values
      • MULTI_SURFACE_PROPERTY_TYPE__TYPE

        static final int MULTI_SURFACE_PROPERTY_TYPE__TYPE
        The feature id for the 'Type' attribute.
        See Also:
        Constant Field Values
      • MULTI_SURFACE_PROPERTY_TYPE_FEATURE_COUNT

        static final int MULTI_SURFACE_PROPERTY_TYPE_FEATURE_COUNT
        The number of structural features of the 'Multi Surface Property Type' class.
        See Also:
        Constant Field Values
      • MULTI_SURFACE_PROPERTY_TYPE_OPERATION_COUNT

        static final int MULTI_SURFACE_PROPERTY_TYPE_OPERATION_COUNT
        The number of operations of the 'Multi Surface Property Type' class.
        See Also:
        Constant Field Values
      • MULTI_SURFACE_TYPE__META_DATA_PROPERTY

        static final int MULTI_SURFACE_TYPE__META_DATA_PROPERTY
        The feature id for the 'Meta Data Property' containment reference list.
        See Also:
        Constant Field Values
      • MULTI_SURFACE_TYPE__DESCRIPTION

        static final int MULTI_SURFACE_TYPE__DESCRIPTION
        The feature id for the 'Description' containment reference.
        See Also:
        Constant Field Values
      • MULTI_SURFACE_TYPE__NAME_GROUP

        static final int MULTI_SURFACE_TYPE__NAME_GROUP
        The feature id for the 'Name Group' attribute list.
        See Also:
        Constant Field Values
      • MULTI_SURFACE_TYPE__NAME

        static final int MULTI_SURFACE_TYPE__NAME
        The feature id for the 'Name' containment reference list.
        See Also:
        Constant Field Values
      • MULTI_SURFACE_TYPE__ID

        static final int MULTI_SURFACE_TYPE__ID
        The feature id for the 'Id' attribute.
        See Also:
        Constant Field Values
      • MULTI_SURFACE_TYPE__AXIS_LABELS

        static final int MULTI_SURFACE_TYPE__AXIS_LABELS
        The feature id for the 'Axis Labels' attribute.
        See Also:
        Constant Field Values
      • MULTI_SURFACE_TYPE__GID

        static final int MULTI_SURFACE_TYPE__GID
        The feature id for the 'Gid' attribute.
        See Also:
        Constant Field Values
      • MULTI_SURFACE_TYPE__SRS_DIMENSION

        static final int MULTI_SURFACE_TYPE__SRS_DIMENSION
        The feature id for the 'Srs Dimension' attribute.
        See Also:
        Constant Field Values
      • MULTI_SURFACE_TYPE__SRS_NAME

        static final int MULTI_SURFACE_TYPE__SRS_NAME
        The feature id for the 'Srs Name' attribute.
        See Also:
        Constant Field Values
      • MULTI_SURFACE_TYPE__UOM_LABELS

        static final int MULTI_SURFACE_TYPE__UOM_LABELS
        The feature id for the 'Uom Labels' attribute.
        See Also:
        Constant Field Values
      • MULTI_SURFACE_TYPE__SURFACE_MEMBER

        static final int MULTI_SURFACE_TYPE__SURFACE_MEMBER
        The feature id for the 'Surface Member' containment reference list.
        See Also:
        Constant Field Values
      • MULTI_SURFACE_TYPE__SURFACE_MEMBERS

        static final int MULTI_SURFACE_TYPE__SURFACE_MEMBERS
        The feature id for the 'Surface Members' containment reference.
        See Also:
        Constant Field Values
      • MULTI_SURFACE_TYPE_FEATURE_COUNT

        static final int MULTI_SURFACE_TYPE_FEATURE_COUNT
        The number of structural features of the 'Multi Surface Type' class.
        See Also:
        Constant Field Values
      • MULTI_SURFACE_TYPE_OPERATION_COUNT

        static final int MULTI_SURFACE_TYPE_OPERATION_COUNT
        The number of operations of the 'Multi Surface Type' class.
        See Also:
        Constant Field Values
      • NODE_TYPE__META_DATA_PROPERTY

        static final int NODE_TYPE__META_DATA_PROPERTY
        The feature id for the 'Meta Data Property' containment reference list.
        See Also:
        Constant Field Values
      • NODE_TYPE__DESCRIPTION

        static final int NODE_TYPE__DESCRIPTION
        The feature id for the 'Description' containment reference.
        See Also:
        Constant Field Values
      • NODE_TYPE__NAME_GROUP

        static final int NODE_TYPE__NAME_GROUP
        The feature id for the 'Name Group' attribute list.
        See Also:
        Constant Field Values
      • NODE_TYPE__NAME

        static final int NODE_TYPE__NAME
        The feature id for the 'Name' containment reference list.
        See Also:
        Constant Field Values
      • NODE_TYPE__ID

        static final int NODE_TYPE__ID
        The feature id for the 'Id' attribute.
        See Also:
        Constant Field Values
      • NODE_TYPE__ISOLATED

        static final int NODE_TYPE__ISOLATED
        The feature id for the 'Isolated' containment reference list.
        See Also:
        Constant Field Values
      • NODE_TYPE__CONTAINER

        static final int NODE_TYPE__CONTAINER
        The feature id for the 'Container' containment reference.
        See Also:
        Constant Field Values
      • NODE_TYPE__DIRECTED_EDGE

        static final int NODE_TYPE__DIRECTED_EDGE
        The feature id for the 'Directed Edge' containment reference list.
        See Also:
        Constant Field Values
      • NODE_TYPE__POINT_PROPERTY

        static final int NODE_TYPE__POINT_PROPERTY
        The feature id for the 'Point Property' containment reference.
        See Also:
        Constant Field Values
      • NODE_TYPE_FEATURE_COUNT

        static final int NODE_TYPE_FEATURE_COUNT
        The number of structural features of the 'Node Type' class.
        See Also:
        Constant Field Values
      • NODE_TYPE_OPERATION_COUNT

        static final int NODE_TYPE_OPERATION_COUNT
        The number of operations of the 'Node Type' class.
        See Also:
        Constant Field Values
      • OBLIQUE_CARTESIAN_CS_REF_TYPE__OBLIQUE_CARTESIAN_CS

        static final int OBLIQUE_CARTESIAN_CS_REF_TYPE__OBLIQUE_CARTESIAN_CS
        The feature id for the 'Oblique Cartesian CS' containment reference.
        See Also:
        Constant Field Values
      • OBLIQUE_CARTESIAN_CS_REF_TYPE__ACTUATE

        static final int OBLIQUE_CARTESIAN_CS_REF_TYPE__ACTUATE
        The feature id for the 'Actuate' attribute.
        See Also:
        Constant Field Values
      • OBLIQUE_CARTESIAN_CS_REF_TYPE__ARCROLE

        static final int OBLIQUE_CARTESIAN_CS_REF_TYPE__ARCROLE
        The feature id for the 'Arcrole' attribute.
        See Also:
        Constant Field Values
      • OBLIQUE_CARTESIAN_CS_REF_TYPE__HREF

        static final int OBLIQUE_CARTESIAN_CS_REF_TYPE__HREF
        The feature id for the 'Href' attribute.
        See Also:
        Constant Field Values
      • OBLIQUE_CARTESIAN_CS_REF_TYPE__REMOTE_SCHEMA

        static final int OBLIQUE_CARTESIAN_CS_REF_TYPE__REMOTE_SCHEMA
        The feature id for the 'Remote Schema' attribute.
        See Also:
        Constant Field Values
      • OBLIQUE_CARTESIAN_CS_REF_TYPE__ROLE

        static final int OBLIQUE_CARTESIAN_CS_REF_TYPE__ROLE
        The feature id for the 'Role' attribute.
        See Also:
        Constant Field Values
      • OBLIQUE_CARTESIAN_CS_REF_TYPE__SHOW

        static final int OBLIQUE_CARTESIAN_CS_REF_TYPE__SHOW
        The feature id for the 'Show' attribute.
        See Also:
        Constant Field Values
      • OBLIQUE_CARTESIAN_CS_REF_TYPE__TITLE

        static final int OBLIQUE_CARTESIAN_CS_REF_TYPE__TITLE
        The feature id for the 'Title' attribute.
        See Also:
        Constant Field Values
      • OBLIQUE_CARTESIAN_CS_REF_TYPE__TYPE

        static final int OBLIQUE_CARTESIAN_CS_REF_TYPE__TYPE
        The feature id for the 'Type' attribute.
        See Also:
        Constant Field Values
      • OBLIQUE_CARTESIAN_CS_REF_TYPE_FEATURE_COUNT

        static final int OBLIQUE_CARTESIAN_CS_REF_TYPE_FEATURE_COUNT
        The number of structural features of the 'Oblique Cartesian CS Ref Type' class.
        See Also:
        Constant Field Values
      • OBLIQUE_CARTESIAN_CS_REF_TYPE_OPERATION_COUNT

        static final int OBLIQUE_CARTESIAN_CS_REF_TYPE_OPERATION_COUNT
        The number of operations of the 'Oblique Cartesian CS Ref Type' class.
        See Also:
        Constant Field Values
      • OBLIQUE_CARTESIAN_CS_TYPE__META_DATA_PROPERTY

        static final int OBLIQUE_CARTESIAN_CS_TYPE__META_DATA_PROPERTY
        The feature id for the 'Meta Data Property' containment reference list.
        See Also:
        Constant Field Values
      • OBLIQUE_CARTESIAN_CS_TYPE__DESCRIPTION

        static final int OBLIQUE_CARTESIAN_CS_TYPE__DESCRIPTION
        The feature id for the 'Description' containment reference.
        See Also:
        Constant Field Values
      • OBLIQUE_CARTESIAN_CS_TYPE__NAME_GROUP

        static final int OBLIQUE_CARTESIAN_CS_TYPE__NAME_GROUP
        The feature id for the 'Name Group' attribute list.
        See Also:
        Constant Field Values
      • OBLIQUE_CARTESIAN_CS_TYPE__NAME

        static final int OBLIQUE_CARTESIAN_CS_TYPE__NAME
        The feature id for the 'Name' containment reference list.
        See Also:
        Constant Field Values
      • OBLIQUE_CARTESIAN_CS_TYPE__ID

        static final int OBLIQUE_CARTESIAN_CS_TYPE__ID
        The feature id for the 'Id' attribute.
        See Also:
        Constant Field Values
      • OBLIQUE_CARTESIAN_CS_TYPE__CS_NAME

        static final int OBLIQUE_CARTESIAN_CS_TYPE__CS_NAME
        The feature id for the 'Cs Name' containment reference.
        See Also:
        Constant Field Values
      • OBLIQUE_CARTESIAN_CS_TYPE__CS_ID

        static final int OBLIQUE_CARTESIAN_CS_TYPE__CS_ID
        The feature id for the 'Cs ID' containment reference list.
        See Also:
        Constant Field Values
      • OBLIQUE_CARTESIAN_CS_TYPE__REMARKS

        static final int OBLIQUE_CARTESIAN_CS_TYPE__REMARKS
        The feature id for the 'Remarks' containment reference.
        See Also:
        Constant Field Values
      • OBLIQUE_CARTESIAN_CS_TYPE__USES_AXIS

        static final int OBLIQUE_CARTESIAN_CS_TYPE__USES_AXIS
        The feature id for the 'Uses Axis' containment reference list.
        See Also:
        Constant Field Values
      • OBLIQUE_CARTESIAN_CS_TYPE_FEATURE_COUNT

        static final int OBLIQUE_CARTESIAN_CS_TYPE_FEATURE_COUNT
        The number of structural features of the 'Oblique Cartesian CS Type' class.
        See Also:
        Constant Field Values
      • OBLIQUE_CARTESIAN_CS_TYPE_OPERATION_COUNT

        static final int OBLIQUE_CARTESIAN_CS_TYPE_OPERATION_COUNT
        The number of operations of the 'Oblique Cartesian CS Type' class.
        See Also:
        Constant Field Values
      • OFFSET_CURVE_TYPE__NUM_DERIVATIVE_INTERIOR

        static final int OFFSET_CURVE_TYPE__NUM_DERIVATIVE_INTERIOR
        The feature id for the 'Num Derivative Interior' attribute.
        See Also:
        Constant Field Values
      • OFFSET_CURVE_TYPE__NUM_DERIVATIVES_AT_END

        static final int OFFSET_CURVE_TYPE__NUM_DERIVATIVES_AT_END
        The feature id for the 'Num Derivatives At End' attribute.
        See Also:
        Constant Field Values
      • OFFSET_CURVE_TYPE__NUM_DERIVATIVES_AT_START

        static final int OFFSET_CURVE_TYPE__NUM_DERIVATIVES_AT_START
        The feature id for the 'Num Derivatives At Start' attribute.
        See Also:
        Constant Field Values
      • OFFSET_CURVE_TYPE__OFFSET_BASE

        static final int OFFSET_CURVE_TYPE__OFFSET_BASE
        The feature id for the 'Offset Base' containment reference.
        See Also:
        Constant Field Values
      • OFFSET_CURVE_TYPE__DISTANCE

        static final int OFFSET_CURVE_TYPE__DISTANCE
        The feature id for the 'Distance' containment reference.
        See Also:
        Constant Field Values
      • OFFSET_CURVE_TYPE__REF_DIRECTION

        static final int OFFSET_CURVE_TYPE__REF_DIRECTION
        The feature id for the 'Ref Direction' containment reference.
        See Also:
        Constant Field Values
      • OFFSET_CURVE_TYPE_FEATURE_COUNT

        static final int OFFSET_CURVE_TYPE_FEATURE_COUNT
        The number of structural features of the 'Offset Curve Type' class.
        See Also:
        Constant Field Values
      • OFFSET_CURVE_TYPE_OPERATION_COUNT

        static final int OFFSET_CURVE_TYPE_OPERATION_COUNT
        The number of operations of the 'Offset Curve Type' class.
        See Also:
        Constant Field Values
      • OPERATION_METHOD_BASE_TYPE__META_DATA_PROPERTY

        static final int OPERATION_METHOD_BASE_TYPE__META_DATA_PROPERTY
        The feature id for the 'Meta Data Property' containment reference list.
        See Also:
        Constant Field Values
      • OPERATION_METHOD_BASE_TYPE__DESCRIPTION

        static final int OPERATION_METHOD_BASE_TYPE__DESCRIPTION
        The feature id for the 'Description' containment reference.
        See Also:
        Constant Field Values
      • OPERATION_METHOD_BASE_TYPE__NAME_GROUP

        static final int OPERATION_METHOD_BASE_TYPE__NAME_GROUP
        The feature id for the 'Name Group' attribute list.
        See Also:
        Constant Field Values
      • OPERATION_METHOD_BASE_TYPE__NAME

        static final int OPERATION_METHOD_BASE_TYPE__NAME
        The feature id for the 'Name' containment reference list.
        See Also:
        Constant Field Values
      • OPERATION_METHOD_BASE_TYPE__ID

        static final int OPERATION_METHOD_BASE_TYPE__ID
        The feature id for the 'Id' attribute.
        See Also:
        Constant Field Values
      • OPERATION_METHOD_BASE_TYPE__METHOD_NAME

        static final int OPERATION_METHOD_BASE_TYPE__METHOD_NAME
        The feature id for the 'Method Name' containment reference.
        See Also:
        Constant Field Values
      • OPERATION_METHOD_BASE_TYPE_FEATURE_COUNT

        static final int OPERATION_METHOD_BASE_TYPE_FEATURE_COUNT
        The number of structural features of the 'Operation Method Base Type' class.
        See Also:
        Constant Field Values
      • OPERATION_METHOD_BASE_TYPE_OPERATION_COUNT

        static final int OPERATION_METHOD_BASE_TYPE_OPERATION_COUNT
        The number of operations of the 'Operation Method Base Type' class.
        See Also:
        Constant Field Values
      • OPERATION_METHOD_REF_TYPE__OPERATION_METHOD

        static final int OPERATION_METHOD_REF_TYPE__OPERATION_METHOD
        The feature id for the 'Operation Method' containment reference.
        See Also:
        Constant Field Values
      • OPERATION_METHOD_REF_TYPE__ACTUATE

        static final int OPERATION_METHOD_REF_TYPE__ACTUATE
        The feature id for the 'Actuate' attribute.
        See Also:
        Constant Field Values
      • OPERATION_METHOD_REF_TYPE__ARCROLE

        static final int OPERATION_METHOD_REF_TYPE__ARCROLE
        The feature id for the 'Arcrole' attribute.
        See Also:
        Constant Field Values
      • OPERATION_METHOD_REF_TYPE__HREF

        static final int OPERATION_METHOD_REF_TYPE__HREF
        The feature id for the 'Href' attribute.
        See Also:
        Constant Field Values
      • OPERATION_METHOD_REF_TYPE__REMOTE_SCHEMA

        static final int OPERATION_METHOD_REF_TYPE__REMOTE_SCHEMA
        The feature id for the 'Remote Schema' attribute.
        See Also:
        Constant Field Values
      • OPERATION_METHOD_REF_TYPE__ROLE

        static final int OPERATION_METHOD_REF_TYPE__ROLE
        The feature id for the 'Role' attribute.
        See Also:
        Constant Field Values
      • OPERATION_METHOD_REF_TYPE__SHOW

        static final int OPERATION_METHOD_REF_TYPE__SHOW
        The feature id for the 'Show' attribute.
        See Also:
        Constant Field Values
      • OPERATION_METHOD_REF_TYPE__TITLE

        static final int OPERATION_METHOD_REF_TYPE__TITLE
        The feature id for the 'Title' attribute.
        See Also:
        Constant Field Values
      • OPERATION_METHOD_REF_TYPE__TYPE

        static final int OPERATION_METHOD_REF_TYPE__TYPE
        The feature id for the 'Type' attribute.
        See Also:
        Constant Field Values
      • OPERATION_METHOD_REF_TYPE_FEATURE_COUNT

        static final int OPERATION_METHOD_REF_TYPE_FEATURE_COUNT
        The number of structural features of the 'Operation Method Ref Type' class.
        See Also:
        Constant Field Values
      • OPERATION_METHOD_REF_TYPE_OPERATION_COUNT

        static final int OPERATION_METHOD_REF_TYPE_OPERATION_COUNT
        The number of operations of the 'Operation Method Ref Type' class.
        See Also:
        Constant Field Values
      • OPERATION_METHOD_TYPE__META_DATA_PROPERTY

        static final int OPERATION_METHOD_TYPE__META_DATA_PROPERTY
        The feature id for the 'Meta Data Property' containment reference list.
        See Also:
        Constant Field Values
      • OPERATION_METHOD_TYPE__DESCRIPTION

        static final int OPERATION_METHOD_TYPE__DESCRIPTION
        The feature id for the 'Description' containment reference.
        See Also:
        Constant Field Values
      • OPERATION_METHOD_TYPE__NAME_GROUP

        static final int OPERATION_METHOD_TYPE__NAME_GROUP
        The feature id for the 'Name Group' attribute list.
        See Also:
        Constant Field Values
      • OPERATION_METHOD_TYPE__NAME

        static final int OPERATION_METHOD_TYPE__NAME
        The feature id for the 'Name' containment reference list.
        See Also:
        Constant Field Values
      • OPERATION_METHOD_TYPE__ID

        static final int OPERATION_METHOD_TYPE__ID
        The feature id for the 'Id' attribute.
        See Also:
        Constant Field Values
      • OPERATION_METHOD_TYPE__METHOD_NAME

        static final int OPERATION_METHOD_TYPE__METHOD_NAME
        The feature id for the 'Method Name' containment reference.
        See Also:
        Constant Field Values
      • OPERATION_METHOD_TYPE__METHOD_ID

        static final int OPERATION_METHOD_TYPE__METHOD_ID
        The feature id for the 'Method ID' containment reference list.
        See Also:
        Constant Field Values
      • OPERATION_METHOD_TYPE__REMARKS

        static final int OPERATION_METHOD_TYPE__REMARKS
        The feature id for the 'Remarks' containment reference.
        See Also:
        Constant Field Values
      • OPERATION_METHOD_TYPE__METHOD_FORMULA

        static final int OPERATION_METHOD_TYPE__METHOD_FORMULA
        The feature id for the 'Method Formula' containment reference.
        See Also:
        Constant Field Values
      • OPERATION_METHOD_TYPE__SOURCE_DIMENSIONS

        static final int OPERATION_METHOD_TYPE__SOURCE_DIMENSIONS
        The feature id for the 'Source Dimensions' attribute.
        See Also:
        Constant Field Values
      • OPERATION_METHOD_TYPE__TARGET_DIMENSIONS

        static final int OPERATION_METHOD_TYPE__TARGET_DIMENSIONS
        The feature id for the 'Target Dimensions' attribute.
        See Also:
        Constant Field Values
      • OPERATION_METHOD_TYPE__USES_PARAMETER

        static final int OPERATION_METHOD_TYPE__USES_PARAMETER
        The feature id for the 'Uses Parameter' containment reference list.
        See Also:
        Constant Field Values
      • OPERATION_METHOD_TYPE_FEATURE_COUNT

        static final int OPERATION_METHOD_TYPE_FEATURE_COUNT
        The number of structural features of the 'Operation Method Type' class.
        See Also:
        Constant Field Values
      • OPERATION_METHOD_TYPE_OPERATION_COUNT

        static final int OPERATION_METHOD_TYPE_OPERATION_COUNT
        The number of operations of the 'Operation Method Type' class.
        See Also:
        Constant Field Values
      • OPERATION_PARAMETER_BASE_TYPE__META_DATA_PROPERTY

        static final int OPERATION_PARAMETER_BASE_TYPE__META_DATA_PROPERTY
        The feature id for the 'Meta Data Property' containment reference list.
        See Also:
        Constant Field Values
      • OPERATION_PARAMETER_BASE_TYPE__DESCRIPTION

        static final int OPERATION_PARAMETER_BASE_TYPE__DESCRIPTION
        The feature id for the 'Description' containment reference.
        See Also:
        Constant Field Values
      • OPERATION_PARAMETER_BASE_TYPE__NAME_GROUP

        static final int OPERATION_PARAMETER_BASE_TYPE__NAME_GROUP
        The feature id for the 'Name Group' attribute list.
        See Also:
        Constant Field Values
      • OPERATION_PARAMETER_BASE_TYPE__NAME

        static final int OPERATION_PARAMETER_BASE_TYPE__NAME
        The feature id for the 'Name' containment reference list.
        See Also:
        Constant Field Values
      • OPERATION_PARAMETER_BASE_TYPE__ID

        static final int OPERATION_PARAMETER_BASE_TYPE__ID
        The feature id for the 'Id' attribute.
        See Also:
        Constant Field Values
      • OPERATION_PARAMETER_BASE_TYPE__MINIMUM_OCCURS

        static final int OPERATION_PARAMETER_BASE_TYPE__MINIMUM_OCCURS
        The feature id for the 'Minimum Occurs' attribute.
        See Also:
        Constant Field Values
      • OPERATION_PARAMETER_BASE_TYPE__PARAMETER_NAME

        static final int OPERATION_PARAMETER_BASE_TYPE__PARAMETER_NAME
        The feature id for the 'Parameter Name' containment reference.
        See Also:
        Constant Field Values
      • OPERATION_PARAMETER_BASE_TYPE_FEATURE_COUNT

        static final int OPERATION_PARAMETER_BASE_TYPE_FEATURE_COUNT
        The number of structural features of the 'Operation Parameter Base Type' class.
        See Also:
        Constant Field Values
      • OPERATION_PARAMETER_BASE_TYPE_OPERATION_COUNT

        static final int OPERATION_PARAMETER_BASE_TYPE_OPERATION_COUNT
        The number of operations of the 'Operation Parameter Base Type' class.
        See Also:
        Constant Field Values
      • OPERATION_PARAMETER_GROUP_BASE_TYPE__META_DATA_PROPERTY

        static final int OPERATION_PARAMETER_GROUP_BASE_TYPE__META_DATA_PROPERTY
        The feature id for the 'Meta Data Property' containment reference list.
        See Also:
        Constant Field Values
      • OPERATION_PARAMETER_GROUP_BASE_TYPE__DESCRIPTION

        static final int OPERATION_PARAMETER_GROUP_BASE_TYPE__DESCRIPTION
        The feature id for the 'Description' containment reference.
        See Also:
        Constant Field Values
      • OPERATION_PARAMETER_GROUP_BASE_TYPE__NAME_GROUP

        static final int OPERATION_PARAMETER_GROUP_BASE_TYPE__NAME_GROUP
        The feature id for the 'Name Group' attribute list.
        See Also:
        Constant Field Values
      • OPERATION_PARAMETER_GROUP_BASE_TYPE__NAME

        static final int OPERATION_PARAMETER_GROUP_BASE_TYPE__NAME
        The feature id for the 'Name' containment reference list.
        See Also:
        Constant Field Values
      • OPERATION_PARAMETER_GROUP_BASE_TYPE__ID

        static final int OPERATION_PARAMETER_GROUP_BASE_TYPE__ID
        The feature id for the 'Id' attribute.
        See Also:
        Constant Field Values
      • OPERATION_PARAMETER_GROUP_BASE_TYPE__MINIMUM_OCCURS

        static final int OPERATION_PARAMETER_GROUP_BASE_TYPE__MINIMUM_OCCURS
        The feature id for the 'Minimum Occurs' attribute.
        See Also:
        Constant Field Values
      • OPERATION_PARAMETER_GROUP_BASE_TYPE__GROUP_NAME

        static final int OPERATION_PARAMETER_GROUP_BASE_TYPE__GROUP_NAME
        The feature id for the 'Group Name' containment reference.
        See Also:
        Constant Field Values
      • OPERATION_PARAMETER_GROUP_BASE_TYPE_FEATURE_COUNT

        static final int OPERATION_PARAMETER_GROUP_BASE_TYPE_FEATURE_COUNT
        The number of structural features of the 'Operation Parameter Group Base Type' class.
        See Also:
        Constant Field Values
      • OPERATION_PARAMETER_GROUP_BASE_TYPE_OPERATION_COUNT

        static final int OPERATION_PARAMETER_GROUP_BASE_TYPE_OPERATION_COUNT
        The number of operations of the 'Operation Parameter Group Base Type' class.
        See Also:
        Constant Field Values
      • OPERATION_PARAMETER_GROUP_REF_TYPE__OPERATION_PARAMETER_GROUP

        static final int OPERATION_PARAMETER_GROUP_REF_TYPE__OPERATION_PARAMETER_GROUP
        The feature id for the 'Operation Parameter Group' containment reference.
        See Also:
        Constant Field Values
      • OPERATION_PARAMETER_GROUP_REF_TYPE__ACTUATE

        static final int OPERATION_PARAMETER_GROUP_REF_TYPE__ACTUATE
        The feature id for the 'Actuate' attribute.
        See Also:
        Constant Field Values
      • OPERATION_PARAMETER_GROUP_REF_TYPE__ARCROLE

        static final int OPERATION_PARAMETER_GROUP_REF_TYPE__ARCROLE
        The feature id for the 'Arcrole' attribute.
        See Also:
        Constant Field Values
      • OPERATION_PARAMETER_GROUP_REF_TYPE__HREF

        static final int OPERATION_PARAMETER_GROUP_REF_TYPE__HREF
        The feature id for the 'Href' attribute.
        See Also:
        Constant Field Values
      • OPERATION_PARAMETER_GROUP_REF_TYPE__REMOTE_SCHEMA

        static final int OPERATION_PARAMETER_GROUP_REF_TYPE__REMOTE_SCHEMA
        The feature id for the 'Remote Schema' attribute.
        See Also:
        Constant Field Values
      • OPERATION_PARAMETER_GROUP_REF_TYPE__ROLE

        static final int OPERATION_PARAMETER_GROUP_REF_TYPE__ROLE
        The feature id for the 'Role' attribute.
        See Also:
        Constant Field Values
      • OPERATION_PARAMETER_GROUP_REF_TYPE__SHOW

        static final int OPERATION_PARAMETER_GROUP_REF_TYPE__SHOW
        The feature id for the 'Show' attribute.
        See Also:
        Constant Field Values
      • OPERATION_PARAMETER_GROUP_REF_TYPE__TITLE

        static final int OPERATION_PARAMETER_GROUP_REF_TYPE__TITLE
        The feature id for the 'Title' attribute.
        See Also:
        Constant Field Values
      • OPERATION_PARAMETER_GROUP_REF_TYPE__TYPE

        static final int OPERATION_PARAMETER_GROUP_REF_TYPE__TYPE
        The feature id for the 'Type' attribute.
        See Also:
        Constant Field Values
      • OPERATION_PARAMETER_GROUP_REF_TYPE_FEATURE_COUNT

        static final int OPERATION_PARAMETER_GROUP_REF_TYPE_FEATURE_COUNT
        The number of structural features of the 'Operation Parameter Group Ref Type' class.
        See Also:
        Constant Field Values
      • OPERATION_PARAMETER_GROUP_REF_TYPE_OPERATION_COUNT

        static final int OPERATION_PARAMETER_GROUP_REF_TYPE_OPERATION_COUNT
        The number of operations of the 'Operation Parameter Group Ref Type' class.
        See Also:
        Constant Field Values
      • OPERATION_PARAMETER_GROUP_TYPE__META_DATA_PROPERTY

        static final int OPERATION_PARAMETER_GROUP_TYPE__META_DATA_PROPERTY
        The feature id for the 'Meta Data Property' containment reference list.
        See Also:
        Constant Field Values
      • OPERATION_PARAMETER_GROUP_TYPE__DESCRIPTION

        static final int OPERATION_PARAMETER_GROUP_TYPE__DESCRIPTION
        The feature id for the 'Description' containment reference.
        See Also:
        Constant Field Values
      • OPERATION_PARAMETER_GROUP_TYPE__NAME_GROUP

        static final int OPERATION_PARAMETER_GROUP_TYPE__NAME_GROUP
        The feature id for the 'Name Group' attribute list.
        See Also:
        Constant Field Values
      • OPERATION_PARAMETER_GROUP_TYPE__NAME

        static final int OPERATION_PARAMETER_GROUP_TYPE__NAME
        The feature id for the 'Name' containment reference list.
        See Also:
        Constant Field Values
      • OPERATION_PARAMETER_GROUP_TYPE__ID

        static final int OPERATION_PARAMETER_GROUP_TYPE__ID
        The feature id for the 'Id' attribute.
        See Also:
        Constant Field Values
      • OPERATION_PARAMETER_GROUP_TYPE__MINIMUM_OCCURS

        static final int OPERATION_PARAMETER_GROUP_TYPE__MINIMUM_OCCURS
        The feature id for the 'Minimum Occurs' attribute.
        See Also:
        Constant Field Values
      • OPERATION_PARAMETER_GROUP_TYPE__GROUP_NAME

        static final int OPERATION_PARAMETER_GROUP_TYPE__GROUP_NAME
        The feature id for the 'Group Name' containment reference.
        See Also:
        Constant Field Values
      • OPERATION_PARAMETER_GROUP_TYPE__GROUP_ID

        static final int OPERATION_PARAMETER_GROUP_TYPE__GROUP_ID
        The feature id for the 'Group ID' containment reference list.
        See Also:
        Constant Field Values
      • OPERATION_PARAMETER_GROUP_TYPE__REMARKS

        static final int OPERATION_PARAMETER_GROUP_TYPE__REMARKS
        The feature id for the 'Remarks' containment reference.
        See Also:
        Constant Field Values
      • OPERATION_PARAMETER_GROUP_TYPE__MAXIMUM_OCCURS

        static final int OPERATION_PARAMETER_GROUP_TYPE__MAXIMUM_OCCURS
        The feature id for the 'Maximum Occurs' attribute.
        See Also:
        Constant Field Values
      • OPERATION_PARAMETER_GROUP_TYPE__INCLUDES_PARAMETER

        static final int OPERATION_PARAMETER_GROUP_TYPE__INCLUDES_PARAMETER
        The feature id for the 'Includes Parameter' containment reference list.
        See Also:
        Constant Field Values
      • OPERATION_PARAMETER_GROUP_TYPE_FEATURE_COUNT

        static final int OPERATION_PARAMETER_GROUP_TYPE_FEATURE_COUNT
        The number of structural features of the 'Operation Parameter Group Type' class.
        See Also:
        Constant Field Values
      • OPERATION_PARAMETER_GROUP_TYPE_OPERATION_COUNT

        static final int OPERATION_PARAMETER_GROUP_TYPE_OPERATION_COUNT
        The number of operations of the 'Operation Parameter Group Type' class.
        See Also:
        Constant Field Values
      • OPERATION_PARAMETER_REF_TYPE__OPERATION_PARAMETER

        static final int OPERATION_PARAMETER_REF_TYPE__OPERATION_PARAMETER
        The feature id for the 'Operation Parameter' containment reference.
        See Also:
        Constant Field Values
      • OPERATION_PARAMETER_REF_TYPE__ACTUATE

        static final int OPERATION_PARAMETER_REF_TYPE__ACTUATE
        The feature id for the 'Actuate' attribute.
        See Also:
        Constant Field Values
      • OPERATION_PARAMETER_REF_TYPE__ARCROLE

        static final int OPERATION_PARAMETER_REF_TYPE__ARCROLE
        The feature id for the 'Arcrole' attribute.
        See Also:
        Constant Field Values
      • OPERATION_PARAMETER_REF_TYPE__HREF

        static final int OPERATION_PARAMETER_REF_TYPE__HREF
        The feature id for the 'Href' attribute.
        See Also:
        Constant Field Values
      • OPERATION_PARAMETER_REF_TYPE__REMOTE_SCHEMA

        static final int OPERATION_PARAMETER_REF_TYPE__REMOTE_SCHEMA
        The feature id for the 'Remote Schema' attribute.
        See Also:
        Constant Field Values
      • OPERATION_PARAMETER_REF_TYPE__ROLE

        static final int OPERATION_PARAMETER_REF_TYPE__ROLE
        The feature id for the 'Role' attribute.
        See Also:
        Constant Field Values
      • OPERATION_PARAMETER_REF_TYPE__SHOW

        static final int OPERATION_PARAMETER_REF_TYPE__SHOW
        The feature id for the 'Show' attribute.
        See Also:
        Constant Field Values
      • OPERATION_PARAMETER_REF_TYPE__TITLE

        static final int OPERATION_PARAMETER_REF_TYPE__TITLE
        The feature id for the 'Title' attribute.
        See Also:
        Constant Field Values
      • OPERATION_PARAMETER_REF_TYPE__TYPE

        static final int OPERATION_PARAMETER_REF_TYPE__TYPE
        The feature id for the 'Type' attribute.
        See Also:
        Constant Field Values
      • OPERATION_PARAMETER_REF_TYPE_FEATURE_COUNT

        static final int OPERATION_PARAMETER_REF_TYPE_FEATURE_COUNT
        The number of structural features of the 'Operation Parameter Ref Type' class.
        See Also:
        Constant Field Values
      • OPERATION_PARAMETER_REF_TYPE_OPERATION_COUNT

        static final int OPERATION_PARAMETER_REF_TYPE_OPERATION_COUNT
        The number of operations of the 'Operation Parameter Ref Type' class.
        See Also:
        Constant Field Values
      • OPERATION_PARAMETER_TYPE__META_DATA_PROPERTY

        static final int OPERATION_PARAMETER_TYPE__META_DATA_PROPERTY
        The feature id for the 'Meta Data Property' containment reference list.
        See Also:
        Constant Field Values
      • OPERATION_PARAMETER_TYPE__DESCRIPTION

        static final int OPERATION_PARAMETER_TYPE__DESCRIPTION
        The feature id for the 'Description' containment reference.
        See Also:
        Constant Field Values
      • OPERATION_PARAMETER_TYPE__NAME_GROUP

        static final int OPERATION_PARAMETER_TYPE__NAME_GROUP
        The feature id for the 'Name Group' attribute list.
        See Also:
        Constant Field Values
      • OPERATION_PARAMETER_TYPE__NAME

        static final int OPERATION_PARAMETER_TYPE__NAME
        The feature id for the 'Name' containment reference list.
        See Also:
        Constant Field Values
      • OPERATION_PARAMETER_TYPE__ID

        static final int OPERATION_PARAMETER_TYPE__ID
        The feature id for the 'Id' attribute.
        See Also:
        Constant Field Values
      • OPERATION_PARAMETER_TYPE__MINIMUM_OCCURS

        static final int OPERATION_PARAMETER_TYPE__MINIMUM_OCCURS
        The feature id for the 'Minimum Occurs' attribute.
        See Also:
        Constant Field Values
      • OPERATION_PARAMETER_TYPE__PARAMETER_NAME

        static final int OPERATION_PARAMETER_TYPE__PARAMETER_NAME
        The feature id for the 'Parameter Name' containment reference.
        See Also:
        Constant Field Values
      • OPERATION_PARAMETER_TYPE__PARAMETER_ID

        static final int OPERATION_PARAMETER_TYPE__PARAMETER_ID
        The feature id for the 'Parameter ID' containment reference list.
        See Also:
        Constant Field Values
      • OPERATION_PARAMETER_TYPE__REMARKS

        static final int OPERATION_PARAMETER_TYPE__REMARKS
        The feature id for the 'Remarks' containment reference.
        See Also:
        Constant Field Values
      • OPERATION_PARAMETER_TYPE_FEATURE_COUNT

        static final int OPERATION_PARAMETER_TYPE_FEATURE_COUNT
        The number of structural features of the 'Operation Parameter Type' class.
        See Also:
        Constant Field Values
      • OPERATION_PARAMETER_TYPE_OPERATION_COUNT

        static final int OPERATION_PARAMETER_TYPE_OPERATION_COUNT
        The number of operations of the 'Operation Parameter Type' class.
        See Also:
        Constant Field Values
      • OPERATION_REF_TYPE__OPERATION_GROUP

        static final int OPERATION_REF_TYPE__OPERATION_GROUP
        The feature id for the 'Operation Group' attribute list.
        See Also:
        Constant Field Values
      • OPERATION_REF_TYPE__OPERATION

        static final int OPERATION_REF_TYPE__OPERATION
        The feature id for the 'Operation' containment reference.
        See Also:
        Constant Field Values
      • OPERATION_REF_TYPE__ACTUATE

        static final int OPERATION_REF_TYPE__ACTUATE
        The feature id for the 'Actuate' attribute.
        See Also:
        Constant Field Values
      • OPERATION_REF_TYPE__ARCROLE

        static final int OPERATION_REF_TYPE__ARCROLE
        The feature id for the 'Arcrole' attribute.
        See Also:
        Constant Field Values
      • OPERATION_REF_TYPE__HREF

        static final int OPERATION_REF_TYPE__HREF
        The feature id for the 'Href' attribute.
        See Also:
        Constant Field Values
      • OPERATION_REF_TYPE__REMOTE_SCHEMA

        static final int OPERATION_REF_TYPE__REMOTE_SCHEMA
        The feature id for the 'Remote Schema' attribute.
        See Also:
        Constant Field Values
      • OPERATION_REF_TYPE__ROLE

        static final int OPERATION_REF_TYPE__ROLE
        The feature id for the 'Role' attribute.
        See Also:
        Constant Field Values
      • OPERATION_REF_TYPE__SHOW

        static final int OPERATION_REF_TYPE__SHOW
        The feature id for the 'Show' attribute.
        See Also:
        Constant Field Values
      • OPERATION_REF_TYPE__TITLE

        static final int OPERATION_REF_TYPE__TITLE
        The feature id for the 'Title' attribute.
        See Also:
        Constant Field Values
      • OPERATION_REF_TYPE__TYPE

        static final int OPERATION_REF_TYPE__TYPE
        The feature id for the 'Type' attribute.
        See Also:
        Constant Field Values
      • OPERATION_REF_TYPE_FEATURE_COUNT

        static final int OPERATION_REF_TYPE_FEATURE_COUNT
        The number of structural features of the 'Operation Ref Type' class.
        See Also:
        Constant Field Values
      • OPERATION_REF_TYPE_OPERATION_COUNT

        static final int OPERATION_REF_TYPE_OPERATION_COUNT
        The number of operations of the 'Operation Ref Type' class.
        See Also:
        Constant Field Values
      • ORIENTABLE_CURVE_TYPE__META_DATA_PROPERTY

        static final int ORIENTABLE_CURVE_TYPE__META_DATA_PROPERTY
        The feature id for the 'Meta Data Property' containment reference list.
        See Also:
        Constant Field Values
      • ORIENTABLE_CURVE_TYPE__DESCRIPTION

        static final int ORIENTABLE_CURVE_TYPE__DESCRIPTION
        The feature id for the 'Description' containment reference.
        See Also:
        Constant Field Values
      • ORIENTABLE_CURVE_TYPE__NAME_GROUP

        static final int ORIENTABLE_CURVE_TYPE__NAME_GROUP
        The feature id for the 'Name Group' attribute list.
        See Also:
        Constant Field Values
      • ORIENTABLE_CURVE_TYPE__NAME

        static final int ORIENTABLE_CURVE_TYPE__NAME
        The feature id for the 'Name' containment reference list.
        See Also:
        Constant Field Values
      • ORIENTABLE_CURVE_TYPE__ID

        static final int ORIENTABLE_CURVE_TYPE__ID
        The feature id for the 'Id' attribute.
        See Also:
        Constant Field Values
      • ORIENTABLE_CURVE_TYPE__AXIS_LABELS

        static final int ORIENTABLE_CURVE_TYPE__AXIS_LABELS
        The feature id for the 'Axis Labels' attribute.
        See Also:
        Constant Field Values
      • ORIENTABLE_CURVE_TYPE__GID

        static final int ORIENTABLE_CURVE_TYPE__GID
        The feature id for the 'Gid' attribute.
        See Also:
        Constant Field Values
      • ORIENTABLE_CURVE_TYPE__SRS_DIMENSION

        static final int ORIENTABLE_CURVE_TYPE__SRS_DIMENSION
        The feature id for the 'Srs Dimension' attribute.
        See Also:
        Constant Field Values
      • ORIENTABLE_CURVE_TYPE__SRS_NAME

        static final int ORIENTABLE_CURVE_TYPE__SRS_NAME
        The feature id for the 'Srs Name' attribute.
        See Also:
        Constant Field Values
      • ORIENTABLE_CURVE_TYPE__UOM_LABELS

        static final int ORIENTABLE_CURVE_TYPE__UOM_LABELS
        The feature id for the 'Uom Labels' attribute.
        See Also:
        Constant Field Values
      • ORIENTABLE_CURVE_TYPE__BASE_CURVE

        static final int ORIENTABLE_CURVE_TYPE__BASE_CURVE
        The feature id for the 'Base Curve' containment reference.
        See Also:
        Constant Field Values
      • ORIENTABLE_CURVE_TYPE__ORIENTATION

        static final int ORIENTABLE_CURVE_TYPE__ORIENTATION
        The feature id for the 'Orientation' attribute.
        See Also:
        Constant Field Values
      • ORIENTABLE_CURVE_TYPE_FEATURE_COUNT

        static final int ORIENTABLE_CURVE_TYPE_FEATURE_COUNT
        The number of structural features of the 'Orientable Curve Type' class.
        See Also:
        Constant Field Values
      • ORIENTABLE_CURVE_TYPE_OPERATION_COUNT

        static final int ORIENTABLE_CURVE_TYPE_OPERATION_COUNT
        The number of operations of the 'Orientable Curve Type' class.
        See Also:
        Constant Field Values
      • ORIENTABLE_SURFACE_TYPE__META_DATA_PROPERTY

        static final int ORIENTABLE_SURFACE_TYPE__META_DATA_PROPERTY
        The feature id for the 'Meta Data Property' containment reference list.
        See Also:
        Constant Field Values
      • ORIENTABLE_SURFACE_TYPE__DESCRIPTION

        static final int ORIENTABLE_SURFACE_TYPE__DESCRIPTION
        The feature id for the 'Description' containment reference.
        See Also:
        Constant Field Values
      • ORIENTABLE_SURFACE_TYPE__NAME_GROUP

        static final int ORIENTABLE_SURFACE_TYPE__NAME_GROUP
        The feature id for the 'Name Group' attribute list.
        See Also:
        Constant Field Values
      • ORIENTABLE_SURFACE_TYPE__NAME

        static final int ORIENTABLE_SURFACE_TYPE__NAME
        The feature id for the 'Name' containment reference list.
        See Also:
        Constant Field Values
      • ORIENTABLE_SURFACE_TYPE__ID

        static final int ORIENTABLE_SURFACE_TYPE__ID
        The feature id for the 'Id' attribute.
        See Also:
        Constant Field Values
      • ORIENTABLE_SURFACE_TYPE__AXIS_LABELS

        static final int ORIENTABLE_SURFACE_TYPE__AXIS_LABELS
        The feature id for the 'Axis Labels' attribute.
        See Also:
        Constant Field Values
      • ORIENTABLE_SURFACE_TYPE__GID

        static final int ORIENTABLE_SURFACE_TYPE__GID
        The feature id for the 'Gid' attribute.
        See Also:
        Constant Field Values
      • ORIENTABLE_SURFACE_TYPE__SRS_DIMENSION

        static final int ORIENTABLE_SURFACE_TYPE__SRS_DIMENSION
        The feature id for the 'Srs Dimension' attribute.
        See Also:
        Constant Field Values
      • ORIENTABLE_SURFACE_TYPE__SRS_NAME

        static final int ORIENTABLE_SURFACE_TYPE__SRS_NAME
        The feature id for the 'Srs Name' attribute.
        See Also:
        Constant Field Values
      • ORIENTABLE_SURFACE_TYPE__UOM_LABELS

        static final int ORIENTABLE_SURFACE_TYPE__UOM_LABELS
        The feature id for the 'Uom Labels' attribute.
        See Also:
        Constant Field Values
      • ORIENTABLE_SURFACE_TYPE__BASE_SURFACE

        static final int ORIENTABLE_SURFACE_TYPE__BASE_SURFACE
        The feature id for the 'Base Surface' containment reference.
        See Also:
        Constant Field Values
      • ORIENTABLE_SURFACE_TYPE__ORIENTATION

        static final int ORIENTABLE_SURFACE_TYPE__ORIENTATION
        The feature id for the 'Orientation' attribute.
        See Also:
        Constant Field Values
      • ORIENTABLE_SURFACE_TYPE_FEATURE_COUNT

        static final int ORIENTABLE_SURFACE_TYPE_FEATURE_COUNT
        The number of structural features of the 'Orientable Surface Type' class.
        See Also:
        Constant Field Values
      • ORIENTABLE_SURFACE_TYPE_OPERATION_COUNT

        static final int ORIENTABLE_SURFACE_TYPE_OPERATION_COUNT
        The number of operations of the 'Orientable Surface Type' class.
        See Also:
        Constant Field Values
      • PARAMETER_VALUE_GROUP_TYPE__INCLUDES_VALUE

        static final int PARAMETER_VALUE_GROUP_TYPE__INCLUDES_VALUE
        The feature id for the 'Includes Value' containment reference list.
        See Also:
        Constant Field Values
      • PARAMETER_VALUE_GROUP_TYPE__VALUES_OF_GROUP

        static final int PARAMETER_VALUE_GROUP_TYPE__VALUES_OF_GROUP
        The feature id for the 'Values Of Group' containment reference.
        See Also:
        Constant Field Values
      • PARAMETER_VALUE_GROUP_TYPE_FEATURE_COUNT

        static final int PARAMETER_VALUE_GROUP_TYPE_FEATURE_COUNT
        The number of structural features of the 'Parameter Value Group Type' class.
        See Also:
        Constant Field Values
      • PARAMETER_VALUE_GROUP_TYPE_OPERATION_COUNT

        static final int PARAMETER_VALUE_GROUP_TYPE_OPERATION_COUNT
        The number of operations of the 'Parameter Value Group Type' class.
        See Also:
        Constant Field Values
      • PARAMETER_VALUE_TYPE__VALUE

        static final int PARAMETER_VALUE_TYPE__VALUE
        The feature id for the 'Value' containment reference.
        See Also:
        Constant Field Values
      • PARAMETER_VALUE_TYPE__DMS_ANGLE_VALUE

        static final int PARAMETER_VALUE_TYPE__DMS_ANGLE_VALUE
        The feature id for the 'Dms Angle Value' containment reference.
        See Also:
        Constant Field Values
      • PARAMETER_VALUE_TYPE__STRING_VALUE

        static final int PARAMETER_VALUE_TYPE__STRING_VALUE
        The feature id for the 'String Value' attribute.
        See Also:
        Constant Field Values
      • PARAMETER_VALUE_TYPE__INTEGER_VALUE

        static final int PARAMETER_VALUE_TYPE__INTEGER_VALUE
        The feature id for the 'Integer Value' attribute.
        See Also:
        Constant Field Values
      • PARAMETER_VALUE_TYPE__BOOLEAN_VALUE

        static final int PARAMETER_VALUE_TYPE__BOOLEAN_VALUE
        The feature id for the 'Boolean Value' attribute.
        See Also:
        Constant Field Values
      • PARAMETER_VALUE_TYPE__VALUE_LIST

        static final int PARAMETER_VALUE_TYPE__VALUE_LIST
        The feature id for the 'Value List' containment reference.
        See Also:
        Constant Field Values
      • PARAMETER_VALUE_TYPE__INTEGER_VALUE_LIST

        static final int PARAMETER_VALUE_TYPE__INTEGER_VALUE_LIST
        The feature id for the 'Integer Value List' attribute.
        See Also:
        Constant Field Values
      • PARAMETER_VALUE_TYPE__VALUE_FILE

        static final int PARAMETER_VALUE_TYPE__VALUE_FILE
        The feature id for the 'Value File' attribute.
        See Also:
        Constant Field Values
      • PARAMETER_VALUE_TYPE__VALUE_OF_PARAMETER

        static final int PARAMETER_VALUE_TYPE__VALUE_OF_PARAMETER
        The feature id for the 'Value Of Parameter' containment reference.
        See Also:
        Constant Field Values
      • PARAMETER_VALUE_TYPE_FEATURE_COUNT

        static final int PARAMETER_VALUE_TYPE_FEATURE_COUNT
        The number of structural features of the 'Parameter Value Type' class.
        See Also:
        Constant Field Values
      • PARAMETER_VALUE_TYPE_OPERATION_COUNT

        static final int PARAMETER_VALUE_TYPE_OPERATION_COUNT
        The number of operations of the 'Parameter Value Type' class.
        See Also:
        Constant Field Values
      • PASS_THROUGH_OPERATION_REF_TYPE__PASS_THROUGH_OPERATION

        static final int PASS_THROUGH_OPERATION_REF_TYPE__PASS_THROUGH_OPERATION
        The feature id for the 'Pass Through Operation' containment reference.
        See Also:
        Constant Field Values
      • PASS_THROUGH_OPERATION_REF_TYPE__ACTUATE

        static final int PASS_THROUGH_OPERATION_REF_TYPE__ACTUATE
        The feature id for the 'Actuate' attribute.
        See Also:
        Constant Field Values
      • PASS_THROUGH_OPERATION_REF_TYPE__ARCROLE

        static final int PASS_THROUGH_OPERATION_REF_TYPE__ARCROLE
        The feature id for the 'Arcrole' attribute.
        See Also:
        Constant Field Values
      • PASS_THROUGH_OPERATION_REF_TYPE__HREF

        static final int PASS_THROUGH_OPERATION_REF_TYPE__HREF
        The feature id for the 'Href' attribute.
        See Also:
        Constant Field Values
      • PASS_THROUGH_OPERATION_REF_TYPE__REMOTE_SCHEMA

        static final int PASS_THROUGH_OPERATION_REF_TYPE__REMOTE_SCHEMA
        The feature id for the 'Remote Schema' attribute.
        See Also:
        Constant Field Values
      • PASS_THROUGH_OPERATION_REF_TYPE__ROLE

        static final int PASS_THROUGH_OPERATION_REF_TYPE__ROLE
        The feature id for the 'Role' attribute.
        See Also:
        Constant Field Values
      • PASS_THROUGH_OPERATION_REF_TYPE__SHOW

        static final int PASS_THROUGH_OPERATION_REF_TYPE__SHOW
        The feature id for the 'Show' attribute.
        See Also:
        Constant Field Values
      • PASS_THROUGH_OPERATION_REF_TYPE__TITLE

        static final int PASS_THROUGH_OPERATION_REF_TYPE__TITLE
        The feature id for the 'Title' attribute.
        See Also:
        Constant Field Values
      • PASS_THROUGH_OPERATION_REF_TYPE__TYPE

        static final int PASS_THROUGH_OPERATION_REF_TYPE__TYPE
        The feature id for the 'Type' attribute.
        See Also:
        Constant Field Values
      • PASS_THROUGH_OPERATION_REF_TYPE_FEATURE_COUNT

        static final int PASS_THROUGH_OPERATION_REF_TYPE_FEATURE_COUNT
        The number of structural features of the 'Pass Through Operation Ref Type' class.
        See Also:
        Constant Field Values
      • PASS_THROUGH_OPERATION_REF_TYPE_OPERATION_COUNT

        static final int PASS_THROUGH_OPERATION_REF_TYPE_OPERATION_COUNT
        The number of operations of the 'Pass Through Operation Ref Type' class.
        See Also:
        Constant Field Values
      • PASS_THROUGH_OPERATION_TYPE__META_DATA_PROPERTY

        static final int PASS_THROUGH_OPERATION_TYPE__META_DATA_PROPERTY
        The feature id for the 'Meta Data Property' containment reference list.
        See Also:
        Constant Field Values
      • PASS_THROUGH_OPERATION_TYPE__DESCRIPTION

        static final int PASS_THROUGH_OPERATION_TYPE__DESCRIPTION
        The feature id for the 'Description' containment reference.
        See Also:
        Constant Field Values
      • PASS_THROUGH_OPERATION_TYPE__NAME_GROUP

        static final int PASS_THROUGH_OPERATION_TYPE__NAME_GROUP
        The feature id for the 'Name Group' attribute list.
        See Also:
        Constant Field Values
      • PASS_THROUGH_OPERATION_TYPE__NAME

        static final int PASS_THROUGH_OPERATION_TYPE__NAME
        The feature id for the 'Name' containment reference list.
        See Also:
        Constant Field Values
      • PASS_THROUGH_OPERATION_TYPE__ID

        static final int PASS_THROUGH_OPERATION_TYPE__ID
        The feature id for the 'Id' attribute.
        See Also:
        Constant Field Values
      • PASS_THROUGH_OPERATION_TYPE__COORDINATE_OPERATION_NAME

        static final int PASS_THROUGH_OPERATION_TYPE__COORDINATE_OPERATION_NAME
        The feature id for the 'Coordinate Operation Name' containment reference.
        See Also:
        Constant Field Values
      • PASS_THROUGH_OPERATION_TYPE__COORDINATE_OPERATION_ID

        static final int PASS_THROUGH_OPERATION_TYPE__COORDINATE_OPERATION_ID
        The feature id for the 'Coordinate Operation ID' containment reference list.
        See Also:
        Constant Field Values
      • PASS_THROUGH_OPERATION_TYPE__REMARKS

        static final int PASS_THROUGH_OPERATION_TYPE__REMARKS
        The feature id for the 'Remarks' containment reference.
        See Also:
        Constant Field Values
      • PASS_THROUGH_OPERATION_TYPE__OPERATION_VERSION

        static final int PASS_THROUGH_OPERATION_TYPE__OPERATION_VERSION
        The feature id for the 'Operation Version' attribute.
        See Also:
        Constant Field Values
      • PASS_THROUGH_OPERATION_TYPE__VALID_AREA

        static final int PASS_THROUGH_OPERATION_TYPE__VALID_AREA
        The feature id for the 'Valid Area' containment reference.
        See Also:
        Constant Field Values
      • PASS_THROUGH_OPERATION_TYPE__SCOPE

        static final int PASS_THROUGH_OPERATION_TYPE__SCOPE
        The feature id for the 'Scope' attribute.
        See Also:
        Constant Field Values
      • PASS_THROUGH_OPERATION_TYPE__POSITIONAL_ACCURACY_GROUP

        static final int PASS_THROUGH_OPERATION_TYPE__POSITIONAL_ACCURACY_GROUP
        The feature id for the 'Positional Accuracy Group' attribute list.
        See Also:
        Constant Field Values
      • PASS_THROUGH_OPERATION_TYPE__POSITIONAL_ACCURACY

        static final int PASS_THROUGH_OPERATION_TYPE__POSITIONAL_ACCURACY
        The feature id for the 'Positional Accuracy' containment reference list.
        See Also:
        Constant Field Values
      • PASS_THROUGH_OPERATION_TYPE__SOURCE_CRS

        static final int PASS_THROUGH_OPERATION_TYPE__SOURCE_CRS
        The feature id for the 'Source CRS' containment reference.
        See Also:
        Constant Field Values
      • PASS_THROUGH_OPERATION_TYPE__TARGET_CRS

        static final int PASS_THROUGH_OPERATION_TYPE__TARGET_CRS
        The feature id for the 'Target CRS' containment reference.
        See Also:
        Constant Field Values
      • PASS_THROUGH_OPERATION_TYPE__MODIFIED_COORDINATE

        static final int PASS_THROUGH_OPERATION_TYPE__MODIFIED_COORDINATE
        The feature id for the 'Modified Coordinate' attribute list.
        See Also:
        Constant Field Values
      • PASS_THROUGH_OPERATION_TYPE__USES_OPERATION

        static final int PASS_THROUGH_OPERATION_TYPE__USES_OPERATION
        The feature id for the 'Uses Operation' containment reference.
        See Also:
        Constant Field Values
      • PASS_THROUGH_OPERATION_TYPE_FEATURE_COUNT

        static final int PASS_THROUGH_OPERATION_TYPE_FEATURE_COUNT
        The number of structural features of the 'Pass Through Operation Type' class.
        See Also:
        Constant Field Values
      • PASS_THROUGH_OPERATION_TYPE_OPERATION_COUNT

        static final int PASS_THROUGH_OPERATION_TYPE_OPERATION_COUNT
        The number of operations of the 'Pass Through Operation Type' class.
        See Also:
        Constant Field Values
      • PIXEL_IN_CELL_TYPE__VALUE

        static final int PIXEL_IN_CELL_TYPE__VALUE
        The feature id for the 'Value' attribute.
        See Also:
        Constant Field Values
      • PIXEL_IN_CELL_TYPE__CODE_SPACE

        static final int PIXEL_IN_CELL_TYPE__CODE_SPACE
        The feature id for the 'Code Space' attribute.
        See Also:
        Constant Field Values
      • PIXEL_IN_CELL_TYPE_FEATURE_COUNT

        static final int PIXEL_IN_CELL_TYPE_FEATURE_COUNT
        The number of structural features of the 'Pixel In Cell Type' class.
        See Also:
        Constant Field Values
      • PIXEL_IN_CELL_TYPE_OPERATION_COUNT

        static final int PIXEL_IN_CELL_TYPE_OPERATION_COUNT
        The number of operations of the 'Pixel In Cell Type' class.
        See Also:
        Constant Field Values
      • POINT_ARRAY_PROPERTY_TYPE__POINT

        static final int POINT_ARRAY_PROPERTY_TYPE__POINT
        The feature id for the 'Point' containment reference list.
        See Also:
        Constant Field Values
      • POINT_ARRAY_PROPERTY_TYPE_FEATURE_COUNT

        static final int POINT_ARRAY_PROPERTY_TYPE_FEATURE_COUNT
        The number of structural features of the 'Point Array Property Type' class.
        See Also:
        Constant Field Values
      • POINT_ARRAY_PROPERTY_TYPE_OPERATION_COUNT

        static final int POINT_ARRAY_PROPERTY_TYPE_OPERATION_COUNT
        The number of operations of the 'Point Array Property Type' class.
        See Also:
        Constant Field Values
      • POINT_PROPERTY_TYPE__POINT

        static final int POINT_PROPERTY_TYPE__POINT
        The feature id for the 'Point' containment reference.
        See Also:
        Constant Field Values
      • POINT_PROPERTY_TYPE__ACTUATE

        static final int POINT_PROPERTY_TYPE__ACTUATE
        The feature id for the 'Actuate' attribute.
        See Also:
        Constant Field Values
      • POINT_PROPERTY_TYPE__ARCROLE

        static final int POINT_PROPERTY_TYPE__ARCROLE
        The feature id for the 'Arcrole' attribute.
        See Also:
        Constant Field Values
      • POINT_PROPERTY_TYPE__HREF

        static final int POINT_PROPERTY_TYPE__HREF
        The feature id for the 'Href' attribute.
        See Also:
        Constant Field Values
      • POINT_PROPERTY_TYPE__REMOTE_SCHEMA

        static final int POINT_PROPERTY_TYPE__REMOTE_SCHEMA
        The feature id for the 'Remote Schema' attribute.
        See Also:
        Constant Field Values
      • POINT_PROPERTY_TYPE__ROLE

        static final int POINT_PROPERTY_TYPE__ROLE
        The feature id for the 'Role' attribute.
        See Also:
        Constant Field Values
      • POINT_PROPERTY_TYPE__SHOW

        static final int POINT_PROPERTY_TYPE__SHOW
        The feature id for the 'Show' attribute.
        See Also:
        Constant Field Values
      • POINT_PROPERTY_TYPE__TITLE

        static final int POINT_PROPERTY_TYPE__TITLE
        The feature id for the 'Title' attribute.
        See Also:
        Constant Field Values
      • POINT_PROPERTY_TYPE__TYPE

        static final int POINT_PROPERTY_TYPE__TYPE
        The feature id for the 'Type' attribute.
        See Also:
        Constant Field Values
      • POINT_PROPERTY_TYPE_FEATURE_COUNT

        static final int POINT_PROPERTY_TYPE_FEATURE_COUNT
        The number of structural features of the 'Point Property Type' class.
        See Also:
        Constant Field Values
      • POINT_PROPERTY_TYPE_OPERATION_COUNT

        static final int POINT_PROPERTY_TYPE_OPERATION_COUNT
        The number of operations of the 'Point Property Type' class.
        See Also:
        Constant Field Values
      • POINT_TYPE__META_DATA_PROPERTY

        static final int POINT_TYPE__META_DATA_PROPERTY
        The feature id for the 'Meta Data Property' containment reference list.
        See Also:
        Constant Field Values
      • POINT_TYPE__DESCRIPTION

        static final int POINT_TYPE__DESCRIPTION
        The feature id for the 'Description' containment reference.
        See Also:
        Constant Field Values
      • POINT_TYPE__NAME_GROUP

        static final int POINT_TYPE__NAME_GROUP
        The feature id for the 'Name Group' attribute list.
        See Also:
        Constant Field Values
      • POINT_TYPE__NAME

        static final int POINT_TYPE__NAME
        The feature id for the 'Name' containment reference list.
        See Also:
        Constant Field Values
      • POINT_TYPE__ID

        static final int POINT_TYPE__ID
        The feature id for the 'Id' attribute.
        See Also:
        Constant Field Values
      • POINT_TYPE__AXIS_LABELS

        static final int POINT_TYPE__AXIS_LABELS
        The feature id for the 'Axis Labels' attribute.
        See Also:
        Constant Field Values
      • POINT_TYPE__GID

        static final int POINT_TYPE__GID
        The feature id for the 'Gid' attribute.
        See Also:
        Constant Field Values
      • POINT_TYPE__SRS_DIMENSION

        static final int POINT_TYPE__SRS_DIMENSION
        The feature id for the 'Srs Dimension' attribute.
        See Also:
        Constant Field Values
      • POINT_TYPE__SRS_NAME

        static final int POINT_TYPE__SRS_NAME
        The feature id for the 'Srs Name' attribute.
        See Also:
        Constant Field Values
      • POINT_TYPE__UOM_LABELS

        static final int POINT_TYPE__UOM_LABELS
        The feature id for the 'Uom Labels' attribute.
        See Also:
        Constant Field Values
      • POINT_TYPE__POS

        static final int POINT_TYPE__POS
        The feature id for the 'Pos' containment reference.
        See Also:
        Constant Field Values
      • POINT_TYPE__COORDINATES

        static final int POINT_TYPE__COORDINATES
        The feature id for the 'Coordinates' containment reference.
        See Also:
        Constant Field Values
      • POINT_TYPE__COORD

        static final int POINT_TYPE__COORD
        The feature id for the 'Coord' containment reference.
        See Also:
        Constant Field Values
      • POINT_TYPE_FEATURE_COUNT

        static final int POINT_TYPE_FEATURE_COUNT
        The number of structural features of the 'Point Type' class.
        See Also:
        Constant Field Values
      • POINT_TYPE_OPERATION_COUNT

        static final int POINT_TYPE_OPERATION_COUNT
        The number of operations of the 'Point Type' class.
        See Also:
        Constant Field Values
      • POLAR_CS_REF_TYPE__POLAR_CS

        static final int POLAR_CS_REF_TYPE__POLAR_CS
        The feature id for the 'Polar CS' containment reference.
        See Also:
        Constant Field Values
      • POLAR_CS_REF_TYPE__ACTUATE

        static final int POLAR_CS_REF_TYPE__ACTUATE
        The feature id for the 'Actuate' attribute.
        See Also:
        Constant Field Values
      • POLAR_CS_REF_TYPE__ARCROLE

        static final int POLAR_CS_REF_TYPE__ARCROLE
        The feature id for the 'Arcrole' attribute.
        See Also:
        Constant Field Values
      • POLAR_CS_REF_TYPE__HREF

        static final int POLAR_CS_REF_TYPE__HREF
        The feature id for the 'Href' attribute.
        See Also:
        Constant Field Values
      • POLAR_CS_REF_TYPE__REMOTE_SCHEMA

        static final int POLAR_CS_REF_TYPE__REMOTE_SCHEMA
        The feature id for the 'Remote Schema' attribute.
        See Also:
        Constant Field Values
      • POLAR_CS_REF_TYPE__ROLE

        static final int POLAR_CS_REF_TYPE__ROLE
        The feature id for the 'Role' attribute.
        See Also:
        Constant Field Values
      • POLAR_CS_REF_TYPE__SHOW

        static final int POLAR_CS_REF_TYPE__SHOW
        The feature id for the 'Show' attribute.
        See Also:
        Constant Field Values
      • POLAR_CS_REF_TYPE__TITLE

        static final int POLAR_CS_REF_TYPE__TITLE
        The feature id for the 'Title' attribute.
        See Also:
        Constant Field Values
      • POLAR_CS_REF_TYPE__TYPE

        static final int POLAR_CS_REF_TYPE__TYPE
        The feature id for the 'Type' attribute.
        See Also:
        Constant Field Values
      • POLAR_CS_REF_TYPE_FEATURE_COUNT

        static final int POLAR_CS_REF_TYPE_FEATURE_COUNT
        The number of structural features of the 'Polar CS Ref Type' class.
        See Also:
        Constant Field Values
      • POLAR_CS_REF_TYPE_OPERATION_COUNT

        static final int POLAR_CS_REF_TYPE_OPERATION_COUNT
        The number of operations of the 'Polar CS Ref Type' class.
        See Also:
        Constant Field Values
      • POLAR_CS_TYPE__META_DATA_PROPERTY

        static final int POLAR_CS_TYPE__META_DATA_PROPERTY
        The feature id for the 'Meta Data Property' containment reference list.
        See Also:
        Constant Field Values
      • POLAR_CS_TYPE__DESCRIPTION

        static final int POLAR_CS_TYPE__DESCRIPTION
        The feature id for the 'Description' containment reference.
        See Also:
        Constant Field Values
      • POLAR_CS_TYPE__NAME_GROUP

        static final int POLAR_CS_TYPE__NAME_GROUP
        The feature id for the 'Name Group' attribute list.
        See Also:
        Constant Field Values
      • POLAR_CS_TYPE__NAME

        static final int POLAR_CS_TYPE__NAME
        The feature id for the 'Name' containment reference list.
        See Also:
        Constant Field Values
      • POLAR_CS_TYPE__ID

        static final int POLAR_CS_TYPE__ID
        The feature id for the 'Id' attribute.
        See Also:
        Constant Field Values
      • POLAR_CS_TYPE__CS_NAME

        static final int POLAR_CS_TYPE__CS_NAME
        The feature id for the 'Cs Name' containment reference.
        See Also:
        Constant Field Values
      • POLAR_CS_TYPE__CS_ID

        static final int POLAR_CS_TYPE__CS_ID
        The feature id for the 'Cs ID' containment reference list.
        See Also:
        Constant Field Values
      • POLAR_CS_TYPE__REMARKS

        static final int POLAR_CS_TYPE__REMARKS
        The feature id for the 'Remarks' containment reference.
        See Also:
        Constant Field Values
      • POLAR_CS_TYPE__USES_AXIS

        static final int POLAR_CS_TYPE__USES_AXIS
        The feature id for the 'Uses Axis' containment reference list.
        See Also:
        Constant Field Values
      • POLAR_CS_TYPE_FEATURE_COUNT

        static final int POLAR_CS_TYPE_FEATURE_COUNT
        The number of structural features of the 'Polar CS Type' class.
        See Also:
        Constant Field Values
      • POLAR_CS_TYPE_OPERATION_COUNT

        static final int POLAR_CS_TYPE_OPERATION_COUNT
        The number of operations of the 'Polar CS Type' class.
        See Also:
        Constant Field Values
      • SURFACE_PATCH_ARRAY_PROPERTY_TYPE__GROUP

        static final int SURFACE_PATCH_ARRAY_PROPERTY_TYPE__GROUP
        The feature id for the 'Group' attribute list.
        See Also:
        Constant Field Values
      • SURFACE_PATCH_ARRAY_PROPERTY_TYPE__SURFACE_PATCH_GROUP

        static final int SURFACE_PATCH_ARRAY_PROPERTY_TYPE__SURFACE_PATCH_GROUP
        The feature id for the 'Surface Patch Group' attribute list.
        See Also:
        Constant Field Values
      • SURFACE_PATCH_ARRAY_PROPERTY_TYPE__SURFACE_PATCH

        static final int SURFACE_PATCH_ARRAY_PROPERTY_TYPE__SURFACE_PATCH
        The feature id for the 'Surface Patch' containment reference list.
        See Also:
        Constant Field Values
      • SURFACE_PATCH_ARRAY_PROPERTY_TYPE_FEATURE_COUNT

        static final int SURFACE_PATCH_ARRAY_PROPERTY_TYPE_FEATURE_COUNT
        The number of structural features of the 'Surface Patch Array Property Type' class.
        See Also:
        Constant Field Values
      • SURFACE_PATCH_ARRAY_PROPERTY_TYPE_OPERATION_COUNT

        static final int SURFACE_PATCH_ARRAY_PROPERTY_TYPE_OPERATION_COUNT
        The number of operations of the 'Surface Patch Array Property Type' class.
        See Also:
        Constant Field Values
      • POLYGON_PATCH_ARRAY_PROPERTY_TYPE__GROUP

        static final int POLYGON_PATCH_ARRAY_PROPERTY_TYPE__GROUP
        The feature id for the 'Group' attribute list.
        See Also:
        Constant Field Values
      • POLYGON_PATCH_ARRAY_PROPERTY_TYPE__SURFACE_PATCH_GROUP

        static final int POLYGON_PATCH_ARRAY_PROPERTY_TYPE__SURFACE_PATCH_GROUP
        The feature id for the 'Surface Patch Group' attribute list.
        See Also:
        Constant Field Values
      • POLYGON_PATCH_ARRAY_PROPERTY_TYPE__SURFACE_PATCH

        static final int POLYGON_PATCH_ARRAY_PROPERTY_TYPE__SURFACE_PATCH
        The feature id for the 'Surface Patch' containment reference list.
        See Also:
        Constant Field Values
      • POLYGON_PATCH_ARRAY_PROPERTY_TYPE__POLYGON_PATCH

        static final int POLYGON_PATCH_ARRAY_PROPERTY_TYPE__POLYGON_PATCH
        The feature id for the 'Polygon Patch' containment reference list.
        See Also:
        Constant Field Values
      • POLYGON_PATCH_ARRAY_PROPERTY_TYPE_FEATURE_COUNT

        static final int POLYGON_PATCH_ARRAY_PROPERTY_TYPE_FEATURE_COUNT
        The number of structural features of the 'Polygon Patch Array Property Type' class.
        See Also:
        Constant Field Values
      • POLYGON_PATCH_ARRAY_PROPERTY_TYPE_OPERATION_COUNT

        static final int POLYGON_PATCH_ARRAY_PROPERTY_TYPE_OPERATION_COUNT
        The number of operations of the 'Polygon Patch Array Property Type' class.
        See Also:
        Constant Field Values
      • POLYGON_PATCH_TYPE__EXTERIOR_GROUP

        static final int POLYGON_PATCH_TYPE__EXTERIOR_GROUP
        The feature id for the 'Exterior Group' attribute list.
        See Also:
        Constant Field Values
      • POLYGON_PATCH_TYPE__EXTERIOR

        static final int POLYGON_PATCH_TYPE__EXTERIOR
        The feature id for the 'Exterior' containment reference.
        See Also:
        Constant Field Values
      • POLYGON_PATCH_TYPE__INTERIOR_GROUP

        static final int POLYGON_PATCH_TYPE__INTERIOR_GROUP
        The feature id for the 'Interior Group' attribute list.
        See Also:
        Constant Field Values
      • POLYGON_PATCH_TYPE__INTERIOR

        static final int POLYGON_PATCH_TYPE__INTERIOR
        The feature id for the 'Interior' containment reference list.
        See Also:
        Constant Field Values
      • POLYGON_PATCH_TYPE__INTERPOLATION

        static final int POLYGON_PATCH_TYPE__INTERPOLATION
        The feature id for the 'Interpolation' attribute.
        See Also:
        Constant Field Values
      • POLYGON_PATCH_TYPE_FEATURE_COUNT

        static final int POLYGON_PATCH_TYPE_FEATURE_COUNT
        The number of structural features of the 'Polygon Patch Type' class.
        See Also:
        Constant Field Values
      • POLYGON_PATCH_TYPE_OPERATION_COUNT

        static final int POLYGON_PATCH_TYPE_OPERATION_COUNT
        The number of operations of the 'Polygon Patch Type' class.
        See Also:
        Constant Field Values
      • POLYGON_PROPERTY_TYPE__POLYGON

        static final int POLYGON_PROPERTY_TYPE__POLYGON
        The feature id for the 'Polygon' containment reference.
        See Also:
        Constant Field Values
      • POLYGON_PROPERTY_TYPE__ACTUATE

        static final int POLYGON_PROPERTY_TYPE__ACTUATE
        The feature id for the 'Actuate' attribute.
        See Also:
        Constant Field Values
      • POLYGON_PROPERTY_TYPE__ARCROLE

        static final int POLYGON_PROPERTY_TYPE__ARCROLE
        The feature id for the 'Arcrole' attribute.
        See Also:
        Constant Field Values
      • POLYGON_PROPERTY_TYPE__HREF

        static final int POLYGON_PROPERTY_TYPE__HREF
        The feature id for the 'Href' attribute.
        See Also:
        Constant Field Values
      • POLYGON_PROPERTY_TYPE__REMOTE_SCHEMA

        static final int POLYGON_PROPERTY_TYPE__REMOTE_SCHEMA
        The feature id for the 'Remote Schema' attribute.
        See Also:
        Constant Field Values
      • POLYGON_PROPERTY_TYPE__ROLE

        static final int POLYGON_PROPERTY_TYPE__ROLE
        The feature id for the 'Role' attribute.
        See Also:
        Constant Field Values
      • POLYGON_PROPERTY_TYPE__SHOW

        static final int POLYGON_PROPERTY_TYPE__SHOW
        The feature id for the 'Show' attribute.
        See Also:
        Constant Field Values
      • POLYGON_PROPERTY_TYPE__TITLE

        static final int POLYGON_PROPERTY_TYPE__TITLE
        The feature id for the 'Title' attribute.
        See Also:
        Constant Field Values
      • POLYGON_PROPERTY_TYPE__TYPE

        static final int POLYGON_PROPERTY_TYPE__TYPE
        The feature id for the 'Type' attribute.
        See Also:
        Constant Field Values
      • POLYGON_PROPERTY_TYPE_FEATURE_COUNT

        static final int POLYGON_PROPERTY_TYPE_FEATURE_COUNT
        The number of structural features of the 'Polygon Property Type' class.
        See Also:
        Constant Field Values
      • POLYGON_PROPERTY_TYPE_OPERATION_COUNT

        static final int POLYGON_PROPERTY_TYPE_OPERATION_COUNT
        The number of operations of the 'Polygon Property Type' class.
        See Also:
        Constant Field Values
      • POLYGON_TYPE__META_DATA_PROPERTY

        static final int POLYGON_TYPE__META_DATA_PROPERTY
        The feature id for the 'Meta Data Property' containment reference list.
        See Also:
        Constant Field Values
      • POLYGON_TYPE__DESCRIPTION

        static final int POLYGON_TYPE__DESCRIPTION
        The feature id for the 'Description' containment reference.
        See Also:
        Constant Field Values
      • POLYGON_TYPE__NAME_GROUP

        static final int POLYGON_TYPE__NAME_GROUP
        The feature id for the 'Name Group' attribute list.
        See Also:
        Constant Field Values
      • POLYGON_TYPE__NAME

        static final int POLYGON_TYPE__NAME
        The feature id for the 'Name' containment reference list.
        See Also:
        Constant Field Values
      • POLYGON_TYPE__ID

        static final int POLYGON_TYPE__ID
        The feature id for the 'Id' attribute.
        See Also:
        Constant Field Values
      • POLYGON_TYPE__AXIS_LABELS

        static final int POLYGON_TYPE__AXIS_LABELS
        The feature id for the 'Axis Labels' attribute.
        See Also:
        Constant Field Values
      • POLYGON_TYPE__GID

        static final int POLYGON_TYPE__GID
        The feature id for the 'Gid' attribute.
        See Also:
        Constant Field Values
      • POLYGON_TYPE__SRS_DIMENSION

        static final int POLYGON_TYPE__SRS_DIMENSION
        The feature id for the 'Srs Dimension' attribute.
        See Also:
        Constant Field Values
      • POLYGON_TYPE__SRS_NAME

        static final int POLYGON_TYPE__SRS_NAME
        The feature id for the 'Srs Name' attribute.
        See Also:
        Constant Field Values
      • POLYGON_TYPE__UOM_LABELS

        static final int POLYGON_TYPE__UOM_LABELS
        The feature id for the 'Uom Labels' attribute.
        See Also:
        Constant Field Values
      • POLYGON_TYPE__EXTERIOR_GROUP

        static final int POLYGON_TYPE__EXTERIOR_GROUP
        The feature id for the 'Exterior Group' attribute list.
        See Also:
        Constant Field Values
      • POLYGON_TYPE__EXTERIOR

        static final int POLYGON_TYPE__EXTERIOR
        The feature id for the 'Exterior' containment reference.
        See Also:
        Constant Field Values
      • POLYGON_TYPE__INTERIOR_GROUP

        static final int POLYGON_TYPE__INTERIOR_GROUP
        The feature id for the 'Interior Group' attribute list.
        See Also:
        Constant Field Values
      • POLYGON_TYPE__INTERIOR

        static final int POLYGON_TYPE__INTERIOR
        The feature id for the 'Interior' containment reference list.
        See Also:
        Constant Field Values
      • POLYGON_TYPE_FEATURE_COUNT

        static final int POLYGON_TYPE_FEATURE_COUNT
        The number of structural features of the 'Polygon Type' class.
        See Also:
        Constant Field Values
      • POLYGON_TYPE_OPERATION_COUNT

        static final int POLYGON_TYPE_OPERATION_COUNT
        The number of operations of the 'Polygon Type' class.
        See Also:
        Constant Field Values
      • SURFACE_TYPE__META_DATA_PROPERTY

        static final int SURFACE_TYPE__META_DATA_PROPERTY
        The feature id for the 'Meta Data Property' containment reference list.
        See Also:
        Constant Field Values
      • SURFACE_TYPE__DESCRIPTION

        static final int SURFACE_TYPE__DESCRIPTION
        The feature id for the 'Description' containment reference.
        See Also:
        Constant Field Values
      • SURFACE_TYPE__NAME_GROUP

        static final int SURFACE_TYPE__NAME_GROUP
        The feature id for the 'Name Group' attribute list.
        See Also:
        Constant Field Values
      • SURFACE_TYPE__NAME

        static final int SURFACE_TYPE__NAME
        The feature id for the 'Name' containment reference list.
        See Also:
        Constant Field Values
      • SURFACE_TYPE__ID

        static final int SURFACE_TYPE__ID
        The feature id for the 'Id' attribute.
        See Also:
        Constant Field Values
      • SURFACE_TYPE__AXIS_LABELS

        static final int SURFACE_TYPE__AXIS_LABELS
        The feature id for the 'Axis Labels' attribute.
        See Also:
        Constant Field Values
      • SURFACE_TYPE__GID

        static final int SURFACE_TYPE__GID
        The feature id for the 'Gid' attribute.
        See Also:
        Constant Field Values
      • SURFACE_TYPE__SRS_DIMENSION

        static final int SURFACE_TYPE__SRS_DIMENSION
        The feature id for the 'Srs Dimension' attribute.
        See Also:
        Constant Field Values
      • SURFACE_TYPE__SRS_NAME

        static final int SURFACE_TYPE__SRS_NAME
        The feature id for the 'Srs Name' attribute.
        See Also:
        Constant Field Values
      • SURFACE_TYPE__UOM_LABELS

        static final int SURFACE_TYPE__UOM_LABELS
        The feature id for the 'Uom Labels' attribute.
        See Also:
        Constant Field Values
      • SURFACE_TYPE__PATCHES_GROUP

        static final int SURFACE_TYPE__PATCHES_GROUP
        The feature id for the 'Patches Group' attribute list.
        See Also:
        Constant Field Values
      • SURFACE_TYPE__PATCHES

        static final int SURFACE_TYPE__PATCHES
        The feature id for the 'Patches' containment reference.
        See Also:
        Constant Field Values
      • SURFACE_TYPE_FEATURE_COUNT

        static final int SURFACE_TYPE_FEATURE_COUNT
        The number of structural features of the 'Surface Type' class.
        See Also:
        Constant Field Values
      • SURFACE_TYPE_OPERATION_COUNT

        static final int SURFACE_TYPE_OPERATION_COUNT
        The number of operations of the 'Surface Type' class.
        See Also:
        Constant Field Values
      • POLYHEDRAL_SURFACE_TYPE__META_DATA_PROPERTY

        static final int POLYHEDRAL_SURFACE_TYPE__META_DATA_PROPERTY
        The feature id for the 'Meta Data Property' containment reference list.
        See Also:
        Constant Field Values
      • POLYHEDRAL_SURFACE_TYPE__DESCRIPTION

        static final int POLYHEDRAL_SURFACE_TYPE__DESCRIPTION
        The feature id for the 'Description' containment reference.
        See Also:
        Constant Field Values
      • POLYHEDRAL_SURFACE_TYPE__NAME_GROUP

        static final int POLYHEDRAL_SURFACE_TYPE__NAME_GROUP
        The feature id for the 'Name Group' attribute list.
        See Also:
        Constant Field Values
      • POLYHEDRAL_SURFACE_TYPE__NAME

        static final int POLYHEDRAL_SURFACE_TYPE__NAME
        The feature id for the 'Name' containment reference list.
        See Also:
        Constant Field Values
      • POLYHEDRAL_SURFACE_TYPE__ID

        static final int POLYHEDRAL_SURFACE_TYPE__ID
        The feature id for the 'Id' attribute.
        See Also:
        Constant Field Values
      • POLYHEDRAL_SURFACE_TYPE__AXIS_LABELS

        static final int POLYHEDRAL_SURFACE_TYPE__AXIS_LABELS
        The feature id for the 'Axis Labels' attribute.
        See Also:
        Constant Field Values
      • POLYHEDRAL_SURFACE_TYPE__GID

        static final int POLYHEDRAL_SURFACE_TYPE__GID
        The feature id for the 'Gid' attribute.
        See Also:
        Constant Field Values
      • POLYHEDRAL_SURFACE_TYPE__SRS_DIMENSION

        static final int POLYHEDRAL_SURFACE_TYPE__SRS_DIMENSION
        The feature id for the 'Srs Dimension' attribute.
        See Also:
        Constant Field Values
      • POLYHEDRAL_SURFACE_TYPE__SRS_NAME

        static final int POLYHEDRAL_SURFACE_TYPE__SRS_NAME
        The feature id for the 'Srs Name' attribute.
        See Also:
        Constant Field Values
      • POLYHEDRAL_SURFACE_TYPE__UOM_LABELS

        static final int POLYHEDRAL_SURFACE_TYPE__UOM_LABELS
        The feature id for the 'Uom Labels' attribute.
        See Also:
        Constant Field Values
      • POLYHEDRAL_SURFACE_TYPE__PATCHES_GROUP

        static final int POLYHEDRAL_SURFACE_TYPE__PATCHES_GROUP
        The feature id for the 'Patches Group' attribute list.
        See Also:
        Constant Field Values
      • POLYHEDRAL_SURFACE_TYPE__PATCHES

        static final int POLYHEDRAL_SURFACE_TYPE__PATCHES
        The feature id for the 'Patches' containment reference.
        See Also:
        Constant Field Values
      • POLYHEDRAL_SURFACE_TYPE__POLYGON_PATCHES

        static final int POLYHEDRAL_SURFACE_TYPE__POLYGON_PATCHES
        The feature id for the 'Polygon Patches' containment reference.
        See Also:
        Constant Field Values
      • POLYHEDRAL_SURFACE_TYPE_FEATURE_COUNT

        static final int POLYHEDRAL_SURFACE_TYPE_FEATURE_COUNT
        The number of structural features of the 'Polyhedral Surface Type' class.
        See Also:
        Constant Field Values
      • POLYHEDRAL_SURFACE_TYPE_OPERATION_COUNT

        static final int POLYHEDRAL_SURFACE_TYPE_OPERATION_COUNT
        The number of operations of the 'Polyhedral Surface Type' class.
        See Also:
        Constant Field Values
      • PRIME_MERIDIAN_BASE_TYPE__META_DATA_PROPERTY

        static final int PRIME_MERIDIAN_BASE_TYPE__META_DATA_PROPERTY
        The feature id for the 'Meta Data Property' containment reference list.
        See Also:
        Constant Field Values
      • PRIME_MERIDIAN_BASE_TYPE__DESCRIPTION

        static final int PRIME_MERIDIAN_BASE_TYPE__DESCRIPTION
        The feature id for the 'Description' containment reference.
        See Also:
        Constant Field Values
      • PRIME_MERIDIAN_BASE_TYPE__NAME_GROUP

        static final int PRIME_MERIDIAN_BASE_TYPE__NAME_GROUP
        The feature id for the 'Name Group' attribute list.
        See Also:
        Constant Field Values
      • PRIME_MERIDIAN_BASE_TYPE__NAME

        static final int PRIME_MERIDIAN_BASE_TYPE__NAME
        The feature id for the 'Name' containment reference list.
        See Also:
        Constant Field Values
      • PRIME_MERIDIAN_BASE_TYPE__ID

        static final int PRIME_MERIDIAN_BASE_TYPE__ID
        The feature id for the 'Id' attribute.
        See Also:
        Constant Field Values
      • PRIME_MERIDIAN_BASE_TYPE__MERIDIAN_NAME

        static final int PRIME_MERIDIAN_BASE_TYPE__MERIDIAN_NAME
        The feature id for the 'Meridian Name' containment reference.
        See Also:
        Constant Field Values
      • PRIME_MERIDIAN_BASE_TYPE_FEATURE_COUNT

        static final int PRIME_MERIDIAN_BASE_TYPE_FEATURE_COUNT
        The number of structural features of the 'Prime Meridian Base Type' class.
        See Also:
        Constant Field Values
      • PRIME_MERIDIAN_BASE_TYPE_OPERATION_COUNT

        static final int PRIME_MERIDIAN_BASE_TYPE_OPERATION_COUNT
        The number of operations of the 'Prime Meridian Base Type' class.
        See Also:
        Constant Field Values
      • PRIME_MERIDIAN_REF_TYPE__PRIME_MERIDIAN

        static final int PRIME_MERIDIAN_REF_TYPE__PRIME_MERIDIAN
        The feature id for the 'Prime Meridian' containment reference.
        See Also:
        Constant Field Values
      • PRIME_MERIDIAN_REF_TYPE__ACTUATE

        static final int PRIME_MERIDIAN_REF_TYPE__ACTUATE
        The feature id for the 'Actuate' attribute.
        See Also:
        Constant Field Values
      • PRIME_MERIDIAN_REF_TYPE__ARCROLE

        static final int PRIME_MERIDIAN_REF_TYPE__ARCROLE
        The feature id for the 'Arcrole' attribute.
        See Also:
        Constant Field Values
      • PRIME_MERIDIAN_REF_TYPE__HREF

        static final int PRIME_MERIDIAN_REF_TYPE__HREF
        The feature id for the 'Href' attribute.
        See Also:
        Constant Field Values
      • PRIME_MERIDIAN_REF_TYPE__REMOTE_SCHEMA

        static final int PRIME_MERIDIAN_REF_TYPE__REMOTE_SCHEMA
        The feature id for the 'Remote Schema' attribute.
        See Also:
        Constant Field Values
      • PRIME_MERIDIAN_REF_TYPE__ROLE

        static final int PRIME_MERIDIAN_REF_TYPE__ROLE
        The feature id for the 'Role' attribute.
        See Also:
        Constant Field Values
      • PRIME_MERIDIAN_REF_TYPE__SHOW

        static final int PRIME_MERIDIAN_REF_TYPE__SHOW
        The feature id for the 'Show' attribute.
        See Also:
        Constant Field Values
      • PRIME_MERIDIAN_REF_TYPE__TITLE

        static final int PRIME_MERIDIAN_REF_TYPE__TITLE
        The feature id for the 'Title' attribute.
        See Also:
        Constant Field Values
      • PRIME_MERIDIAN_REF_TYPE__TYPE

        static final int PRIME_MERIDIAN_REF_TYPE__TYPE
        The feature id for the 'Type' attribute.
        See Also:
        Constant Field Values
      • PRIME_MERIDIAN_REF_TYPE_FEATURE_COUNT

        static final int PRIME_MERIDIAN_REF_TYPE_FEATURE_COUNT
        The number of structural features of the 'Prime Meridian Ref Type' class.
        See Also:
        Constant Field Values
      • PRIME_MERIDIAN_REF_TYPE_OPERATION_COUNT

        static final int PRIME_MERIDIAN_REF_TYPE_OPERATION_COUNT
        The number of operations of the 'Prime Meridian Ref Type' class.
        See Also:
        Constant Field Values
      • PRIME_MERIDIAN_TYPE__META_DATA_PROPERTY

        static final int PRIME_MERIDIAN_TYPE__META_DATA_PROPERTY
        The feature id for the 'Meta Data Property' containment reference list.
        See Also:
        Constant Field Values
      • PRIME_MERIDIAN_TYPE__DESCRIPTION

        static final int PRIME_MERIDIAN_TYPE__DESCRIPTION
        The feature id for the 'Description' containment reference.
        See Also:
        Constant Field Values
      • PRIME_MERIDIAN_TYPE__NAME_GROUP

        static final int PRIME_MERIDIAN_TYPE__NAME_GROUP
        The feature id for the 'Name Group' attribute list.
        See Also:
        Constant Field Values
      • PRIME_MERIDIAN_TYPE__NAME

        static final int PRIME_MERIDIAN_TYPE__NAME
        The feature id for the 'Name' containment reference list.
        See Also:
        Constant Field Values
      • PRIME_MERIDIAN_TYPE__ID

        static final int PRIME_MERIDIAN_TYPE__ID
        The feature id for the 'Id' attribute.
        See Also:
        Constant Field Values
      • PRIME_MERIDIAN_TYPE__MERIDIAN_NAME

        static final int PRIME_MERIDIAN_TYPE__MERIDIAN_NAME
        The feature id for the 'Meridian Name' containment reference.
        See Also:
        Constant Field Values
      • PRIME_MERIDIAN_TYPE__MERIDIAN_ID

        static final int PRIME_MERIDIAN_TYPE__MERIDIAN_ID
        The feature id for the 'Meridian ID' containment reference list.
        See Also:
        Constant Field Values
      • PRIME_MERIDIAN_TYPE__REMARKS

        static final int PRIME_MERIDIAN_TYPE__REMARKS
        The feature id for the 'Remarks' containment reference.
        See Also:
        Constant Field Values
      • PRIME_MERIDIAN_TYPE__GREENWICH_LONGITUDE

        static final int PRIME_MERIDIAN_TYPE__GREENWICH_LONGITUDE
        The feature id for the 'Greenwich Longitude' containment reference.
        See Also:
        Constant Field Values
      • PRIME_MERIDIAN_TYPE_FEATURE_COUNT

        static final int PRIME_MERIDIAN_TYPE_FEATURE_COUNT
        The number of structural features of the 'Prime Meridian Type' class.
        See Also:
        Constant Field Values
      • PRIME_MERIDIAN_TYPE_OPERATION_COUNT

        static final int PRIME_MERIDIAN_TYPE_OPERATION_COUNT
        The number of operations of the 'Prime Meridian Type' class.
        See Also:
        Constant Field Values
      • PRIORITY_LOCATION_PROPERTY_TYPE__GEOMETRY_GROUP

        static final int PRIORITY_LOCATION_PROPERTY_TYPE__GEOMETRY_GROUP
        The feature id for the 'Geometry Group' attribute list.
        See Also:
        Constant Field Values
      • PRIORITY_LOCATION_PROPERTY_TYPE__GEOMETRY

        static final int PRIORITY_LOCATION_PROPERTY_TYPE__GEOMETRY
        The feature id for the 'Geometry' containment reference.
        See Also:
        Constant Field Values
      • PRIORITY_LOCATION_PROPERTY_TYPE__LOCATION_KEY_WORD

        static final int PRIORITY_LOCATION_PROPERTY_TYPE__LOCATION_KEY_WORD
        The feature id for the 'Location Key Word' containment reference.
        See Also:
        Constant Field Values
      • PRIORITY_LOCATION_PROPERTY_TYPE__LOCATION_STRING

        static final int PRIORITY_LOCATION_PROPERTY_TYPE__LOCATION_STRING
        The feature id for the 'Location String' containment reference.
        See Also:
        Constant Field Values
      • PRIORITY_LOCATION_PROPERTY_TYPE__NULL

        static final int PRIORITY_LOCATION_PROPERTY_TYPE__NULL
        The feature id for the 'Null' attribute.
        See Also:
        Constant Field Values
      • PRIORITY_LOCATION_PROPERTY_TYPE__ACTUATE

        static final int PRIORITY_LOCATION_PROPERTY_TYPE__ACTUATE
        The feature id for the 'Actuate' attribute.
        See Also:
        Constant Field Values
      • PRIORITY_LOCATION_PROPERTY_TYPE__ARCROLE

        static final int PRIORITY_LOCATION_PROPERTY_TYPE__ARCROLE
        The feature id for the 'Arcrole' attribute.
        See Also:
        Constant Field Values
      • PRIORITY_LOCATION_PROPERTY_TYPE__HREF

        static final int PRIORITY_LOCATION_PROPERTY_TYPE__HREF
        The feature id for the 'Href' attribute.
        See Also:
        Constant Field Values
      • PRIORITY_LOCATION_PROPERTY_TYPE__REMOTE_SCHEMA

        static final int PRIORITY_LOCATION_PROPERTY_TYPE__REMOTE_SCHEMA
        The feature id for the 'Remote Schema' attribute.
        See Also:
        Constant Field Values
      • PRIORITY_LOCATION_PROPERTY_TYPE__ROLE

        static final int PRIORITY_LOCATION_PROPERTY_TYPE__ROLE
        The feature id for the 'Role' attribute.
        See Also:
        Constant Field Values
      • PRIORITY_LOCATION_PROPERTY_TYPE__SHOW

        static final int PRIORITY_LOCATION_PROPERTY_TYPE__SHOW
        The feature id for the 'Show' attribute.
        See Also:
        Constant Field Values
      • PRIORITY_LOCATION_PROPERTY_TYPE__TITLE

        static final int PRIORITY_LOCATION_PROPERTY_TYPE__TITLE
        The feature id for the 'Title' attribute.
        See Also:
        Constant Field Values
      • PRIORITY_LOCATION_PROPERTY_TYPE__TYPE

        static final int PRIORITY_LOCATION_PROPERTY_TYPE__TYPE
        The feature id for the 'Type' attribute.
        See Also:
        Constant Field Values
      • PRIORITY_LOCATION_PROPERTY_TYPE__PRIORITY

        static final int PRIORITY_LOCATION_PROPERTY_TYPE__PRIORITY
        The feature id for the 'Priority' attribute.
        See Also:
        Constant Field Values
      • PRIORITY_LOCATION_PROPERTY_TYPE_FEATURE_COUNT

        static final int PRIORITY_LOCATION_PROPERTY_TYPE_FEATURE_COUNT
        The number of structural features of the 'Priority Location Property Type' class.
        See Also:
        Constant Field Values
      • PRIORITY_LOCATION_PROPERTY_TYPE_OPERATION_COUNT

        static final int PRIORITY_LOCATION_PROPERTY_TYPE_OPERATION_COUNT
        The number of operations of the 'Priority Location Property Type' class.
        See Also:
        Constant Field Values
      • PROJECTED_CRS_REF_TYPE__PROJECTED_CRS

        static final int PROJECTED_CRS_REF_TYPE__PROJECTED_CRS
        The feature id for the 'Projected CRS' containment reference.
        See Also:
        Constant Field Values
      • PROJECTED_CRS_REF_TYPE__ACTUATE

        static final int PROJECTED_CRS_REF_TYPE__ACTUATE
        The feature id for the 'Actuate' attribute.
        See Also:
        Constant Field Values
      • PROJECTED_CRS_REF_TYPE__ARCROLE

        static final int PROJECTED_CRS_REF_TYPE__ARCROLE
        The feature id for the 'Arcrole' attribute.
        See Also:
        Constant Field Values
      • PROJECTED_CRS_REF_TYPE__HREF

        static final int PROJECTED_CRS_REF_TYPE__HREF
        The feature id for the 'Href' attribute.
        See Also:
        Constant Field Values
      • PROJECTED_CRS_REF_TYPE__REMOTE_SCHEMA

        static final int PROJECTED_CRS_REF_TYPE__REMOTE_SCHEMA
        The feature id for the 'Remote Schema' attribute.
        See Also:
        Constant Field Values
      • PROJECTED_CRS_REF_TYPE__ROLE

        static final int PROJECTED_CRS_REF_TYPE__ROLE
        The feature id for the 'Role' attribute.
        See Also:
        Constant Field Values
      • PROJECTED_CRS_REF_TYPE__SHOW

        static final int PROJECTED_CRS_REF_TYPE__SHOW
        The feature id for the 'Show' attribute.
        See Also:
        Constant Field Values
      • PROJECTED_CRS_REF_TYPE__TITLE

        static final int PROJECTED_CRS_REF_TYPE__TITLE
        The feature id for the 'Title' attribute.
        See Also:
        Constant Field Values
      • PROJECTED_CRS_REF_TYPE__TYPE

        static final int PROJECTED_CRS_REF_TYPE__TYPE
        The feature id for the 'Type' attribute.
        See Also:
        Constant Field Values
      • PROJECTED_CRS_REF_TYPE_FEATURE_COUNT

        static final int PROJECTED_CRS_REF_TYPE_FEATURE_COUNT
        The number of structural features of the 'Projected CRS Ref Type' class.
        See Also:
        Constant Field Values
      • PROJECTED_CRS_REF_TYPE_OPERATION_COUNT

        static final int PROJECTED_CRS_REF_TYPE_OPERATION_COUNT
        The number of operations of the 'Projected CRS Ref Type' class.
        See Also:
        Constant Field Values
      • PROJECTED_CRS_TYPE__META_DATA_PROPERTY

        static final int PROJECTED_CRS_TYPE__META_DATA_PROPERTY
        The feature id for the 'Meta Data Property' containment reference list.
        See Also:
        Constant Field Values
      • PROJECTED_CRS_TYPE__DESCRIPTION

        static final int PROJECTED_CRS_TYPE__DESCRIPTION
        The feature id for the 'Description' containment reference.
        See Also:
        Constant Field Values
      • PROJECTED_CRS_TYPE__NAME_GROUP

        static final int PROJECTED_CRS_TYPE__NAME_GROUP
        The feature id for the 'Name Group' attribute list.
        See Also:
        Constant Field Values
      • PROJECTED_CRS_TYPE__NAME

        static final int PROJECTED_CRS_TYPE__NAME
        The feature id for the 'Name' containment reference list.
        See Also:
        Constant Field Values
      • PROJECTED_CRS_TYPE__ID

        static final int PROJECTED_CRS_TYPE__ID
        The feature id for the 'Id' attribute.
        See Also:
        Constant Field Values
      • PROJECTED_CRS_TYPE__SRS_NAME

        static final int PROJECTED_CRS_TYPE__SRS_NAME
        The feature id for the 'Srs Name' containment reference.
        See Also:
        Constant Field Values
      • PROJECTED_CRS_TYPE__SRS_ID

        static final int PROJECTED_CRS_TYPE__SRS_ID
        The feature id for the 'Srs ID' containment reference list.
        See Also:
        Constant Field Values
      • PROJECTED_CRS_TYPE__REMARKS

        static final int PROJECTED_CRS_TYPE__REMARKS
        The feature id for the 'Remarks' containment reference.
        See Also:
        Constant Field Values
      • PROJECTED_CRS_TYPE__VALID_AREA

        static final int PROJECTED_CRS_TYPE__VALID_AREA
        The feature id for the 'Valid Area' containment reference.
        See Also:
        Constant Field Values
      • PROJECTED_CRS_TYPE__SCOPE

        static final int PROJECTED_CRS_TYPE__SCOPE
        The feature id for the 'Scope' attribute.
        See Also:
        Constant Field Values
      • PROJECTED_CRS_TYPE__BASE_CRS

        static final int PROJECTED_CRS_TYPE__BASE_CRS
        The feature id for the 'Base CRS' containment reference.
        See Also:
        Constant Field Values
      • PROJECTED_CRS_TYPE__DEFINED_BY_CONVERSION

        static final int PROJECTED_CRS_TYPE__DEFINED_BY_CONVERSION
        The feature id for the 'Defined By Conversion' containment reference.
        See Also:
        Constant Field Values
      • PROJECTED_CRS_TYPE__USES_CARTESIAN_CS

        static final int PROJECTED_CRS_TYPE__USES_CARTESIAN_CS
        The feature id for the 'Uses Cartesian CS' containment reference.
        See Also:
        Constant Field Values
      • PROJECTED_CRS_TYPE_FEATURE_COUNT

        static final int PROJECTED_CRS_TYPE_FEATURE_COUNT
        The number of structural features of the 'Projected CRS Type' class.
        See Also:
        Constant Field Values
      • PROJECTED_CRS_TYPE_OPERATION_COUNT

        static final int PROJECTED_CRS_TYPE_OPERATION_COUNT
        The number of operations of the 'Projected CRS Type' class.
        See Also:
        Constant Field Values
      • QUANTITY_EXTENT_TYPE__VALUE

        static final int QUANTITY_EXTENT_TYPE__VALUE
        The feature id for the 'Value' attribute.
        See Also:
        Constant Field Values
      • QUANTITY_EXTENT_TYPE__UOM

        static final int QUANTITY_EXTENT_TYPE__UOM
        The feature id for the 'Uom' attribute.
        See Also:
        Constant Field Values
      • QUANTITY_EXTENT_TYPE_FEATURE_COUNT

        static final int QUANTITY_EXTENT_TYPE_FEATURE_COUNT
        The number of structural features of the 'Quantity Extent Type' class.
        See Also:
        Constant Field Values
      • QUANTITY_EXTENT_TYPE_OPERATION_COUNT

        static final int QUANTITY_EXTENT_TYPE_OPERATION_COUNT
        The number of operations of the 'Quantity Extent Type' class.
        See Also:
        Constant Field Values
      • QUANTITY_PROPERTY_TYPE__BOOLEAN

        static final int QUANTITY_PROPERTY_TYPE__BOOLEAN
        The feature id for the 'Boolean' attribute.
        See Also:
        Constant Field Values
      • QUANTITY_PROPERTY_TYPE__CATEGORY

        static final int QUANTITY_PROPERTY_TYPE__CATEGORY
        The feature id for the 'Category' containment reference.
        See Also:
        Constant Field Values
      • QUANTITY_PROPERTY_TYPE__QUANTITY

        static final int QUANTITY_PROPERTY_TYPE__QUANTITY
        The feature id for the 'Quantity' containment reference.
        See Also:
        Constant Field Values
      • QUANTITY_PROPERTY_TYPE__COUNT

        static final int QUANTITY_PROPERTY_TYPE__COUNT
        The feature id for the 'Count' attribute.
        See Also:
        Constant Field Values
      • QUANTITY_PROPERTY_TYPE__BOOLEAN_LIST

        static final int QUANTITY_PROPERTY_TYPE__BOOLEAN_LIST
        The feature id for the 'Boolean List' attribute.
        See Also:
        Constant Field Values
      • QUANTITY_PROPERTY_TYPE__CATEGORY_LIST

        static final int QUANTITY_PROPERTY_TYPE__CATEGORY_LIST
        The feature id for the 'Category List' containment reference.
        See Also:
        Constant Field Values
      • QUANTITY_PROPERTY_TYPE__QUANTITY_LIST

        static final int QUANTITY_PROPERTY_TYPE__QUANTITY_LIST
        The feature id for the 'Quantity List' containment reference.
        See Also:
        Constant Field Values
      • QUANTITY_PROPERTY_TYPE__COUNT_LIST

        static final int QUANTITY_PROPERTY_TYPE__COUNT_LIST
        The feature id for the 'Count List' attribute.
        See Also:
        Constant Field Values
      • QUANTITY_PROPERTY_TYPE__CATEGORY_EXTENT

        static final int QUANTITY_PROPERTY_TYPE__CATEGORY_EXTENT
        The feature id for the 'Category Extent' containment reference.
        See Also:
        Constant Field Values
      • QUANTITY_PROPERTY_TYPE__QUANTITY_EXTENT

        static final int QUANTITY_PROPERTY_TYPE__QUANTITY_EXTENT
        The feature id for the 'Quantity Extent' containment reference.
        See Also:
        Constant Field Values
      • QUANTITY_PROPERTY_TYPE__COUNT_EXTENT

        static final int QUANTITY_PROPERTY_TYPE__COUNT_EXTENT
        The feature id for the 'Count Extent' attribute.
        See Also:
        Constant Field Values
      • QUANTITY_PROPERTY_TYPE__COMPOSITE_VALUE_GROUP

        static final int QUANTITY_PROPERTY_TYPE__COMPOSITE_VALUE_GROUP
        The feature id for the 'Composite Value Group' attribute list.
        See Also:
        Constant Field Values
      • QUANTITY_PROPERTY_TYPE__COMPOSITE_VALUE

        static final int QUANTITY_PROPERTY_TYPE__COMPOSITE_VALUE
        The feature id for the 'Composite Value' containment reference.
        See Also:
        Constant Field Values
      • QUANTITY_PROPERTY_TYPE__OBJECT_GROUP

        static final int QUANTITY_PROPERTY_TYPE__OBJECT_GROUP
        The feature id for the 'Object Group' attribute list.
        See Also:
        Constant Field Values
      • QUANTITY_PROPERTY_TYPE__OBJECT

        static final int QUANTITY_PROPERTY_TYPE__OBJECT
        The feature id for the 'Object' containment reference.
        See Also:
        Constant Field Values
      • QUANTITY_PROPERTY_TYPE__NULL

        static final int QUANTITY_PROPERTY_TYPE__NULL
        The feature id for the 'Null' attribute.
        See Also:
        Constant Field Values
      • QUANTITY_PROPERTY_TYPE__ACTUATE

        static final int QUANTITY_PROPERTY_TYPE__ACTUATE
        The feature id for the 'Actuate' attribute.
        See Also:
        Constant Field Values
      • QUANTITY_PROPERTY_TYPE__ARCROLE

        static final int QUANTITY_PROPERTY_TYPE__ARCROLE
        The feature id for the 'Arcrole' attribute.
        See Also:
        Constant Field Values
      • QUANTITY_PROPERTY_TYPE__HREF

        static final int QUANTITY_PROPERTY_TYPE__HREF
        The feature id for the 'Href' attribute.
        See Also:
        Constant Field Values
      • QUANTITY_PROPERTY_TYPE__REMOTE_SCHEMA

        static final int QUANTITY_PROPERTY_TYPE__REMOTE_SCHEMA
        The feature id for the 'Remote Schema' attribute.
        See Also:
        Constant Field Values
      • QUANTITY_PROPERTY_TYPE__ROLE

        static final int QUANTITY_PROPERTY_TYPE__ROLE
        The feature id for the 'Role' attribute.
        See Also:
        Constant Field Values
      • QUANTITY_PROPERTY_TYPE__SHOW

        static final int QUANTITY_PROPERTY_TYPE__SHOW
        The feature id for the 'Show' attribute.
        See Also:
        Constant Field Values
      • QUANTITY_PROPERTY_TYPE__TITLE

        static final int QUANTITY_PROPERTY_TYPE__TITLE
        The feature id for the 'Title' attribute.
        See Also:
        Constant Field Values
      • QUANTITY_PROPERTY_TYPE__TYPE

        static final int QUANTITY_PROPERTY_TYPE__TYPE
        The feature id for the 'Type' attribute.
        See Also:
        Constant Field Values
      • QUANTITY_PROPERTY_TYPE_FEATURE_COUNT

        static final int QUANTITY_PROPERTY_TYPE_FEATURE_COUNT
        The number of structural features of the 'Quantity Property Type' class.
        See Also:
        Constant Field Values
      • QUANTITY_PROPERTY_TYPE_OPERATION_COUNT

        static final int QUANTITY_PROPERTY_TYPE_OPERATION_COUNT
        The number of operations of the 'Quantity Property Type' class.
        See Also:
        Constant Field Values
      • RANGE_PARAMETERS_TYPE__BOOLEAN

        static final int RANGE_PARAMETERS_TYPE__BOOLEAN
        The feature id for the 'Boolean' attribute.
        See Also:
        Constant Field Values
      • RANGE_PARAMETERS_TYPE__CATEGORY

        static final int RANGE_PARAMETERS_TYPE__CATEGORY
        The feature id for the 'Category' containment reference.
        See Also:
        Constant Field Values
      • RANGE_PARAMETERS_TYPE__QUANTITY

        static final int RANGE_PARAMETERS_TYPE__QUANTITY
        The feature id for the 'Quantity' containment reference.
        See Also:
        Constant Field Values
      • RANGE_PARAMETERS_TYPE__COUNT

        static final int RANGE_PARAMETERS_TYPE__COUNT
        The feature id for the 'Count' attribute.
        See Also:
        Constant Field Values
      • RANGE_PARAMETERS_TYPE__BOOLEAN_LIST

        static final int RANGE_PARAMETERS_TYPE__BOOLEAN_LIST
        The feature id for the 'Boolean List' attribute.
        See Also:
        Constant Field Values
      • RANGE_PARAMETERS_TYPE__CATEGORY_LIST

        static final int RANGE_PARAMETERS_TYPE__CATEGORY_LIST
        The feature id for the 'Category List' containment reference.
        See Also:
        Constant Field Values
      • RANGE_PARAMETERS_TYPE__QUANTITY_LIST

        static final int RANGE_PARAMETERS_TYPE__QUANTITY_LIST
        The feature id for the 'Quantity List' containment reference.
        See Also:
        Constant Field Values
      • RANGE_PARAMETERS_TYPE__COUNT_LIST

        static final int RANGE_PARAMETERS_TYPE__COUNT_LIST
        The feature id for the 'Count List' attribute.
        See Also:
        Constant Field Values
      • RANGE_PARAMETERS_TYPE__CATEGORY_EXTENT

        static final int RANGE_PARAMETERS_TYPE__CATEGORY_EXTENT
        The feature id for the 'Category Extent' containment reference.
        See Also:
        Constant Field Values
      • RANGE_PARAMETERS_TYPE__QUANTITY_EXTENT

        static final int RANGE_PARAMETERS_TYPE__QUANTITY_EXTENT
        The feature id for the 'Quantity Extent' containment reference.
        See Also:
        Constant Field Values
      • RANGE_PARAMETERS_TYPE__COUNT_EXTENT

        static final int RANGE_PARAMETERS_TYPE__COUNT_EXTENT
        The feature id for the 'Count Extent' attribute.
        See Also:
        Constant Field Values
      • RANGE_PARAMETERS_TYPE__COMPOSITE_VALUE_GROUP

        static final int RANGE_PARAMETERS_TYPE__COMPOSITE_VALUE_GROUP
        The feature id for the 'Composite Value Group' attribute list.
        See Also:
        Constant Field Values
      • RANGE_PARAMETERS_TYPE__COMPOSITE_VALUE

        static final int RANGE_PARAMETERS_TYPE__COMPOSITE_VALUE
        The feature id for the 'Composite Value' containment reference.
        See Also:
        Constant Field Values
      • RANGE_PARAMETERS_TYPE__ACTUATE

        static final int RANGE_PARAMETERS_TYPE__ACTUATE
        The feature id for the 'Actuate' attribute.
        See Also:
        Constant Field Values
      • RANGE_PARAMETERS_TYPE__ARCROLE

        static final int RANGE_PARAMETERS_TYPE__ARCROLE
        The feature id for the 'Arcrole' attribute.
        See Also:
        Constant Field Values
      • RANGE_PARAMETERS_TYPE__HREF

        static final int RANGE_PARAMETERS_TYPE__HREF
        The feature id for the 'Href' attribute.
        See Also:
        Constant Field Values
      • RANGE_PARAMETERS_TYPE__REMOTE_SCHEMA

        static final int RANGE_PARAMETERS_TYPE__REMOTE_SCHEMA
        The feature id for the 'Remote Schema' attribute.
        See Also:
        Constant Field Values
      • RANGE_PARAMETERS_TYPE__ROLE

        static final int RANGE_PARAMETERS_TYPE__ROLE
        The feature id for the 'Role' attribute.
        See Also:
        Constant Field Values
      • RANGE_PARAMETERS_TYPE__SHOW

        static final int RANGE_PARAMETERS_TYPE__SHOW
        The feature id for the 'Show' attribute.
        See Also:
        Constant Field Values
      • RANGE_PARAMETERS_TYPE__TITLE

        static final int RANGE_PARAMETERS_TYPE__TITLE
        The feature id for the 'Title' attribute.
        See Also:
        Constant Field Values
      • RANGE_PARAMETERS_TYPE__TYPE

        static final int RANGE_PARAMETERS_TYPE__TYPE
        The feature id for the 'Type' attribute.
        See Also:
        Constant Field Values
      • RANGE_PARAMETERS_TYPE_FEATURE_COUNT

        static final int RANGE_PARAMETERS_TYPE_FEATURE_COUNT
        The number of structural features of the 'Range Parameters Type' class.
        See Also:
        Constant Field Values
      • RANGE_PARAMETERS_TYPE_OPERATION_COUNT

        static final int RANGE_PARAMETERS_TYPE_OPERATION_COUNT
        The number of operations of the 'Range Parameters Type' class.
        See Also:
        Constant Field Values
      • RANGE_SET_TYPE__VALUE_ARRAY

        static final int RANGE_SET_TYPE__VALUE_ARRAY
        The feature id for the 'Value Array' containment reference list.
        See Also:
        Constant Field Values
      • RANGE_SET_TYPE__SCALAR_VALUE_LIST

        static final int RANGE_SET_TYPE__SCALAR_VALUE_LIST
        The feature id for the 'Scalar Value List' attribute list.
        See Also:
        Constant Field Values
      • RANGE_SET_TYPE__BOOLEAN_LIST

        static final int RANGE_SET_TYPE__BOOLEAN_LIST
        The feature id for the 'Boolean List' attribute list.
        See Also:
        Constant Field Values
      • RANGE_SET_TYPE__CATEGORY_LIST

        static final int RANGE_SET_TYPE__CATEGORY_LIST
        The feature id for the 'Category List' containment reference list.
        See Also:
        Constant Field Values
      • RANGE_SET_TYPE__QUANTITY_LIST

        static final int RANGE_SET_TYPE__QUANTITY_LIST
        The feature id for the 'Quantity List' containment reference list.
        See Also:
        Constant Field Values
      • RANGE_SET_TYPE__COUNT_LIST

        static final int RANGE_SET_TYPE__COUNT_LIST
        The feature id for the 'Count List' attribute list.
        See Also:
        Constant Field Values
      • RANGE_SET_TYPE__DATA_BLOCK

        static final int RANGE_SET_TYPE__DATA_BLOCK
        The feature id for the 'Data Block' containment reference.
        See Also:
        Constant Field Values
      • RANGE_SET_TYPE__FILE

        static final int RANGE_SET_TYPE__FILE
        The feature id for the 'File' containment reference.
        See Also:
        Constant Field Values
      • RANGE_SET_TYPE_FEATURE_COUNT

        static final int RANGE_SET_TYPE_FEATURE_COUNT
        The number of structural features of the 'Range Set Type' class.
        See Also:
        Constant Field Values
      • RANGE_SET_TYPE_OPERATION_COUNT

        static final int RANGE_SET_TYPE_OPERATION_COUNT
        The number of operations of the 'Range Set Type' class.
        See Also:
        Constant Field Values
      • RECTANGLE_TYPE__EXTERIOR_GROUP

        static final int RECTANGLE_TYPE__EXTERIOR_GROUP
        The feature id for the 'Exterior Group' attribute list.
        See Also:
        Constant Field Values
      • RECTANGLE_TYPE__EXTERIOR

        static final int RECTANGLE_TYPE__EXTERIOR
        The feature id for the 'Exterior' containment reference.
        See Also:
        Constant Field Values
      • RECTANGLE_TYPE__INTERPOLATION

        static final int RECTANGLE_TYPE__INTERPOLATION
        The feature id for the 'Interpolation' attribute.
        See Also:
        Constant Field Values
      • RECTANGLE_TYPE_FEATURE_COUNT

        static final int RECTANGLE_TYPE_FEATURE_COUNT
        The number of structural features of the 'Rectangle Type' class.
        See Also:
        Constant Field Values
      • RECTANGLE_TYPE_OPERATION_COUNT

        static final int RECTANGLE_TYPE_OPERATION_COUNT
        The number of operations of the 'Rectangle Type' class.
        See Also:
        Constant Field Values
      • RECTIFIED_GRID_COVERAGE_TYPE__META_DATA_PROPERTY

        static final int RECTIFIED_GRID_COVERAGE_TYPE__META_DATA_PROPERTY
        The feature id for the 'Meta Data Property' containment reference list.
        See Also:
        Constant Field Values
      • RECTIFIED_GRID_COVERAGE_TYPE__DESCRIPTION

        static final int RECTIFIED_GRID_COVERAGE_TYPE__DESCRIPTION
        The feature id for the 'Description' containment reference.
        See Also:
        Constant Field Values
      • RECTIFIED_GRID_COVERAGE_TYPE__NAME_GROUP

        static final int RECTIFIED_GRID_COVERAGE_TYPE__NAME_GROUP
        The feature id for the 'Name Group' attribute list.
        See Also:
        Constant Field Values
      • RECTIFIED_GRID_COVERAGE_TYPE__NAME

        static final int RECTIFIED_GRID_COVERAGE_TYPE__NAME
        The feature id for the 'Name' containment reference list.
        See Also:
        Constant Field Values
      • RECTIFIED_GRID_COVERAGE_TYPE__ID

        static final int RECTIFIED_GRID_COVERAGE_TYPE__ID
        The feature id for the 'Id' attribute.
        See Also:
        Constant Field Values
      • RECTIFIED_GRID_COVERAGE_TYPE__BOUNDED_BY

        static final int RECTIFIED_GRID_COVERAGE_TYPE__BOUNDED_BY
        The feature id for the 'Bounded By' containment reference.
        See Also:
        Constant Field Values
      • RECTIFIED_GRID_COVERAGE_TYPE__LOCATION_GROUP

        static final int RECTIFIED_GRID_COVERAGE_TYPE__LOCATION_GROUP
        The feature id for the 'Location Group' attribute list.
        See Also:
        Constant Field Values
      • RECTIFIED_GRID_COVERAGE_TYPE__LOCATION

        static final int RECTIFIED_GRID_COVERAGE_TYPE__LOCATION
        The feature id for the 'Location' containment reference.
        See Also:
        Constant Field Values
      • RECTIFIED_GRID_COVERAGE_TYPE__DOMAIN_SET_GROUP

        static final int RECTIFIED_GRID_COVERAGE_TYPE__DOMAIN_SET_GROUP
        The feature id for the 'Domain Set Group' attribute list.
        See Also:
        Constant Field Values
      • RECTIFIED_GRID_COVERAGE_TYPE__DOMAIN_SET

        static final int RECTIFIED_GRID_COVERAGE_TYPE__DOMAIN_SET
        The feature id for the 'Domain Set' containment reference.
        See Also:
        Constant Field Values
      • RECTIFIED_GRID_COVERAGE_TYPE__RANGE_SET

        static final int RECTIFIED_GRID_COVERAGE_TYPE__RANGE_SET
        The feature id for the 'Range Set' containment reference.
        See Also:
        Constant Field Values
      • RECTIFIED_GRID_COVERAGE_TYPE__DIMENSION

        static final int RECTIFIED_GRID_COVERAGE_TYPE__DIMENSION
        The feature id for the 'Dimension' attribute.
        See Also:
        Constant Field Values
      • RECTIFIED_GRID_COVERAGE_TYPE__COVERAGE_FUNCTION

        static final int RECTIFIED_GRID_COVERAGE_TYPE__COVERAGE_FUNCTION
        The feature id for the 'Coverage Function' containment reference.
        See Also:
        Constant Field Values
      • RECTIFIED_GRID_COVERAGE_TYPE__RECTIFIED_GRID_DOMAIN

        static final int RECTIFIED_GRID_COVERAGE_TYPE__RECTIFIED_GRID_DOMAIN
        The feature id for the 'Rectified Grid Domain' containment reference.
        See Also:
        Constant Field Values
      • RECTIFIED_GRID_COVERAGE_TYPE_FEATURE_COUNT

        static final int RECTIFIED_GRID_COVERAGE_TYPE_FEATURE_COUNT
        The number of structural features of the 'Rectified Grid Coverage Type' class.
        See Also:
        Constant Field Values
      • RECTIFIED_GRID_COVERAGE_TYPE_OPERATION_COUNT

        static final int RECTIFIED_GRID_COVERAGE_TYPE_OPERATION_COUNT
        The number of operations of the 'Rectified Grid Coverage Type' class.
        See Also:
        Constant Field Values
      • RECTIFIED_GRID_DOMAIN_TYPE__GEOMETRY_GROUP

        static final int RECTIFIED_GRID_DOMAIN_TYPE__GEOMETRY_GROUP
        The feature id for the 'Geometry Group' attribute list.
        See Also:
        Constant Field Values
      • RECTIFIED_GRID_DOMAIN_TYPE__GEOMETRY

        static final int RECTIFIED_GRID_DOMAIN_TYPE__GEOMETRY
        The feature id for the 'Geometry' containment reference.
        See Also:
        Constant Field Values
      • RECTIFIED_GRID_DOMAIN_TYPE__TIME_OBJECT_GROUP

        static final int RECTIFIED_GRID_DOMAIN_TYPE__TIME_OBJECT_GROUP
        The feature id for the 'Time Object Group' attribute list.
        See Also:
        Constant Field Values
      • RECTIFIED_GRID_DOMAIN_TYPE__TIME_OBJECT

        static final int RECTIFIED_GRID_DOMAIN_TYPE__TIME_OBJECT
        The feature id for the 'Time Object' containment reference.
        See Also:
        Constant Field Values
      • RECTIFIED_GRID_DOMAIN_TYPE__ACTUATE

        static final int RECTIFIED_GRID_DOMAIN_TYPE__ACTUATE
        The feature id for the 'Actuate' attribute.
        See Also:
        Constant Field Values
      • RECTIFIED_GRID_DOMAIN_TYPE__ARCROLE

        static final int RECTIFIED_GRID_DOMAIN_TYPE__ARCROLE
        The feature id for the 'Arcrole' attribute.
        See Also:
        Constant Field Values
      • RECTIFIED_GRID_DOMAIN_TYPE__HREF

        static final int RECTIFIED_GRID_DOMAIN_TYPE__HREF
        The feature id for the 'Href' attribute.
        See Also:
        Constant Field Values
      • RECTIFIED_GRID_DOMAIN_TYPE__REMOTE_SCHEMA

        static final int RECTIFIED_GRID_DOMAIN_TYPE__REMOTE_SCHEMA
        The feature id for the 'Remote Schema' attribute.
        See Also:
        Constant Field Values
      • RECTIFIED_GRID_DOMAIN_TYPE__ROLE

        static final int RECTIFIED_GRID_DOMAIN_TYPE__ROLE
        The feature id for the 'Role' attribute.
        See Also:
        Constant Field Values
      • RECTIFIED_GRID_DOMAIN_TYPE__SHOW

        static final int RECTIFIED_GRID_DOMAIN_TYPE__SHOW
        The feature id for the 'Show' attribute.
        See Also:
        Constant Field Values
      • RECTIFIED_GRID_DOMAIN_TYPE__TITLE

        static final int RECTIFIED_GRID_DOMAIN_TYPE__TITLE
        The feature id for the 'Title' attribute.
        See Also:
        Constant Field Values
      • RECTIFIED_GRID_DOMAIN_TYPE__TYPE

        static final int RECTIFIED_GRID_DOMAIN_TYPE__TYPE
        The feature id for the 'Type' attribute.
        See Also:
        Constant Field Values
      • RECTIFIED_GRID_DOMAIN_TYPE__RECTIFIED_GRID

        static final int RECTIFIED_GRID_DOMAIN_TYPE__RECTIFIED_GRID
        The feature id for the 'Rectified Grid' containment reference.
        See Also:
        Constant Field Values
      • RECTIFIED_GRID_DOMAIN_TYPE_FEATURE_COUNT

        static final int RECTIFIED_GRID_DOMAIN_TYPE_FEATURE_COUNT
        The number of structural features of the 'Rectified Grid Domain Type' class.
        See Also:
        Constant Field Values
      • RECTIFIED_GRID_DOMAIN_TYPE_OPERATION_COUNT

        static final int RECTIFIED_GRID_DOMAIN_TYPE_OPERATION_COUNT
        The number of operations of the 'Rectified Grid Domain Type' class.
        See Also:
        Constant Field Values
      • RECTIFIED_GRID_TYPE__META_DATA_PROPERTY

        static final int RECTIFIED_GRID_TYPE__META_DATA_PROPERTY
        The feature id for the 'Meta Data Property' containment reference list.
        See Also:
        Constant Field Values
      • RECTIFIED_GRID_TYPE__DESCRIPTION

        static final int RECTIFIED_GRID_TYPE__DESCRIPTION
        The feature id for the 'Description' containment reference.
        See Also:
        Constant Field Values
      • RECTIFIED_GRID_TYPE__NAME_GROUP

        static final int RECTIFIED_GRID_TYPE__NAME_GROUP
        The feature id for the 'Name Group' attribute list.
        See Also:
        Constant Field Values
      • RECTIFIED_GRID_TYPE__NAME

        static final int RECTIFIED_GRID_TYPE__NAME
        The feature id for the 'Name' containment reference list.
        See Also:
        Constant Field Values
      • RECTIFIED_GRID_TYPE__ID

        static final int RECTIFIED_GRID_TYPE__ID
        The feature id for the 'Id' attribute.
        See Also:
        Constant Field Values
      • RECTIFIED_GRID_TYPE__AXIS_LABELS

        static final int RECTIFIED_GRID_TYPE__AXIS_LABELS
        The feature id for the 'Axis Labels' attribute.
        See Also:
        Constant Field Values
      • RECTIFIED_GRID_TYPE__GID

        static final int RECTIFIED_GRID_TYPE__GID
        The feature id for the 'Gid' attribute.
        See Also:
        Constant Field Values
      • RECTIFIED_GRID_TYPE__SRS_DIMENSION

        static final int RECTIFIED_GRID_TYPE__SRS_DIMENSION
        The feature id for the 'Srs Dimension' attribute.
        See Also:
        Constant Field Values
      • RECTIFIED_GRID_TYPE__SRS_NAME

        static final int RECTIFIED_GRID_TYPE__SRS_NAME
        The feature id for the 'Srs Name' attribute.
        See Also:
        Constant Field Values
      • RECTIFIED_GRID_TYPE__UOM_LABELS

        static final int RECTIFIED_GRID_TYPE__UOM_LABELS
        The feature id for the 'Uom Labels' attribute.
        See Also:
        Constant Field Values
      • RECTIFIED_GRID_TYPE__LIMITS

        static final int RECTIFIED_GRID_TYPE__LIMITS
        The feature id for the 'Limits' containment reference.
        See Also:
        Constant Field Values
      • RECTIFIED_GRID_TYPE__AXIS_NAME

        static final int RECTIFIED_GRID_TYPE__AXIS_NAME
        The feature id for the 'Axis Name' attribute list.
        See Also:
        Constant Field Values
      • RECTIFIED_GRID_TYPE__DIMENSION

        static final int RECTIFIED_GRID_TYPE__DIMENSION
        The feature id for the 'Dimension' attribute.
        See Also:
        Constant Field Values
      • RECTIFIED_GRID_TYPE__ORIGIN

        static final int RECTIFIED_GRID_TYPE__ORIGIN
        The feature id for the 'Origin' containment reference.
        See Also:
        Constant Field Values
      • RECTIFIED_GRID_TYPE__OFFSET_VECTOR

        static final int RECTIFIED_GRID_TYPE__OFFSET_VECTOR
        The feature id for the 'Offset Vector' containment reference list.
        See Also:
        Constant Field Values
      • RECTIFIED_GRID_TYPE_FEATURE_COUNT

        static final int RECTIFIED_GRID_TYPE_FEATURE_COUNT
        The number of structural features of the 'Rectified Grid Type' class.
        See Also:
        Constant Field Values
      • RECTIFIED_GRID_TYPE_OPERATION_COUNT

        static final int RECTIFIED_GRID_TYPE_OPERATION_COUNT
        The number of operations of the 'Rectified Grid Type' class.
        See Also:
        Constant Field Values
      • REFERENCE_SYSTEM_REF_TYPE__REFERENCE_SYSTEM_GROUP

        static final int REFERENCE_SYSTEM_REF_TYPE__REFERENCE_SYSTEM_GROUP
        The feature id for the 'Reference System Group' attribute list.
        See Also:
        Constant Field Values
      • REFERENCE_SYSTEM_REF_TYPE__REFERENCE_SYSTEM

        static final int REFERENCE_SYSTEM_REF_TYPE__REFERENCE_SYSTEM
        The feature id for the 'Reference System' containment reference.
        See Also:
        Constant Field Values
      • REFERENCE_SYSTEM_REF_TYPE__ACTUATE

        static final int REFERENCE_SYSTEM_REF_TYPE__ACTUATE
        The feature id for the 'Actuate' attribute.
        See Also:
        Constant Field Values
      • REFERENCE_SYSTEM_REF_TYPE__ARCROLE

        static final int REFERENCE_SYSTEM_REF_TYPE__ARCROLE
        The feature id for the 'Arcrole' attribute.
        See Also:
        Constant Field Values
      • REFERENCE_SYSTEM_REF_TYPE__HREF

        static final int REFERENCE_SYSTEM_REF_TYPE__HREF
        The feature id for the 'Href' attribute.
        See Also:
        Constant Field Values
      • REFERENCE_SYSTEM_REF_TYPE__REMOTE_SCHEMA

        static final int REFERENCE_SYSTEM_REF_TYPE__REMOTE_SCHEMA
        The feature id for the 'Remote Schema' attribute.
        See Also:
        Constant Field Values
      • REFERENCE_SYSTEM_REF_TYPE__ROLE

        static final int REFERENCE_SYSTEM_REF_TYPE__ROLE
        The feature id for the 'Role' attribute.
        See Also:
        Constant Field Values
      • REFERENCE_SYSTEM_REF_TYPE__SHOW

        static final int REFERENCE_SYSTEM_REF_TYPE__SHOW
        The feature id for the 'Show' attribute.
        See Also:
        Constant Field Values
      • REFERENCE_SYSTEM_REF_TYPE__TITLE

        static final int REFERENCE_SYSTEM_REF_TYPE__TITLE
        The feature id for the 'Title' attribute.
        See Also:
        Constant Field Values
      • REFERENCE_SYSTEM_REF_TYPE__TYPE

        static final int REFERENCE_SYSTEM_REF_TYPE__TYPE
        The feature id for the 'Type' attribute.
        See Also:
        Constant Field Values
      • REFERENCE_SYSTEM_REF_TYPE_FEATURE_COUNT

        static final int REFERENCE_SYSTEM_REF_TYPE_FEATURE_COUNT
        The number of structural features of the 'Reference System Ref Type' class.
        See Also:
        Constant Field Values
      • REFERENCE_SYSTEM_REF_TYPE_OPERATION_COUNT

        static final int REFERENCE_SYSTEM_REF_TYPE_OPERATION_COUNT
        The number of operations of the 'Reference System Ref Type' class.
        See Also:
        Constant Field Values
      • REFERENCE_TYPE__ACTUATE

        static final int REFERENCE_TYPE__ACTUATE
        The feature id for the 'Actuate' attribute.
        See Also:
        Constant Field Values
      • REFERENCE_TYPE__ARCROLE

        static final int REFERENCE_TYPE__ARCROLE
        The feature id for the 'Arcrole' attribute.
        See Also:
        Constant Field Values
      • REFERENCE_TYPE__HREF

        static final int REFERENCE_TYPE__HREF
        The feature id for the 'Href' attribute.
        See Also:
        Constant Field Values
      • REFERENCE_TYPE__REMOTE_SCHEMA

        static final int REFERENCE_TYPE__REMOTE_SCHEMA
        The feature id for the 'Remote Schema' attribute.
        See Also:
        Constant Field Values
      • REFERENCE_TYPE__ROLE

        static final int REFERENCE_TYPE__ROLE
        The feature id for the 'Role' attribute.
        See Also:
        Constant Field Values
      • REFERENCE_TYPE__SHOW

        static final int REFERENCE_TYPE__SHOW
        The feature id for the 'Show' attribute.
        See Also:
        Constant Field Values
      • REFERENCE_TYPE__TITLE

        static final int REFERENCE_TYPE__TITLE
        The feature id for the 'Title' attribute.
        See Also:
        Constant Field Values
      • REFERENCE_TYPE__TYPE

        static final int REFERENCE_TYPE__TYPE
        The feature id for the 'Type' attribute.
        See Also:
        Constant Field Values
      • REFERENCE_TYPE_FEATURE_COUNT

        static final int REFERENCE_TYPE_FEATURE_COUNT
        The number of structural features of the 'Reference Type' class.
        See Also:
        Constant Field Values
      • REFERENCE_TYPE_OPERATION_COUNT

        static final int REFERENCE_TYPE_OPERATION_COUNT
        The number of operations of the 'Reference Type' class.
        See Also:
        Constant Field Values
      • REF_LOCATION_TYPE__AFFINE_PLACEMENT

        static final int REF_LOCATION_TYPE__AFFINE_PLACEMENT
        The feature id for the 'Affine Placement' containment reference.
        See Also:
        Constant Field Values
      • REF_LOCATION_TYPE_FEATURE_COUNT

        static final int REF_LOCATION_TYPE_FEATURE_COUNT
        The number of structural features of the 'Ref Location Type' class.
        See Also:
        Constant Field Values
      • REF_LOCATION_TYPE_OPERATION_COUNT

        static final int REF_LOCATION_TYPE_OPERATION_COUNT
        The number of operations of the 'Ref Location Type' class.
        See Also:
        Constant Field Values
      • TIME_PRIMITIVE_PROPERTY_TYPE__TIME_PRIMITIVE_GROUP

        static final int TIME_PRIMITIVE_PROPERTY_TYPE__TIME_PRIMITIVE_GROUP
        The feature id for the 'Time Primitive Group' attribute list.
        See Also:
        Constant Field Values
      • TIME_PRIMITIVE_PROPERTY_TYPE__TIME_PRIMITIVE

        static final int TIME_PRIMITIVE_PROPERTY_TYPE__TIME_PRIMITIVE
        The feature id for the 'Time Primitive' containment reference.
        See Also:
        Constant Field Values
      • TIME_PRIMITIVE_PROPERTY_TYPE__ACTUATE

        static final int TIME_PRIMITIVE_PROPERTY_TYPE__ACTUATE
        The feature id for the 'Actuate' attribute.
        See Also:
        Constant Field Values
      • TIME_PRIMITIVE_PROPERTY_TYPE__ARCROLE

        static final int TIME_PRIMITIVE_PROPERTY_TYPE__ARCROLE
        The feature id for the 'Arcrole' attribute.
        See Also:
        Constant Field Values
      • TIME_PRIMITIVE_PROPERTY_TYPE__HREF

        static final int TIME_PRIMITIVE_PROPERTY_TYPE__HREF
        The feature id for the 'Href' attribute.
        See Also:
        Constant Field Values
      • TIME_PRIMITIVE_PROPERTY_TYPE__REMOTE_SCHEMA

        static final int TIME_PRIMITIVE_PROPERTY_TYPE__REMOTE_SCHEMA
        The feature id for the 'Remote Schema' attribute.
        See Also:
        Constant Field Values
      • TIME_PRIMITIVE_PROPERTY_TYPE__ROLE

        static final int TIME_PRIMITIVE_PROPERTY_TYPE__ROLE
        The feature id for the 'Role' attribute.
        See Also:
        Constant Field Values
      • TIME_PRIMITIVE_PROPERTY_TYPE__SHOW

        static final int TIME_PRIMITIVE_PROPERTY_TYPE__SHOW
        The feature id for the 'Show' attribute.
        See Also:
        Constant Field Values
      • TIME_PRIMITIVE_PROPERTY_TYPE__TITLE

        static final int TIME_PRIMITIVE_PROPERTY_TYPE__TITLE
        The feature id for the 'Title' attribute.
        See Also:
        Constant Field Values
      • TIME_PRIMITIVE_PROPERTY_TYPE__TYPE

        static final int TIME_PRIMITIVE_PROPERTY_TYPE__TYPE
        The feature id for the 'Type' attribute.
        See Also:
        Constant Field Values
      • TIME_PRIMITIVE_PROPERTY_TYPE_FEATURE_COUNT

        static final int TIME_PRIMITIVE_PROPERTY_TYPE_FEATURE_COUNT
        The number of structural features of the 'Time Primitive Property Type' class.
        See Also:
        Constant Field Values
      • TIME_PRIMITIVE_PROPERTY_TYPE_OPERATION_COUNT

        static final int TIME_PRIMITIVE_PROPERTY_TYPE_OPERATION_COUNT
        The number of operations of the 'Time Primitive Property Type' class.
        See Also:
        Constant Field Values
      • RELATED_TIME_TYPE__TIME_PRIMITIVE_GROUP

        static final int RELATED_TIME_TYPE__TIME_PRIMITIVE_GROUP
        The feature id for the 'Time Primitive Group' attribute list.
        See Also:
        Constant Field Values
      • RELATED_TIME_TYPE__TIME_PRIMITIVE

        static final int RELATED_TIME_TYPE__TIME_PRIMITIVE
        The feature id for the 'Time Primitive' containment reference.
        See Also:
        Constant Field Values
      • RELATED_TIME_TYPE__ACTUATE

        static final int RELATED_TIME_TYPE__ACTUATE
        The feature id for the 'Actuate' attribute.
        See Also:
        Constant Field Values
      • RELATED_TIME_TYPE__ARCROLE

        static final int RELATED_TIME_TYPE__ARCROLE
        The feature id for the 'Arcrole' attribute.
        See Also:
        Constant Field Values
      • RELATED_TIME_TYPE__HREF

        static final int RELATED_TIME_TYPE__HREF
        The feature id for the 'Href' attribute.
        See Also:
        Constant Field Values
      • RELATED_TIME_TYPE__REMOTE_SCHEMA

        static final int RELATED_TIME_TYPE__REMOTE_SCHEMA
        The feature id for the 'Remote Schema' attribute.
        See Also:
        Constant Field Values
      • RELATED_TIME_TYPE__ROLE

        static final int RELATED_TIME_TYPE__ROLE
        The feature id for the 'Role' attribute.
        See Also:
        Constant Field Values
      • RELATED_TIME_TYPE__SHOW

        static final int RELATED_TIME_TYPE__SHOW
        The feature id for the 'Show' attribute.
        See Also:
        Constant Field Values
      • RELATED_TIME_TYPE__TITLE

        static final int RELATED_TIME_TYPE__TITLE
        The feature id for the 'Title' attribute.
        See Also:
        Constant Field Values
      • RELATED_TIME_TYPE__TYPE

        static final int RELATED_TIME_TYPE__TYPE
        The feature id for the 'Type' attribute.
        See Also:
        Constant Field Values
      • RELATED_TIME_TYPE__RELATIVE_POSITION

        static final int RELATED_TIME_TYPE__RELATIVE_POSITION
        The feature id for the 'Relative Position' attribute.
        See Also:
        Constant Field Values
      • RELATED_TIME_TYPE_FEATURE_COUNT

        static final int RELATED_TIME_TYPE_FEATURE_COUNT
        The number of structural features of the 'Related Time Type' class.
        See Also:
        Constant Field Values
      • RELATED_TIME_TYPE_OPERATION_COUNT

        static final int RELATED_TIME_TYPE_OPERATION_COUNT
        The number of operations of the 'Related Time Type' class.
        See Also:
        Constant Field Values
      • RELATIVE_INTERNAL_POSITIONAL_ACCURACY_TYPE__MEASURE_DESCRIPTION

        static final int RELATIVE_INTERNAL_POSITIONAL_ACCURACY_TYPE__MEASURE_DESCRIPTION
        The feature id for the 'Measure Description' containment reference.
        See Also:
        Constant Field Values
      • RELATIVE_INTERNAL_POSITIONAL_ACCURACY_TYPE__RESULT

        static final int RELATIVE_INTERNAL_POSITIONAL_ACCURACY_TYPE__RESULT
        The feature id for the 'Result' containment reference.
        See Also:
        Constant Field Values
      • RELATIVE_INTERNAL_POSITIONAL_ACCURACY_TYPE_FEATURE_COUNT

        static final int RELATIVE_INTERNAL_POSITIONAL_ACCURACY_TYPE_FEATURE_COUNT
        The number of structural features of the 'Relative Internal Positional Accuracy Type' class.
        See Also:
        Constant Field Values
      • RELATIVE_INTERNAL_POSITIONAL_ACCURACY_TYPE_OPERATION_COUNT

        static final int RELATIVE_INTERNAL_POSITIONAL_ACCURACY_TYPE_OPERATION_COUNT
        The number of operations of the 'Relative Internal Positional Accuracy Type' class.
        See Also:
        Constant Field Values
      • RING_PROPERTY_TYPE__RING

        static final int RING_PROPERTY_TYPE__RING
        The feature id for the 'Ring' containment reference.
        See Also:
        Constant Field Values
      • RING_PROPERTY_TYPE_FEATURE_COUNT

        static final int RING_PROPERTY_TYPE_FEATURE_COUNT
        The number of structural features of the 'Ring Property Type' class.
        See Also:
        Constant Field Values
      • RING_PROPERTY_TYPE_OPERATION_COUNT

        static final int RING_PROPERTY_TYPE_OPERATION_COUNT
        The number of operations of the 'Ring Property Type' class.
        See Also:
        Constant Field Values
      • RING_TYPE__META_DATA_PROPERTY

        static final int RING_TYPE__META_DATA_PROPERTY
        The feature id for the 'Meta Data Property' containment reference list.
        See Also:
        Constant Field Values
      • RING_TYPE__DESCRIPTION

        static final int RING_TYPE__DESCRIPTION
        The feature id for the 'Description' containment reference.
        See Also:
        Constant Field Values
      • RING_TYPE__NAME_GROUP

        static final int RING_TYPE__NAME_GROUP
        The feature id for the 'Name Group' attribute list.
        See Also:
        Constant Field Values
      • RING_TYPE__NAME

        static final int RING_TYPE__NAME
        The feature id for the 'Name' containment reference list.
        See Also:
        Constant Field Values
      • RING_TYPE__ID

        static final int RING_TYPE__ID
        The feature id for the 'Id' attribute.
        See Also:
        Constant Field Values
      • RING_TYPE__AXIS_LABELS

        static final int RING_TYPE__AXIS_LABELS
        The feature id for the 'Axis Labels' attribute.
        See Also:
        Constant Field Values
      • RING_TYPE__GID

        static final int RING_TYPE__GID
        The feature id for the 'Gid' attribute.
        See Also:
        Constant Field Values
      • RING_TYPE__SRS_DIMENSION

        static final int RING_TYPE__SRS_DIMENSION
        The feature id for the 'Srs Dimension' attribute.
        See Also:
        Constant Field Values
      • RING_TYPE__SRS_NAME

        static final int RING_TYPE__SRS_NAME
        The feature id for the 'Srs Name' attribute.
        See Also:
        Constant Field Values
      • RING_TYPE__UOM_LABELS

        static final int RING_TYPE__UOM_LABELS
        The feature id for the 'Uom Labels' attribute.
        See Also:
        Constant Field Values
      • RING_TYPE__CURVE_MEMBER

        static final int RING_TYPE__CURVE_MEMBER
        The feature id for the 'Curve Member' containment reference list.
        See Also:
        Constant Field Values
      • RING_TYPE_FEATURE_COUNT

        static final int RING_TYPE_FEATURE_COUNT
        The number of structural features of the 'Ring Type' class.
        See Also:
        Constant Field Values
      • RING_TYPE_OPERATION_COUNT

        static final int RING_TYPE_OPERATION_COUNT
        The number of operations of the 'Ring Type' class.
        See Also:
        Constant Field Values
      • ROW_TYPE__POS_LIST

        static final int ROW_TYPE__POS_LIST
        The feature id for the 'Pos List' containment reference.
        See Also:
        Constant Field Values
      • ROW_TYPE__GEOMETRIC_POSITION_GROUP

        static final int ROW_TYPE__GEOMETRIC_POSITION_GROUP
        The feature id for the 'Geometric Position Group' attribute list.
        See Also:
        Constant Field Values
      • ROW_TYPE__POS

        static final int ROW_TYPE__POS
        The feature id for the 'Pos' containment reference list.
        See Also:
        Constant Field Values
      • ROW_TYPE__POINT_PROPERTY

        static final int ROW_TYPE__POINT_PROPERTY
        The feature id for the 'Point Property' containment reference list.
        See Also:
        Constant Field Values
      • ROW_TYPE_FEATURE_COUNT

        static final int ROW_TYPE_FEATURE_COUNT
        The number of structural features of the 'Row Type' class.
        See Also:
        Constant Field Values
      • ROW_TYPE_OPERATION_COUNT

        static final int ROW_TYPE_OPERATION_COUNT
        The number of operations of the 'Row Type' class.
        See Also:
        Constant Field Values
      • SCALAR_VALUE_PROPERTY_TYPE__BOOLEAN

        static final int SCALAR_VALUE_PROPERTY_TYPE__BOOLEAN
        The feature id for the 'Boolean' attribute.
        See Also:
        Constant Field Values
      • SCALAR_VALUE_PROPERTY_TYPE__CATEGORY

        static final int SCALAR_VALUE_PROPERTY_TYPE__CATEGORY
        The feature id for the 'Category' containment reference.
        See Also:
        Constant Field Values
      • SCALAR_VALUE_PROPERTY_TYPE__QUANTITY

        static final int SCALAR_VALUE_PROPERTY_TYPE__QUANTITY
        The feature id for the 'Quantity' containment reference.
        See Also:
        Constant Field Values
      • SCALAR_VALUE_PROPERTY_TYPE__COUNT

        static final int SCALAR_VALUE_PROPERTY_TYPE__COUNT
        The feature id for the 'Count' attribute.
        See Also:
        Constant Field Values
      • SCALAR_VALUE_PROPERTY_TYPE__BOOLEAN_LIST

        static final int SCALAR_VALUE_PROPERTY_TYPE__BOOLEAN_LIST
        The feature id for the 'Boolean List' attribute.
        See Also:
        Constant Field Values
      • SCALAR_VALUE_PROPERTY_TYPE__CATEGORY_LIST

        static final int SCALAR_VALUE_PROPERTY_TYPE__CATEGORY_LIST
        The feature id for the 'Category List' containment reference.
        See Also:
        Constant Field Values
      • SCALAR_VALUE_PROPERTY_TYPE__QUANTITY_LIST

        static final int SCALAR_VALUE_PROPERTY_TYPE__QUANTITY_LIST
        The feature id for the 'Quantity List' containment reference.
        See Also:
        Constant Field Values
      • SCALAR_VALUE_PROPERTY_TYPE__COUNT_LIST

        static final int SCALAR_VALUE_PROPERTY_TYPE__COUNT_LIST
        The feature id for the 'Count List' attribute.
        See Also:
        Constant Field Values
      • SCALAR_VALUE_PROPERTY_TYPE__CATEGORY_EXTENT

        static final int SCALAR_VALUE_PROPERTY_TYPE__CATEGORY_EXTENT
        The feature id for the 'Category Extent' containment reference.
        See Also:
        Constant Field Values
      • SCALAR_VALUE_PROPERTY_TYPE__QUANTITY_EXTENT

        static final int SCALAR_VALUE_PROPERTY_TYPE__QUANTITY_EXTENT
        The feature id for the 'Quantity Extent' containment reference.
        See Also:
        Constant Field Values
      • SCALAR_VALUE_PROPERTY_TYPE__COUNT_EXTENT

        static final int SCALAR_VALUE_PROPERTY_TYPE__COUNT_EXTENT
        The feature id for the 'Count Extent' attribute.
        See Also:
        Constant Field Values
      • SCALAR_VALUE_PROPERTY_TYPE__COMPOSITE_VALUE_GROUP

        static final int SCALAR_VALUE_PROPERTY_TYPE__COMPOSITE_VALUE_GROUP
        The feature id for the 'Composite Value Group' attribute list.
        See Also:
        Constant Field Values
      • SCALAR_VALUE_PROPERTY_TYPE__COMPOSITE_VALUE

        static final int SCALAR_VALUE_PROPERTY_TYPE__COMPOSITE_VALUE
        The feature id for the 'Composite Value' containment reference.
        See Also:
        Constant Field Values
      • SCALAR_VALUE_PROPERTY_TYPE__OBJECT_GROUP

        static final int SCALAR_VALUE_PROPERTY_TYPE__OBJECT_GROUP
        The feature id for the 'Object Group' attribute list.
        See Also:
        Constant Field Values
      • SCALAR_VALUE_PROPERTY_TYPE__OBJECT

        static final int SCALAR_VALUE_PROPERTY_TYPE__OBJECT
        The feature id for the 'Object' containment reference.
        See Also:
        Constant Field Values
      • SCALAR_VALUE_PROPERTY_TYPE__NULL

        static final int SCALAR_VALUE_PROPERTY_TYPE__NULL
        The feature id for the 'Null' attribute.
        See Also:
        Constant Field Values
      • SCALAR_VALUE_PROPERTY_TYPE__ACTUATE

        static final int SCALAR_VALUE_PROPERTY_TYPE__ACTUATE
        The feature id for the 'Actuate' attribute.
        See Also:
        Constant Field Values
      • SCALAR_VALUE_PROPERTY_TYPE__ARCROLE

        static final int SCALAR_VALUE_PROPERTY_TYPE__ARCROLE
        The feature id for the 'Arcrole' attribute.
        See Also:
        Constant Field Values
      • SCALAR_VALUE_PROPERTY_TYPE__HREF

        static final int SCALAR_VALUE_PROPERTY_TYPE__HREF
        The feature id for the 'Href' attribute.
        See Also:
        Constant Field Values
      • SCALAR_VALUE_PROPERTY_TYPE__REMOTE_SCHEMA

        static final int SCALAR_VALUE_PROPERTY_TYPE__REMOTE_SCHEMA
        The feature id for the 'Remote Schema' attribute.
        See Also:
        Constant Field Values
      • SCALAR_VALUE_PROPERTY_TYPE__ROLE

        static final int SCALAR_VALUE_PROPERTY_TYPE__ROLE
        The feature id for the 'Role' attribute.
        See Also:
        Constant Field Values
      • SCALAR_VALUE_PROPERTY_TYPE__SHOW

        static final int SCALAR_VALUE_PROPERTY_TYPE__SHOW
        The feature id for the 'Show' attribute.
        See Also:
        Constant Field Values
      • SCALAR_VALUE_PROPERTY_TYPE__TITLE

        static final int SCALAR_VALUE_PROPERTY_TYPE__TITLE
        The feature id for the 'Title' attribute.
        See Also:
        Constant Field Values
      • SCALAR_VALUE_PROPERTY_TYPE__TYPE

        static final int SCALAR_VALUE_PROPERTY_TYPE__TYPE
        The feature id for the 'Type' attribute.
        See Also:
        Constant Field Values
      • SCALAR_VALUE_PROPERTY_TYPE_FEATURE_COUNT

        static final int SCALAR_VALUE_PROPERTY_TYPE_FEATURE_COUNT
        The number of structural features of the 'Scalar Value Property Type' class.
        See Also:
        Constant Field Values
      • SCALAR_VALUE_PROPERTY_TYPE_OPERATION_COUNT

        static final int SCALAR_VALUE_PROPERTY_TYPE_OPERATION_COUNT
        The number of operations of the 'Scalar Value Property Type' class.
        See Also:
        Constant Field Values
      • SCALE_TYPE__VALUE

        static final int SCALE_TYPE__VALUE
        The feature id for the 'Value' attribute.
        See Also:
        Constant Field Values
      • SCALE_TYPE__UOM

        static final int SCALE_TYPE__UOM
        The feature id for the 'Uom' attribute.
        See Also:
        Constant Field Values
      • SCALE_TYPE_FEATURE_COUNT

        static final int SCALE_TYPE_FEATURE_COUNT
        The number of structural features of the 'Scale Type' class.
        See Also:
        Constant Field Values
      • SCALE_TYPE_OPERATION_COUNT

        static final int SCALE_TYPE_OPERATION_COUNT
        The number of operations of the 'Scale Type' class.
        See Also:
        Constant Field Values
      • SECOND_DEFINING_PARAMETER_TYPE__INVERSE_FLATTENING

        static final int SECOND_DEFINING_PARAMETER_TYPE__INVERSE_FLATTENING
        The feature id for the 'Inverse Flattening' containment reference.
        See Also:
        Constant Field Values
      • SECOND_DEFINING_PARAMETER_TYPE__SEMI_MINOR_AXIS

        static final int SECOND_DEFINING_PARAMETER_TYPE__SEMI_MINOR_AXIS
        The feature id for the 'Semi Minor Axis' containment reference.
        See Also:
        Constant Field Values
      • SECOND_DEFINING_PARAMETER_TYPE__IS_SPHERE

        static final int SECOND_DEFINING_PARAMETER_TYPE__IS_SPHERE
        The feature id for the 'Is Sphere' attribute.
        See Also:
        Constant Field Values
      • SECOND_DEFINING_PARAMETER_TYPE_FEATURE_COUNT

        static final int SECOND_DEFINING_PARAMETER_TYPE_FEATURE_COUNT
        The number of structural features of the 'Second Defining Parameter Type' class.
        See Also:
        Constant Field Values
      • SECOND_DEFINING_PARAMETER_TYPE_OPERATION_COUNT

        static final int SECOND_DEFINING_PARAMETER_TYPE_OPERATION_COUNT
        The number of operations of the 'Second Defining Parameter Type' class.
        See Also:
        Constant Field Values
      • SEQUENCE_RULE_TYPE__VALUE

        static final int SEQUENCE_RULE_TYPE__VALUE
        The feature id for the 'Value' attribute.
        See Also:
        Constant Field Values
      • SEQUENCE_RULE_TYPE__ORDER

        static final int SEQUENCE_RULE_TYPE__ORDER
        The feature id for the 'Order' attribute.
        See Also:
        Constant Field Values
      • SEQUENCE_RULE_TYPE_FEATURE_COUNT

        static final int SEQUENCE_RULE_TYPE_FEATURE_COUNT
        The number of structural features of the 'Sequence Rule Type' class.
        See Also:
        Constant Field Values
      • SEQUENCE_RULE_TYPE_OPERATION_COUNT

        static final int SEQUENCE_RULE_TYPE_OPERATION_COUNT
        The number of operations of the 'Sequence Rule Type' class.
        See Also:
        Constant Field Values
      • SINGLE_OPERATION_REF_TYPE__SINGLE_OPERATION_GROUP

        static final int SINGLE_OPERATION_REF_TYPE__SINGLE_OPERATION_GROUP
        The feature id for the 'Single Operation Group' attribute list.
        See Also:
        Constant Field Values
      • SINGLE_OPERATION_REF_TYPE__SINGLE_OPERATION

        static final int SINGLE_OPERATION_REF_TYPE__SINGLE_OPERATION
        The feature id for the 'Single Operation' containment reference.
        See Also:
        Constant Field Values
      • SINGLE_OPERATION_REF_TYPE__ACTUATE

        static final int SINGLE_OPERATION_REF_TYPE__ACTUATE
        The feature id for the 'Actuate' attribute.
        See Also:
        Constant Field Values
      • SINGLE_OPERATION_REF_TYPE__ARCROLE

        static final int SINGLE_OPERATION_REF_TYPE__ARCROLE
        The feature id for the 'Arcrole' attribute.
        See Also:
        Constant Field Values
      • SINGLE_OPERATION_REF_TYPE__HREF

        static final int SINGLE_OPERATION_REF_TYPE__HREF
        The feature id for the 'Href' attribute.
        See Also:
        Constant Field Values
      • SINGLE_OPERATION_REF_TYPE__REMOTE_SCHEMA

        static final int SINGLE_OPERATION_REF_TYPE__REMOTE_SCHEMA
        The feature id for the 'Remote Schema' attribute.
        See Also:
        Constant Field Values
      • SINGLE_OPERATION_REF_TYPE__ROLE

        static final int SINGLE_OPERATION_REF_TYPE__ROLE
        The feature id for the 'Role' attribute.
        See Also:
        Constant Field Values
      • SINGLE_OPERATION_REF_TYPE__SHOW

        static final int SINGLE_OPERATION_REF_TYPE__SHOW
        The feature id for the 'Show' attribute.
        See Also:
        Constant Field Values
      • SINGLE_OPERATION_REF_TYPE__TITLE

        static final int SINGLE_OPERATION_REF_TYPE__TITLE
        The feature id for the 'Title' attribute.
        See Also:
        Constant Field Values
      • SINGLE_OPERATION_REF_TYPE__TYPE

        static final int SINGLE_OPERATION_REF_TYPE__TYPE
        The feature id for the 'Type' attribute.
        See Also:
        Constant Field Values
      • SINGLE_OPERATION_REF_TYPE_FEATURE_COUNT

        static final int SINGLE_OPERATION_REF_TYPE_FEATURE_COUNT
        The number of structural features of the 'Single Operation Ref Type' class.
        See Also:
        Constant Field Values
      • SINGLE_OPERATION_REF_TYPE_OPERATION_COUNT

        static final int SINGLE_OPERATION_REF_TYPE_OPERATION_COUNT
        The number of operations of the 'Single Operation Ref Type' class.
        See Also:
        Constant Field Values
      • SOLID_ARRAY_PROPERTY_TYPE__GROUP

        static final int SOLID_ARRAY_PROPERTY_TYPE__GROUP
        The feature id for the 'Group' attribute list.
        See Also:
        Constant Field Values
      • SOLID_ARRAY_PROPERTY_TYPE__SOLID_GROUP

        static final int SOLID_ARRAY_PROPERTY_TYPE__SOLID_GROUP
        The feature id for the 'Solid Group' attribute list.
        See Also:
        Constant Field Values
      • SOLID_ARRAY_PROPERTY_TYPE__SOLID

        static final int SOLID_ARRAY_PROPERTY_TYPE__SOLID
        The feature id for the 'Solid' containment reference list.
        See Also:
        Constant Field Values
      • SOLID_ARRAY_PROPERTY_TYPE_FEATURE_COUNT

        static final int SOLID_ARRAY_PROPERTY_TYPE_FEATURE_COUNT
        The number of structural features of the 'Solid Array Property Type' class.
        See Also:
        Constant Field Values
      • SOLID_ARRAY_PROPERTY_TYPE_OPERATION_COUNT

        static final int SOLID_ARRAY_PROPERTY_TYPE_OPERATION_COUNT
        The number of operations of the 'Solid Array Property Type' class.
        See Also:
        Constant Field Values
      • SOLID_PROPERTY_TYPE__SOLID_GROUP

        static final int SOLID_PROPERTY_TYPE__SOLID_GROUP
        The feature id for the 'Solid Group' attribute list.
        See Also:
        Constant Field Values
      • SOLID_PROPERTY_TYPE__SOLID

        static final int SOLID_PROPERTY_TYPE__SOLID
        The feature id for the 'Solid' containment reference.
        See Also:
        Constant Field Values
      • SOLID_PROPERTY_TYPE__ACTUATE

        static final int SOLID_PROPERTY_TYPE__ACTUATE
        The feature id for the 'Actuate' attribute.
        See Also:
        Constant Field Values
      • SOLID_PROPERTY_TYPE__ARCROLE

        static final int SOLID_PROPERTY_TYPE__ARCROLE
        The feature id for the 'Arcrole' attribute.
        See Also:
        Constant Field Values
      • SOLID_PROPERTY_TYPE__HREF

        static final int SOLID_PROPERTY_TYPE__HREF
        The feature id for the 'Href' attribute.
        See Also:
        Constant Field Values
      • SOLID_PROPERTY_TYPE__REMOTE_SCHEMA

        static final int SOLID_PROPERTY_TYPE__REMOTE_SCHEMA
        The feature id for the 'Remote Schema' attribute.
        See Also:
        Constant Field Values
      • SOLID_PROPERTY_TYPE__ROLE

        static final int SOLID_PROPERTY_TYPE__ROLE
        The feature id for the 'Role' attribute.
        See Also:
        Constant Field Values
      • SOLID_PROPERTY_TYPE__SHOW

        static final int SOLID_PROPERTY_TYPE__SHOW
        The feature id for the 'Show' attribute.
        See Also:
        Constant Field Values
      • SOLID_PROPERTY_TYPE__TITLE

        static final int SOLID_PROPERTY_TYPE__TITLE
        The feature id for the 'Title' attribute.
        See Also:
        Constant Field Values
      • SOLID_PROPERTY_TYPE__TYPE

        static final int SOLID_PROPERTY_TYPE__TYPE
        The feature id for the 'Type' attribute.
        See Also:
        Constant Field Values
      • SOLID_PROPERTY_TYPE_FEATURE_COUNT

        static final int SOLID_PROPERTY_TYPE_FEATURE_COUNT
        The number of structural features of the 'Solid Property Type' class.
        See Also:
        Constant Field Values
      • SOLID_PROPERTY_TYPE_OPERATION_COUNT

        static final int SOLID_PROPERTY_TYPE_OPERATION_COUNT
        The number of operations of the 'Solid Property Type' class.
        See Also:
        Constant Field Values
      • SOLID_TYPE__META_DATA_PROPERTY

        static final int SOLID_TYPE__META_DATA_PROPERTY
        The feature id for the 'Meta Data Property' containment reference list.
        See Also:
        Constant Field Values
      • SOLID_TYPE__DESCRIPTION

        static final int SOLID_TYPE__DESCRIPTION
        The feature id for the 'Description' containment reference.
        See Also:
        Constant Field Values
      • SOLID_TYPE__NAME_GROUP

        static final int SOLID_TYPE__NAME_GROUP
        The feature id for the 'Name Group' attribute list.
        See Also:
        Constant Field Values
      • SOLID_TYPE__NAME

        static final int SOLID_TYPE__NAME
        The feature id for the 'Name' containment reference list.
        See Also:
        Constant Field Values
      • SOLID_TYPE__ID

        static final int SOLID_TYPE__ID
        The feature id for the 'Id' attribute.
        See Also:
        Constant Field Values
      • SOLID_TYPE__AXIS_LABELS

        static final int SOLID_TYPE__AXIS_LABELS
        The feature id for the 'Axis Labels' attribute.
        See Also:
        Constant Field Values
      • SOLID_TYPE__GID

        static final int SOLID_TYPE__GID
        The feature id for the 'Gid' attribute.
        See Also:
        Constant Field Values
      • SOLID_TYPE__SRS_DIMENSION

        static final int SOLID_TYPE__SRS_DIMENSION
        The feature id for the 'Srs Dimension' attribute.
        See Also:
        Constant Field Values
      • SOLID_TYPE__SRS_NAME

        static final int SOLID_TYPE__SRS_NAME
        The feature id for the 'Srs Name' attribute.
        See Also:
        Constant Field Values
      • SOLID_TYPE__UOM_LABELS

        static final int SOLID_TYPE__UOM_LABELS
        The feature id for the 'Uom Labels' attribute.
        See Also:
        Constant Field Values
      • SOLID_TYPE__EXTERIOR

        static final int SOLID_TYPE__EXTERIOR
        The feature id for the 'Exterior' containment reference.
        See Also:
        Constant Field Values
      • SOLID_TYPE__INTERIOR

        static final int SOLID_TYPE__INTERIOR
        The feature id for the 'Interior' containment reference list.
        See Also:
        Constant Field Values
      • SOLID_TYPE_FEATURE_COUNT

        static final int SOLID_TYPE_FEATURE_COUNT
        The number of structural features of the 'Solid Type' class.
        See Also:
        Constant Field Values
      • SOLID_TYPE_OPERATION_COUNT

        static final int SOLID_TYPE_OPERATION_COUNT
        The number of operations of the 'Solid Type' class.
        See Also:
        Constant Field Values
      • SPEED_TYPE__VALUE

        static final int SPEED_TYPE__VALUE
        The feature id for the 'Value' attribute.
        See Also:
        Constant Field Values
      • SPEED_TYPE__UOM

        static final int SPEED_TYPE__UOM
        The feature id for the 'Uom' attribute.
        See Also:
        Constant Field Values
      • SPEED_TYPE_FEATURE_COUNT

        static final int SPEED_TYPE_FEATURE_COUNT
        The number of structural features of the 'Speed Type' class.
        See Also:
        Constant Field Values
      • SPEED_TYPE_OPERATION_COUNT

        static final int SPEED_TYPE_OPERATION_COUNT
        The number of operations of the 'Speed Type' class.
        See Also:
        Constant Field Values
      • SPHERE_TYPE__ROW

        static final int SPHERE_TYPE__ROW
        The feature id for the 'Row' containment reference list.
        See Also:
        Constant Field Values
      • SPHERE_TYPE__ROWS

        static final int SPHERE_TYPE__ROWS
        The feature id for the 'Rows' attribute.
        See Also:
        Constant Field Values
      • SPHERE_TYPE__COLUMNS

        static final int SPHERE_TYPE__COLUMNS
        The feature id for the 'Columns' attribute.
        See Also:
        Constant Field Values
      • SPHERE_TYPE__HORIZONTAL_CURVE_TYPE

        static final int SPHERE_TYPE__HORIZONTAL_CURVE_TYPE
        The feature id for the 'Horizontal Curve Type' attribute.
        See Also:
        Constant Field Values
      • SPHERE_TYPE__VERTICAL_CURVE_TYPE

        static final int SPHERE_TYPE__VERTICAL_CURVE_TYPE
        The feature id for the 'Vertical Curve Type' attribute.
        See Also:
        Constant Field Values
      • SPHERE_TYPE_FEATURE_COUNT

        static final int SPHERE_TYPE_FEATURE_COUNT
        The number of structural features of the 'Sphere Type' class.
        See Also:
        Constant Field Values
      • SPHERE_TYPE_OPERATION_COUNT

        static final int SPHERE_TYPE_OPERATION_COUNT
        The number of operations of the 'Sphere Type' class.
        See Also:
        Constant Field Values
      • SPHERICAL_CS_REF_TYPE__SPHERICAL_CS

        static final int SPHERICAL_CS_REF_TYPE__SPHERICAL_CS
        The feature id for the 'Spherical CS' containment reference.
        See Also:
        Constant Field Values
      • SPHERICAL_CS_REF_TYPE__ACTUATE

        static final int SPHERICAL_CS_REF_TYPE__ACTUATE
        The feature id for the 'Actuate' attribute.
        See Also:
        Constant Field Values
      • SPHERICAL_CS_REF_TYPE__ARCROLE

        static final int SPHERICAL_CS_REF_TYPE__ARCROLE
        The feature id for the 'Arcrole' attribute.
        See Also:
        Constant Field Values
      • SPHERICAL_CS_REF_TYPE__HREF

        static final int SPHERICAL_CS_REF_TYPE__HREF
        The feature id for the 'Href' attribute.
        See Also:
        Constant Field Values
      • SPHERICAL_CS_REF_TYPE__REMOTE_SCHEMA

        static final int SPHERICAL_CS_REF_TYPE__REMOTE_SCHEMA
        The feature id for the 'Remote Schema' attribute.
        See Also:
        Constant Field Values
      • SPHERICAL_CS_REF_TYPE__ROLE

        static final int SPHERICAL_CS_REF_TYPE__ROLE
        The feature id for the 'Role' attribute.
        See Also:
        Constant Field Values
      • SPHERICAL_CS_REF_TYPE__SHOW

        static final int SPHERICAL_CS_REF_TYPE__SHOW
        The feature id for the 'Show' attribute.
        See Also:
        Constant Field Values
      • SPHERICAL_CS_REF_TYPE__TITLE

        static final int SPHERICAL_CS_REF_TYPE__TITLE
        The feature id for the 'Title' attribute.
        See Also:
        Constant Field Values
      • SPHERICAL_CS_REF_TYPE__TYPE

        static final int SPHERICAL_CS_REF_TYPE__TYPE
        The feature id for the 'Type' attribute.
        See Also:
        Constant Field Values
      • SPHERICAL_CS_REF_TYPE_FEATURE_COUNT

        static final int SPHERICAL_CS_REF_TYPE_FEATURE_COUNT
        The number of structural features of the 'Spherical CS Ref Type' class.
        See Also:
        Constant Field Values
      • SPHERICAL_CS_REF_TYPE_OPERATION_COUNT

        static final int SPHERICAL_CS_REF_TYPE_OPERATION_COUNT
        The number of operations of the 'Spherical CS Ref Type' class.
        See Also:
        Constant Field Values
      • SPHERICAL_CS_TYPE__META_DATA_PROPERTY

        static final int SPHERICAL_CS_TYPE__META_DATA_PROPERTY
        The feature id for the 'Meta Data Property' containment reference list.
        See Also:
        Constant Field Values
      • SPHERICAL_CS_TYPE__DESCRIPTION

        static final int SPHERICAL_CS_TYPE__DESCRIPTION
        The feature id for the 'Description' containment reference.
        See Also:
        Constant Field Values
      • SPHERICAL_CS_TYPE__NAME_GROUP

        static final int SPHERICAL_CS_TYPE__NAME_GROUP
        The feature id for the 'Name Group' attribute list.
        See Also:
        Constant Field Values
      • SPHERICAL_CS_TYPE__NAME

        static final int SPHERICAL_CS_TYPE__NAME
        The feature id for the 'Name' containment reference list.
        See Also:
        Constant Field Values
      • SPHERICAL_CS_TYPE__ID

        static final int SPHERICAL_CS_TYPE__ID
        The feature id for the 'Id' attribute.
        See Also:
        Constant Field Values
      • SPHERICAL_CS_TYPE__CS_NAME

        static final int SPHERICAL_CS_TYPE__CS_NAME
        The feature id for the 'Cs Name' containment reference.
        See Also:
        Constant Field Values
      • SPHERICAL_CS_TYPE__CS_ID

        static final int SPHERICAL_CS_TYPE__CS_ID
        The feature id for the 'Cs ID' containment reference list.
        See Also:
        Constant Field Values
      • SPHERICAL_CS_TYPE__REMARKS

        static final int SPHERICAL_CS_TYPE__REMARKS
        The feature id for the 'Remarks' containment reference.
        See Also:
        Constant Field Values
      • SPHERICAL_CS_TYPE__USES_AXIS

        static final int SPHERICAL_CS_TYPE__USES_AXIS
        The feature id for the 'Uses Axis' containment reference list.
        See Also:
        Constant Field Values
      • SPHERICAL_CS_TYPE_FEATURE_COUNT

        static final int SPHERICAL_CS_TYPE_FEATURE_COUNT
        The number of structural features of the 'Spherical CS Type' class.
        See Also:
        Constant Field Values
      • SPHERICAL_CS_TYPE_OPERATION_COUNT

        static final int SPHERICAL_CS_TYPE_OPERATION_COUNT
        The number of operations of the 'Spherical CS Type' class.
        See Also:
        Constant Field Values
      • STRING_OR_REF_TYPE__VALUE

        static final int STRING_OR_REF_TYPE__VALUE
        The feature id for the 'Value' attribute.
        See Also:
        Constant Field Values
      • STRING_OR_REF_TYPE__ACTUATE

        static final int STRING_OR_REF_TYPE__ACTUATE
        The feature id for the 'Actuate' attribute.
        See Also:
        Constant Field Values
      • STRING_OR_REF_TYPE__ARCROLE

        static final int STRING_OR_REF_TYPE__ARCROLE
        The feature id for the 'Arcrole' attribute.
        See Also:
        Constant Field Values
      • STRING_OR_REF_TYPE__HREF

        static final int STRING_OR_REF_TYPE__HREF
        The feature id for the 'Href' attribute.
        See Also:
        Constant Field Values
      • STRING_OR_REF_TYPE__REMOTE_SCHEMA

        static final int STRING_OR_REF_TYPE__REMOTE_SCHEMA
        The feature id for the 'Remote Schema' attribute.
        See Also:
        Constant Field Values
      • STRING_OR_REF_TYPE__ROLE

        static final int STRING_OR_REF_TYPE__ROLE
        The feature id for the 'Role' attribute.
        See Also:
        Constant Field Values
      • STRING_OR_REF_TYPE__SHOW

        static final int STRING_OR_REF_TYPE__SHOW
        The feature id for the 'Show' attribute.
        See Also:
        Constant Field Values
      • STRING_OR_REF_TYPE__TITLE

        static final int STRING_OR_REF_TYPE__TITLE
        The feature id for the 'Title' attribute.
        See Also:
        Constant Field Values
      • STRING_OR_REF_TYPE__TYPE

        static final int STRING_OR_REF_TYPE__TYPE
        The feature id for the 'Type' attribute.
        See Also:
        Constant Field Values
      • STRING_OR_REF_TYPE_FEATURE_COUNT

        static final int STRING_OR_REF_TYPE_FEATURE_COUNT
        The number of structural features of the 'String Or Ref Type' class.
        See Also:
        Constant Field Values
      • STRING_OR_REF_TYPE_OPERATION_COUNT

        static final int STRING_OR_REF_TYPE_OPERATION_COUNT
        The number of operations of the 'String Or Ref Type' class.
        See Also:
        Constant Field Values
      • STYLE_TYPE__META_DATA_PROPERTY

        static final int STYLE_TYPE__META_DATA_PROPERTY
        The feature id for the 'Meta Data Property' containment reference list.
        See Also:
        Constant Field Values
      • STYLE_TYPE__DESCRIPTION

        static final int STYLE_TYPE__DESCRIPTION
        The feature id for the 'Description' containment reference.
        See Also:
        Constant Field Values
      • STYLE_TYPE__NAME_GROUP

        static final int STYLE_TYPE__NAME_GROUP
        The feature id for the 'Name Group' attribute list.
        See Also:
        Constant Field Values
      • STYLE_TYPE__NAME

        static final int STYLE_TYPE__NAME
        The feature id for the 'Name' containment reference list.
        See Also:
        Constant Field Values
      • STYLE_TYPE__ID

        static final int STYLE_TYPE__ID
        The feature id for the 'Id' attribute.
        See Also:
        Constant Field Values
      • STYLE_TYPE__FEATURE_STYLE

        static final int STYLE_TYPE__FEATURE_STYLE
        The feature id for the 'Feature Style' containment reference list.
        See Also:
        Constant Field Values
      • STYLE_TYPE__GRAPH_STYLE

        static final int STYLE_TYPE__GRAPH_STYLE
        The feature id for the 'Graph Style' containment reference.
        See Also:
        Constant Field Values
      • STYLE_TYPE_FEATURE_COUNT

        static final int STYLE_TYPE_FEATURE_COUNT
        The number of structural features of the 'Style Type' class.
        See Also:
        Constant Field Values
      • STYLE_TYPE_OPERATION_COUNT

        static final int STYLE_TYPE_OPERATION_COUNT
        The number of operations of the 'Style Type' class.
        See Also:
        Constant Field Values
      • STYLE_VARIATION_TYPE__VALUE

        static final int STYLE_VARIATION_TYPE__VALUE
        The feature id for the 'Value' attribute.
        See Also:
        Constant Field Values
      • STYLE_VARIATION_TYPE__FEATURE_PROPERTY_RANGE

        static final int STYLE_VARIATION_TYPE__FEATURE_PROPERTY_RANGE
        The feature id for the 'Feature Property Range' attribute.
        See Also:
        Constant Field Values
      • STYLE_VARIATION_TYPE__STYLE_PROPERTY

        static final int STYLE_VARIATION_TYPE__STYLE_PROPERTY
        The feature id for the 'Style Property' attribute.
        See Also:
        Constant Field Values
      • STYLE_VARIATION_TYPE_FEATURE_COUNT

        static final int STYLE_VARIATION_TYPE_FEATURE_COUNT
        The number of structural features of the 'Style Variation Type' class.
        See Also:
        Constant Field Values
      • STYLE_VARIATION_TYPE_OPERATION_COUNT

        static final int STYLE_VARIATION_TYPE_OPERATION_COUNT
        The number of operations of the 'Style Variation Type' class.
        See Also:
        Constant Field Values
      • SURFACE_ARRAY_PROPERTY_TYPE__SURFACE_GROUP

        static final int SURFACE_ARRAY_PROPERTY_TYPE__SURFACE_GROUP
        The feature id for the 'Surface Group' attribute list.
        See Also:
        Constant Field Values
      • SURFACE_ARRAY_PROPERTY_TYPE__SURFACE

        static final int SURFACE_ARRAY_PROPERTY_TYPE__SURFACE
        The feature id for the 'Surface' containment reference list.
        See Also:
        Constant Field Values
      • SURFACE_ARRAY_PROPERTY_TYPE_FEATURE_COUNT

        static final int SURFACE_ARRAY_PROPERTY_TYPE_FEATURE_COUNT
        The number of structural features of the 'Surface Array Property Type' class.
        See Also:
        Constant Field Values
      • SURFACE_ARRAY_PROPERTY_TYPE_OPERATION_COUNT

        static final int SURFACE_ARRAY_PROPERTY_TYPE_OPERATION_COUNT
        The number of operations of the 'Surface Array Property Type' class.
        See Also:
        Constant Field Values
      • SURFACE_PROPERTY_TYPE__SURFACE_GROUP

        static final int SURFACE_PROPERTY_TYPE__SURFACE_GROUP
        The feature id for the 'Surface Group' attribute list.
        See Also:
        Constant Field Values
      • SURFACE_PROPERTY_TYPE__SURFACE

        static final int SURFACE_PROPERTY_TYPE__SURFACE
        The feature id for the 'Surface' containment reference.
        See Also:
        Constant Field Values
      • SURFACE_PROPERTY_TYPE__ACTUATE

        static final int SURFACE_PROPERTY_TYPE__ACTUATE
        The feature id for the 'Actuate' attribute.
        See Also:
        Constant Field Values
      • SURFACE_PROPERTY_TYPE__ARCROLE

        static final int SURFACE_PROPERTY_TYPE__ARCROLE
        The feature id for the 'Arcrole' attribute.
        See Also:
        Constant Field Values
      • SURFACE_PROPERTY_TYPE__HREF

        static final int SURFACE_PROPERTY_TYPE__HREF
        The feature id for the 'Href' attribute.
        See Also:
        Constant Field Values
      • SURFACE_PROPERTY_TYPE__REMOTE_SCHEMA

        static final int SURFACE_PROPERTY_TYPE__REMOTE_SCHEMA
        The feature id for the 'Remote Schema' attribute.
        See Also:
        Constant Field Values
      • SURFACE_PROPERTY_TYPE__ROLE

        static final int SURFACE_PROPERTY_TYPE__ROLE
        The feature id for the 'Role' attribute.
        See Also:
        Constant Field Values
      • SURFACE_PROPERTY_TYPE__SHOW

        static final int SURFACE_PROPERTY_TYPE__SHOW
        The feature id for the 'Show' attribute.
        See Also:
        Constant Field Values
      • SURFACE_PROPERTY_TYPE__TITLE

        static final int SURFACE_PROPERTY_TYPE__TITLE
        The feature id for the 'Title' attribute.
        See Also:
        Constant Field Values
      • SURFACE_PROPERTY_TYPE__TYPE

        static final int SURFACE_PROPERTY_TYPE__TYPE
        The feature id for the 'Type' attribute.
        See Also:
        Constant Field Values
      • SURFACE_PROPERTY_TYPE_FEATURE_COUNT

        static final int SURFACE_PROPERTY_TYPE_FEATURE_COUNT
        The number of structural features of the 'Surface Property Type' class.
        See Also:
        Constant Field Values
      • SURFACE_PROPERTY_TYPE_OPERATION_COUNT

        static final int SURFACE_PROPERTY_TYPE_OPERATION_COUNT
        The number of operations of the 'Surface Property Type' class.
        See Also:
        Constant Field Values
      • SYMBOL_TYPE__ANY

        static final int SYMBOL_TYPE__ANY
        The feature id for the 'Any' attribute list.
        See Also:
        Constant Field Values
      • SYMBOL_TYPE__ABOUT

        static final int SYMBOL_TYPE__ABOUT
        The feature id for the 'About' attribute.
        See Also:
        Constant Field Values
      • SYMBOL_TYPE__ACTUATE

        static final int SYMBOL_TYPE__ACTUATE
        The feature id for the 'Actuate' attribute.
        See Also:
        Constant Field Values
      • SYMBOL_TYPE__ARCROLE

        static final int SYMBOL_TYPE__ARCROLE
        The feature id for the 'Arcrole' attribute.
        See Also:
        Constant Field Values
      • SYMBOL_TYPE__HREF

        static final int SYMBOL_TYPE__HREF
        The feature id for the 'Href' attribute.
        See Also:
        Constant Field Values
      • SYMBOL_TYPE__REMOTE_SCHEMA

        static final int SYMBOL_TYPE__REMOTE_SCHEMA
        The feature id for the 'Remote Schema' attribute.
        See Also:
        Constant Field Values
      • SYMBOL_TYPE__ROLE

        static final int SYMBOL_TYPE__ROLE
        The feature id for the 'Role' attribute.
        See Also:
        Constant Field Values
      • SYMBOL_TYPE__SHOW

        static final int SYMBOL_TYPE__SHOW
        The feature id for the 'Show' attribute.
        See Also:
        Constant Field Values
      • SYMBOL_TYPE__SYMBOL_TYPE

        static final int SYMBOL_TYPE__SYMBOL_TYPE
        The feature id for the 'Symbol Type' attribute.
        See Also:
        Constant Field Values
      • SYMBOL_TYPE__TITLE

        static final int SYMBOL_TYPE__TITLE
        The feature id for the 'Title' attribute.
        See Also:
        Constant Field Values
      • SYMBOL_TYPE__TRANSFORM

        static final int SYMBOL_TYPE__TRANSFORM
        The feature id for the 'Transform' attribute.
        See Also:
        Constant Field Values
      • SYMBOL_TYPE__TYPE

        static final int SYMBOL_TYPE__TYPE
        The feature id for the 'Type' attribute.
        See Also:
        Constant Field Values
      • SYMBOL_TYPE_FEATURE_COUNT

        static final int SYMBOL_TYPE_FEATURE_COUNT
        The number of structural features of the 'Symbol Type' class.
        See Also:
        Constant Field Values
      • SYMBOL_TYPE_OPERATION_COUNT

        static final int SYMBOL_TYPE_OPERATION_COUNT
        The number of operations of the 'Symbol Type' class.
        See Also:
        Constant Field Values
      • TARGET_PROPERTY_TYPE__FEATURE_GROUP

        static final int TARGET_PROPERTY_TYPE__FEATURE_GROUP
        The feature id for the 'Feature Group' attribute list.
        See Also:
        Constant Field Values
      • TARGET_PROPERTY_TYPE__FEATURE

        static final int TARGET_PROPERTY_TYPE__FEATURE
        The feature id for the 'Feature' containment reference.
        See Also:
        Constant Field Values
      • TARGET_PROPERTY_TYPE__GEOMETRY_GROUP

        static final int TARGET_PROPERTY_TYPE__GEOMETRY_GROUP
        The feature id for the 'Geometry Group' attribute list.
        See Also:
        Constant Field Values
      • TARGET_PROPERTY_TYPE__GEOMETRY

        static final int TARGET_PROPERTY_TYPE__GEOMETRY
        The feature id for the 'Geometry' containment reference.
        See Also:
        Constant Field Values
      • TARGET_PROPERTY_TYPE__ACTUATE

        static final int TARGET_PROPERTY_TYPE__ACTUATE
        The feature id for the 'Actuate' attribute.
        See Also:
        Constant Field Values
      • TARGET_PROPERTY_TYPE__ARCROLE

        static final int TARGET_PROPERTY_TYPE__ARCROLE
        The feature id for the 'Arcrole' attribute.
        See Also:
        Constant Field Values
      • TARGET_PROPERTY_TYPE__HREF

        static final int TARGET_PROPERTY_TYPE__HREF
        The feature id for the 'Href' attribute.
        See Also:
        Constant Field Values
      • TARGET_PROPERTY_TYPE__REMOTE_SCHEMA

        static final int TARGET_PROPERTY_TYPE__REMOTE_SCHEMA
        The feature id for the 'Remote Schema' attribute.
        See Also:
        Constant Field Values
      • TARGET_PROPERTY_TYPE__ROLE

        static final int TARGET_PROPERTY_TYPE__ROLE
        The feature id for the 'Role' attribute.
        See Also:
        Constant Field Values
      • TARGET_PROPERTY_TYPE__SHOW

        static final int TARGET_PROPERTY_TYPE__SHOW
        The feature id for the 'Show' attribute.
        See Also:
        Constant Field Values
      • TARGET_PROPERTY_TYPE__TITLE

        static final int TARGET_PROPERTY_TYPE__TITLE
        The feature id for the 'Title' attribute.
        See Also:
        Constant Field Values
      • TARGET_PROPERTY_TYPE__TYPE

        static final int TARGET_PROPERTY_TYPE__TYPE
        The feature id for the 'Type' attribute.
        See Also:
        Constant Field Values
      • TARGET_PROPERTY_TYPE_FEATURE_COUNT

        static final int TARGET_PROPERTY_TYPE_FEATURE_COUNT
        The number of structural features of the 'Target Property Type' class.
        See Also:
        Constant Field Values
      • TARGET_PROPERTY_TYPE_OPERATION_COUNT

        static final int TARGET_PROPERTY_TYPE_OPERATION_COUNT
        The number of operations of the 'Target Property Type' class.
        See Also:
        Constant Field Values
      • TEMPORAL_CRS_REF_TYPE__TEMPORAL_CRS

        static final int TEMPORAL_CRS_REF_TYPE__TEMPORAL_CRS
        The feature id for the 'Temporal CRS' containment reference.
        See Also:
        Constant Field Values
      • TEMPORAL_CRS_REF_TYPE__ACTUATE

        static final int TEMPORAL_CRS_REF_TYPE__ACTUATE
        The feature id for the 'Actuate' attribute.
        See Also:
        Constant Field Values
      • TEMPORAL_CRS_REF_TYPE__ARCROLE

        static final int TEMPORAL_CRS_REF_TYPE__ARCROLE
        The feature id for the 'Arcrole' attribute.
        See Also:
        Constant Field Values
      • TEMPORAL_CRS_REF_TYPE__HREF

        static final int TEMPORAL_CRS_REF_TYPE__HREF
        The feature id for the 'Href' attribute.
        See Also:
        Constant Field Values
      • TEMPORAL_CRS_REF_TYPE__REMOTE_SCHEMA

        static final int TEMPORAL_CRS_REF_TYPE__REMOTE_SCHEMA
        The feature id for the 'Remote Schema' attribute.
        See Also:
        Constant Field Values
      • TEMPORAL_CRS_REF_TYPE__ROLE

        static final int TEMPORAL_CRS_REF_TYPE__ROLE
        The feature id for the 'Role' attribute.
        See Also:
        Constant Field Values
      • TEMPORAL_CRS_REF_TYPE__SHOW

        static final int TEMPORAL_CRS_REF_TYPE__SHOW
        The feature id for the 'Show' attribute.
        See Also:
        Constant Field Values
      • TEMPORAL_CRS_REF_TYPE__TITLE

        static final int TEMPORAL_CRS_REF_TYPE__TITLE
        The feature id for the 'Title' attribute.
        See Also:
        Constant Field Values
      • TEMPORAL_CRS_REF_TYPE__TYPE

        static final int TEMPORAL_CRS_REF_TYPE__TYPE
        The feature id for the 'Type' attribute.
        See Also:
        Constant Field Values
      • TEMPORAL_CRS_REF_TYPE_FEATURE_COUNT

        static final int TEMPORAL_CRS_REF_TYPE_FEATURE_COUNT
        The number of structural features of the 'Temporal CRS Ref Type' class.
        See Also:
        Constant Field Values
      • TEMPORAL_CRS_REF_TYPE_OPERATION_COUNT

        static final int TEMPORAL_CRS_REF_TYPE_OPERATION_COUNT
        The number of operations of the 'Temporal CRS Ref Type' class.
        See Also:
        Constant Field Values
      • TEMPORAL_CRS_TYPE__META_DATA_PROPERTY

        static final int TEMPORAL_CRS_TYPE__META_DATA_PROPERTY
        The feature id for the 'Meta Data Property' containment reference list.
        See Also:
        Constant Field Values
      • TEMPORAL_CRS_TYPE__DESCRIPTION

        static final int TEMPORAL_CRS_TYPE__DESCRIPTION
        The feature id for the 'Description' containment reference.
        See Also:
        Constant Field Values
      • TEMPORAL_CRS_TYPE__NAME_GROUP

        static final int TEMPORAL_CRS_TYPE__NAME_GROUP
        The feature id for the 'Name Group' attribute list.
        See Also:
        Constant Field Values
      • TEMPORAL_CRS_TYPE__NAME

        static final int TEMPORAL_CRS_TYPE__NAME
        The feature id for the 'Name' containment reference list.
        See Also:
        Constant Field Values
      • TEMPORAL_CRS_TYPE__ID

        static final int TEMPORAL_CRS_TYPE__ID
        The feature id for the 'Id' attribute.
        See Also:
        Constant Field Values
      • TEMPORAL_CRS_TYPE__SRS_NAME

        static final int TEMPORAL_CRS_TYPE__SRS_NAME
        The feature id for the 'Srs Name' containment reference.
        See Also:
        Constant Field Values
      • TEMPORAL_CRS_TYPE__SRS_ID

        static final int TEMPORAL_CRS_TYPE__SRS_ID
        The feature id for the 'Srs ID' containment reference list.
        See Also:
        Constant Field Values
      • TEMPORAL_CRS_TYPE__REMARKS

        static final int TEMPORAL_CRS_TYPE__REMARKS
        The feature id for the 'Remarks' containment reference.
        See Also:
        Constant Field Values
      • TEMPORAL_CRS_TYPE__VALID_AREA

        static final int TEMPORAL_CRS_TYPE__VALID_AREA
        The feature id for the 'Valid Area' containment reference.
        See Also:
        Constant Field Values
      • TEMPORAL_CRS_TYPE__SCOPE

        static final int TEMPORAL_CRS_TYPE__SCOPE
        The feature id for the 'Scope' attribute.
        See Also:
        Constant Field Values
      • TEMPORAL_CRS_TYPE__USES_TEMPORAL_CS

        static final int TEMPORAL_CRS_TYPE__USES_TEMPORAL_CS
        The feature id for the 'Uses Temporal CS' containment reference.
        See Also:
        Constant Field Values
      • TEMPORAL_CRS_TYPE__USES_TEMPORAL_DATUM

        static final int TEMPORAL_CRS_TYPE__USES_TEMPORAL_DATUM
        The feature id for the 'Uses Temporal Datum' containment reference.
        See Also:
        Constant Field Values
      • TEMPORAL_CRS_TYPE_FEATURE_COUNT

        static final int TEMPORAL_CRS_TYPE_FEATURE_COUNT
        The number of structural features of the 'Temporal CRS Type' class.
        See Also:
        Constant Field Values
      • TEMPORAL_CRS_TYPE_OPERATION_COUNT

        static final int TEMPORAL_CRS_TYPE_OPERATION_COUNT
        The number of operations of the 'Temporal CRS Type' class.
        See Also:
        Constant Field Values
      • TEMPORAL_CS_REF_TYPE__TEMPORAL_CS

        static final int TEMPORAL_CS_REF_TYPE__TEMPORAL_CS
        The feature id for the 'Temporal CS' containment reference.
        See Also:
        Constant Field Values
      • TEMPORAL_CS_REF_TYPE__ACTUATE

        static final int TEMPORAL_CS_REF_TYPE__ACTUATE
        The feature id for the 'Actuate' attribute.
        See Also:
        Constant Field Values
      • TEMPORAL_CS_REF_TYPE__ARCROLE

        static final int TEMPORAL_CS_REF_TYPE__ARCROLE
        The feature id for the 'Arcrole' attribute.
        See Also:
        Constant Field Values
      • TEMPORAL_CS_REF_TYPE__HREF

        static final int TEMPORAL_CS_REF_TYPE__HREF
        The feature id for the 'Href' attribute.
        See Also:
        Constant Field Values
      • TEMPORAL_CS_REF_TYPE__REMOTE_SCHEMA

        static final int TEMPORAL_CS_REF_TYPE__REMOTE_SCHEMA
        The feature id for the 'Remote Schema' attribute.
        See Also:
        Constant Field Values
      • TEMPORAL_CS_REF_TYPE__ROLE

        static final int TEMPORAL_CS_REF_TYPE__ROLE
        The feature id for the 'Role' attribute.
        See Also:
        Constant Field Values
      • TEMPORAL_CS_REF_TYPE__SHOW

        static final int TEMPORAL_CS_REF_TYPE__SHOW
        The feature id for the 'Show' attribute.
        See Also:
        Constant Field Values
      • TEMPORAL_CS_REF_TYPE__TITLE

        static final int TEMPORAL_CS_REF_TYPE__TITLE
        The feature id for the 'Title' attribute.
        See Also:
        Constant Field Values
      • TEMPORAL_CS_REF_TYPE__TYPE

        static final int TEMPORAL_CS_REF_TYPE__TYPE
        The feature id for the 'Type' attribute.
        See Also:
        Constant Field Values
      • TEMPORAL_CS_REF_TYPE_FEATURE_COUNT

        static final int TEMPORAL_CS_REF_TYPE_FEATURE_COUNT
        The number of structural features of the 'Temporal CS Ref Type' class.
        See Also:
        Constant Field Values
      • TEMPORAL_CS_REF_TYPE_OPERATION_COUNT

        static final int TEMPORAL_CS_REF_TYPE_OPERATION_COUNT
        The number of operations of the 'Temporal CS Ref Type' class.
        See Also:
        Constant Field Values
      • TEMPORAL_CS_TYPE__META_DATA_PROPERTY

        static final int TEMPORAL_CS_TYPE__META_DATA_PROPERTY
        The feature id for the 'Meta Data Property' containment reference list.
        See Also:
        Constant Field Values
      • TEMPORAL_CS_TYPE__DESCRIPTION

        static final int TEMPORAL_CS_TYPE__DESCRIPTION
        The feature id for the 'Description' containment reference.
        See Also:
        Constant Field Values
      • TEMPORAL_CS_TYPE__NAME_GROUP

        static final int TEMPORAL_CS_TYPE__NAME_GROUP
        The feature id for the 'Name Group' attribute list.
        See Also:
        Constant Field Values
      • TEMPORAL_CS_TYPE__NAME

        static final int TEMPORAL_CS_TYPE__NAME
        The feature id for the 'Name' containment reference list.
        See Also:
        Constant Field Values
      • TEMPORAL_CS_TYPE__ID

        static final int TEMPORAL_CS_TYPE__ID
        The feature id for the 'Id' attribute.
        See Also:
        Constant Field Values
      • TEMPORAL_CS_TYPE__CS_NAME

        static final int TEMPORAL_CS_TYPE__CS_NAME
        The feature id for the 'Cs Name' containment reference.
        See Also:
        Constant Field Values
      • TEMPORAL_CS_TYPE__CS_ID

        static final int TEMPORAL_CS_TYPE__CS_ID
        The feature id for the 'Cs ID' containment reference list.
        See Also:
        Constant Field Values
      • TEMPORAL_CS_TYPE__REMARKS

        static final int TEMPORAL_CS_TYPE__REMARKS
        The feature id for the 'Remarks' containment reference.
        See Also:
        Constant Field Values
      • TEMPORAL_CS_TYPE__USES_AXIS

        static final int TEMPORAL_CS_TYPE__USES_AXIS
        The feature id for the 'Uses Axis' containment reference list.
        See Also:
        Constant Field Values
      • TEMPORAL_CS_TYPE_FEATURE_COUNT

        static final int TEMPORAL_CS_TYPE_FEATURE_COUNT
        The number of structural features of the 'Temporal CS Type' class.
        See Also:
        Constant Field Values
      • TEMPORAL_CS_TYPE_OPERATION_COUNT

        static final int TEMPORAL_CS_TYPE_OPERATION_COUNT
        The number of operations of the 'Temporal CS Type' class.
        See Also:
        Constant Field Values
      • TEMPORAL_DATUM_BASE_TYPE__META_DATA_PROPERTY

        static final int TEMPORAL_DATUM_BASE_TYPE__META_DATA_PROPERTY
        The feature id for the 'Meta Data Property' containment reference list.
        See Also:
        Constant Field Values
      • TEMPORAL_DATUM_BASE_TYPE__DESCRIPTION

        static final int TEMPORAL_DATUM_BASE_TYPE__DESCRIPTION
        The feature id for the 'Description' containment reference.
        See Also:
        Constant Field Values
      • TEMPORAL_DATUM_BASE_TYPE__NAME_GROUP

        static final int TEMPORAL_DATUM_BASE_TYPE__NAME_GROUP
        The feature id for the 'Name Group' attribute list.
        See Also:
        Constant Field Values
      • TEMPORAL_DATUM_BASE_TYPE__NAME

        static final int TEMPORAL_DATUM_BASE_TYPE__NAME
        The feature id for the 'Name' containment reference list.
        See Also:
        Constant Field Values
      • TEMPORAL_DATUM_BASE_TYPE__ID

        static final int TEMPORAL_DATUM_BASE_TYPE__ID
        The feature id for the 'Id' attribute.
        See Also:
        Constant Field Values
      • TEMPORAL_DATUM_BASE_TYPE__DATUM_NAME

        static final int TEMPORAL_DATUM_BASE_TYPE__DATUM_NAME
        The feature id for the 'Datum Name' containment reference.
        See Also:
        Constant Field Values
      • TEMPORAL_DATUM_BASE_TYPE__DATUM_ID

        static final int TEMPORAL_DATUM_BASE_TYPE__DATUM_ID
        The feature id for the 'Datum ID' containment reference list.
        See Also:
        Constant Field Values
      • TEMPORAL_DATUM_BASE_TYPE__REMARKS

        static final int TEMPORAL_DATUM_BASE_TYPE__REMARKS
        The feature id for the 'Remarks' containment reference.
        See Also:
        Constant Field Values
      • TEMPORAL_DATUM_BASE_TYPE__ANCHOR_POINT

        static final int TEMPORAL_DATUM_BASE_TYPE__ANCHOR_POINT
        The feature id for the 'Anchor Point' containment reference.
        See Also:
        Constant Field Values
      • TEMPORAL_DATUM_BASE_TYPE__REALIZATION_EPOCH

        static final int TEMPORAL_DATUM_BASE_TYPE__REALIZATION_EPOCH
        The feature id for the 'Realization Epoch' attribute.
        See Also:
        Constant Field Values
      • TEMPORAL_DATUM_BASE_TYPE__VALID_AREA

        static final int TEMPORAL_DATUM_BASE_TYPE__VALID_AREA
        The feature id for the 'Valid Area' containment reference.
        See Also:
        Constant Field Values
      • TEMPORAL_DATUM_BASE_TYPE__SCOPE

        static final int TEMPORAL_DATUM_BASE_TYPE__SCOPE
        The feature id for the 'Scope' attribute.
        See Also:
        Constant Field Values
      • TEMPORAL_DATUM_BASE_TYPE_FEATURE_COUNT

        static final int TEMPORAL_DATUM_BASE_TYPE_FEATURE_COUNT
        The number of structural features of the 'Temporal Datum Base Type' class.
        See Also:
        Constant Field Values
      • TEMPORAL_DATUM_BASE_TYPE_OPERATION_COUNT

        static final int TEMPORAL_DATUM_BASE_TYPE_OPERATION_COUNT
        The number of operations of the 'Temporal Datum Base Type' class.
        See Also:
        Constant Field Values
      • TEMPORAL_DATUM_REF_TYPE__TEMPORAL_DATUM

        static final int TEMPORAL_DATUM_REF_TYPE__TEMPORAL_DATUM
        The feature id for the 'Temporal Datum' containment reference.
        See Also:
        Constant Field Values
      • TEMPORAL_DATUM_REF_TYPE__ACTUATE

        static final int TEMPORAL_DATUM_REF_TYPE__ACTUATE
        The feature id for the 'Actuate' attribute.
        See Also:
        Constant Field Values
      • TEMPORAL_DATUM_REF_TYPE__ARCROLE

        static final int TEMPORAL_DATUM_REF_TYPE__ARCROLE
        The feature id for the 'Arcrole' attribute.
        See Also:
        Constant Field Values
      • TEMPORAL_DATUM_REF_TYPE__HREF

        static final int TEMPORAL_DATUM_REF_TYPE__HREF
        The feature id for the 'Href' attribute.
        See Also:
        Constant Field Values
      • TEMPORAL_DATUM_REF_TYPE__REMOTE_SCHEMA

        static final int TEMPORAL_DATUM_REF_TYPE__REMOTE_SCHEMA
        The feature id for the 'Remote Schema' attribute.
        See Also:
        Constant Field Values
      • TEMPORAL_DATUM_REF_TYPE__ROLE

        static final int TEMPORAL_DATUM_REF_TYPE__ROLE
        The feature id for the 'Role' attribute.
        See Also:
        Constant Field Values
      • TEMPORAL_DATUM_REF_TYPE__SHOW

        static final int TEMPORAL_DATUM_REF_TYPE__SHOW
        The feature id for the 'Show' attribute.
        See Also:
        Constant Field Values
      • TEMPORAL_DATUM_REF_TYPE__TITLE

        static final int TEMPORAL_DATUM_REF_TYPE__TITLE
        The feature id for the 'Title' attribute.
        See Also:
        Constant Field Values
      • TEMPORAL_DATUM_REF_TYPE__TYPE

        static final int TEMPORAL_DATUM_REF_TYPE__TYPE
        The feature id for the 'Type' attribute.
        See Also:
        Constant Field Values
      • TEMPORAL_DATUM_REF_TYPE_FEATURE_COUNT

        static final int TEMPORAL_DATUM_REF_TYPE_FEATURE_COUNT
        The number of structural features of the 'Temporal Datum Ref Type' class.
        See Also:
        Constant Field Values
      • TEMPORAL_DATUM_REF_TYPE_OPERATION_COUNT

        static final int TEMPORAL_DATUM_REF_TYPE_OPERATION_COUNT
        The number of operations of the 'Temporal Datum Ref Type' class.
        See Also:
        Constant Field Values
      • TEMPORAL_DATUM_TYPE__META_DATA_PROPERTY

        static final int TEMPORAL_DATUM_TYPE__META_DATA_PROPERTY
        The feature id for the 'Meta Data Property' containment reference list.
        See Also:
        Constant Field Values
      • TEMPORAL_DATUM_TYPE__DESCRIPTION

        static final int TEMPORAL_DATUM_TYPE__DESCRIPTION
        The feature id for the 'Description' containment reference.
        See Also:
        Constant Field Values
      • TEMPORAL_DATUM_TYPE__NAME_GROUP

        static final int TEMPORAL_DATUM_TYPE__NAME_GROUP
        The feature id for the 'Name Group' attribute list.
        See Also:
        Constant Field Values
      • TEMPORAL_DATUM_TYPE__NAME

        static final int TEMPORAL_DATUM_TYPE__NAME
        The feature id for the 'Name' containment reference list.
        See Also:
        Constant Field Values
      • TEMPORAL_DATUM_TYPE__ID

        static final int TEMPORAL_DATUM_TYPE__ID
        The feature id for the 'Id' attribute.
        See Also:
        Constant Field Values
      • TEMPORAL_DATUM_TYPE__DATUM_NAME

        static final int TEMPORAL_DATUM_TYPE__DATUM_NAME
        The feature id for the 'Datum Name' containment reference.
        See Also:
        Constant Field Values
      • TEMPORAL_DATUM_TYPE__DATUM_ID

        static final int TEMPORAL_DATUM_TYPE__DATUM_ID
        The feature id for the 'Datum ID' containment reference list.
        See Also:
        Constant Field Values
      • TEMPORAL_DATUM_TYPE__REMARKS

        static final int TEMPORAL_DATUM_TYPE__REMARKS
        The feature id for the 'Remarks' containment reference.
        See Also:
        Constant Field Values
      • TEMPORAL_DATUM_TYPE__ANCHOR_POINT

        static final int TEMPORAL_DATUM_TYPE__ANCHOR_POINT
        The feature id for the 'Anchor Point' containment reference.
        See Also:
        Constant Field Values
      • TEMPORAL_DATUM_TYPE__REALIZATION_EPOCH

        static final int TEMPORAL_DATUM_TYPE__REALIZATION_EPOCH
        The feature id for the 'Realization Epoch' attribute.
        See Also:
        Constant Field Values
      • TEMPORAL_DATUM_TYPE__VALID_AREA

        static final int TEMPORAL_DATUM_TYPE__VALID_AREA
        The feature id for the 'Valid Area' containment reference.
        See Also:
        Constant Field Values
      • TEMPORAL_DATUM_TYPE__SCOPE

        static final int TEMPORAL_DATUM_TYPE__SCOPE
        The feature id for the 'Scope' attribute.
        See Also:
        Constant Field Values
      • TEMPORAL_DATUM_TYPE__ORIGIN

        static final int TEMPORAL_DATUM_TYPE__ORIGIN
        The feature id for the 'Origin' attribute.
        See Also:
        Constant Field Values
      • TEMPORAL_DATUM_TYPE_FEATURE_COUNT

        static final int TEMPORAL_DATUM_TYPE_FEATURE_COUNT
        The number of structural features of the 'Temporal Datum Type' class.
        See Also:
        Constant Field Values
      • TEMPORAL_DATUM_TYPE_OPERATION_COUNT

        static final int TEMPORAL_DATUM_TYPE_OPERATION_COUNT
        The number of operations of the 'Temporal Datum Type' class.
        See Also:
        Constant Field Values
      • TIME_CALENDAR_ERA_PROPERTY_TYPE__TIME_CALENDAR_ERA

        static final int TIME_CALENDAR_ERA_PROPERTY_TYPE__TIME_CALENDAR_ERA
        The feature id for the 'Time Calendar Era' containment reference.
        See Also:
        Constant Field Values
      • TIME_CALENDAR_ERA_PROPERTY_TYPE__ACTUATE

        static final int TIME_CALENDAR_ERA_PROPERTY_TYPE__ACTUATE
        The feature id for the 'Actuate' attribute.
        See Also:
        Constant Field Values
      • TIME_CALENDAR_ERA_PROPERTY_TYPE__ARCROLE

        static final int TIME_CALENDAR_ERA_PROPERTY_TYPE__ARCROLE
        The feature id for the 'Arcrole' attribute.
        See Also:
        Constant Field Values
      • TIME_CALENDAR_ERA_PROPERTY_TYPE__HREF

        static final int TIME_CALENDAR_ERA_PROPERTY_TYPE__HREF
        The feature id for the 'Href' attribute.
        See Also:
        Constant Field Values
      • TIME_CALENDAR_ERA_PROPERTY_TYPE__REMOTE_SCHEMA

        static final int TIME_CALENDAR_ERA_PROPERTY_TYPE__REMOTE_SCHEMA
        The feature id for the 'Remote Schema' attribute.
        See Also:
        Constant Field Values
      • TIME_CALENDAR_ERA_PROPERTY_TYPE__ROLE

        static final int TIME_CALENDAR_ERA_PROPERTY_TYPE__ROLE
        The feature id for the 'Role' attribute.
        See Also:
        Constant Field Values
      • TIME_CALENDAR_ERA_PROPERTY_TYPE__SHOW

        static final int TIME_CALENDAR_ERA_PROPERTY_TYPE__SHOW
        The feature id for the 'Show' attribute.
        See Also:
        Constant Field Values
      • TIME_CALENDAR_ERA_PROPERTY_TYPE__TITLE

        static final int TIME_CALENDAR_ERA_PROPERTY_TYPE__TITLE
        The feature id for the 'Title' attribute.
        See Also:
        Constant Field Values
      • TIME_CALENDAR_ERA_PROPERTY_TYPE__TYPE

        static final int TIME_CALENDAR_ERA_PROPERTY_TYPE__TYPE
        The feature id for the 'Type' attribute.
        See Also:
        Constant Field Values
      • TIME_CALENDAR_ERA_PROPERTY_TYPE_FEATURE_COUNT

        static final int TIME_CALENDAR_ERA_PROPERTY_TYPE_FEATURE_COUNT
        The number of structural features of the 'Time Calendar Era Property Type' class.
        See Also:
        Constant Field Values
      • TIME_CALENDAR_ERA_PROPERTY_TYPE_OPERATION_COUNT

        static final int TIME_CALENDAR_ERA_PROPERTY_TYPE_OPERATION_COUNT
        The number of operations of the 'Time Calendar Era Property Type' class.
        See Also:
        Constant Field Values
      • TIME_CALENDAR_ERA_TYPE__META_DATA_PROPERTY

        static final int TIME_CALENDAR_ERA_TYPE__META_DATA_PROPERTY
        The feature id for the 'Meta Data Property' containment reference list.
        See Also:
        Constant Field Values
      • TIME_CALENDAR_ERA_TYPE__DESCRIPTION

        static final int TIME_CALENDAR_ERA_TYPE__DESCRIPTION
        The feature id for the 'Description' containment reference.
        See Also:
        Constant Field Values
      • TIME_CALENDAR_ERA_TYPE__NAME_GROUP

        static final int TIME_CALENDAR_ERA_TYPE__NAME_GROUP
        The feature id for the 'Name Group' attribute list.
        See Also:
        Constant Field Values
      • TIME_CALENDAR_ERA_TYPE__NAME

        static final int TIME_CALENDAR_ERA_TYPE__NAME
        The feature id for the 'Name' containment reference list.
        See Also:
        Constant Field Values
      • TIME_CALENDAR_ERA_TYPE__ID

        static final int TIME_CALENDAR_ERA_TYPE__ID
        The feature id for the 'Id' attribute.
        See Also:
        Constant Field Values
      • TIME_CALENDAR_ERA_TYPE__REFERENCE_EVENT

        static final int TIME_CALENDAR_ERA_TYPE__REFERENCE_EVENT
        The feature id for the 'Reference Event' containment reference.
        See Also:
        Constant Field Values
      • TIME_CALENDAR_ERA_TYPE__REFERENCE_DATE

        static final int TIME_CALENDAR_ERA_TYPE__REFERENCE_DATE
        The feature id for the 'Reference Date' attribute.
        See Also:
        Constant Field Values
      • TIME_CALENDAR_ERA_TYPE__JULIAN_REFERENCE

        static final int TIME_CALENDAR_ERA_TYPE__JULIAN_REFERENCE
        The feature id for the 'Julian Reference' attribute.
        See Also:
        Constant Field Values
      • TIME_CALENDAR_ERA_TYPE__EPOCH_OF_USE

        static final int TIME_CALENDAR_ERA_TYPE__EPOCH_OF_USE
        The feature id for the 'Epoch Of Use' containment reference.
        See Also:
        Constant Field Values
      • TIME_CALENDAR_ERA_TYPE_FEATURE_COUNT

        static final int TIME_CALENDAR_ERA_TYPE_FEATURE_COUNT
        The number of structural features of the 'Time Calendar Era Type' class.
        See Also:
        Constant Field Values
      • TIME_CALENDAR_ERA_TYPE_OPERATION_COUNT

        static final int TIME_CALENDAR_ERA_TYPE_OPERATION_COUNT
        The number of operations of the 'Time Calendar Era Type' class.
        See Also:
        Constant Field Values
      • TIME_CALENDAR_PROPERTY_TYPE__TIME_CALENDAR

        static final int TIME_CALENDAR_PROPERTY_TYPE__TIME_CALENDAR
        The feature id for the 'Time Calendar' containment reference.
        See Also:
        Constant Field Values
      • TIME_CALENDAR_PROPERTY_TYPE__ACTUATE

        static final int TIME_CALENDAR_PROPERTY_TYPE__ACTUATE
        The feature id for the 'Actuate' attribute.
        See Also:
        Constant Field Values
      • TIME_CALENDAR_PROPERTY_TYPE__ARCROLE

        static final int TIME_CALENDAR_PROPERTY_TYPE__ARCROLE
        The feature id for the 'Arcrole' attribute.
        See Also:
        Constant Field Values
      • TIME_CALENDAR_PROPERTY_TYPE__HREF

        static final int TIME_CALENDAR_PROPERTY_TYPE__HREF
        The feature id for the 'Href' attribute.
        See Also:
        Constant Field Values
      • TIME_CALENDAR_PROPERTY_TYPE__REMOTE_SCHEMA

        static final int TIME_CALENDAR_PROPERTY_TYPE__REMOTE_SCHEMA
        The feature id for the 'Remote Schema' attribute.
        See Also:
        Constant Field Values
      • TIME_CALENDAR_PROPERTY_TYPE__ROLE

        static final int TIME_CALENDAR_PROPERTY_TYPE__ROLE
        The feature id for the 'Role' attribute.
        See Also:
        Constant Field Values
      • TIME_CALENDAR_PROPERTY_TYPE__SHOW

        static final int TIME_CALENDAR_PROPERTY_TYPE__SHOW
        The feature id for the 'Show' attribute.
        See Also:
        Constant Field Values
      • TIME_CALENDAR_PROPERTY_TYPE__TITLE

        static final int TIME_CALENDAR_PROPERTY_TYPE__TITLE
        The feature id for the 'Title' attribute.
        See Also:
        Constant Field Values
      • TIME_CALENDAR_PROPERTY_TYPE__TYPE

        static final int TIME_CALENDAR_PROPERTY_TYPE__TYPE
        The feature id for the 'Type' attribute.
        See Also:
        Constant Field Values
      • TIME_CALENDAR_PROPERTY_TYPE_FEATURE_COUNT

        static final int TIME_CALENDAR_PROPERTY_TYPE_FEATURE_COUNT
        The number of structural features of the 'Time Calendar Property Type' class.
        See Also:
        Constant Field Values
      • TIME_CALENDAR_PROPERTY_TYPE_OPERATION_COUNT

        static final int TIME_CALENDAR_PROPERTY_TYPE_OPERATION_COUNT
        The number of operations of the 'Time Calendar Property Type' class.
        See Also:
        Constant Field Values
      • TIME_CALENDAR_TYPE__META_DATA_PROPERTY

        static final int TIME_CALENDAR_TYPE__META_DATA_PROPERTY
        The feature id for the 'Meta Data Property' containment reference list.
        See Also:
        Constant Field Values
      • TIME_CALENDAR_TYPE__DESCRIPTION

        static final int TIME_CALENDAR_TYPE__DESCRIPTION
        The feature id for the 'Description' containment reference.
        See Also:
        Constant Field Values
      • TIME_CALENDAR_TYPE__NAME_GROUP

        static final int TIME_CALENDAR_TYPE__NAME_GROUP
        The feature id for the 'Name Group' attribute list.
        See Also:
        Constant Field Values
      • TIME_CALENDAR_TYPE__NAME

        static final int TIME_CALENDAR_TYPE__NAME
        The feature id for the 'Name' containment reference list.
        See Also:
        Constant Field Values
      • TIME_CALENDAR_TYPE__ID

        static final int TIME_CALENDAR_TYPE__ID
        The feature id for the 'Id' attribute.
        See Also:
        Constant Field Values
      • TIME_CALENDAR_TYPE__DOMAIN_OF_VALIDITY

        static final int TIME_CALENDAR_TYPE__DOMAIN_OF_VALIDITY
        The feature id for the 'Domain Of Validity' attribute.
        See Also:
        Constant Field Values
      • TIME_CALENDAR_TYPE__REFERENCE_FRAME

        static final int TIME_CALENDAR_TYPE__REFERENCE_FRAME
        The feature id for the 'Reference Frame' containment reference list.
        See Also:
        Constant Field Values
      • TIME_CALENDAR_TYPE_FEATURE_COUNT

        static final int TIME_CALENDAR_TYPE_FEATURE_COUNT
        The number of structural features of the 'Time Calendar Type' class.
        See Also:
        Constant Field Values
      • TIME_CALENDAR_TYPE_OPERATION_COUNT

        static final int TIME_CALENDAR_TYPE_OPERATION_COUNT
        The number of operations of the 'Time Calendar Type' class.
        See Also:
        Constant Field Values
      • TIME_CLOCK_PROPERTY_TYPE__TIME_CLOCK

        static final int TIME_CLOCK_PROPERTY_TYPE__TIME_CLOCK
        The feature id for the 'Time Clock' containment reference.
        See Also:
        Constant Field Values
      • TIME_CLOCK_PROPERTY_TYPE__ACTUATE

        static final int TIME_CLOCK_PROPERTY_TYPE__ACTUATE
        The feature id for the 'Actuate' attribute.
        See Also:
        Constant Field Values
      • TIME_CLOCK_PROPERTY_TYPE__ARCROLE

        static final int TIME_CLOCK_PROPERTY_TYPE__ARCROLE
        The feature id for the 'Arcrole' attribute.
        See Also:
        Constant Field Values
      • TIME_CLOCK_PROPERTY_TYPE__HREF

        static final int TIME_CLOCK_PROPERTY_TYPE__HREF
        The feature id for the 'Href' attribute.
        See Also:
        Constant Field Values
      • TIME_CLOCK_PROPERTY_TYPE__REMOTE_SCHEMA

        static final int TIME_CLOCK_PROPERTY_TYPE__REMOTE_SCHEMA
        The feature id for the 'Remote Schema' attribute.
        See Also:
        Constant Field Values
      • TIME_CLOCK_PROPERTY_TYPE__ROLE

        static final int TIME_CLOCK_PROPERTY_TYPE__ROLE
        The feature id for the 'Role' attribute.
        See Also:
        Constant Field Values
      • TIME_CLOCK_PROPERTY_TYPE__SHOW

        static final int TIME_CLOCK_PROPERTY_TYPE__SHOW
        The feature id for the 'Show' attribute.
        See Also:
        Constant Field Values
      • TIME_CLOCK_PROPERTY_TYPE__TITLE

        static final int TIME_CLOCK_PROPERTY_TYPE__TITLE
        The feature id for the 'Title' attribute.
        See Also:
        Constant Field Values
      • TIME_CLOCK_PROPERTY_TYPE__TYPE

        static final int TIME_CLOCK_PROPERTY_TYPE__TYPE
        The feature id for the 'Type' attribute.
        See Also:
        Constant Field Values
      • TIME_CLOCK_PROPERTY_TYPE_FEATURE_COUNT

        static final int TIME_CLOCK_PROPERTY_TYPE_FEATURE_COUNT
        The number of structural features of the 'Time Clock Property Type' class.
        See Also:
        Constant Field Values
      • TIME_CLOCK_PROPERTY_TYPE_OPERATION_COUNT

        static final int TIME_CLOCK_PROPERTY_TYPE_OPERATION_COUNT
        The number of operations of the 'Time Clock Property Type' class.
        See Also:
        Constant Field Values
      • TIME_CLOCK_TYPE__META_DATA_PROPERTY

        static final int TIME_CLOCK_TYPE__META_DATA_PROPERTY
        The feature id for the 'Meta Data Property' containment reference list.
        See Also:
        Constant Field Values
      • TIME_CLOCK_TYPE__DESCRIPTION

        static final int TIME_CLOCK_TYPE__DESCRIPTION
        The feature id for the 'Description' containment reference.
        See Also:
        Constant Field Values
      • TIME_CLOCK_TYPE__NAME_GROUP

        static final int TIME_CLOCK_TYPE__NAME_GROUP
        The feature id for the 'Name Group' attribute list.
        See Also:
        Constant Field Values
      • TIME_CLOCK_TYPE__NAME

        static final int TIME_CLOCK_TYPE__NAME
        The feature id for the 'Name' containment reference list.
        See Also:
        Constant Field Values
      • TIME_CLOCK_TYPE__ID

        static final int TIME_CLOCK_TYPE__ID
        The feature id for the 'Id' attribute.
        See Also:
        Constant Field Values
      • TIME_CLOCK_TYPE__DOMAIN_OF_VALIDITY

        static final int TIME_CLOCK_TYPE__DOMAIN_OF_VALIDITY
        The feature id for the 'Domain Of Validity' attribute.
        See Also:
        Constant Field Values
      • TIME_CLOCK_TYPE__REFERENCE_EVENT

        static final int TIME_CLOCK_TYPE__REFERENCE_EVENT
        The feature id for the 'Reference Event' containment reference.
        See Also:
        Constant Field Values
      • TIME_CLOCK_TYPE__REFERENCE_TIME

        static final int TIME_CLOCK_TYPE__REFERENCE_TIME
        The feature id for the 'Reference Time' attribute.
        See Also:
        Constant Field Values
      • TIME_CLOCK_TYPE__UTC_REFERENCE

        static final int TIME_CLOCK_TYPE__UTC_REFERENCE
        The feature id for the 'Utc Reference' attribute.
        See Also:
        Constant Field Values
      • TIME_CLOCK_TYPE__DATE_BASIS

        static final int TIME_CLOCK_TYPE__DATE_BASIS
        The feature id for the 'Date Basis' containment reference list.
        See Also:
        Constant Field Values
      • TIME_CLOCK_TYPE_FEATURE_COUNT

        static final int TIME_CLOCK_TYPE_FEATURE_COUNT
        The number of structural features of the 'Time Clock Type' class.
        See Also:
        Constant Field Values
      • TIME_CLOCK_TYPE_OPERATION_COUNT

        static final int TIME_CLOCK_TYPE_OPERATION_COUNT
        The number of operations of the 'Time Clock Type' class.
        See Also:
        Constant Field Values
      • TIME_COORDINATE_SYSTEM_TYPE__META_DATA_PROPERTY

        static final int TIME_COORDINATE_SYSTEM_TYPE__META_DATA_PROPERTY
        The feature id for the 'Meta Data Property' containment reference list.
        See Also:
        Constant Field Values
      • TIME_COORDINATE_SYSTEM_TYPE__DESCRIPTION

        static final int TIME_COORDINATE_SYSTEM_TYPE__DESCRIPTION
        The feature id for the 'Description' containment reference.
        See Also:
        Constant Field Values
      • TIME_COORDINATE_SYSTEM_TYPE__NAME_GROUP

        static final int TIME_COORDINATE_SYSTEM_TYPE__NAME_GROUP
        The feature id for the 'Name Group' attribute list.
        See Also:
        Constant Field Values
      • TIME_COORDINATE_SYSTEM_TYPE__NAME

        static final int TIME_COORDINATE_SYSTEM_TYPE__NAME
        The feature id for the 'Name' containment reference list.
        See Also:
        Constant Field Values
      • TIME_COORDINATE_SYSTEM_TYPE__ID

        static final int TIME_COORDINATE_SYSTEM_TYPE__ID
        The feature id for the 'Id' attribute.
        See Also:
        Constant Field Values
      • TIME_COORDINATE_SYSTEM_TYPE__DOMAIN_OF_VALIDITY

        static final int TIME_COORDINATE_SYSTEM_TYPE__DOMAIN_OF_VALIDITY
        The feature id for the 'Domain Of Validity' attribute.
        See Also:
        Constant Field Values
      • TIME_COORDINATE_SYSTEM_TYPE__ORIGIN_POSITION

        static final int TIME_COORDINATE_SYSTEM_TYPE__ORIGIN_POSITION
        The feature id for the 'Origin Position' containment reference.
        See Also:
        Constant Field Values
      • TIME_COORDINATE_SYSTEM_TYPE__ORIGIN

        static final int TIME_COORDINATE_SYSTEM_TYPE__ORIGIN
        The feature id for the 'Origin' containment reference.
        See Also:
        Constant Field Values
      • TIME_COORDINATE_SYSTEM_TYPE__INTERVAL

        static final int TIME_COORDINATE_SYSTEM_TYPE__INTERVAL
        The feature id for the 'Interval' containment reference.
        See Also:
        Constant Field Values
      • TIME_COORDINATE_SYSTEM_TYPE_FEATURE_COUNT

        static final int TIME_COORDINATE_SYSTEM_TYPE_FEATURE_COUNT
        The number of structural features of the 'Time Coordinate System Type' class.
        See Also:
        Constant Field Values
      • TIME_COORDINATE_SYSTEM_TYPE_OPERATION_COUNT

        static final int TIME_COORDINATE_SYSTEM_TYPE_OPERATION_COUNT
        The number of operations of the 'Time Coordinate System Type' class.
        See Also:
        Constant Field Values
      • TIME_EDGE_PROPERTY_TYPE__TIME_EDGE

        static final int TIME_EDGE_PROPERTY_TYPE__TIME_EDGE
        The feature id for the 'Time Edge' containment reference.
        See Also:
        Constant Field Values
      • TIME_EDGE_PROPERTY_TYPE__ACTUATE

        static final int TIME_EDGE_PROPERTY_TYPE__ACTUATE
        The feature id for the 'Actuate' attribute.
        See Also:
        Constant Field Values
      • TIME_EDGE_PROPERTY_TYPE__ARCROLE

        static final int TIME_EDGE_PROPERTY_TYPE__ARCROLE
        The feature id for the 'Arcrole' attribute.
        See Also:
        Constant Field Values
      • TIME_EDGE_PROPERTY_TYPE__HREF

        static final int TIME_EDGE_PROPERTY_TYPE__HREF
        The feature id for the 'Href' attribute.
        See Also:
        Constant Field Values
      • TIME_EDGE_PROPERTY_TYPE__REMOTE_SCHEMA

        static final int TIME_EDGE_PROPERTY_TYPE__REMOTE_SCHEMA
        The feature id for the 'Remote Schema' attribute.
        See Also:
        Constant Field Values
      • TIME_EDGE_PROPERTY_TYPE__ROLE

        static final int TIME_EDGE_PROPERTY_TYPE__ROLE
        The feature id for the 'Role' attribute.
        See Also:
        Constant Field Values
      • TIME_EDGE_PROPERTY_TYPE__SHOW

        static final int TIME_EDGE_PROPERTY_TYPE__SHOW
        The feature id for the 'Show' attribute.
        See Also:
        Constant Field Values
      • TIME_EDGE_PROPERTY_TYPE__TITLE

        static final int TIME_EDGE_PROPERTY_TYPE__TITLE
        The feature id for the 'Title' attribute.
        See Also:
        Constant Field Values
      • TIME_EDGE_PROPERTY_TYPE__TYPE

        static final int TIME_EDGE_PROPERTY_TYPE__TYPE
        The feature id for the 'Type' attribute.
        See Also:
        Constant Field Values
      • TIME_EDGE_PROPERTY_TYPE_FEATURE_COUNT

        static final int TIME_EDGE_PROPERTY_TYPE_FEATURE_COUNT
        The number of structural features of the 'Time Edge Property Type' class.
        See Also:
        Constant Field Values
      • TIME_EDGE_PROPERTY_TYPE_OPERATION_COUNT

        static final int TIME_EDGE_PROPERTY_TYPE_OPERATION_COUNT
        The number of operations of the 'Time Edge Property Type' class.
        See Also:
        Constant Field Values
      • TIME_EDGE_TYPE__META_DATA_PROPERTY

        static final int TIME_EDGE_TYPE__META_DATA_PROPERTY
        The feature id for the 'Meta Data Property' containment reference list.
        See Also:
        Constant Field Values
      • TIME_EDGE_TYPE__DESCRIPTION

        static final int TIME_EDGE_TYPE__DESCRIPTION
        The feature id for the 'Description' containment reference.
        See Also:
        Constant Field Values
      • TIME_EDGE_TYPE__NAME_GROUP

        static final int TIME_EDGE_TYPE__NAME_GROUP
        The feature id for the 'Name Group' attribute list.
        See Also:
        Constant Field Values
      • TIME_EDGE_TYPE__NAME

        static final int TIME_EDGE_TYPE__NAME
        The feature id for the 'Name' containment reference list.
        See Also:
        Constant Field Values
      • TIME_EDGE_TYPE__ID

        static final int TIME_EDGE_TYPE__ID
        The feature id for the 'Id' attribute.
        See Also:
        Constant Field Values
      • TIME_EDGE_TYPE__RELATED_TIME

        static final int TIME_EDGE_TYPE__RELATED_TIME
        The feature id for the 'Related Time' containment reference list.
        See Also:
        Constant Field Values
      • TIME_EDGE_TYPE__COMPLEX

        static final int TIME_EDGE_TYPE__COMPLEX
        The feature id for the 'Complex' containment reference.
        See Also:
        Constant Field Values
      • TIME_EDGE_TYPE__START

        static final int TIME_EDGE_TYPE__START
        The feature id for the 'Start' containment reference.
        See Also:
        Constant Field Values
      • TIME_EDGE_TYPE__END

        static final int TIME_EDGE_TYPE__END
        The feature id for the 'End' containment reference.
        See Also:
        Constant Field Values
      • TIME_EDGE_TYPE__EXTENT

        static final int TIME_EDGE_TYPE__EXTENT
        The feature id for the 'Extent' containment reference.
        See Also:
        Constant Field Values
      • TIME_EDGE_TYPE_FEATURE_COUNT

        static final int TIME_EDGE_TYPE_FEATURE_COUNT
        The number of structural features of the 'Time Edge Type' class.
        See Also:
        Constant Field Values
      • TIME_EDGE_TYPE_OPERATION_COUNT

        static final int TIME_EDGE_TYPE_OPERATION_COUNT
        The number of operations of the 'Time Edge Type' class.
        See Also:
        Constant Field Values
      • TIME_GEOMETRIC_PRIMITIVE_PROPERTY_TYPE__TIME_GEOMETRIC_PRIMITIVE_GROUP

        static final int TIME_GEOMETRIC_PRIMITIVE_PROPERTY_TYPE__TIME_GEOMETRIC_PRIMITIVE_GROUP
        The feature id for the 'Time Geometric Primitive Group' attribute list.
        See Also:
        Constant Field Values
      • TIME_GEOMETRIC_PRIMITIVE_PROPERTY_TYPE__TIME_GEOMETRIC_PRIMITIVE

        static final int TIME_GEOMETRIC_PRIMITIVE_PROPERTY_TYPE__TIME_GEOMETRIC_PRIMITIVE
        The feature id for the 'Time Geometric Primitive' containment reference.
        See Also:
        Constant Field Values
      • TIME_GEOMETRIC_PRIMITIVE_PROPERTY_TYPE__ACTUATE

        static final int TIME_GEOMETRIC_PRIMITIVE_PROPERTY_TYPE__ACTUATE
        The feature id for the 'Actuate' attribute.
        See Also:
        Constant Field Values
      • TIME_GEOMETRIC_PRIMITIVE_PROPERTY_TYPE__ARCROLE

        static final int TIME_GEOMETRIC_PRIMITIVE_PROPERTY_TYPE__ARCROLE
        The feature id for the 'Arcrole' attribute.
        See Also:
        Constant Field Values
      • TIME_GEOMETRIC_PRIMITIVE_PROPERTY_TYPE__HREF

        static final int TIME_GEOMETRIC_PRIMITIVE_PROPERTY_TYPE__HREF
        The feature id for the 'Href' attribute.
        See Also:
        Constant Field Values
      • TIME_GEOMETRIC_PRIMITIVE_PROPERTY_TYPE__REMOTE_SCHEMA

        static final int TIME_GEOMETRIC_PRIMITIVE_PROPERTY_TYPE__REMOTE_SCHEMA
        The feature id for the 'Remote Schema' attribute.
        See Also:
        Constant Field Values
      • TIME_GEOMETRIC_PRIMITIVE_PROPERTY_TYPE__ROLE

        static final int TIME_GEOMETRIC_PRIMITIVE_PROPERTY_TYPE__ROLE
        The feature id for the 'Role' attribute.
        See Also:
        Constant Field Values
      • TIME_GEOMETRIC_PRIMITIVE_PROPERTY_TYPE__SHOW

        static final int TIME_GEOMETRIC_PRIMITIVE_PROPERTY_TYPE__SHOW
        The feature id for the 'Show' attribute.
        See Also:
        Constant Field Values
      • TIME_GEOMETRIC_PRIMITIVE_PROPERTY_TYPE__TITLE

        static final int TIME_GEOMETRIC_PRIMITIVE_PROPERTY_TYPE__TITLE
        The feature id for the 'Title' attribute.
        See Also:
        Constant Field Values
      • TIME_GEOMETRIC_PRIMITIVE_PROPERTY_TYPE__TYPE

        static final int TIME_GEOMETRIC_PRIMITIVE_PROPERTY_TYPE__TYPE
        The feature id for the 'Type' attribute.
        See Also:
        Constant Field Values
      • TIME_GEOMETRIC_PRIMITIVE_PROPERTY_TYPE_FEATURE_COUNT

        static final int TIME_GEOMETRIC_PRIMITIVE_PROPERTY_TYPE_FEATURE_COUNT
        The number of structural features of the 'Time Geometric Primitive Property Type' class.
        See Also:
        Constant Field Values
      • TIME_GEOMETRIC_PRIMITIVE_PROPERTY_TYPE_OPERATION_COUNT

        static final int TIME_GEOMETRIC_PRIMITIVE_PROPERTY_TYPE_OPERATION_COUNT
        The number of operations of the 'Time Geometric Primitive Property Type' class.
        See Also:
        Constant Field Values
      • TIME_INSTANT_PROPERTY_TYPE__TIME_INSTANT

        static final int TIME_INSTANT_PROPERTY_TYPE__TIME_INSTANT
        The feature id for the 'Time Instant' containment reference.
        See Also:
        Constant Field Values
      • TIME_INSTANT_PROPERTY_TYPE__ACTUATE

        static final int TIME_INSTANT_PROPERTY_TYPE__ACTUATE
        The feature id for the 'Actuate' attribute.
        See Also:
        Constant Field Values
      • TIME_INSTANT_PROPERTY_TYPE__ARCROLE

        static final int TIME_INSTANT_PROPERTY_TYPE__ARCROLE
        The feature id for the 'Arcrole' attribute.
        See Also:
        Constant Field Values
      • TIME_INSTANT_PROPERTY_TYPE__HREF

        static final int TIME_INSTANT_PROPERTY_TYPE__HREF
        The feature id for the 'Href' attribute.
        See Also:
        Constant Field Values
      • TIME_INSTANT_PROPERTY_TYPE__REMOTE_SCHEMA

        static final int TIME_INSTANT_PROPERTY_TYPE__REMOTE_SCHEMA
        The feature id for the 'Remote Schema' attribute.
        See Also:
        Constant Field Values
      • TIME_INSTANT_PROPERTY_TYPE__ROLE

        static final int TIME_INSTANT_PROPERTY_TYPE__ROLE
        The feature id for the 'Role' attribute.
        See Also:
        Constant Field Values
      • TIME_INSTANT_PROPERTY_TYPE__SHOW

        static final int TIME_INSTANT_PROPERTY_TYPE__SHOW
        The feature id for the 'Show' attribute.
        See Also:
        Constant Field Values
      • TIME_INSTANT_PROPERTY_TYPE__TITLE

        static final int TIME_INSTANT_PROPERTY_TYPE__TITLE
        The feature id for the 'Title' attribute.
        See Also:
        Constant Field Values
      • TIME_INSTANT_PROPERTY_TYPE__TYPE

        static final int TIME_INSTANT_PROPERTY_TYPE__TYPE
        The feature id for the 'Type' attribute.
        See Also:
        Constant Field Values
      • TIME_INSTANT_PROPERTY_TYPE_FEATURE_COUNT

        static final int TIME_INSTANT_PROPERTY_TYPE_FEATURE_COUNT
        The number of structural features of the 'Time Instant Property Type' class.
        See Also:
        Constant Field Values
      • TIME_INSTANT_PROPERTY_TYPE_OPERATION_COUNT

        static final int TIME_INSTANT_PROPERTY_TYPE_OPERATION_COUNT
        The number of operations of the 'Time Instant Property Type' class.
        See Also:
        Constant Field Values
      • TIME_INSTANT_TYPE__META_DATA_PROPERTY

        static final int TIME_INSTANT_TYPE__META_DATA_PROPERTY
        The feature id for the 'Meta Data Property' containment reference list.
        See Also:
        Constant Field Values
      • TIME_INSTANT_TYPE__DESCRIPTION

        static final int TIME_INSTANT_TYPE__DESCRIPTION
        The feature id for the 'Description' containment reference.
        See Also:
        Constant Field Values
      • TIME_INSTANT_TYPE__NAME_GROUP

        static final int TIME_INSTANT_TYPE__NAME_GROUP
        The feature id for the 'Name Group' attribute list.
        See Also:
        Constant Field Values
      • TIME_INSTANT_TYPE__NAME

        static final int TIME_INSTANT_TYPE__NAME
        The feature id for the 'Name' containment reference list.
        See Also:
        Constant Field Values
      • TIME_INSTANT_TYPE__ID

        static final int TIME_INSTANT_TYPE__ID
        The feature id for the 'Id' attribute.
        See Also:
        Constant Field Values
      • TIME_INSTANT_TYPE__RELATED_TIME

        static final int TIME_INSTANT_TYPE__RELATED_TIME
        The feature id for the 'Related Time' containment reference list.
        See Also:
        Constant Field Values
      • TIME_INSTANT_TYPE__FRAME

        static final int TIME_INSTANT_TYPE__FRAME
        The feature id for the 'Frame' attribute.
        See Also:
        Constant Field Values
      • TIME_INSTANT_TYPE__TIME_POSITION

        static final int TIME_INSTANT_TYPE__TIME_POSITION
        The feature id for the 'Time Position' containment reference.
        See Also:
        Constant Field Values
      • TIME_INSTANT_TYPE_FEATURE_COUNT

        static final int TIME_INSTANT_TYPE_FEATURE_COUNT
        The number of structural features of the 'Time Instant Type' class.
        See Also:
        Constant Field Values
      • TIME_INSTANT_TYPE_OPERATION_COUNT

        static final int TIME_INSTANT_TYPE_OPERATION_COUNT
        The number of operations of the 'Time Instant Type' class.
        See Also:
        Constant Field Values
      • TIME_INTERVAL_LENGTH_TYPE__VALUE

        static final int TIME_INTERVAL_LENGTH_TYPE__VALUE
        The feature id for the 'Value' attribute.
        See Also:
        Constant Field Values
      • TIME_INTERVAL_LENGTH_TYPE__FACTOR

        static final int TIME_INTERVAL_LENGTH_TYPE__FACTOR
        The feature id for the 'Factor' attribute.
        See Also:
        Constant Field Values
      • TIME_INTERVAL_LENGTH_TYPE__RADIX

        static final int TIME_INTERVAL_LENGTH_TYPE__RADIX
        The feature id for the 'Radix' attribute.
        See Also:
        Constant Field Values
      • TIME_INTERVAL_LENGTH_TYPE__UNIT

        static final int TIME_INTERVAL_LENGTH_TYPE__UNIT
        The feature id for the 'Unit' attribute.
        See Also:
        Constant Field Values
      • TIME_INTERVAL_LENGTH_TYPE_FEATURE_COUNT

        static final int TIME_INTERVAL_LENGTH_TYPE_FEATURE_COUNT
        The number of structural features of the 'Time Interval Length Type' class.
        See Also:
        Constant Field Values
      • TIME_INTERVAL_LENGTH_TYPE_OPERATION_COUNT

        static final int TIME_INTERVAL_LENGTH_TYPE_OPERATION_COUNT
        The number of operations of the 'Time Interval Length Type' class.
        See Also:
        Constant Field Values
      • TIME_NODE_PROPERTY_TYPE__TIME_NODE

        static final int TIME_NODE_PROPERTY_TYPE__TIME_NODE
        The feature id for the 'Time Node' containment reference.
        See Also:
        Constant Field Values
      • TIME_NODE_PROPERTY_TYPE__ACTUATE

        static final int TIME_NODE_PROPERTY_TYPE__ACTUATE
        The feature id for the 'Actuate' attribute.
        See Also:
        Constant Field Values
      • TIME_NODE_PROPERTY_TYPE__ARCROLE

        static final int TIME_NODE_PROPERTY_TYPE__ARCROLE
        The feature id for the 'Arcrole' attribute.
        See Also:
        Constant Field Values
      • TIME_NODE_PROPERTY_TYPE__HREF

        static final int TIME_NODE_PROPERTY_TYPE__HREF
        The feature id for the 'Href' attribute.
        See Also:
        Constant Field Values
      • TIME_NODE_PROPERTY_TYPE__REMOTE_SCHEMA

        static final int TIME_NODE_PROPERTY_TYPE__REMOTE_SCHEMA
        The feature id for the 'Remote Schema' attribute.
        See Also:
        Constant Field Values
      • TIME_NODE_PROPERTY_TYPE__ROLE

        static final int TIME_NODE_PROPERTY_TYPE__ROLE
        The feature id for the 'Role' attribute.
        See Also:
        Constant Field Values
      • TIME_NODE_PROPERTY_TYPE__SHOW

        static final int TIME_NODE_PROPERTY_TYPE__SHOW
        The feature id for the 'Show' attribute.
        See Also:
        Constant Field Values
      • TIME_NODE_PROPERTY_TYPE__TITLE

        static final int TIME_NODE_PROPERTY_TYPE__TITLE
        The feature id for the 'Title' attribute.
        See Also:
        Constant Field Values
      • TIME_NODE_PROPERTY_TYPE__TYPE

        static final int TIME_NODE_PROPERTY_TYPE__TYPE
        The feature id for the 'Type' attribute.
        See Also:
        Constant Field Values
      • TIME_NODE_PROPERTY_TYPE_FEATURE_COUNT

        static final int TIME_NODE_PROPERTY_TYPE_FEATURE_COUNT
        The number of structural features of the 'Time Node Property Type' class.
        See Also:
        Constant Field Values
      • TIME_NODE_PROPERTY_TYPE_OPERATION_COUNT

        static final int TIME_NODE_PROPERTY_TYPE_OPERATION_COUNT
        The number of operations of the 'Time Node Property Type' class.
        See Also:
        Constant Field Values
      • TIME_NODE_TYPE__META_DATA_PROPERTY

        static final int TIME_NODE_TYPE__META_DATA_PROPERTY
        The feature id for the 'Meta Data Property' containment reference list.
        See Also:
        Constant Field Values
      • TIME_NODE_TYPE__DESCRIPTION

        static final int TIME_NODE_TYPE__DESCRIPTION
        The feature id for the 'Description' containment reference.
        See Also:
        Constant Field Values
      • TIME_NODE_TYPE__NAME_GROUP

        static final int TIME_NODE_TYPE__NAME_GROUP
        The feature id for the 'Name Group' attribute list.
        See Also:
        Constant Field Values
      • TIME_NODE_TYPE__NAME

        static final int TIME_NODE_TYPE__NAME
        The feature id for the 'Name' containment reference list.
        See Also:
        Constant Field Values
      • TIME_NODE_TYPE__ID

        static final int TIME_NODE_TYPE__ID
        The feature id for the 'Id' attribute.
        See Also:
        Constant Field Values
      • TIME_NODE_TYPE__RELATED_TIME

        static final int TIME_NODE_TYPE__RELATED_TIME
        The feature id for the 'Related Time' containment reference list.
        See Also:
        Constant Field Values
      • TIME_NODE_TYPE__COMPLEX

        static final int TIME_NODE_TYPE__COMPLEX
        The feature id for the 'Complex' containment reference.
        See Also:
        Constant Field Values
      • TIME_NODE_TYPE__PREVIOUS_EDGE

        static final int TIME_NODE_TYPE__PREVIOUS_EDGE
        The feature id for the 'Previous Edge' containment reference list.
        See Also:
        Constant Field Values
      • TIME_NODE_TYPE__NEXT_EDGE

        static final int TIME_NODE_TYPE__NEXT_EDGE
        The feature id for the 'Next Edge' containment reference list.
        See Also:
        Constant Field Values
      • TIME_NODE_TYPE__POSITION

        static final int TIME_NODE_TYPE__POSITION
        The feature id for the 'Position' containment reference.
        See Also:
        Constant Field Values
      • TIME_NODE_TYPE_FEATURE_COUNT

        static final int TIME_NODE_TYPE_FEATURE_COUNT
        The number of structural features of the 'Time Node Type' class.
        See Also:
        Constant Field Values
      • TIME_NODE_TYPE_OPERATION_COUNT

        static final int TIME_NODE_TYPE_OPERATION_COUNT
        The number of operations of the 'Time Node Type' class.
        See Also:
        Constant Field Values
      • TIME_ORDINAL_ERA_PROPERTY_TYPE__TIME_ORDINAL_ERA

        static final int TIME_ORDINAL_ERA_PROPERTY_TYPE__TIME_ORDINAL_ERA
        The feature id for the 'Time Ordinal Era' containment reference.
        See Also:
        Constant Field Values
      • TIME_ORDINAL_ERA_PROPERTY_TYPE__ACTUATE

        static final int TIME_ORDINAL_ERA_PROPERTY_TYPE__ACTUATE
        The feature id for the 'Actuate' attribute.
        See Also:
        Constant Field Values
      • TIME_ORDINAL_ERA_PROPERTY_TYPE__ARCROLE

        static final int TIME_ORDINAL_ERA_PROPERTY_TYPE__ARCROLE
        The feature id for the 'Arcrole' attribute.
        See Also:
        Constant Field Values
      • TIME_ORDINAL_ERA_PROPERTY_TYPE__HREF

        static final int TIME_ORDINAL_ERA_PROPERTY_TYPE__HREF
        The feature id for the 'Href' attribute.
        See Also:
        Constant Field Values
      • TIME_ORDINAL_ERA_PROPERTY_TYPE__REMOTE_SCHEMA

        static final int TIME_ORDINAL_ERA_PROPERTY_TYPE__REMOTE_SCHEMA
        The feature id for the 'Remote Schema' attribute.
        See Also:
        Constant Field Values
      • TIME_ORDINAL_ERA_PROPERTY_TYPE__ROLE

        static final int TIME_ORDINAL_ERA_PROPERTY_TYPE__ROLE
        The feature id for the 'Role' attribute.
        See Also:
        Constant Field Values
      • TIME_ORDINAL_ERA_PROPERTY_TYPE__SHOW

        static final int TIME_ORDINAL_ERA_PROPERTY_TYPE__SHOW
        The feature id for the 'Show' attribute.
        See Also:
        Constant Field Values
      • TIME_ORDINAL_ERA_PROPERTY_TYPE__TITLE

        static final int TIME_ORDINAL_ERA_PROPERTY_TYPE__TITLE
        The feature id for the 'Title' attribute.
        See Also:
        Constant Field Values
      • TIME_ORDINAL_ERA_PROPERTY_TYPE__TYPE

        static final int TIME_ORDINAL_ERA_PROPERTY_TYPE__TYPE
        The feature id for the 'Type' attribute.
        See Also:
        Constant Field Values
      • TIME_ORDINAL_ERA_PROPERTY_TYPE_FEATURE_COUNT

        static final int TIME_ORDINAL_ERA_PROPERTY_TYPE_FEATURE_COUNT
        The number of structural features of the 'Time Ordinal Era Property Type' class.
        See Also:
        Constant Field Values
      • TIME_ORDINAL_ERA_PROPERTY_TYPE_OPERATION_COUNT

        static final int TIME_ORDINAL_ERA_PROPERTY_TYPE_OPERATION_COUNT
        The number of operations of the 'Time Ordinal Era Property Type' class.
        See Also:
        Constant Field Values
      • TIME_ORDINAL_ERA_TYPE__META_DATA_PROPERTY

        static final int TIME_ORDINAL_ERA_TYPE__META_DATA_PROPERTY
        The feature id for the 'Meta Data Property' containment reference list.
        See Also:
        Constant Field Values
      • TIME_ORDINAL_ERA_TYPE__DESCRIPTION

        static final int TIME_ORDINAL_ERA_TYPE__DESCRIPTION
        The feature id for the 'Description' containment reference.
        See Also:
        Constant Field Values
      • TIME_ORDINAL_ERA_TYPE__NAME_GROUP

        static final int TIME_ORDINAL_ERA_TYPE__NAME_GROUP
        The feature id for the 'Name Group' attribute list.
        See Also:
        Constant Field Values
      • TIME_ORDINAL_ERA_TYPE__NAME

        static final int TIME_ORDINAL_ERA_TYPE__NAME
        The feature id for the 'Name' containment reference list.
        See Also:
        Constant Field Values
      • TIME_ORDINAL_ERA_TYPE__ID

        static final int TIME_ORDINAL_ERA_TYPE__ID
        The feature id for the 'Id' attribute.
        See Also:
        Constant Field Values
      • TIME_ORDINAL_ERA_TYPE__RELATED_TIME

        static final int TIME_ORDINAL_ERA_TYPE__RELATED_TIME
        The feature id for the 'Related Time' containment reference list.
        See Also:
        Constant Field Values
      • TIME_ORDINAL_ERA_TYPE__START

        static final int TIME_ORDINAL_ERA_TYPE__START
        The feature id for the 'Start' containment reference.
        See Also:
        Constant Field Values
      • TIME_ORDINAL_ERA_TYPE__END

        static final int TIME_ORDINAL_ERA_TYPE__END
        The feature id for the 'End' containment reference.
        See Also:
        Constant Field Values
      • TIME_ORDINAL_ERA_TYPE__EXTENT

        static final int TIME_ORDINAL_ERA_TYPE__EXTENT
        The feature id for the 'Extent' containment reference.
        See Also:
        Constant Field Values
      • TIME_ORDINAL_ERA_TYPE__MEMBER

        static final int TIME_ORDINAL_ERA_TYPE__MEMBER
        The feature id for the 'Member' containment reference list.
        See Also:
        Constant Field Values
      • TIME_ORDINAL_ERA_TYPE__GROUP

        static final int TIME_ORDINAL_ERA_TYPE__GROUP
        The feature id for the 'Group' containment reference.
        See Also:
        Constant Field Values
      • TIME_ORDINAL_ERA_TYPE_FEATURE_COUNT

        static final int TIME_ORDINAL_ERA_TYPE_FEATURE_COUNT
        The number of structural features of the 'Time Ordinal Era Type' class.
        See Also:
        Constant Field Values
      • TIME_ORDINAL_ERA_TYPE_OPERATION_COUNT

        static final int TIME_ORDINAL_ERA_TYPE_OPERATION_COUNT
        The number of operations of the 'Time Ordinal Era Type' class.
        See Also:
        Constant Field Values
      • TIME_ORDINAL_REFERENCE_SYSTEM_TYPE__META_DATA_PROPERTY

        static final int TIME_ORDINAL_REFERENCE_SYSTEM_TYPE__META_DATA_PROPERTY
        The feature id for the 'Meta Data Property' containment reference list.
        See Also:
        Constant Field Values
      • TIME_ORDINAL_REFERENCE_SYSTEM_TYPE__DESCRIPTION

        static final int TIME_ORDINAL_REFERENCE_SYSTEM_TYPE__DESCRIPTION
        The feature id for the 'Description' containment reference.
        See Also:
        Constant Field Values
      • TIME_ORDINAL_REFERENCE_SYSTEM_TYPE__NAME_GROUP

        static final int TIME_ORDINAL_REFERENCE_SYSTEM_TYPE__NAME_GROUP
        The feature id for the 'Name Group' attribute list.
        See Also:
        Constant Field Values
      • TIME_ORDINAL_REFERENCE_SYSTEM_TYPE__NAME

        static final int TIME_ORDINAL_REFERENCE_SYSTEM_TYPE__NAME
        The feature id for the 'Name' containment reference list.
        See Also:
        Constant Field Values
      • TIME_ORDINAL_REFERENCE_SYSTEM_TYPE__ID

        static final int TIME_ORDINAL_REFERENCE_SYSTEM_TYPE__ID
        The feature id for the 'Id' attribute.
        See Also:
        Constant Field Values
      • TIME_ORDINAL_REFERENCE_SYSTEM_TYPE__DOMAIN_OF_VALIDITY

        static final int TIME_ORDINAL_REFERENCE_SYSTEM_TYPE__DOMAIN_OF_VALIDITY
        The feature id for the 'Domain Of Validity' attribute.
        See Also:
        Constant Field Values
      • TIME_ORDINAL_REFERENCE_SYSTEM_TYPE__COMPONENT

        static final int TIME_ORDINAL_REFERENCE_SYSTEM_TYPE__COMPONENT
        The feature id for the 'Component' containment reference list.
        See Also:
        Constant Field Values
      • TIME_ORDINAL_REFERENCE_SYSTEM_TYPE_FEATURE_COUNT

        static final int TIME_ORDINAL_REFERENCE_SYSTEM_TYPE_FEATURE_COUNT
        The number of structural features of the 'Time Ordinal Reference System Type' class.
        See Also:
        Constant Field Values
      • TIME_ORDINAL_REFERENCE_SYSTEM_TYPE_OPERATION_COUNT

        static final int TIME_ORDINAL_REFERENCE_SYSTEM_TYPE_OPERATION_COUNT
        The number of operations of the 'Time Ordinal Reference System Type' class.
        See Also:
        Constant Field Values
      • TIME_PERIOD_PROPERTY_TYPE__TIME_PERIOD

        static final int TIME_PERIOD_PROPERTY_TYPE__TIME_PERIOD
        The feature id for the 'Time Period' containment reference.
        See Also:
        Constant Field Values
      • TIME_PERIOD_PROPERTY_TYPE__ACTUATE

        static final int TIME_PERIOD_PROPERTY_TYPE__ACTUATE
        The feature id for the 'Actuate' attribute.
        See Also:
        Constant Field Values
      • TIME_PERIOD_PROPERTY_TYPE__ARCROLE

        static final int TIME_PERIOD_PROPERTY_TYPE__ARCROLE
        The feature id for the 'Arcrole' attribute.
        See Also:
        Constant Field Values
      • TIME_PERIOD_PROPERTY_TYPE__HREF

        static final int TIME_PERIOD_PROPERTY_TYPE__HREF
        The feature id for the 'Href' attribute.
        See Also:
        Constant Field Values
      • TIME_PERIOD_PROPERTY_TYPE__REMOTE_SCHEMA

        static final int TIME_PERIOD_PROPERTY_TYPE__REMOTE_SCHEMA
        The feature id for the 'Remote Schema' attribute.
        See Also:
        Constant Field Values
      • TIME_PERIOD_PROPERTY_TYPE__ROLE

        static final int TIME_PERIOD_PROPERTY_TYPE__ROLE
        The feature id for the 'Role' attribute.
        See Also:
        Constant Field Values
      • TIME_PERIOD_PROPERTY_TYPE__SHOW

        static final int TIME_PERIOD_PROPERTY_TYPE__SHOW
        The feature id for the 'Show' attribute.
        See Also:
        Constant Field Values
      • TIME_PERIOD_PROPERTY_TYPE__TITLE

        static final int TIME_PERIOD_PROPERTY_TYPE__TITLE
        The feature id for the 'Title' attribute.
        See Also:
        Constant Field Values
      • TIME_PERIOD_PROPERTY_TYPE__TYPE

        static final int TIME_PERIOD_PROPERTY_TYPE__TYPE
        The feature id for the 'Type' attribute.
        See Also:
        Constant Field Values
      • TIME_PERIOD_PROPERTY_TYPE_FEATURE_COUNT

        static final int TIME_PERIOD_PROPERTY_TYPE_FEATURE_COUNT
        The number of structural features of the 'Time Period Property Type' class.
        See Also:
        Constant Field Values
      • TIME_PERIOD_PROPERTY_TYPE_OPERATION_COUNT

        static final int TIME_PERIOD_PROPERTY_TYPE_OPERATION_COUNT
        The number of operations of the 'Time Period Property Type' class.
        See Also:
        Constant Field Values
      • TIME_PERIOD_TYPE__META_DATA_PROPERTY

        static final int TIME_PERIOD_TYPE__META_DATA_PROPERTY
        The feature id for the 'Meta Data Property' containment reference list.
        See Also:
        Constant Field Values
      • TIME_PERIOD_TYPE__DESCRIPTION

        static final int TIME_PERIOD_TYPE__DESCRIPTION
        The feature id for the 'Description' containment reference.
        See Also:
        Constant Field Values
      • TIME_PERIOD_TYPE__NAME_GROUP

        static final int TIME_PERIOD_TYPE__NAME_GROUP
        The feature id for the 'Name Group' attribute list.
        See Also:
        Constant Field Values
      • TIME_PERIOD_TYPE__NAME

        static final int TIME_PERIOD_TYPE__NAME
        The feature id for the 'Name' containment reference list.
        See Also:
        Constant Field Values
      • TIME_PERIOD_TYPE__ID

        static final int TIME_PERIOD_TYPE__ID
        The feature id for the 'Id' attribute.
        See Also:
        Constant Field Values
      • TIME_PERIOD_TYPE__RELATED_TIME

        static final int TIME_PERIOD_TYPE__RELATED_TIME
        The feature id for the 'Related Time' containment reference list.
        See Also:
        Constant Field Values
      • TIME_PERIOD_TYPE__FRAME

        static final int TIME_PERIOD_TYPE__FRAME
        The feature id for the 'Frame' attribute.
        See Also:
        Constant Field Values
      • TIME_PERIOD_TYPE__BEGIN_POSITION

        static final int TIME_PERIOD_TYPE__BEGIN_POSITION
        The feature id for the 'Begin Position' containment reference.
        See Also:
        Constant Field Values
      • TIME_PERIOD_TYPE__BEGIN

        static final int TIME_PERIOD_TYPE__BEGIN
        The feature id for the 'Begin' containment reference.
        See Also:
        Constant Field Values
      • TIME_PERIOD_TYPE__END_POSITION

        static final int TIME_PERIOD_TYPE__END_POSITION
        The feature id for the 'End Position' containment reference.
        See Also:
        Constant Field Values
      • TIME_PERIOD_TYPE__END

        static final int TIME_PERIOD_TYPE__END
        The feature id for the 'End' containment reference.
        See Also:
        Constant Field Values
      • TIME_PERIOD_TYPE__DURATION

        static final int TIME_PERIOD_TYPE__DURATION
        The feature id for the 'Duration' attribute.
        See Also:
        Constant Field Values
      • TIME_PERIOD_TYPE__TIME_INTERVAL

        static final int TIME_PERIOD_TYPE__TIME_INTERVAL
        The feature id for the 'Time Interval' containment reference.
        See Also:
        Constant Field Values
      • TIME_PERIOD_TYPE_FEATURE_COUNT

        static final int TIME_PERIOD_TYPE_FEATURE_COUNT
        The number of structural features of the 'Time Period Type' class.
        See Also:
        Constant Field Values
      • TIME_PERIOD_TYPE_OPERATION_COUNT

        static final int TIME_PERIOD_TYPE_OPERATION_COUNT
        The number of operations of the 'Time Period Type' class.
        See Also:
        Constant Field Values
      • TIME_POSITION_TYPE__VALUE

        static final int TIME_POSITION_TYPE__VALUE
        The feature id for the 'Value' attribute.
        See Also:
        Constant Field Values
      • TIME_POSITION_TYPE__CALENDAR_ERA_NAME

        static final int TIME_POSITION_TYPE__CALENDAR_ERA_NAME
        The feature id for the 'Calendar Era Name' attribute.
        See Also:
        Constant Field Values
      • TIME_POSITION_TYPE__FRAME

        static final int TIME_POSITION_TYPE__FRAME
        The feature id for the 'Frame' attribute.
        See Also:
        Constant Field Values
      • TIME_POSITION_TYPE__INDETERMINATE_POSITION

        static final int TIME_POSITION_TYPE__INDETERMINATE_POSITION
        The feature id for the 'Indeterminate Position' attribute.
        See Also:
        Constant Field Values
      • TIME_POSITION_TYPE_FEATURE_COUNT

        static final int TIME_POSITION_TYPE_FEATURE_COUNT
        The number of structural features of the 'Time Position Type' class.
        See Also:
        Constant Field Values
      • TIME_POSITION_TYPE_OPERATION_COUNT

        static final int TIME_POSITION_TYPE_OPERATION_COUNT
        The number of operations of the 'Time Position Type' class.
        See Also:
        Constant Field Values
      • TIME_TOPOLOGY_COMPLEX_PROPERTY_TYPE__TIME_TOPOLOGY_COMPLEX

        static final int TIME_TOPOLOGY_COMPLEX_PROPERTY_TYPE__TIME_TOPOLOGY_COMPLEX
        The feature id for the 'Time Topology Complex' containment reference.
        See Also:
        Constant Field Values
      • TIME_TOPOLOGY_COMPLEX_PROPERTY_TYPE__ACTUATE

        static final int TIME_TOPOLOGY_COMPLEX_PROPERTY_TYPE__ACTUATE
        The feature id for the 'Actuate' attribute.
        See Also:
        Constant Field Values
      • TIME_TOPOLOGY_COMPLEX_PROPERTY_TYPE__ARCROLE

        static final int TIME_TOPOLOGY_COMPLEX_PROPERTY_TYPE__ARCROLE
        The feature id for the 'Arcrole' attribute.
        See Also:
        Constant Field Values
      • TIME_TOPOLOGY_COMPLEX_PROPERTY_TYPE__HREF

        static final int TIME_TOPOLOGY_COMPLEX_PROPERTY_TYPE__HREF
        The feature id for the 'Href' attribute.
        See Also:
        Constant Field Values
      • TIME_TOPOLOGY_COMPLEX_PROPERTY_TYPE__REMOTE_SCHEMA

        static final int TIME_TOPOLOGY_COMPLEX_PROPERTY_TYPE__REMOTE_SCHEMA
        The feature id for the 'Remote Schema' attribute.
        See Also:
        Constant Field Values
      • TIME_TOPOLOGY_COMPLEX_PROPERTY_TYPE__ROLE

        static final int TIME_TOPOLOGY_COMPLEX_PROPERTY_TYPE__ROLE
        The feature id for the 'Role' attribute.
        See Also:
        Constant Field Values
      • TIME_TOPOLOGY_COMPLEX_PROPERTY_TYPE__SHOW

        static final int TIME_TOPOLOGY_COMPLEX_PROPERTY_TYPE__SHOW
        The feature id for the 'Show' attribute.
        See Also:
        Constant Field Values
      • TIME_TOPOLOGY_COMPLEX_PROPERTY_TYPE__TITLE

        static final int TIME_TOPOLOGY_COMPLEX_PROPERTY_TYPE__TITLE
        The feature id for the 'Title' attribute.
        See Also:
        Constant Field Values
      • TIME_TOPOLOGY_COMPLEX_PROPERTY_TYPE__TYPE

        static final int TIME_TOPOLOGY_COMPLEX_PROPERTY_TYPE__TYPE
        The feature id for the 'Type' attribute.
        See Also:
        Constant Field Values
      • TIME_TOPOLOGY_COMPLEX_PROPERTY_TYPE_FEATURE_COUNT

        static final int TIME_TOPOLOGY_COMPLEX_PROPERTY_TYPE_FEATURE_COUNT
        The number of structural features of the 'Time Topology Complex Property Type' class.
        See Also:
        Constant Field Values
      • TIME_TOPOLOGY_COMPLEX_PROPERTY_TYPE_OPERATION_COUNT

        static final int TIME_TOPOLOGY_COMPLEX_PROPERTY_TYPE_OPERATION_COUNT
        The number of operations of the 'Time Topology Complex Property Type' class.
        See Also:
        Constant Field Values
      • TIME_TOPOLOGY_COMPLEX_TYPE__META_DATA_PROPERTY

        static final int TIME_TOPOLOGY_COMPLEX_TYPE__META_DATA_PROPERTY
        The feature id for the 'Meta Data Property' containment reference list.
        See Also:
        Constant Field Values
      • TIME_TOPOLOGY_COMPLEX_TYPE__DESCRIPTION

        static final int TIME_TOPOLOGY_COMPLEX_TYPE__DESCRIPTION
        The feature id for the 'Description' containment reference.
        See Also:
        Constant Field Values
      • TIME_TOPOLOGY_COMPLEX_TYPE__NAME_GROUP

        static final int TIME_TOPOLOGY_COMPLEX_TYPE__NAME_GROUP
        The feature id for the 'Name Group' attribute list.
        See Also:
        Constant Field Values
      • TIME_TOPOLOGY_COMPLEX_TYPE__NAME

        static final int TIME_TOPOLOGY_COMPLEX_TYPE__NAME
        The feature id for the 'Name' containment reference list.
        See Also:
        Constant Field Values
      • TIME_TOPOLOGY_COMPLEX_TYPE__ID

        static final int TIME_TOPOLOGY_COMPLEX_TYPE__ID
        The feature id for the 'Id' attribute.
        See Also:
        Constant Field Values
      • TIME_TOPOLOGY_COMPLEX_TYPE__PRIMITIVE

        static final int TIME_TOPOLOGY_COMPLEX_TYPE__PRIMITIVE
        The feature id for the 'Primitive' containment reference list.
        See Also:
        Constant Field Values
      • TIME_TOPOLOGY_COMPLEX_TYPE_FEATURE_COUNT

        static final int TIME_TOPOLOGY_COMPLEX_TYPE_FEATURE_COUNT
        The number of structural features of the 'Time Topology Complex Type' class.
        See Also:
        Constant Field Values
      • TIME_TOPOLOGY_COMPLEX_TYPE_OPERATION_COUNT

        static final int TIME_TOPOLOGY_COMPLEX_TYPE_OPERATION_COUNT
        The number of operations of the 'Time Topology Complex Type' class.
        See Also:
        Constant Field Values
      • TIME_TOPOLOGY_PRIMITIVE_PROPERTY_TYPE__TIME_TOPOLOGY_PRIMITIVE_GROUP

        static final int TIME_TOPOLOGY_PRIMITIVE_PROPERTY_TYPE__TIME_TOPOLOGY_PRIMITIVE_GROUP
        The feature id for the 'Time Topology Primitive Group' attribute list.
        See Also:
        Constant Field Values
      • TIME_TOPOLOGY_PRIMITIVE_PROPERTY_TYPE__TIME_TOPOLOGY_PRIMITIVE

        static final int TIME_TOPOLOGY_PRIMITIVE_PROPERTY_TYPE__TIME_TOPOLOGY_PRIMITIVE
        The feature id for the 'Time Topology Primitive' containment reference.
        See Also:
        Constant Field Values
      • TIME_TOPOLOGY_PRIMITIVE_PROPERTY_TYPE__ACTUATE

        static final int TIME_TOPOLOGY_PRIMITIVE_PROPERTY_TYPE__ACTUATE
        The feature id for the 'Actuate' attribute.
        See Also:
        Constant Field Values
      • TIME_TOPOLOGY_PRIMITIVE_PROPERTY_TYPE__ARCROLE

        static final int TIME_TOPOLOGY_PRIMITIVE_PROPERTY_TYPE__ARCROLE
        The feature id for the 'Arcrole' attribute.
        See Also:
        Constant Field Values
      • TIME_TOPOLOGY_PRIMITIVE_PROPERTY_TYPE__HREF

        static final int TIME_TOPOLOGY_PRIMITIVE_PROPERTY_TYPE__HREF
        The feature id for the 'Href' attribute.
        See Also:
        Constant Field Values
      • TIME_TOPOLOGY_PRIMITIVE_PROPERTY_TYPE__REMOTE_SCHEMA

        static final int TIME_TOPOLOGY_PRIMITIVE_PROPERTY_TYPE__REMOTE_SCHEMA
        The feature id for the 'Remote Schema' attribute.
        See Also:
        Constant Field Values
      • TIME_TOPOLOGY_PRIMITIVE_PROPERTY_TYPE__ROLE

        static final int TIME_TOPOLOGY_PRIMITIVE_PROPERTY_TYPE__ROLE
        The feature id for the 'Role' attribute.
        See Also:
        Constant Field Values
      • TIME_TOPOLOGY_PRIMITIVE_PROPERTY_TYPE__SHOW

        static final int TIME_TOPOLOGY_PRIMITIVE_PROPERTY_TYPE__SHOW
        The feature id for the 'Show' attribute.
        See Also:
        Constant Field Values
      • TIME_TOPOLOGY_PRIMITIVE_PROPERTY_TYPE__TITLE

        static final int TIME_TOPOLOGY_PRIMITIVE_PROPERTY_TYPE__TITLE
        The feature id for the 'Title' attribute.
        See Also:
        Constant Field Values
      • TIME_TOPOLOGY_PRIMITIVE_PROPERTY_TYPE__TYPE

        static final int TIME_TOPOLOGY_PRIMITIVE_PROPERTY_TYPE__TYPE
        The feature id for the 'Type' attribute.
        See Also:
        Constant Field Values
      • TIME_TOPOLOGY_PRIMITIVE_PROPERTY_TYPE_FEATURE_COUNT

        static final int TIME_TOPOLOGY_PRIMITIVE_PROPERTY_TYPE_FEATURE_COUNT
        The number of structural features of the 'Time Topology Primitive Property Type' class.
        See Also:
        Constant Field Values
      • TIME_TOPOLOGY_PRIMITIVE_PROPERTY_TYPE_OPERATION_COUNT

        static final int TIME_TOPOLOGY_PRIMITIVE_PROPERTY_TYPE_OPERATION_COUNT
        The number of operations of the 'Time Topology Primitive Property Type' class.
        See Also:
        Constant Field Values
      • TIME_TYPE__VALUE

        static final int TIME_TYPE__VALUE
        The feature id for the 'Value' attribute.
        See Also:
        Constant Field Values
      • TIME_TYPE__UOM

        static final int TIME_TYPE__UOM
        The feature id for the 'Uom' attribute.
        See Also:
        Constant Field Values
      • TIME_TYPE_FEATURE_COUNT

        static final int TIME_TYPE_FEATURE_COUNT
        The number of structural features of the 'Time Type' class.
        See Also:
        Constant Field Values
      • TIME_TYPE_OPERATION_COUNT

        static final int TIME_TYPE_OPERATION_COUNT
        The number of operations of the 'Time Type' class.
        See Also:
        Constant Field Values
      • TRIANGULATED_SURFACE_TYPE__META_DATA_PROPERTY

        static final int TRIANGULATED_SURFACE_TYPE__META_DATA_PROPERTY
        The feature id for the 'Meta Data Property' containment reference list.
        See Also:
        Constant Field Values
      • TRIANGULATED_SURFACE_TYPE__DESCRIPTION

        static final int TRIANGULATED_SURFACE_TYPE__DESCRIPTION
        The feature id for the 'Description' containment reference.
        See Also:
        Constant Field Values
      • TRIANGULATED_SURFACE_TYPE__NAME_GROUP

        static final int TRIANGULATED_SURFACE_TYPE__NAME_GROUP
        The feature id for the 'Name Group' attribute list.
        See Also:
        Constant Field Values
      • TRIANGULATED_SURFACE_TYPE__NAME

        static final int TRIANGULATED_SURFACE_TYPE__NAME
        The feature id for the 'Name' containment reference list.
        See Also:
        Constant Field Values
      • TRIANGULATED_SURFACE_TYPE__ID

        static final int TRIANGULATED_SURFACE_TYPE__ID
        The feature id for the 'Id' attribute.
        See Also:
        Constant Field Values
      • TRIANGULATED_SURFACE_TYPE__AXIS_LABELS

        static final int TRIANGULATED_SURFACE_TYPE__AXIS_LABELS
        The feature id for the 'Axis Labels' attribute.
        See Also:
        Constant Field Values
      • TRIANGULATED_SURFACE_TYPE__GID

        static final int TRIANGULATED_SURFACE_TYPE__GID
        The feature id for the 'Gid' attribute.
        See Also:
        Constant Field Values
      • TRIANGULATED_SURFACE_TYPE__SRS_DIMENSION

        static final int TRIANGULATED_SURFACE_TYPE__SRS_DIMENSION
        The feature id for the 'Srs Dimension' attribute.
        See Also:
        Constant Field Values
      • TRIANGULATED_SURFACE_TYPE__SRS_NAME

        static final int TRIANGULATED_SURFACE_TYPE__SRS_NAME
        The feature id for the 'Srs Name' attribute.
        See Also:
        Constant Field Values
      • TRIANGULATED_SURFACE_TYPE__UOM_LABELS

        static final int TRIANGULATED_SURFACE_TYPE__UOM_LABELS
        The feature id for the 'Uom Labels' attribute.
        See Also:
        Constant Field Values
      • TRIANGULATED_SURFACE_TYPE__PATCHES_GROUP

        static final int TRIANGULATED_SURFACE_TYPE__PATCHES_GROUP
        The feature id for the 'Patches Group' attribute list.
        See Also:
        Constant Field Values
      • TRIANGULATED_SURFACE_TYPE__PATCHES

        static final int TRIANGULATED_SURFACE_TYPE__PATCHES
        The feature id for the 'Patches' containment reference.
        See Also:
        Constant Field Values
      • TRIANGULATED_SURFACE_TYPE__TRIANGLE_PATCHES

        static final int TRIANGULATED_SURFACE_TYPE__TRIANGLE_PATCHES
        The feature id for the 'Triangle Patches' containment reference.
        See Also:
        Constant Field Values
      • TRIANGULATED_SURFACE_TYPE_FEATURE_COUNT

        static final int TRIANGULATED_SURFACE_TYPE_FEATURE_COUNT
        The number of structural features of the 'Triangulated Surface Type' class.
        See Also:
        Constant Field Values
      • TRIANGULATED_SURFACE_TYPE_OPERATION_COUNT

        static final int TRIANGULATED_SURFACE_TYPE_OPERATION_COUNT
        The number of operations of the 'Triangulated Surface Type' class.
        See Also:
        Constant Field Values
      • TIN_TYPE__META_DATA_PROPERTY

        static final int TIN_TYPE__META_DATA_PROPERTY
        The feature id for the 'Meta Data Property' containment reference list.
        See Also:
        Constant Field Values
      • TIN_TYPE__DESCRIPTION

        static final int TIN_TYPE__DESCRIPTION
        The feature id for the 'Description' containment reference.
        See Also:
        Constant Field Values
      • TIN_TYPE__NAME_GROUP

        static final int TIN_TYPE__NAME_GROUP
        The feature id for the 'Name Group' attribute list.
        See Also:
        Constant Field Values
      • TIN_TYPE__NAME

        static final int TIN_TYPE__NAME
        The feature id for the 'Name' containment reference list.
        See Also:
        Constant Field Values
      • TIN_TYPE__ID

        static final int TIN_TYPE__ID
        The feature id for the 'Id' attribute.
        See Also:
        Constant Field Values
      • TIN_TYPE__AXIS_LABELS

        static final int TIN_TYPE__AXIS_LABELS
        The feature id for the 'Axis Labels' attribute.
        See Also:
        Constant Field Values
      • TIN_TYPE__GID

        static final int TIN_TYPE__GID
        The feature id for the 'Gid' attribute.
        See Also:
        Constant Field Values
      • TIN_TYPE__SRS_DIMENSION

        static final int TIN_TYPE__SRS_DIMENSION
        The feature id for the 'Srs Dimension' attribute.
        See Also:
        Constant Field Values
      • TIN_TYPE__SRS_NAME

        static final int TIN_TYPE__SRS_NAME
        The feature id for the 'Srs Name' attribute.
        See Also:
        Constant Field Values
      • TIN_TYPE__UOM_LABELS

        static final int TIN_TYPE__UOM_LABELS
        The feature id for the 'Uom Labels' attribute.
        See Also:
        Constant Field Values
      • TIN_TYPE__PATCHES_GROUP

        static final int TIN_TYPE__PATCHES_GROUP
        The feature id for the 'Patches Group' attribute list.
        See Also:
        Constant Field Values
      • TIN_TYPE__PATCHES

        static final int TIN_TYPE__PATCHES
        The feature id for the 'Patches' containment reference.
        See Also:
        Constant Field Values
      • TIN_TYPE__TRIANGLE_PATCHES

        static final int TIN_TYPE__TRIANGLE_PATCHES
        The feature id for the 'Triangle Patches' containment reference.
        See Also:
        Constant Field Values
      • TIN_TYPE__STOP_LINES

        static final int TIN_TYPE__STOP_LINES
        The feature id for the 'Stop Lines' containment reference list.
        See Also:
        Constant Field Values
      • TIN_TYPE__BREAK_LINES

        static final int TIN_TYPE__BREAK_LINES
        The feature id for the 'Break Lines' containment reference list.
        See Also:
        Constant Field Values
      • TIN_TYPE__MAX_LENGTH

        static final int TIN_TYPE__MAX_LENGTH
        The feature id for the 'Max Length' containment reference.
        See Also:
        Constant Field Values
      • TIN_TYPE__CONTROL_POINT

        static final int TIN_TYPE__CONTROL_POINT
        The feature id for the 'Control Point' containment reference.
        See Also:
        Constant Field Values
      • TIN_TYPE_FEATURE_COUNT

        static final int TIN_TYPE_FEATURE_COUNT
        The number of structural features of the 'Tin Type' class.
        See Also:
        Constant Field Values
      • TIN_TYPE_OPERATION_COUNT

        static final int TIN_TYPE_OPERATION_COUNT
        The number of operations of the 'Tin Type' class.
        See Also:
        Constant Field Values
      • TOPO_COMPLEX_MEMBER_TYPE__TOPO_COMPLEX

        static final int TOPO_COMPLEX_MEMBER_TYPE__TOPO_COMPLEX
        The feature id for the 'Topo Complex' containment reference.
        See Also:
        Constant Field Values
      • TOPO_COMPLEX_MEMBER_TYPE__ACTUATE

        static final int TOPO_COMPLEX_MEMBER_TYPE__ACTUATE
        The feature id for the 'Actuate' attribute.
        See Also:
        Constant Field Values
      • TOPO_COMPLEX_MEMBER_TYPE__ARCROLE

        static final int TOPO_COMPLEX_MEMBER_TYPE__ARCROLE
        The feature id for the 'Arcrole' attribute.
        See Also:
        Constant Field Values
      • TOPO_COMPLEX_MEMBER_TYPE__HREF

        static final int TOPO_COMPLEX_MEMBER_TYPE__HREF
        The feature id for the 'Href' attribute.
        See Also:
        Constant Field Values
      • TOPO_COMPLEX_MEMBER_TYPE__REMOTE_SCHEMA

        static final int TOPO_COMPLEX_MEMBER_TYPE__REMOTE_SCHEMA
        The feature id for the 'Remote Schema' attribute.
        See Also:
        Constant Field Values
      • TOPO_COMPLEX_MEMBER_TYPE__ROLE

        static final int TOPO_COMPLEX_MEMBER_TYPE__ROLE
        The feature id for the 'Role' attribute.
        See Also:
        Constant Field Values
      • TOPO_COMPLEX_MEMBER_TYPE__SHOW

        static final int TOPO_COMPLEX_MEMBER_TYPE__SHOW
        The feature id for the 'Show' attribute.
        See Also:
        Constant Field Values
      • TOPO_COMPLEX_MEMBER_TYPE__TITLE

        static final int TOPO_COMPLEX_MEMBER_TYPE__TITLE
        The feature id for the 'Title' attribute.
        See Also:
        Constant Field Values
      • TOPO_COMPLEX_MEMBER_TYPE__TYPE

        static final int TOPO_COMPLEX_MEMBER_TYPE__TYPE
        The feature id for the 'Type' attribute.
        See Also:
        Constant Field Values
      • TOPO_COMPLEX_MEMBER_TYPE_FEATURE_COUNT

        static final int TOPO_COMPLEX_MEMBER_TYPE_FEATURE_COUNT
        The number of structural features of the 'Topo Complex Member Type' class.
        See Also:
        Constant Field Values
      • TOPO_COMPLEX_MEMBER_TYPE_OPERATION_COUNT

        static final int TOPO_COMPLEX_MEMBER_TYPE_OPERATION_COUNT
        The number of operations of the 'Topo Complex Member Type' class.
        See Also:
        Constant Field Values
      • TOPO_COMPLEX_TYPE__META_DATA_PROPERTY

        static final int TOPO_COMPLEX_TYPE__META_DATA_PROPERTY
        The feature id for the 'Meta Data Property' containment reference list.
        See Also:
        Constant Field Values
      • TOPO_COMPLEX_TYPE__DESCRIPTION

        static final int TOPO_COMPLEX_TYPE__DESCRIPTION
        The feature id for the 'Description' containment reference.
        See Also:
        Constant Field Values
      • TOPO_COMPLEX_TYPE__NAME_GROUP

        static final int TOPO_COMPLEX_TYPE__NAME_GROUP
        The feature id for the 'Name Group' attribute list.
        See Also:
        Constant Field Values
      • TOPO_COMPLEX_TYPE__NAME

        static final int TOPO_COMPLEX_TYPE__NAME
        The feature id for the 'Name' containment reference list.
        See Also:
        Constant Field Values
      • TOPO_COMPLEX_TYPE__ID

        static final int TOPO_COMPLEX_TYPE__ID
        The feature id for the 'Id' attribute.
        See Also:
        Constant Field Values
      • TOPO_COMPLEX_TYPE__MAXIMAL_COMPLEX

        static final int TOPO_COMPLEX_TYPE__MAXIMAL_COMPLEX
        The feature id for the 'Maximal Complex' containment reference.
        See Also:
        Constant Field Values
      • TOPO_COMPLEX_TYPE__SUPER_COMPLEX

        static final int TOPO_COMPLEX_TYPE__SUPER_COMPLEX
        The feature id for the 'Super Complex' containment reference list.
        See Also:
        Constant Field Values
      • TOPO_COMPLEX_TYPE__SUB_COMPLEX

        static final int TOPO_COMPLEX_TYPE__SUB_COMPLEX
        The feature id for the 'Sub Complex' containment reference list.
        See Also:
        Constant Field Values
      • TOPO_COMPLEX_TYPE__TOPO_PRIMITIVE_MEMBER

        static final int TOPO_COMPLEX_TYPE__TOPO_PRIMITIVE_MEMBER
        The feature id for the 'Topo Primitive Member' containment reference list.
        See Also:
        Constant Field Values
      • TOPO_COMPLEX_TYPE__TOPO_PRIMITIVE_MEMBERS

        static final int TOPO_COMPLEX_TYPE__TOPO_PRIMITIVE_MEMBERS
        The feature id for the 'Topo Primitive Members' containment reference.
        See Also:
        Constant Field Values
      • TOPO_COMPLEX_TYPE__IS_MAXIMAL

        static final int TOPO_COMPLEX_TYPE__IS_MAXIMAL
        The feature id for the 'Is Maximal' attribute.
        See Also:
        Constant Field Values
      • TOPO_COMPLEX_TYPE_FEATURE_COUNT

        static final int TOPO_COMPLEX_TYPE_FEATURE_COUNT
        The number of structural features of the 'Topo Complex Type' class.
        See Also:
        Constant Field Values
      • TOPO_COMPLEX_TYPE_OPERATION_COUNT

        static final int TOPO_COMPLEX_TYPE_OPERATION_COUNT
        The number of operations of the 'Topo Complex Type' class.
        See Also:
        Constant Field Values
      • TOPO_CURVE_PROPERTY_TYPE__TOPO_CURVE

        static final int TOPO_CURVE_PROPERTY_TYPE__TOPO_CURVE
        The feature id for the 'Topo Curve' containment reference.
        See Also:
        Constant Field Values
      • TOPO_CURVE_PROPERTY_TYPE_FEATURE_COUNT

        static final int TOPO_CURVE_PROPERTY_TYPE_FEATURE_COUNT
        The number of structural features of the 'Topo Curve Property Type' class.
        See Also:
        Constant Field Values
      • TOPO_CURVE_PROPERTY_TYPE_OPERATION_COUNT

        static final int TOPO_CURVE_PROPERTY_TYPE_OPERATION_COUNT
        The number of operations of the 'Topo Curve Property Type' class.
        See Also:
        Constant Field Values
      • TOPO_CURVE_TYPE__META_DATA_PROPERTY

        static final int TOPO_CURVE_TYPE__META_DATA_PROPERTY
        The feature id for the 'Meta Data Property' containment reference list.
        See Also:
        Constant Field Values
      • TOPO_CURVE_TYPE__DESCRIPTION

        static final int TOPO_CURVE_TYPE__DESCRIPTION
        The feature id for the 'Description' containment reference.
        See Also:
        Constant Field Values
      • TOPO_CURVE_TYPE__NAME_GROUP

        static final int TOPO_CURVE_TYPE__NAME_GROUP
        The feature id for the 'Name Group' attribute list.
        See Also:
        Constant Field Values
      • TOPO_CURVE_TYPE__NAME

        static final int TOPO_CURVE_TYPE__NAME
        The feature id for the 'Name' containment reference list.
        See Also:
        Constant Field Values
      • TOPO_CURVE_TYPE__ID

        static final int TOPO_CURVE_TYPE__ID
        The feature id for the 'Id' attribute.
        See Also:
        Constant Field Values
      • TOPO_CURVE_TYPE__DIRECTED_EDGE

        static final int TOPO_CURVE_TYPE__DIRECTED_EDGE
        The feature id for the 'Directed Edge' containment reference list.
        See Also:
        Constant Field Values
      • TOPO_CURVE_TYPE_FEATURE_COUNT

        static final int TOPO_CURVE_TYPE_FEATURE_COUNT
        The number of structural features of the 'Topo Curve Type' class.
        See Also:
        Constant Field Values
      • TOPO_CURVE_TYPE_OPERATION_COUNT

        static final int TOPO_CURVE_TYPE_OPERATION_COUNT
        The number of operations of the 'Topo Curve Type' class.
        See Also:
        Constant Field Values
      • TOPOLOGY_STYLE_PROPERTY_TYPE__TOPOLOGY_STYLE

        static final int TOPOLOGY_STYLE_PROPERTY_TYPE__TOPOLOGY_STYLE
        The feature id for the 'Topology Style' containment reference.
        See Also:
        Constant Field Values
      • TOPOLOGY_STYLE_PROPERTY_TYPE__ABOUT

        static final int TOPOLOGY_STYLE_PROPERTY_TYPE__ABOUT
        The feature id for the 'About' attribute.
        See Also:
        Constant Field Values
      • TOPOLOGY_STYLE_PROPERTY_TYPE__ACTUATE

        static final int TOPOLOGY_STYLE_PROPERTY_TYPE__ACTUATE
        The feature id for the 'Actuate' attribute.
        See Also:
        Constant Field Values
      • TOPOLOGY_STYLE_PROPERTY_TYPE__ARCROLE

        static final int TOPOLOGY_STYLE_PROPERTY_TYPE__ARCROLE
        The feature id for the 'Arcrole' attribute.
        See Also:
        Constant Field Values
      • TOPOLOGY_STYLE_PROPERTY_TYPE__HREF

        static final int TOPOLOGY_STYLE_PROPERTY_TYPE__HREF
        The feature id for the 'Href' attribute.
        See Also:
        Constant Field Values
      • TOPOLOGY_STYLE_PROPERTY_TYPE__REMOTE_SCHEMA

        static final int TOPOLOGY_STYLE_PROPERTY_TYPE__REMOTE_SCHEMA
        The feature id for the 'Remote Schema' attribute.
        See Also:
        Constant Field Values
      • TOPOLOGY_STYLE_PROPERTY_TYPE__ROLE

        static final int TOPOLOGY_STYLE_PROPERTY_TYPE__ROLE
        The feature id for the 'Role' attribute.
        See Also:
        Constant Field Values
      • TOPOLOGY_STYLE_PROPERTY_TYPE__SHOW

        static final int TOPOLOGY_STYLE_PROPERTY_TYPE__SHOW
        The feature id for the 'Show' attribute.
        See Also:
        Constant Field Values
      • TOPOLOGY_STYLE_PROPERTY_TYPE__TITLE

        static final int TOPOLOGY_STYLE_PROPERTY_TYPE__TITLE
        The feature id for the 'Title' attribute.
        See Also:
        Constant Field Values
      • TOPOLOGY_STYLE_PROPERTY_TYPE__TYPE

        static final int TOPOLOGY_STYLE_PROPERTY_TYPE__TYPE
        The feature id for the 'Type' attribute.
        See Also:
        Constant Field Values
      • TOPOLOGY_STYLE_PROPERTY_TYPE_FEATURE_COUNT

        static final int TOPOLOGY_STYLE_PROPERTY_TYPE_FEATURE_COUNT
        The number of structural features of the 'Topology Style Property Type' class.
        See Also:
        Constant Field Values
      • TOPOLOGY_STYLE_PROPERTY_TYPE_OPERATION_COUNT

        static final int TOPOLOGY_STYLE_PROPERTY_TYPE_OPERATION_COUNT
        The number of operations of the 'Topology Style Property Type' class.
        See Also:
        Constant Field Values
      • TOPOLOGY_STYLE_TYPE__META_DATA_PROPERTY

        static final int TOPOLOGY_STYLE_TYPE__META_DATA_PROPERTY
        The feature id for the 'Meta Data Property' containment reference list.
        See Also:
        Constant Field Values
      • TOPOLOGY_STYLE_TYPE__DESCRIPTION

        static final int TOPOLOGY_STYLE_TYPE__DESCRIPTION
        The feature id for the 'Description' containment reference.
        See Also:
        Constant Field Values
      • TOPOLOGY_STYLE_TYPE__NAME_GROUP

        static final int TOPOLOGY_STYLE_TYPE__NAME_GROUP
        The feature id for the 'Name Group' attribute list.
        See Also:
        Constant Field Values
      • TOPOLOGY_STYLE_TYPE__NAME

        static final int TOPOLOGY_STYLE_TYPE__NAME
        The feature id for the 'Name' containment reference list.
        See Also:
        Constant Field Values
      • TOPOLOGY_STYLE_TYPE__ID

        static final int TOPOLOGY_STYLE_TYPE__ID
        The feature id for the 'Id' attribute.
        See Also:
        Constant Field Values
      • TOPOLOGY_STYLE_TYPE__SPATIAL_RESOLUTION

        static final int TOPOLOGY_STYLE_TYPE__SPATIAL_RESOLUTION
        The feature id for the 'Spatial Resolution' containment reference.
        See Also:
        Constant Field Values
      • TOPOLOGY_STYLE_TYPE__STYLE_VARIATION

        static final int TOPOLOGY_STYLE_TYPE__STYLE_VARIATION
        The feature id for the 'Style Variation' containment reference list.
        See Also:
        Constant Field Values
      • TOPOLOGY_STYLE_TYPE__ANIMATE

        static final int TOPOLOGY_STYLE_TYPE__ANIMATE
        The feature id for the 'Animate' containment reference list.
        See Also:
        Constant Field Values
      • TOPOLOGY_STYLE_TYPE__ANIMATE_MOTION

        static final int TOPOLOGY_STYLE_TYPE__ANIMATE_MOTION
        The feature id for the 'Animate Motion' containment reference list.
        See Also:
        Constant Field Values
      • TOPOLOGY_STYLE_TYPE__ANIMATE_COLOR

        static final int TOPOLOGY_STYLE_TYPE__ANIMATE_COLOR
        The feature id for the 'Animate Color' containment reference list.
        See Also:
        Constant Field Values
      • TOPOLOGY_STYLE_TYPE__SET

        static final int TOPOLOGY_STYLE_TYPE__SET
        The feature id for the 'Set' containment reference list.
        See Also:
        Constant Field Values
      • TOPOLOGY_STYLE_TYPE__SYMBOL

        static final int TOPOLOGY_STYLE_TYPE__SYMBOL
        The feature id for the 'Symbol' containment reference.
        See Also:
        Constant Field Values
      • TOPOLOGY_STYLE_TYPE__STYLE

        static final int TOPOLOGY_STYLE_TYPE__STYLE
        The feature id for the 'Style' attribute.
        See Also:
        Constant Field Values
      • TOPOLOGY_STYLE_TYPE__LABEL_STYLE

        static final int TOPOLOGY_STYLE_TYPE__LABEL_STYLE
        The feature id for the 'Label Style' containment reference.
        See Also:
        Constant Field Values
      • TOPOLOGY_STYLE_TYPE__TOPOLOGY_PROPERTY

        static final int TOPOLOGY_STYLE_TYPE__TOPOLOGY_PROPERTY
        The feature id for the 'Topology Property' attribute.
        See Also:
        Constant Field Values
      • TOPOLOGY_STYLE_TYPE__TOPOLOGY_TYPE

        static final int TOPOLOGY_STYLE_TYPE__TOPOLOGY_TYPE
        The feature id for the 'Topology Type' attribute.
        See Also:
        Constant Field Values
      • TOPOLOGY_STYLE_TYPE_FEATURE_COUNT

        static final int TOPOLOGY_STYLE_TYPE_FEATURE_COUNT
        The number of structural features of the 'Topology Style Type' class.
        See Also:
        Constant Field Values
      • TOPOLOGY_STYLE_TYPE_OPERATION_COUNT

        static final int TOPOLOGY_STYLE_TYPE_OPERATION_COUNT
        The number of operations of the 'Topology Style Type' class.
        See Also:
        Constant Field Values
      • TOPO_POINT_PROPERTY_TYPE__TOPO_POINT

        static final int TOPO_POINT_PROPERTY_TYPE__TOPO_POINT
        The feature id for the 'Topo Point' containment reference.
        See Also:
        Constant Field Values
      • TOPO_POINT_PROPERTY_TYPE_FEATURE_COUNT

        static final int TOPO_POINT_PROPERTY_TYPE_FEATURE_COUNT
        The number of structural features of the 'Topo Point Property Type' class.
        See Also:
        Constant Field Values
      • TOPO_POINT_PROPERTY_TYPE_OPERATION_COUNT

        static final int TOPO_POINT_PROPERTY_TYPE_OPERATION_COUNT
        The number of operations of the 'Topo Point Property Type' class.
        See Also:
        Constant Field Values
      • TOPO_POINT_TYPE__META_DATA_PROPERTY

        static final int TOPO_POINT_TYPE__META_DATA_PROPERTY
        The feature id for the 'Meta Data Property' containment reference list.
        See Also:
        Constant Field Values
      • TOPO_POINT_TYPE__DESCRIPTION

        static final int TOPO_POINT_TYPE__DESCRIPTION
        The feature id for the 'Description' containment reference.
        See Also:
        Constant Field Values
      • TOPO_POINT_TYPE__NAME_GROUP

        static final int TOPO_POINT_TYPE__NAME_GROUP
        The feature id for the 'Name Group' attribute list.
        See Also:
        Constant Field Values
      • TOPO_POINT_TYPE__NAME

        static final int TOPO_POINT_TYPE__NAME
        The feature id for the 'Name' containment reference list.
        See Also:
        Constant Field Values
      • TOPO_POINT_TYPE__ID

        static final int TOPO_POINT_TYPE__ID
        The feature id for the 'Id' attribute.
        See Also:
        Constant Field Values
      • TOPO_POINT_TYPE__DIRECTED_NODE

        static final int TOPO_POINT_TYPE__DIRECTED_NODE
        The feature id for the 'Directed Node' containment reference.
        See Also:
        Constant Field Values
      • TOPO_POINT_TYPE_FEATURE_COUNT

        static final int TOPO_POINT_TYPE_FEATURE_COUNT
        The number of structural features of the 'Topo Point Type' class.
        See Also:
        Constant Field Values
      • TOPO_POINT_TYPE_OPERATION_COUNT

        static final int TOPO_POINT_TYPE_OPERATION_COUNT
        The number of operations of the 'Topo Point Type' class.
        See Also:
        Constant Field Values
      • TOPO_PRIMITIVE_ARRAY_ASSOCIATION_TYPE__GROUP

        static final int TOPO_PRIMITIVE_ARRAY_ASSOCIATION_TYPE__GROUP
        The feature id for the 'Group' attribute list.
        See Also:
        Constant Field Values
      • TOPO_PRIMITIVE_ARRAY_ASSOCIATION_TYPE__TOPO_PRIMITIVE_GROUP

        static final int TOPO_PRIMITIVE_ARRAY_ASSOCIATION_TYPE__TOPO_PRIMITIVE_GROUP
        The feature id for the 'Topo Primitive Group' attribute list.
        See Also:
        Constant Field Values
      • TOPO_PRIMITIVE_ARRAY_ASSOCIATION_TYPE__TOPO_PRIMITIVE

        static final int TOPO_PRIMITIVE_ARRAY_ASSOCIATION_TYPE__TOPO_PRIMITIVE
        The feature id for the 'Topo Primitive' containment reference list.
        See Also:
        Constant Field Values
      • TOPO_PRIMITIVE_ARRAY_ASSOCIATION_TYPE_FEATURE_COUNT

        static final int TOPO_PRIMITIVE_ARRAY_ASSOCIATION_TYPE_FEATURE_COUNT
        The number of structural features of the 'Topo Primitive Array Association Type' class.
        See Also:
        Constant Field Values
      • TOPO_PRIMITIVE_ARRAY_ASSOCIATION_TYPE_OPERATION_COUNT

        static final int TOPO_PRIMITIVE_ARRAY_ASSOCIATION_TYPE_OPERATION_COUNT
        The number of operations of the 'Topo Primitive Array Association Type' class.
        See Also:
        Constant Field Values
      • TOPO_PRIMITIVE_MEMBER_TYPE__TOPO_PRIMITIVE_GROUP

        static final int TOPO_PRIMITIVE_MEMBER_TYPE__TOPO_PRIMITIVE_GROUP
        The feature id for the 'Topo Primitive Group' attribute list.
        See Also:
        Constant Field Values
      • TOPO_PRIMITIVE_MEMBER_TYPE__TOPO_PRIMITIVE

        static final int TOPO_PRIMITIVE_MEMBER_TYPE__TOPO_PRIMITIVE
        The feature id for the 'Topo Primitive' containment reference.
        See Also:
        Constant Field Values
      • TOPO_PRIMITIVE_MEMBER_TYPE__ACTUATE

        static final int TOPO_PRIMITIVE_MEMBER_TYPE__ACTUATE
        The feature id for the 'Actuate' attribute.
        See Also:
        Constant Field Values
      • TOPO_PRIMITIVE_MEMBER_TYPE__ARCROLE

        static final int TOPO_PRIMITIVE_MEMBER_TYPE__ARCROLE
        The feature id for the 'Arcrole' attribute.
        See Also:
        Constant Field Values
      • TOPO_PRIMITIVE_MEMBER_TYPE__HREF

        static final int TOPO_PRIMITIVE_MEMBER_TYPE__HREF
        The feature id for the 'Href' attribute.
        See Also:
        Constant Field Values
      • TOPO_PRIMITIVE_MEMBER_TYPE__REMOTE_SCHEMA

        static final int TOPO_PRIMITIVE_MEMBER_TYPE__REMOTE_SCHEMA
        The feature id for the 'Remote Schema' attribute.
        See Also:
        Constant Field Values
      • TOPO_PRIMITIVE_MEMBER_TYPE__ROLE

        static final int TOPO_PRIMITIVE_MEMBER_TYPE__ROLE
        The feature id for the 'Role' attribute.
        See Also:
        Constant Field Values
      • TOPO_PRIMITIVE_MEMBER_TYPE__SHOW

        static final int TOPO_PRIMITIVE_MEMBER_TYPE__SHOW
        The feature id for the 'Show' attribute.
        See Also:
        Constant Field Values
      • TOPO_PRIMITIVE_MEMBER_TYPE__TITLE

        static final int TOPO_PRIMITIVE_MEMBER_TYPE__TITLE
        The feature id for the 'Title' attribute.
        See Also:
        Constant Field Values
      • TOPO_PRIMITIVE_MEMBER_TYPE__TYPE

        static final int TOPO_PRIMITIVE_MEMBER_TYPE__TYPE
        The feature id for the 'Type' attribute.
        See Also:
        Constant Field Values
      • TOPO_PRIMITIVE_MEMBER_TYPE_FEATURE_COUNT

        static final int TOPO_PRIMITIVE_MEMBER_TYPE_FEATURE_COUNT
        The number of structural features of the 'Topo Primitive Member Type' class.
        See Also:
        Constant Field Values
      • TOPO_PRIMITIVE_MEMBER_TYPE_OPERATION_COUNT

        static final int TOPO_PRIMITIVE_MEMBER_TYPE_OPERATION_COUNT
        The number of operations of the 'Topo Primitive Member Type' class.
        See Also:
        Constant Field Values
      • TOPO_SOLID_TYPE__META_DATA_PROPERTY

        static final int TOPO_SOLID_TYPE__META_DATA_PROPERTY
        The feature id for the 'Meta Data Property' containment reference list.
        See Also:
        Constant Field Values
      • TOPO_SOLID_TYPE__DESCRIPTION

        static final int TOPO_SOLID_TYPE__DESCRIPTION
        The feature id for the 'Description' containment reference.
        See Also:
        Constant Field Values
      • TOPO_SOLID_TYPE__NAME_GROUP

        static final int TOPO_SOLID_TYPE__NAME_GROUP
        The feature id for the 'Name Group' attribute list.
        See Also:
        Constant Field Values
      • TOPO_SOLID_TYPE__NAME

        static final int TOPO_SOLID_TYPE__NAME
        The feature id for the 'Name' containment reference list.
        See Also:
        Constant Field Values
      • TOPO_SOLID_TYPE__ID

        static final int TOPO_SOLID_TYPE__ID
        The feature id for the 'Id' attribute.
        See Also:
        Constant Field Values
      • TOPO_SOLID_TYPE__ISOLATED

        static final int TOPO_SOLID_TYPE__ISOLATED
        The feature id for the 'Isolated' containment reference list.
        See Also:
        Constant Field Values
      • TOPO_SOLID_TYPE__CONTAINER

        static final int TOPO_SOLID_TYPE__CONTAINER
        The feature id for the 'Container' containment reference.
        See Also:
        Constant Field Values
      • TOPO_SOLID_TYPE__DIRECTED_FACE

        static final int TOPO_SOLID_TYPE__DIRECTED_FACE
        The feature id for the 'Directed Face' containment reference list.
        See Also:
        Constant Field Values
      • TOPO_SOLID_TYPE_FEATURE_COUNT

        static final int TOPO_SOLID_TYPE_FEATURE_COUNT
        The number of structural features of the 'Topo Solid Type' class.
        See Also:
        Constant Field Values
      • TOPO_SOLID_TYPE_OPERATION_COUNT

        static final int TOPO_SOLID_TYPE_OPERATION_COUNT
        The number of operations of the 'Topo Solid Type' class.
        See Also:
        Constant Field Values
      • TOPO_SURFACE_PROPERTY_TYPE__TOPO_SURFACE

        static final int TOPO_SURFACE_PROPERTY_TYPE__TOPO_SURFACE
        The feature id for the 'Topo Surface' containment reference.
        See Also:
        Constant Field Values
      • TOPO_SURFACE_PROPERTY_TYPE_FEATURE_COUNT

        static final int TOPO_SURFACE_PROPERTY_TYPE_FEATURE_COUNT
        The number of structural features of the 'Topo Surface Property Type' class.
        See Also:
        Constant Field Values
      • TOPO_SURFACE_PROPERTY_TYPE_OPERATION_COUNT

        static final int TOPO_SURFACE_PROPERTY_TYPE_OPERATION_COUNT
        The number of operations of the 'Topo Surface Property Type' class.
        See Also:
        Constant Field Values
      • TOPO_SURFACE_TYPE__META_DATA_PROPERTY

        static final int TOPO_SURFACE_TYPE__META_DATA_PROPERTY
        The feature id for the 'Meta Data Property' containment reference list.
        See Also:
        Constant Field Values
      • TOPO_SURFACE_TYPE__DESCRIPTION

        static final int TOPO_SURFACE_TYPE__DESCRIPTION
        The feature id for the 'Description' containment reference.
        See Also:
        Constant Field Values
      • TOPO_SURFACE_TYPE__NAME_GROUP

        static final int TOPO_SURFACE_TYPE__NAME_GROUP
        The feature id for the 'Name Group' attribute list.
        See Also:
        Constant Field Values
      • TOPO_SURFACE_TYPE__NAME

        static final int TOPO_SURFACE_TYPE__NAME
        The feature id for the 'Name' containment reference list.
        See Also:
        Constant Field Values
      • TOPO_SURFACE_TYPE__ID

        static final int TOPO_SURFACE_TYPE__ID
        The feature id for the 'Id' attribute.
        See Also:
        Constant Field Values
      • TOPO_SURFACE_TYPE__DIRECTED_FACE

        static final int TOPO_SURFACE_TYPE__DIRECTED_FACE
        The feature id for the 'Directed Face' containment reference list.
        See Also:
        Constant Field Values
      • TOPO_SURFACE_TYPE_FEATURE_COUNT

        static final int TOPO_SURFACE_TYPE_FEATURE_COUNT
        The number of structural features of the 'Topo Surface Type' class.
        See Also:
        Constant Field Values
      • TOPO_SURFACE_TYPE_OPERATION_COUNT

        static final int TOPO_SURFACE_TYPE_OPERATION_COUNT
        The number of operations of the 'Topo Surface Type' class.
        See Also:
        Constant Field Values
      • TOPO_VOLUME_PROPERTY_TYPE__TOPO_VOLUME

        static final int TOPO_VOLUME_PROPERTY_TYPE__TOPO_VOLUME
        The feature id for the 'Topo Volume' containment reference.
        See Also:
        Constant Field Values
      • TOPO_VOLUME_PROPERTY_TYPE_FEATURE_COUNT

        static final int TOPO_VOLUME_PROPERTY_TYPE_FEATURE_COUNT
        The number of structural features of the 'Topo Volume Property Type' class.
        See Also:
        Constant Field Values
      • TOPO_VOLUME_PROPERTY_TYPE_OPERATION_COUNT

        static final int TOPO_VOLUME_PROPERTY_TYPE_OPERATION_COUNT
        The number of operations of the 'Topo Volume Property Type' class.
        See Also:
        Constant Field Values
      • TOPO_VOLUME_TYPE__META_DATA_PROPERTY

        static final int TOPO_VOLUME_TYPE__META_DATA_PROPERTY
        The feature id for the 'Meta Data Property' containment reference list.
        See Also:
        Constant Field Values
      • TOPO_VOLUME_TYPE__DESCRIPTION

        static final int TOPO_VOLUME_TYPE__DESCRIPTION
        The feature id for the 'Description' containment reference.
        See Also:
        Constant Field Values
      • TOPO_VOLUME_TYPE__NAME_GROUP

        static final int TOPO_VOLUME_TYPE__NAME_GROUP
        The feature id for the 'Name Group' attribute list.
        See Also:
        Constant Field Values
      • TOPO_VOLUME_TYPE__NAME

        static final int TOPO_VOLUME_TYPE__NAME
        The feature id for the 'Name' containment reference list.
        See Also:
        Constant Field Values
      • TOPO_VOLUME_TYPE__ID

        static final int TOPO_VOLUME_TYPE__ID
        The feature id for the 'Id' attribute.
        See Also:
        Constant Field Values
      • TOPO_VOLUME_TYPE__DIRECTED_TOPO_SOLID

        static final int TOPO_VOLUME_TYPE__DIRECTED_TOPO_SOLID
        The feature id for the 'Directed Topo Solid' containment reference list.
        See Also:
        Constant Field Values
      • TOPO_VOLUME_TYPE_FEATURE_COUNT

        static final int TOPO_VOLUME_TYPE_FEATURE_COUNT
        The number of structural features of the 'Topo Volume Type' class.
        See Also:
        Constant Field Values
      • TOPO_VOLUME_TYPE_OPERATION_COUNT

        static final int TOPO_VOLUME_TYPE_OPERATION_COUNT
        The number of operations of the 'Topo Volume Type' class.
        See Also:
        Constant Field Values
      • TRACK_TYPE__GROUP

        static final int TRACK_TYPE__GROUP
        The feature id for the 'Group' attribute list.
        See Also:
        Constant Field Values
      • TRACK_TYPE__TIME_SLICE_GROUP

        static final int TRACK_TYPE__TIME_SLICE_GROUP
        The feature id for the 'Time Slice Group' attribute list.
        See Also:
        Constant Field Values
      • TRACK_TYPE__TIME_SLICE

        static final int TRACK_TYPE__TIME_SLICE
        The feature id for the 'Time Slice' containment reference list.
        See Also:
        Constant Field Values
      • TRACK_TYPE__MOVING_OBJECT_STATUS

        static final int TRACK_TYPE__MOVING_OBJECT_STATUS
        The feature id for the 'Moving Object Status' containment reference list.
        See Also:
        Constant Field Values
      • TRACK_TYPE_FEATURE_COUNT

        static final int TRACK_TYPE_FEATURE_COUNT
        The number of structural features of the 'Track Type' class.
        See Also:
        Constant Field Values
      • TRACK_TYPE_OPERATION_COUNT

        static final int TRACK_TYPE_OPERATION_COUNT
        The number of operations of the 'Track Type' class.
        See Also:
        Constant Field Values
      • TRANSFORMATION_REF_TYPE__TRANSFORMATION

        static final int TRANSFORMATION_REF_TYPE__TRANSFORMATION
        The feature id for the 'Transformation' containment reference.
        See Also:
        Constant Field Values
      • TRANSFORMATION_REF_TYPE__ACTUATE

        static final int TRANSFORMATION_REF_TYPE__ACTUATE
        The feature id for the 'Actuate' attribute.
        See Also:
        Constant Field Values
      • TRANSFORMATION_REF_TYPE__ARCROLE

        static final int TRANSFORMATION_REF_TYPE__ARCROLE
        The feature id for the 'Arcrole' attribute.
        See Also:
        Constant Field Values
      • TRANSFORMATION_REF_TYPE__HREF

        static final int TRANSFORMATION_REF_TYPE__HREF
        The feature id for the 'Href' attribute.
        See Also:
        Constant Field Values
      • TRANSFORMATION_REF_TYPE__REMOTE_SCHEMA

        static final int TRANSFORMATION_REF_TYPE__REMOTE_SCHEMA
        The feature id for the 'Remote Schema' attribute.
        See Also:
        Constant Field Values
      • TRANSFORMATION_REF_TYPE__ROLE

        static final int TRANSFORMATION_REF_TYPE__ROLE
        The feature id for the 'Role' attribute.
        See Also:
        Constant Field Values
      • TRANSFORMATION_REF_TYPE__SHOW

        static final int TRANSFORMATION_REF_TYPE__SHOW
        The feature id for the 'Show' attribute.
        See Also:
        Constant Field Values
      • TRANSFORMATION_REF_TYPE__TITLE

        static final int TRANSFORMATION_REF_TYPE__TITLE
        The feature id for the 'Title' attribute.
        See Also:
        Constant Field Values
      • TRANSFORMATION_REF_TYPE__TYPE

        static final int TRANSFORMATION_REF_TYPE__TYPE
        The feature id for the 'Type' attribute.
        See Also:
        Constant Field Values
      • TRANSFORMATION_REF_TYPE_FEATURE_COUNT

        static final int TRANSFORMATION_REF_TYPE_FEATURE_COUNT
        The number of structural features of the 'Transformation Ref Type' class.
        See Also:
        Constant Field Values
      • TRANSFORMATION_REF_TYPE_OPERATION_COUNT

        static final int TRANSFORMATION_REF_TYPE_OPERATION_COUNT
        The number of operations of the 'Transformation Ref Type' class.
        See Also:
        Constant Field Values
      • TRANSFORMATION_TYPE__META_DATA_PROPERTY

        static final int TRANSFORMATION_TYPE__META_DATA_PROPERTY
        The feature id for the 'Meta Data Property' containment reference list.
        See Also:
        Constant Field Values
      • TRANSFORMATION_TYPE__DESCRIPTION

        static final int TRANSFORMATION_TYPE__DESCRIPTION
        The feature id for the 'Description' containment reference.
        See Also:
        Constant Field Values
      • TRANSFORMATION_TYPE__NAME_GROUP

        static final int TRANSFORMATION_TYPE__NAME_GROUP
        The feature id for the 'Name Group' attribute list.
        See Also:
        Constant Field Values
      • TRANSFORMATION_TYPE__NAME

        static final int TRANSFORMATION_TYPE__NAME
        The feature id for the 'Name' containment reference list.
        See Also:
        Constant Field Values
      • TRANSFORMATION_TYPE__ID

        static final int TRANSFORMATION_TYPE__ID
        The feature id for the 'Id' attribute.
        See Also:
        Constant Field Values
      • TRANSFORMATION_TYPE__COORDINATE_OPERATION_NAME

        static final int TRANSFORMATION_TYPE__COORDINATE_OPERATION_NAME
        The feature id for the 'Coordinate Operation Name' containment reference.
        See Also:
        Constant Field Values
      • TRANSFORMATION_TYPE__COORDINATE_OPERATION_ID

        static final int TRANSFORMATION_TYPE__COORDINATE_OPERATION_ID
        The feature id for the 'Coordinate Operation ID' containment reference list.
        See Also:
        Constant Field Values
      • TRANSFORMATION_TYPE__REMARKS

        static final int TRANSFORMATION_TYPE__REMARKS
        The feature id for the 'Remarks' containment reference.
        See Also:
        Constant Field Values
      • TRANSFORMATION_TYPE__OPERATION_VERSION

        static final int TRANSFORMATION_TYPE__OPERATION_VERSION
        The feature id for the 'Operation Version' attribute.
        See Also:
        Constant Field Values
      • TRANSFORMATION_TYPE__VALID_AREA

        static final int TRANSFORMATION_TYPE__VALID_AREA
        The feature id for the 'Valid Area' containment reference.
        See Also:
        Constant Field Values
      • TRANSFORMATION_TYPE__SCOPE

        static final int TRANSFORMATION_TYPE__SCOPE
        The feature id for the 'Scope' attribute.
        See Also:
        Constant Field Values
      • TRANSFORMATION_TYPE__POSITIONAL_ACCURACY_GROUP

        static final int TRANSFORMATION_TYPE__POSITIONAL_ACCURACY_GROUP
        The feature id for the 'Positional Accuracy Group' attribute list.
        See Also:
        Constant Field Values
      • TRANSFORMATION_TYPE__POSITIONAL_ACCURACY

        static final int TRANSFORMATION_TYPE__POSITIONAL_ACCURACY
        The feature id for the 'Positional Accuracy' containment reference list.
        See Also:
        Constant Field Values
      • TRANSFORMATION_TYPE__SOURCE_CRS

        static final int TRANSFORMATION_TYPE__SOURCE_CRS
        The feature id for the 'Source CRS' containment reference.
        See Also:
        Constant Field Values
      • TRANSFORMATION_TYPE__TARGET_CRS

        static final int TRANSFORMATION_TYPE__TARGET_CRS
        The feature id for the 'Target CRS' containment reference.
        See Also:
        Constant Field Values
      • TRANSFORMATION_TYPE__USES_METHOD

        static final int TRANSFORMATION_TYPE__USES_METHOD
        The feature id for the 'Uses Method' containment reference.
        See Also:
        Constant Field Values
      • TRANSFORMATION_TYPE__USES_VALUE

        static final int TRANSFORMATION_TYPE__USES_VALUE
        The feature id for the 'Uses Value' containment reference list.
        See Also:
        Constant Field Values
      • TRANSFORMATION_TYPE_FEATURE_COUNT

        static final int TRANSFORMATION_TYPE_FEATURE_COUNT
        The number of structural features of the 'Transformation Type' class.
        See Also:
        Constant Field Values
      • TRANSFORMATION_TYPE_OPERATION_COUNT

        static final int TRANSFORMATION_TYPE_OPERATION_COUNT
        The number of operations of the 'Transformation Type' class.
        See Also:
        Constant Field Values
      • TRIANGLE_PATCH_ARRAY_PROPERTY_TYPE__GROUP

        static final int TRIANGLE_PATCH_ARRAY_PROPERTY_TYPE__GROUP
        The feature id for the 'Group' attribute list.
        See Also:
        Constant Field Values
      • TRIANGLE_PATCH_ARRAY_PROPERTY_TYPE__SURFACE_PATCH_GROUP

        static final int TRIANGLE_PATCH_ARRAY_PROPERTY_TYPE__SURFACE_PATCH_GROUP
        The feature id for the 'Surface Patch Group' attribute list.
        See Also:
        Constant Field Values
      • TRIANGLE_PATCH_ARRAY_PROPERTY_TYPE__SURFACE_PATCH

        static final int TRIANGLE_PATCH_ARRAY_PROPERTY_TYPE__SURFACE_PATCH
        The feature id for the 'Surface Patch' containment reference list.
        See Also:
        Constant Field Values
      • TRIANGLE_PATCH_ARRAY_PROPERTY_TYPE__TRIANGLE

        static final int TRIANGLE_PATCH_ARRAY_PROPERTY_TYPE__TRIANGLE
        The feature id for the 'Triangle' containment reference list.
        See Also:
        Constant Field Values
      • TRIANGLE_PATCH_ARRAY_PROPERTY_TYPE_FEATURE_COUNT

        static final int TRIANGLE_PATCH_ARRAY_PROPERTY_TYPE_FEATURE_COUNT
        The number of structural features of the 'Triangle Patch Array Property Type' class.
        See Also:
        Constant Field Values
      • TRIANGLE_PATCH_ARRAY_PROPERTY_TYPE_OPERATION_COUNT

        static final int TRIANGLE_PATCH_ARRAY_PROPERTY_TYPE_OPERATION_COUNT
        The number of operations of the 'Triangle Patch Array Property Type' class.
        See Also:
        Constant Field Values
      • TRIANGLE_TYPE__EXTERIOR_GROUP

        static final int TRIANGLE_TYPE__EXTERIOR_GROUP
        The feature id for the 'Exterior Group' attribute list.
        See Also:
        Constant Field Values
      • TRIANGLE_TYPE__EXTERIOR

        static final int TRIANGLE_TYPE__EXTERIOR
        The feature id for the 'Exterior' containment reference.
        See Also:
        Constant Field Values
      • TRIANGLE_TYPE__INTERPOLATION

        static final int TRIANGLE_TYPE__INTERPOLATION
        The feature id for the 'Interpolation' attribute.
        See Also:
        Constant Field Values
      • TRIANGLE_TYPE_FEATURE_COUNT

        static final int TRIANGLE_TYPE_FEATURE_COUNT
        The number of structural features of the 'Triangle Type' class.
        See Also:
        Constant Field Values
      • TRIANGLE_TYPE_OPERATION_COUNT

        static final int TRIANGLE_TYPE_OPERATION_COUNT
        The number of operations of the 'Triangle Type' class.
        See Also:
        Constant Field Values
      • USER_DEFINED_CS_REF_TYPE__USER_DEFINED_CS

        static final int USER_DEFINED_CS_REF_TYPE__USER_DEFINED_CS
        The feature id for the 'User Defined CS' containment reference.
        See Also:
        Constant Field Values
      • USER_DEFINED_CS_REF_TYPE__ACTUATE

        static final int USER_DEFINED_CS_REF_TYPE__ACTUATE
        The feature id for the 'Actuate' attribute.
        See Also:
        Constant Field Values
      • USER_DEFINED_CS_REF_TYPE__ARCROLE

        static final int USER_DEFINED_CS_REF_TYPE__ARCROLE
        The feature id for the 'Arcrole' attribute.
        See Also:
        Constant Field Values
      • USER_DEFINED_CS_REF_TYPE__HREF

        static final int USER_DEFINED_CS_REF_TYPE__HREF
        The feature id for the 'Href' attribute.
        See Also:
        Constant Field Values
      • USER_DEFINED_CS_REF_TYPE__REMOTE_SCHEMA

        static final int USER_DEFINED_CS_REF_TYPE__REMOTE_SCHEMA
        The feature id for the 'Remote Schema' attribute.
        See Also:
        Constant Field Values
      • USER_DEFINED_CS_REF_TYPE__ROLE

        static final int USER_DEFINED_CS_REF_TYPE__ROLE
        The feature id for the 'Role' attribute.
        See Also:
        Constant Field Values
      • USER_DEFINED_CS_REF_TYPE__SHOW

        static final int USER_DEFINED_CS_REF_TYPE__SHOW
        The feature id for the 'Show' attribute.
        See Also:
        Constant Field Values
      • USER_DEFINED_CS_REF_TYPE__TITLE

        static final int USER_DEFINED_CS_REF_TYPE__TITLE
        The feature id for the 'Title' attribute.
        See Also:
        Constant Field Values
      • USER_DEFINED_CS_REF_TYPE__TYPE

        static final int USER_DEFINED_CS_REF_TYPE__TYPE
        The feature id for the 'Type' attribute.
        See Also:
        Constant Field Values
      • USER_DEFINED_CS_REF_TYPE_FEATURE_COUNT

        static final int USER_DEFINED_CS_REF_TYPE_FEATURE_COUNT
        The number of structural features of the 'User Defined CS Ref Type' class.
        See Also:
        Constant Field Values
      • USER_DEFINED_CS_REF_TYPE_OPERATION_COUNT

        static final int USER_DEFINED_CS_REF_TYPE_OPERATION_COUNT
        The number of operations of the 'User Defined CS Ref Type' class.
        See Also:
        Constant Field Values
      • USER_DEFINED_CS_TYPE__META_DATA_PROPERTY

        static final int USER_DEFINED_CS_TYPE__META_DATA_PROPERTY
        The feature id for the 'Meta Data Property' containment reference list.
        See Also:
        Constant Field Values
      • USER_DEFINED_CS_TYPE__DESCRIPTION

        static final int USER_DEFINED_CS_TYPE__DESCRIPTION
        The feature id for the 'Description' containment reference.
        See Also:
        Constant Field Values
      • USER_DEFINED_CS_TYPE__NAME_GROUP

        static final int USER_DEFINED_CS_TYPE__NAME_GROUP
        The feature id for the 'Name Group' attribute list.
        See Also:
        Constant Field Values
      • USER_DEFINED_CS_TYPE__NAME

        static final int USER_DEFINED_CS_TYPE__NAME
        The feature id for the 'Name' containment reference list.
        See Also:
        Constant Field Values
      • USER_DEFINED_CS_TYPE__ID

        static final int USER_DEFINED_CS_TYPE__ID
        The feature id for the 'Id' attribute.
        See Also:
        Constant Field Values
      • USER_DEFINED_CS_TYPE__CS_NAME

        static final int USER_DEFINED_CS_TYPE__CS_NAME
        The feature id for the 'Cs Name' containment reference.
        See Also:
        Constant Field Values
      • USER_DEFINED_CS_TYPE__CS_ID

        static final int USER_DEFINED_CS_TYPE__CS_ID
        The feature id for the 'Cs ID' containment reference list.
        See Also:
        Constant Field Values
      • USER_DEFINED_CS_TYPE__REMARKS

        static final int USER_DEFINED_CS_TYPE__REMARKS
        The feature id for the 'Remarks' containment reference.
        See Also:
        Constant Field Values
      • USER_DEFINED_CS_TYPE__USES_AXIS

        static final int USER_DEFINED_CS_TYPE__USES_AXIS
        The feature id for the 'Uses Axis' containment reference list.
        See Also:
        Constant Field Values
      • USER_DEFINED_CS_TYPE_FEATURE_COUNT

        static final int USER_DEFINED_CS_TYPE_FEATURE_COUNT
        The number of structural features of the 'User Defined CS Type' class.
        See Also:
        Constant Field Values
      • USER_DEFINED_CS_TYPE_OPERATION_COUNT

        static final int USER_DEFINED_CS_TYPE_OPERATION_COUNT
        The number of operations of the 'User Defined CS Type' class.
        See Also:
        Constant Field Values
      • VALUE_ARRAY_PROPERTY_TYPE__VALUE

        static final int VALUE_ARRAY_PROPERTY_TYPE__VALUE
        The feature id for the 'Value' attribute list.
        See Also:
        Constant Field Values
      • VALUE_ARRAY_PROPERTY_TYPE__BOOLEAN

        static final int VALUE_ARRAY_PROPERTY_TYPE__BOOLEAN
        The feature id for the 'Boolean' attribute list.
        See Also:
        Constant Field Values
      • VALUE_ARRAY_PROPERTY_TYPE__CATEGORY

        static final int VALUE_ARRAY_PROPERTY_TYPE__CATEGORY
        The feature id for the 'Category' containment reference list.
        See Also:
        Constant Field Values
      • VALUE_ARRAY_PROPERTY_TYPE__QUANTITY

        static final int VALUE_ARRAY_PROPERTY_TYPE__QUANTITY
        The feature id for the 'Quantity' containment reference list.
        See Also:
        Constant Field Values
      • VALUE_ARRAY_PROPERTY_TYPE__COUNT

        static final int VALUE_ARRAY_PROPERTY_TYPE__COUNT
        The feature id for the 'Count' attribute list.
        See Also:
        Constant Field Values
      • VALUE_ARRAY_PROPERTY_TYPE__BOOLEAN_LIST

        static final int VALUE_ARRAY_PROPERTY_TYPE__BOOLEAN_LIST
        The feature id for the 'Boolean List' attribute list.
        See Also:
        Constant Field Values
      • VALUE_ARRAY_PROPERTY_TYPE__CATEGORY_LIST

        static final int VALUE_ARRAY_PROPERTY_TYPE__CATEGORY_LIST
        The feature id for the 'Category List' containment reference list.
        See Also:
        Constant Field Values
      • VALUE_ARRAY_PROPERTY_TYPE__QUANTITY_LIST

        static final int VALUE_ARRAY_PROPERTY_TYPE__QUANTITY_LIST
        The feature id for the 'Quantity List' containment reference list.
        See Also:
        Constant Field Values
      • VALUE_ARRAY_PROPERTY_TYPE__COUNT_LIST

        static final int VALUE_ARRAY_PROPERTY_TYPE__COUNT_LIST
        The feature id for the 'Count List' attribute list.
        See Also:
        Constant Field Values
      • VALUE_ARRAY_PROPERTY_TYPE__CATEGORY_EXTENT

        static final int VALUE_ARRAY_PROPERTY_TYPE__CATEGORY_EXTENT
        The feature id for the 'Category Extent' containment reference list.
        See Also:
        Constant Field Values
      • VALUE_ARRAY_PROPERTY_TYPE__QUANTITY_EXTENT

        static final int VALUE_ARRAY_PROPERTY_TYPE__QUANTITY_EXTENT
        The feature id for the 'Quantity Extent' containment reference list.
        See Also:
        Constant Field Values
      • VALUE_ARRAY_PROPERTY_TYPE__COUNT_EXTENT

        static final int VALUE_ARRAY_PROPERTY_TYPE__COUNT_EXTENT
        The feature id for the 'Count Extent' attribute list.
        See Also:
        Constant Field Values
      • VALUE_ARRAY_PROPERTY_TYPE__COMPOSITE_VALUE_GROUP

        static final int VALUE_ARRAY_PROPERTY_TYPE__COMPOSITE_VALUE_GROUP
        The feature id for the 'Composite Value Group' attribute list.
        See Also:
        Constant Field Values
      • VALUE_ARRAY_PROPERTY_TYPE__COMPOSITE_VALUE

        static final int VALUE_ARRAY_PROPERTY_TYPE__COMPOSITE_VALUE
        The feature id for the 'Composite Value' containment reference list.
        See Also:
        Constant Field Values
      • VALUE_ARRAY_PROPERTY_TYPE__OBJECT_GROUP

        static final int VALUE_ARRAY_PROPERTY_TYPE__OBJECT_GROUP
        The feature id for the 'Object Group' attribute list.
        See Also:
        Constant Field Values
      • VALUE_ARRAY_PROPERTY_TYPE__OBJECT

        static final int VALUE_ARRAY_PROPERTY_TYPE__OBJECT
        The feature id for the 'Object' containment reference list.
        See Also:
        Constant Field Values
      • VALUE_ARRAY_PROPERTY_TYPE__NULL

        static final int VALUE_ARRAY_PROPERTY_TYPE__NULL
        The feature id for the 'Null' attribute list.
        See Also:
        Constant Field Values
      • VALUE_ARRAY_PROPERTY_TYPE_FEATURE_COUNT

        static final int VALUE_ARRAY_PROPERTY_TYPE_FEATURE_COUNT
        The number of structural features of the 'Value Array Property Type' class.
        See Also:
        Constant Field Values
      • VALUE_ARRAY_PROPERTY_TYPE_OPERATION_COUNT

        static final int VALUE_ARRAY_PROPERTY_TYPE_OPERATION_COUNT
        The number of operations of the 'Value Array Property Type' class.
        See Also:
        Constant Field Values
      • VALUE_ARRAY_TYPE__META_DATA_PROPERTY

        static final int VALUE_ARRAY_TYPE__META_DATA_PROPERTY
        The feature id for the 'Meta Data Property' containment reference list.
        See Also:
        Constant Field Values
      • VALUE_ARRAY_TYPE__DESCRIPTION

        static final int VALUE_ARRAY_TYPE__DESCRIPTION
        The feature id for the 'Description' containment reference.
        See Also:
        Constant Field Values
      • VALUE_ARRAY_TYPE__NAME_GROUP

        static final int VALUE_ARRAY_TYPE__NAME_GROUP
        The feature id for the 'Name Group' attribute list.
        See Also:
        Constant Field Values
      • VALUE_ARRAY_TYPE__NAME

        static final int VALUE_ARRAY_TYPE__NAME
        The feature id for the 'Name' containment reference list.
        See Also:
        Constant Field Values
      • VALUE_ARRAY_TYPE__ID

        static final int VALUE_ARRAY_TYPE__ID
        The feature id for the 'Id' attribute.
        See Also:
        Constant Field Values
      • VALUE_ARRAY_TYPE__VALUE_COMPONENT

        static final int VALUE_ARRAY_TYPE__VALUE_COMPONENT
        The feature id for the 'Value Component' containment reference list.
        See Also:
        Constant Field Values
      • VALUE_ARRAY_TYPE__VALUE_COMPONENTS

        static final int VALUE_ARRAY_TYPE__VALUE_COMPONENTS
        The feature id for the 'Value Components' containment reference.
        See Also:
        Constant Field Values
      • VALUE_ARRAY_TYPE__CODE_SPACE

        static final int VALUE_ARRAY_TYPE__CODE_SPACE
        The feature id for the 'Code Space' attribute.
        See Also:
        Constant Field Values
      • VALUE_ARRAY_TYPE__UOM

        static final int VALUE_ARRAY_TYPE__UOM
        The feature id for the 'Uom' attribute.
        See Also:
        Constant Field Values
      • VALUE_ARRAY_TYPE_FEATURE_COUNT

        static final int VALUE_ARRAY_TYPE_FEATURE_COUNT
        The number of structural features of the 'Value Array Type' class.
        See Also:
        Constant Field Values
      • VALUE_ARRAY_TYPE_OPERATION_COUNT

        static final int VALUE_ARRAY_TYPE_OPERATION_COUNT
        The number of operations of the 'Value Array Type' class.
        See Also:
        Constant Field Values
      • VECTOR_TYPE__VALUE

        static final int VECTOR_TYPE__VALUE
        The feature id for the 'Value' attribute.
        See Also:
        Constant Field Values
      • VECTOR_TYPE__AXIS_LABELS

        static final int VECTOR_TYPE__AXIS_LABELS
        The feature id for the 'Axis Labels' attribute.
        See Also:
        Constant Field Values
      • VECTOR_TYPE__SRS_DIMENSION

        static final int VECTOR_TYPE__SRS_DIMENSION
        The feature id for the 'Srs Dimension' attribute.
        See Also:
        Constant Field Values
      • VECTOR_TYPE__SRS_NAME

        static final int VECTOR_TYPE__SRS_NAME
        The feature id for the 'Srs Name' attribute.
        See Also:
        Constant Field Values
      • VECTOR_TYPE__UOM_LABELS

        static final int VECTOR_TYPE__UOM_LABELS
        The feature id for the 'Uom Labels' attribute.
        See Also:
        Constant Field Values
      • VECTOR_TYPE_FEATURE_COUNT

        static final int VECTOR_TYPE_FEATURE_COUNT
        The number of structural features of the 'Vector Type' class.
        See Also:
        Constant Field Values
      • VECTOR_TYPE_OPERATION_COUNT

        static final int VECTOR_TYPE_OPERATION_COUNT
        The number of operations of the 'Vector Type' class.
        See Also:
        Constant Field Values
      • VERTICAL_CRS_REF_TYPE__VERTICAL_CRS

        static final int VERTICAL_CRS_REF_TYPE__VERTICAL_CRS
        The feature id for the 'Vertical CRS' containment reference.
        See Also:
        Constant Field Values
      • VERTICAL_CRS_REF_TYPE__ACTUATE

        static final int VERTICAL_CRS_REF_TYPE__ACTUATE
        The feature id for the 'Actuate' attribute.
        See Also:
        Constant Field Values
      • VERTICAL_CRS_REF_TYPE__ARCROLE

        static final int VERTICAL_CRS_REF_TYPE__ARCROLE
        The feature id for the 'Arcrole' attribute.
        See Also:
        Constant Field Values
      • VERTICAL_CRS_REF_TYPE__HREF

        static final int VERTICAL_CRS_REF_TYPE__HREF
        The feature id for the 'Href' attribute.
        See Also:
        Constant Field Values
      • VERTICAL_CRS_REF_TYPE__REMOTE_SCHEMA

        static final int VERTICAL_CRS_REF_TYPE__REMOTE_SCHEMA
        The feature id for the 'Remote Schema' attribute.
        See Also:
        Constant Field Values
      • VERTICAL_CRS_REF_TYPE__ROLE

        static final int VERTICAL_CRS_REF_TYPE__ROLE
        The feature id for the 'Role' attribute.
        See Also:
        Constant Field Values
      • VERTICAL_CRS_REF_TYPE__SHOW

        static final int VERTICAL_CRS_REF_TYPE__SHOW
        The feature id for the 'Show' attribute.
        See Also:
        Constant Field Values
      • VERTICAL_CRS_REF_TYPE__TITLE

        static final int VERTICAL_CRS_REF_TYPE__TITLE
        The feature id for the 'Title' attribute.
        See Also:
        Constant Field Values
      • VERTICAL_CRS_REF_TYPE__TYPE

        static final int VERTICAL_CRS_REF_TYPE__TYPE
        The feature id for the 'Type' attribute.
        See Also:
        Constant Field Values
      • VERTICAL_CRS_REF_TYPE_FEATURE_COUNT

        static final int VERTICAL_CRS_REF_TYPE_FEATURE_COUNT
        The number of structural features of the 'Vertical CRS Ref Type' class.
        See Also:
        Constant Field Values
      • VERTICAL_CRS_REF_TYPE_OPERATION_COUNT

        static final int VERTICAL_CRS_REF_TYPE_OPERATION_COUNT
        The number of operations of the 'Vertical CRS Ref Type' class.
        See Also:
        Constant Field Values
      • VERTICAL_CRS_TYPE__META_DATA_PROPERTY

        static final int VERTICAL_CRS_TYPE__META_DATA_PROPERTY
        The feature id for the 'Meta Data Property' containment reference list.
        See Also:
        Constant Field Values
      • VERTICAL_CRS_TYPE__DESCRIPTION

        static final int VERTICAL_CRS_TYPE__DESCRIPTION
        The feature id for the 'Description' containment reference.
        See Also:
        Constant Field Values
      • VERTICAL_CRS_TYPE__NAME_GROUP

        static final int VERTICAL_CRS_TYPE__NAME_GROUP
        The feature id for the 'Name Group' attribute list.
        See Also:
        Constant Field Values
      • VERTICAL_CRS_TYPE__NAME

        static final int VERTICAL_CRS_TYPE__NAME
        The feature id for the 'Name' containment reference list.
        See Also:
        Constant Field Values
      • VERTICAL_CRS_TYPE__ID

        static final int VERTICAL_CRS_TYPE__ID
        The feature id for the 'Id' attribute.
        See Also:
        Constant Field Values
      • VERTICAL_CRS_TYPE__SRS_NAME

        static final int VERTICAL_CRS_TYPE__SRS_NAME
        The feature id for the 'Srs Name' containment reference.
        See Also:
        Constant Field Values
      • VERTICAL_CRS_TYPE__SRS_ID

        static final int VERTICAL_CRS_TYPE__SRS_ID
        The feature id for the 'Srs ID' containment reference list.
        See Also:
        Constant Field Values
      • VERTICAL_CRS_TYPE__REMARKS

        static final int VERTICAL_CRS_TYPE__REMARKS
        The feature id for the 'Remarks' containment reference.
        See Also:
        Constant Field Values
      • VERTICAL_CRS_TYPE__VALID_AREA

        static final int VERTICAL_CRS_TYPE__VALID_AREA
        The feature id for the 'Valid Area' containment reference.
        See Also:
        Constant Field Values
      • VERTICAL_CRS_TYPE__SCOPE

        static final int VERTICAL_CRS_TYPE__SCOPE
        The feature id for the 'Scope' attribute.
        See Also:
        Constant Field Values
      • VERTICAL_CRS_TYPE__USES_VERTICAL_CS

        static final int VERTICAL_CRS_TYPE__USES_VERTICAL_CS
        The feature id for the 'Uses Vertical CS' containment reference.
        See Also:
        Constant Field Values
      • VERTICAL_CRS_TYPE__USES_VERTICAL_DATUM

        static final int VERTICAL_CRS_TYPE__USES_VERTICAL_DATUM
        The feature id for the 'Uses Vertical Datum' containment reference.
        See Also:
        Constant Field Values
      • VERTICAL_CRS_TYPE_FEATURE_COUNT

        static final int VERTICAL_CRS_TYPE_FEATURE_COUNT
        The number of structural features of the 'Vertical CRS Type' class.
        See Also:
        Constant Field Values
      • VERTICAL_CRS_TYPE_OPERATION_COUNT

        static final int VERTICAL_CRS_TYPE_OPERATION_COUNT
        The number of operations of the 'Vertical CRS Type' class.
        See Also:
        Constant Field Values
      • VERTICAL_CS_REF_TYPE__VERTICAL_CS

        static final int VERTICAL_CS_REF_TYPE__VERTICAL_CS
        The feature id for the 'Vertical CS' containment reference.
        See Also:
        Constant Field Values
      • VERTICAL_CS_REF_TYPE__ACTUATE

        static final int VERTICAL_CS_REF_TYPE__ACTUATE
        The feature id for the 'Actuate' attribute.
        See Also:
        Constant Field Values
      • VERTICAL_CS_REF_TYPE__ARCROLE

        static final int VERTICAL_CS_REF_TYPE__ARCROLE
        The feature id for the 'Arcrole' attribute.
        See Also:
        Constant Field Values
      • VERTICAL_CS_REF_TYPE__HREF

        static final int VERTICAL_CS_REF_TYPE__HREF
        The feature id for the 'Href' attribute.
        See Also:
        Constant Field Values
      • VERTICAL_CS_REF_TYPE__REMOTE_SCHEMA

        static final int VERTICAL_CS_REF_TYPE__REMOTE_SCHEMA
        The feature id for the 'Remote Schema' attribute.
        See Also:
        Constant Field Values
      • VERTICAL_CS_REF_TYPE__ROLE

        static final int VERTICAL_CS_REF_TYPE__ROLE
        The feature id for the 'Role' attribute.
        See Also:
        Constant Field Values
      • VERTICAL_CS_REF_TYPE__SHOW

        static final int VERTICAL_CS_REF_TYPE__SHOW
        The feature id for the 'Show' attribute.
        See Also:
        Constant Field Values
      • VERTICAL_CS_REF_TYPE__TITLE

        static final int VERTICAL_CS_REF_TYPE__TITLE
        The feature id for the 'Title' attribute.
        See Also:
        Constant Field Values
      • VERTICAL_CS_REF_TYPE__TYPE

        static final int VERTICAL_CS_REF_TYPE__TYPE
        The feature id for the 'Type' attribute.
        See Also:
        Constant Field Values
      • VERTICAL_CS_REF_TYPE_FEATURE_COUNT

        static final int VERTICAL_CS_REF_TYPE_FEATURE_COUNT
        The number of structural features of the 'Vertical CS Ref Type' class.
        See Also:
        Constant Field Values
      • VERTICAL_CS_REF_TYPE_OPERATION_COUNT

        static final int VERTICAL_CS_REF_TYPE_OPERATION_COUNT
        The number of operations of the 'Vertical CS Ref Type' class.
        See Also:
        Constant Field Values
      • VERTICAL_CS_TYPE__META_DATA_PROPERTY

        static final int VERTICAL_CS_TYPE__META_DATA_PROPERTY
        The feature id for the 'Meta Data Property' containment reference list.
        See Also:
        Constant Field Values
      • VERTICAL_CS_TYPE__DESCRIPTION

        static final int VERTICAL_CS_TYPE__DESCRIPTION
        The feature id for the 'Description' containment reference.
        See Also:
        Constant Field Values
      • VERTICAL_CS_TYPE__NAME_GROUP

        static final int VERTICAL_CS_TYPE__NAME_GROUP
        The feature id for the 'Name Group' attribute list.
        See Also:
        Constant Field Values
      • VERTICAL_CS_TYPE__NAME

        static final int VERTICAL_CS_TYPE__NAME
        The feature id for the 'Name' containment reference list.
        See Also:
        Constant Field Values
      • VERTICAL_CS_TYPE__ID

        static final int VERTICAL_CS_TYPE__ID
        The feature id for the 'Id' attribute.
        See Also:
        Constant Field Values
      • VERTICAL_CS_TYPE__CS_NAME

        static final int VERTICAL_CS_TYPE__CS_NAME
        The feature id for the 'Cs Name' containment reference.
        See Also:
        Constant Field Values
      • VERTICAL_CS_TYPE__CS_ID

        static final int VERTICAL_CS_TYPE__CS_ID
        The feature id for the 'Cs ID' containment reference list.
        See Also:
        Constant Field Values
      • VERTICAL_CS_TYPE__REMARKS

        static final int VERTICAL_CS_TYPE__REMARKS
        The feature id for the 'Remarks' containment reference.
        See Also:
        Constant Field Values
      • VERTICAL_CS_TYPE__USES_AXIS

        static final int VERTICAL_CS_TYPE__USES_AXIS
        The feature id for the 'Uses Axis' containment reference list.
        See Also:
        Constant Field Values
      • VERTICAL_CS_TYPE_FEATURE_COUNT

        static final int VERTICAL_CS_TYPE_FEATURE_COUNT
        The number of structural features of the 'Vertical CS Type' class.
        See Also:
        Constant Field Values
      • VERTICAL_CS_TYPE_OPERATION_COUNT

        static final int VERTICAL_CS_TYPE_OPERATION_COUNT
        The number of operations of the 'Vertical CS Type' class.
        See Also:
        Constant Field Values
      • VERTICAL_DATUM_REF_TYPE__VERTICAL_DATUM

        static final int VERTICAL_DATUM_REF_TYPE__VERTICAL_DATUM
        The feature id for the 'Vertical Datum' containment reference.
        See Also:
        Constant Field Values
      • VERTICAL_DATUM_REF_TYPE__ACTUATE

        static final int VERTICAL_DATUM_REF_TYPE__ACTUATE
        The feature id for the 'Actuate' attribute.
        See Also:
        Constant Field Values
      • VERTICAL_DATUM_REF_TYPE__ARCROLE

        static final int VERTICAL_DATUM_REF_TYPE__ARCROLE
        The feature id for the 'Arcrole' attribute.
        See Also:
        Constant Field Values
      • VERTICAL_DATUM_REF_TYPE__HREF

        static final int VERTICAL_DATUM_REF_TYPE__HREF
        The feature id for the 'Href' attribute.
        See Also:
        Constant Field Values
      • VERTICAL_DATUM_REF_TYPE__REMOTE_SCHEMA

        static final int VERTICAL_DATUM_REF_TYPE__REMOTE_SCHEMA
        The feature id for the 'Remote Schema' attribute.
        See Also:
        Constant Field Values
      • VERTICAL_DATUM_REF_TYPE__ROLE

        static final int VERTICAL_DATUM_REF_TYPE__ROLE
        The feature id for the 'Role' attribute.
        See Also:
        Constant Field Values
      • VERTICAL_DATUM_REF_TYPE__SHOW

        static final int VERTICAL_DATUM_REF_TYPE__SHOW
        The feature id for the 'Show' attribute.
        See Also:
        Constant Field Values
      • VERTICAL_DATUM_REF_TYPE__TITLE

        static final int VERTICAL_DATUM_REF_TYPE__TITLE
        The feature id for the 'Title' attribute.
        See Also:
        Constant Field Values
      • VERTICAL_DATUM_REF_TYPE__TYPE

        static final int VERTICAL_DATUM_REF_TYPE__TYPE
        The feature id for the 'Type' attribute.
        See Also:
        Constant Field Values
      • VERTICAL_DATUM_REF_TYPE_FEATURE_COUNT

        static final int VERTICAL_DATUM_REF_TYPE_FEATURE_COUNT
        The number of structural features of the 'Vertical Datum Ref Type' class.
        See Also:
        Constant Field Values
      • VERTICAL_DATUM_REF_TYPE_OPERATION_COUNT

        static final int VERTICAL_DATUM_REF_TYPE_OPERATION_COUNT
        The number of operations of the 'Vertical Datum Ref Type' class.
        See Also:
        Constant Field Values
      • VERTICAL_DATUM_TYPE__META_DATA_PROPERTY

        static final int VERTICAL_DATUM_TYPE__META_DATA_PROPERTY
        The feature id for the 'Meta Data Property' containment reference list.
        See Also:
        Constant Field Values
      • VERTICAL_DATUM_TYPE__DESCRIPTION

        static final int VERTICAL_DATUM_TYPE__DESCRIPTION
        The feature id for the 'Description' containment reference.
        See Also:
        Constant Field Values
      • VERTICAL_DATUM_TYPE__NAME_GROUP

        static final int VERTICAL_DATUM_TYPE__NAME_GROUP
        The feature id for the 'Name Group' attribute list.
        See Also:
        Constant Field Values
      • VERTICAL_DATUM_TYPE__NAME

        static final int VERTICAL_DATUM_TYPE__NAME
        The feature id for the 'Name' containment reference list.
        See Also:
        Constant Field Values
      • VERTICAL_DATUM_TYPE__ID

        static final int VERTICAL_DATUM_TYPE__ID
        The feature id for the 'Id' attribute.
        See Also:
        Constant Field Values
      • VERTICAL_DATUM_TYPE__DATUM_NAME

        static final int VERTICAL_DATUM_TYPE__DATUM_NAME
        The feature id for the 'Datum Name' containment reference.
        See Also:
        Constant Field Values
      • VERTICAL_DATUM_TYPE__DATUM_ID

        static final int VERTICAL_DATUM_TYPE__DATUM_ID
        The feature id for the 'Datum ID' containment reference list.
        See Also:
        Constant Field Values
      • VERTICAL_DATUM_TYPE__REMARKS

        static final int VERTICAL_DATUM_TYPE__REMARKS
        The feature id for the 'Remarks' containment reference.
        See Also:
        Constant Field Values
      • VERTICAL_DATUM_TYPE__ANCHOR_POINT

        static final int VERTICAL_DATUM_TYPE__ANCHOR_POINT
        The feature id for the 'Anchor Point' containment reference.
        See Also:
        Constant Field Values
      • VERTICAL_DATUM_TYPE__REALIZATION_EPOCH

        static final int VERTICAL_DATUM_TYPE__REALIZATION_EPOCH
        The feature id for the 'Realization Epoch' attribute.
        See Also:
        Constant Field Values
      • VERTICAL_DATUM_TYPE__VALID_AREA

        static final int VERTICAL_DATUM_TYPE__VALID_AREA
        The feature id for the 'Valid Area' containment reference.
        See Also:
        Constant Field Values
      • VERTICAL_DATUM_TYPE__SCOPE

        static final int VERTICAL_DATUM_TYPE__SCOPE
        The feature id for the 'Scope' attribute.
        See Also:
        Constant Field Values
      • VERTICAL_DATUM_TYPE__VERTICAL_DATUM_TYPE

        static final int VERTICAL_DATUM_TYPE__VERTICAL_DATUM_TYPE
        The feature id for the 'Vertical Datum Type' containment reference.
        See Also:
        Constant Field Values
      • VERTICAL_DATUM_TYPE_FEATURE_COUNT

        static final int VERTICAL_DATUM_TYPE_FEATURE_COUNT
        The number of structural features of the 'Vertical Datum Type' class.
        See Also:
        Constant Field Values
      • VERTICAL_DATUM_TYPE_OPERATION_COUNT

        static final int VERTICAL_DATUM_TYPE_OPERATION_COUNT
        The number of operations of the 'Vertical Datum Type' class.
        See Also:
        Constant Field Values
      • VERTICAL_DATUM_TYPE_TYPE__VALUE

        static final int VERTICAL_DATUM_TYPE_TYPE__VALUE
        The feature id for the 'Value' attribute.
        See Also:
        Constant Field Values
      • VERTICAL_DATUM_TYPE_TYPE__CODE_SPACE

        static final int VERTICAL_DATUM_TYPE_TYPE__CODE_SPACE
        The feature id for the 'Code Space' attribute.
        See Also:
        Constant Field Values
      • VERTICAL_DATUM_TYPE_TYPE_FEATURE_COUNT

        static final int VERTICAL_DATUM_TYPE_TYPE_FEATURE_COUNT
        The number of structural features of the 'Vertical Datum Type Type' class.
        See Also:
        Constant Field Values
      • VERTICAL_DATUM_TYPE_TYPE_OPERATION_COUNT

        static final int VERTICAL_DATUM_TYPE_TYPE_OPERATION_COUNT
        The number of operations of the 'Vertical Datum Type Type' class.
        See Also:
        Constant Field Values
      • VOLUME_TYPE__VALUE

        static final int VOLUME_TYPE__VALUE
        The feature id for the 'Value' attribute.
        See Also:
        Constant Field Values
      • VOLUME_TYPE__UOM

        static final int VOLUME_TYPE__UOM
        The feature id for the 'Uom' attribute.
        See Also:
        Constant Field Values
      • VOLUME_TYPE_FEATURE_COUNT

        static final int VOLUME_TYPE_FEATURE_COUNT
        The number of structural features of the 'Volume Type' class.
        See Also:
        Constant Field Values
      • VOLUME_TYPE_OPERATION_COUNT

        static final int VOLUME_TYPE_OPERATION_COUNT
        The number of operations of the 'Volume Type' class.
        See Also:
        Constant Field Values