Package uk.ac.rdg.resc.edal.wms
Class GetFeatureInfoParameters
- java.lang.Object
-
- uk.ac.rdg.resc.edal.wms.GetMapParameters
-
- uk.ac.rdg.resc.edal.wms.GetFeatureInfoParameters
-
- Direct Known Subclasses:
GetPlotParameters
public class GetFeatureInfoParameters extends GetMapParameters
-
-
Field Summary
Fields Modifier and Type Field Description protected booleancontinuousDomainPresent-
Fields inherited from class uk.ac.rdg.resc.edal.wms.GetMapParameters
plottingDomainParams, wmsVersion
-
-
Constructor Summary
Constructors Constructor Description GetFeatureInfoParameters(RequestParams params, WmsCatalogue catalogue)Parses the parameters needed for a GetFeatureInfo request
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description HorizontalPositiongetClickedPosition()StringgetExceptionType()intgetFeatureCount()StringgetInfoFormat()String[]getLayerNames()-
Methods inherited from class uk.ac.rdg.resc.edal.wms.GetMapParameters
getAnimationTimesteps, getFormatString, getFrameRate, getImageFormat, getPlottingDomainParameters, getStyleParameters, getWmsVersion, isAnimation
-
-
-
-
Constructor Detail
-
GetFeatureInfoParameters
public GetFeatureInfoParameters(RequestParams params, WmsCatalogue catalogue) throws EdalException
Parses the parameters needed for a GetFeatureInfo request- Parameters:
params- TheRequestParamsfrom the URL requestcatalogue- AWmsCatalogue- used to ensure that time strings are parsed correctly- Throws:
EdalException
-
-
Method Detail
-
getLayerNames
public String[] getLayerNames()
-
getInfoFormat
public String getInfoFormat()
-
getClickedPosition
public HorizontalPosition getClickedPosition()
-
getFeatureCount
public int getFeatureCount()
-
getExceptionType
public String getExceptionType()
-
-