Interface FeatureInfoResponseType

All Superinterfaces:
EObject, Notifier
All Known Implementing Classes:
FeatureInfoResponseTypeImpl

public interface FeatureInfoResponseType extends EObject
A representation of the model object 'Feature Info Response Type'.

The following features are supported:

See Also:
  • Method Details

    • 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:
    • 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:
    • getTextPayload

      TextPayloadType getTextPayload()
      Returns the value of the 'Text Payload' containment reference. This allows to include any text format that is not a gml:_FeatureCollection like HTML, TXT, etc
      Returns:
      the value of the 'Text Payload' containment reference.
      See Also:
    • 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:
    • getBinaryPayload

      BinaryPayloadType getBinaryPayload()
      Returns the value of the 'Binary Payload' containment reference. This allows to include any binary format. Binary formats are not common response for a GeFeatureInfo requests but possible for some imaginative implementations.
      Returns:
      the value of the 'Binary Payload' containment reference.
      See Also:
    • setBinaryPayload

      void setBinaryPayload(BinaryPayloadType value)
      Sets the value of the 'Binary Payload' containment reference.
      Parameters:
      value - the new value of the 'Binary Payload' containment reference.
      See Also:
    • getAnyContent

      EObject getAnyContent()
      Returns the value of the 'Any Content' containment reference. This allows to include any XML content that it is not any of the previous ones.
      Returns:
      the value of the 'Any Content' containment reference.
      See Also:
    • 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: