org.vfny.geoserver.wms.responses.featureInfo |
|
Java Source File Name | Type | Comment |
AbstractFeatureInfoResponse.java | Class | Abstract class to do the common work of the FeatureInfoResponse subclasses.
Subclasses should just need to implement writeTo(), to write the actual
response, the executions are handled here, figuring out where on the map
the pixel is located.
Would be nice to have some greater control over the pixels that are
selected. |
FeatureDescriptionTemplateTest.java | Class | |
FeatureTemplate.java | Class | Executes a template for a feature.
Usage:
Feature feature = ... |
FeatureTemplateTest.java | Class | |
FeatureTimeTemplate.java | Class | Template which supports timestamps and timespans for features. |
FeatureTimeTemplateTest.java | Class | |
GetFeatureInfoDelegate.java | Class | Base class for GetFeatureInfo delegates responsible of creating
GetFeatureInfo responses in different formats.
Subclasses should implement one or more output formats, wich will be
returned in a list of mime type strings in
getSupportedFormats . |
GetFeatureInfoTest.java | Class | |
GmlFeatureInfoResponse.java | Class | A GetFeatureInfo response handler specialized in producing GML data for a
GetFeatureInfo request.
This class does not deals directly with GML encoding. |
HTMLTableFeatureInfoResponse.java | Class | Produces a FeatureInfo response in HTML. |
TextFeatureInfoResponse.java | Class | Generates a FeatureInfoResponse of type text. |