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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EObject
getAnyContent()
Returns the value of the 'Any Content' containment reference.BinaryPayloadType
getBinaryPayload()
Returns the value of the 'Binary Payload' containment reference.AbstractFeatureCollectionType
getFeatureCollection()
Returns the value of the 'Feature Collection' containment reference.FeatureMap
getFeatureCollectionGroup()
Returns the value of the 'Feature Collection Group' attribute list.TextPayloadType
getTextPayload()
Returns the value of the 'Text Payload' containment reference.void
setAnyContent(EObject value)
Sets the value of the 'Any Content
' containment reference.void
setBinaryPayload(BinaryPayloadType value)
Sets the value of the 'Binary Payload
' containment reference.void
setTextPayload(TextPayloadType value)
Sets the value of the 'Text Payload
' containment reference.
-
-
-
Method Detail
-
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:
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()
-
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(TextPayloadType)
,wmtsv_1Package.getFeatureInfoResponseType_TextPayload()
-
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()
-
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(BinaryPayloadType)
,wmtsv_1Package.getFeatureInfoResponseType_BinaryPayload()
-
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:
getBinaryPayload()
-
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(EObject)
,wmtsv_1Package.getFeatureInfoResponseType_AnyContent()
-
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()
-
-