Package net.opengis.wmts.v_1
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:
-
Method Summary
Modifier and TypeMethodDescriptionEObject
Returns the value of the 'Any Content' containment reference.Returns the value of the 'Binary Payload' containment reference.Returns the value of the 'Feature Collection' containment reference.FeatureMap
Returns the value of the 'Feature Collection Group' attribute list.Returns the value of the 'Text Payload' containment reference.void
setAnyContent
(EObject value) Sets the value of the 'Any Content
' containment reference.void
Sets the value of the 'Binary Payload
' containment reference.void
setTextPayload
(TextPayloadType value) Sets the value of the 'Text Payload
' containment reference.Methods inherited from interface EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
Methods inherited from interface Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getFeatureCollectionGroup
FeatureMap getFeatureCollectionGroup()Returns the value of the 'Feature Collection Group' attribute list. The list contents are of typeFeatureMap.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
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
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:
-