com.bbn.openmap.image.wms
Interface FeatureInfoResponse

All Known Implementing Classes:
DefaultFeatureInfoResponse

public interface FeatureInfoResponse


Method Summary
 void flush()
           
 java.util.Collection<java.lang.String> getInfoFormats()
          Return a Collection of the supported INFO_FORMAT supported by this FeatureInfoResponse
 void output(LayerFeatureInfoResponse layerFeatureInfoResponse)
           
 void setOutput(java.lang.String contentType, java.lang.StringBuffer out)
          Initiate a new feature info response output with the given content type and output buffer
 

Method Detail

getInfoFormats

java.util.Collection<java.lang.String> getInfoFormats()
Return a Collection of the supported INFO_FORMAT supported by this FeatureInfoResponse

Returns:
collection of strings for info formats

setOutput

void setOutput(java.lang.String contentType,
               java.lang.StringBuffer out)
Initiate a new feature info response output with the given content type and output buffer

Parameters:
contentType -
out -

flush

void flush()

output

void output(LayerFeatureInfoResponse layerFeatureInfoResponse)


Copyright (C) BBNT Solutions LLC; See http://openmap.bbn.com/ for details