public final class TLcdWMSCommandDispatcherContext extends Object implements ILcdDisposable
Modifier and Type | Method and Description |
---|---|
void |
dispose()
Disposes of this object and allows it to release any system resources that it is holding.
|
List<String> |
getCoordinateReferenceSystems()
Returns the list of CRS codes to include within the WMS capabilities.
|
ILcdWMSDescribeLayerRequestEncoder |
getDescribeLayerRequestEncoder(String aDescribeLayerFormat)
Returns the describe layer request encoder for the requested format.
|
List<ILcdWMSDescribeLayerRequestEncoder> |
getDescribeLayerRequestEncoders()
Returns the list of describe layer encoders.
|
ILcdWMSFeatureInfoRequestEncoder |
getFeatureInfoRequestEncoder(String aFeatureInfoFormat)
Returns the feature info encoder.
|
List<ILcdWMSFeatureInfoRequestEncoder> |
getFeatureInfoRequestEncoders()
Returns the list of feature info encoders.
|
ILcdWMSGetFeatureInfoRequestEncoder |
getGetFeatureInfoRequestEncoder(String aFeatureInfoFormat)
Returns the feature info encoder for the requested format.
|
List<ILcdWMSGetFeatureInfoRequestEncoder> |
getGetFeatureInfoRequestEncoders()
Returns the list of get feature info encoders.
|
ILcdWMSGetLegendGraphicRequestEncoder |
getGetLegendGraphicRequestEncoder(String aGetLegendGraphicFormat)
Returns the get legend graphic format encoder.
|
List<ILcdWMSGetLegendGraphicRequestEncoder> |
getGetLegendGraphicRequestEncoders()
Returns the list of get legend graphic encoders.
|
ILcdGXYViewEncoder |
getGXYViewEncoder(String aMapFormat)
Returns the GXY view encoder for the requested map format.
|
List<ILcdGXYViewEncoder> |
getGXYViewEncoders()
Returns the list of view encoders.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
close
public List<ILcdGXYViewEncoder> getGXYViewEncoders()
public ILcdGXYViewEncoder getGXYViewEncoder(String aMapFormat)
aMapFormat
- the map format.public List<ILcdWMSFeatureInfoRequestEncoder> getFeatureInfoRequestEncoders()
public List<ILcdWMSGetFeatureInfoRequestEncoder> getGetFeatureInfoRequestEncoders()
public ILcdWMSGetFeatureInfoRequestEncoder getGetFeatureInfoRequestEncoder(String aFeatureInfoFormat)
aFeatureInfoFormat
- the feature info format.public ILcdWMSFeatureInfoRequestEncoder getFeatureInfoRequestEncoder(String aFeatureInfoFormat)
aFeatureInfoFormat
- the feature info encoder.public List<ILcdWMSGetLegendGraphicRequestEncoder> getGetLegendGraphicRequestEncoders()
public ILcdWMSGetLegendGraphicRequestEncoder getGetLegendGraphicRequestEncoder(String aGetLegendGraphicFormat)
aGetLegendGraphicFormat
- the format for the get legend graphic.public List<ILcdWMSDescribeLayerRequestEncoder> getDescribeLayerRequestEncoders()
public ILcdWMSDescribeLayerRequestEncoder getDescribeLayerRequestEncoder(String aDescribeLayerFormat)
aDescribeLayerFormat
- the format for the describe layer response.public List<String> getCoordinateReferenceSystems()
public void dispose()
ILcdDisposable
Disposes of this object and allows it to release any system resources that it is holding.
The result of calling any other method (other than finalize
) on this object subsequent to a call to
this method is undefined.
dispose
in interface ILcdDisposable