Interface FeatureInfoResponseType

    • Method Detail

      • getFeatureCollectionGroup

        FeatureMap getFeatureCollectionGroup()
        Returns the value of the 'Feature Collection Group' attribute list. The list contents are of type FeatureMap.Entry. This allows to define any FeatureCollection that is a substitutionGroup of gml:_GML and use it here. A Geography Markup Language GML Simple Features Profile level 0 response format is strongly recommended as a FeatureInfo response.
        Returns:
        the value of the 'Feature Collection Group' attribute list.
        See Also:
        wmtsv_1Package.getFeatureInfoResponseType_FeatureCollectionGroup()
      • getFeatureCollection

        AbstractFeatureCollectionType getFeatureCollection()
        Returns the value of the 'Feature Collection' containment reference. This allows to define any FeatureCollection that is a substitutionGroup of gml:_GML and use it here. A Geography Markup Language GML Simple Features Profile level 0 response format is strongly recommended as a FeatureInfo response.
        Returns:
        the value of the 'Feature Collection' containment reference.
        See Also:
        wmtsv_1Package.getFeatureInfoResponseType_FeatureCollection()
      • setTextPayload

        void setTextPayload​(TextPayloadType value)
        Sets the value of the 'Text Payload' containment reference.
        Parameters:
        value - the new value of the 'Text Payload' containment reference.
        See Also:
        getTextPayload()
      • setAnyContent

        void setAnyContent​(EObject value)
        Sets the value of the 'Any Content' containment reference.
        Parameters:
        value - the new value of the 'Any Content' containment reference.
        See Also:
        getAnyContent()