public class DefaultFeatureInfoResponse extends java.lang.Object implements FeatureInfoResponse
Constructor and Description |
---|
DefaultFeatureInfoResponse() |
Modifier and Type | Method and Description |
---|---|
protected void |
appendFooter() |
protected void |
appendHeader() |
void |
flush() |
protected java.lang.String |
getContentType() |
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
|
protected void |
write(java.lang.String s) |
public void setOutput(java.lang.String contentType, java.lang.StringBuffer out)
FeatureInfoResponse
setOutput
in interface FeatureInfoResponse
public void flush()
flush
in interface FeatureInfoResponse
public java.util.Collection<java.lang.String> getInfoFormats()
FeatureInfoResponse
Collection
of the supported INFO_FORMAT supported by
this FeatureInfoResponse
getInfoFormats
in interface FeatureInfoResponse
public void output(LayerFeatureInfoResponse layerFeatureInfoResponse)
output
in interface FeatureInfoResponse
protected void write(java.lang.String s)
protected java.lang.String getContentType()
protected void appendHeader()
protected void appendFooter()
Copyright (C) BBNT Solutions LLC; See http://openmap.bbn.com/ for details