Method Summary |
|
public Envelope | getBbox() |
public java.awt.Color | getBgColor() |
public int | getBuffer() |
public List | getCQLFilter() Gets a list of the cql filtesr that will be applied to each layer before
rendering. |
public CoordinateReferenceSystem | getCrs() DJB: spec says SRS is *required*, so if they dont specify one, we should throw an error
instead we use "NONE" - which is no-projection. |
public Integer | getElevation() |
public String | getExceptions() |
public List | getFeatureId() Gets a list of the feature ids that will be used to filter each layer
before rendering. |
public String | getFeatureVersion() |
public List | getFilter() |
public List | getFilters() |
public String | getFormat() |
public Map | getFormatOptions() Map of String,Object which contains kvp's which are specific to a
particular output format. |
public int | getHeight() |
public int | getKMScore() the KML/KMZ score value for image vs. |
public boolean | getKMattr() |
public MapLayerInfo[] | getLayers() |
public boolean | getLegend() |
public InverseColorMapOp | getPalette() |
public Map | getRawKvp() Gets the raw kvp parameters which were used to create the request. |
public String | getRemoteOwsType() |
public URL | getRemoteOwsURL() |
public String | getSRS() |
public URL | getSld() Gets the url specified by the "SLD" parameter. |
public String | getSldBody() Gets the string specified the "SLD_BODY" parameter. |
public List | getStyles() Gets a list of the names of the styles to be returned by the server. |
public boolean | getSuperOverlay() |
public Point2D | getTilesOrigin() |
public List | getTime() |
public Boolean | getValidateSchema() Gets the value of the "VALIDATESCHEMA" parameter which controls wether
the value of the "SLD paramter is schema validated. |
public int | getWidth() |
public boolean | isTiled() |
public boolean | isTransparent() |
public void | setBbox(Envelope bbox) |
public void | setBgColor(java.awt.Color bgColor) |
public void | setBuffer(int buffer) |
public void | setBuffer(Integer buffer) |
public void | setCQLFilter(List cqlFilters) Sets a list of filters ( cql ), one for each layer. |
public void | setCrs(CoordinateReferenceSystem crs) |
public void | setElevation(Integer elevation) Sets the elevation request parameter. |
public void | setExceptions(String exceptions) |
public void | setFeatureId(List featureIds) Sets a list of feature ids, one for each layer. |
public void | setFeatureVersion(String featureVersion) |
public void | setFilter(List filters) |
public void | setFilters(List filters) |
public void | setFormat(String format) |
public void | setFormatOptions(Map formatOptions) Sets the format options. |
public void | setHeight(int height) |
public void | setHeight(Integer height) |
public void | setKMScore(int score) Parameters: score - the KML/KMZ score value for image vs. |
public void | setKMattr(boolean on) |
public void | setLayers(MapLayerInfo[] layers) |
public void | setLayers(List layers) |
public void | setLegend(boolean legend) Sets the kml legend parameter of the request. |
public void | setPalette(InverseColorMapOp paletteInverter) |
public void | setRawKvp(Map rawKvp) Sets the raw kvp parameters which were used to create the request. |
public void | setRemoteOwsType(String remoteOwsType) |
public void | setRemoteOwsURL(URL remoteOwsURL) |
public void | setSRS(String srs) |
public void | setSld(URL sld) Sets the url specified by the "SLD" parameter. |
public void | setSldBody(String sldBody) |
public void | setStyles(List styles) |
public void | setSuperOverlay(boolean superOverlay) Sets the super overlay parameter on the request. |
public void | setTiled(boolean tiled) |
public void | setTiled(Boolean tiled) |
public void | setTilesOrigin(Point2D origin) |
public void | setTime(List time) Sets the time request parameter. |
public void | setTransparent(boolean transparent) |
public void | setTransparent(Boolean transparent) |
public void | setValidateSchema(Boolean validateSLD) Sets the flag to validate the "SLD" parameter or not. |
public void | setWidth(int width) |
public void | setWidth(Integer width) |
public String | toString() |