public class GeoGetStylesUtility extends Object
Modifier and Type | Field and Description |
---|---|
static String |
COLORSCALERANGE |
static String |
COLORSCALERANGE_DEFAULT_VALUE |
static org.apache.log4j.Logger |
logger |
Constructor and Description |
---|
GeoGetStylesUtility(String wmsRequest)
Instantiates a new geo get styles.
|
GeoGetStylesUtility(String wmsRequest,
WmsUrlValidator validator)
Instantiates a new geo get styles utility.
|
Modifier and Type | Method and Description |
---|---|
List<String> |
getGeoStyles()
Gets the geo styles.
|
Map<String,String> |
getMapNcWmsStyles()
Gets the map ncWMS styles.
|
Map<String,String> |
getMapWmsNoStandardParameters()
Gets the map wms no standard parameters.
|
String |
getWmsRequest()
Gets the wms request.
|
boolean |
isNcWms()
Checks if is nc wms.
|
String |
toString() |
public static org.apache.log4j.Logger logger
public static final String COLORSCALERANGE
public static final String COLORSCALERANGE_DEFAULT_VALUE
public GeoGetStylesUtility(String wmsRequest) throws Exception
wmsRequest
- the wms requestException
- the exceptionpublic GeoGetStylesUtility(String wmsRequest, WmsUrlValidator validator) throws Exception
wmsRequest
- the wms requestvalidator
- the validatorException
- the exceptionpublic boolean isNcWms()
public String getWmsRequest()
public Map<String,String> getMapWmsNoStandardParameters()
public Map<String,String> getMapNcWmsStyles()
Copyright © 2016. All Rights Reserved.