com.bbn.openmap.image
Interface WMTConstants

All Known Subinterfaces:
ImageServerConstants
All Known Implementing Classes:
EarthImagePlugIn, ImageServerUtils, MapRequestHandler, SHISPlugIn, WebImagePlugIn, WMSPlugIn

public interface WMTConstants

This file contains all the String constants that are defined in the OpenGIS WMT specification. We are trying to get to a point where we use all of them.


Field Summary
static java.lang.String BBOX
          Bounding Box (BBOX) consisting of xmin, ymin, xmax, ymax list, in SRS units.
static java.lang.String BGCOLOR
          (BGCOLOR) The hexidecimal RGB value to use for the background color, if transparency is not desired or not supported by the format type.
static java.lang.String CAPABILITIES
          Keyword (capabilites) for a map server capabilities request.
static java.lang.String EXCEPTIONS
          (EXCEPTIONS) The format where exceptions are to be reported from the map server.
static java.lang.String FORMAT
          Output format for image (FORMAT).
static java.lang.String GETMAP
          After WMS version 1.0, use this parameter to identify the map request
static java.lang.String HEIGHT
          Pixel height of requested image (HEIGHT).
static java.lang.String IMAGEFORMAT_GEOTIFF
           
static java.lang.String IMAGEFORMAT_GIF
           
static java.lang.String IMAGEFORMAT_JPEG
           
static java.lang.String IMAGEFORMAT_PNG
           
static java.lang.String IMAGEFORMAT_PPM
           
static java.lang.String IMAGEFORMAT_SVG
           
static java.lang.String IMAGEFORMAT_TIFF
           
static java.lang.String IMAGEFORMAT_WBMP
           
static java.lang.String LAYERS
          Layer list (LAYERS), comma separated layer names.
static java.lang.String MAP
          Keyword (map) for a Map request.
static java.lang.String REQUEST
          Request (REQUEST) type.
static java.lang.String SRS
          Spatial Reference System identifier (SRS).
static java.lang.String STYLES
          (STYLES) Comma separated list for one rendering style per requested layer.
static java.lang.String TRANSPARENT
          (TRANSPARENT) true if the background color should be rendered as transparent, if the image format supports transparency, or false otherwise.
static java.lang.String VERSION
          After WMS version 1.0, use this parameter to identify the version
static java.lang.String WIDTH
          Pixel width of requested image (WIDTH).
static java.lang.String WMTVER
          WMT Version (WMTVER), floating point industry.
 

Field Detail

VERSION

public static final java.lang.String VERSION
After WMS version 1.0, use this parameter to identify the version

See Also:
Constant Field Values

GETMAP

public static final java.lang.String GETMAP
After WMS version 1.0, use this parameter to identify the map request

See Also:
Constant Field Values

WMTVER

public static final java.lang.String WMTVER
WMT Version (WMTVER), floating point industry. Required for WMT requests.

See Also:
Constant Field Values

REQUEST

public static final java.lang.String REQUEST
Request (REQUEST) type. Required for WMT requests.

See Also:
Constant Field Values

LAYERS

public static final java.lang.String LAYERS
Layer list (LAYERS), comma separated layer names. Required for WMT requests.

See Also:
Constant Field Values

STYLES

public static final java.lang.String STYLES
(STYLES) Comma separated list for one rendering style per requested layer. Required for WMT requests.

See Also:
Constant Field Values

SRS

public static final java.lang.String SRS
Spatial Reference System identifier (SRS). Required for WMT requests.

See Also:
Constant Field Values

BBOX

public static final java.lang.String BBOX
Bounding Box (BBOX) consisting of xmin, ymin, xmax, ymax list, in SRS units. Required for WMT requests.

See Also:
Constant Field Values

HEIGHT

public static final java.lang.String HEIGHT
Pixel height of requested image (HEIGHT). Required for WMT requests.

See Also:
Constant Field Values

WIDTH

public static final java.lang.String WIDTH
Pixel width of requested image (WIDTH). Required for WMT requests.

See Also:
Constant Field Values

FORMAT

public static final java.lang.String FORMAT
Output format for image (FORMAT). Required for WMT requests.

See Also:
Constant Field Values

TRANSPARENT

public static final java.lang.String TRANSPARENT
(TRANSPARENT) true if the background color should be rendered as transparent, if the image format supports transparency, or false otherwise. Optional for WMT requests.

See Also:
Constant Field Values

BGCOLOR

public static final java.lang.String BGCOLOR
(BGCOLOR) The hexidecimal RGB value to use for the background color, if transparency is not desired or not supported by the format type. Default is BGCOLOR=0xFFFFFF. Optional for WMT requests.

See Also:
Constant Field Values

EXCEPTIONS

public static final java.lang.String EXCEPTIONS
(EXCEPTIONS) The format where exceptions are to be reported from the map server. Default is EXCEPTIONS=INIMAGE. Optional for WMT requests.

See Also:
Constant Field Values

MAP

public static final java.lang.String MAP
Keyword (map) for a Map request.

See Also:
Constant Field Values

CAPABILITIES

public static final java.lang.String CAPABILITIES
Keyword (capabilites) for a map server capabilities request.

See Also:
Constant Field Values

IMAGEFORMAT_JPEG

public static final java.lang.String IMAGEFORMAT_JPEG
See Also:
Constant Field Values

IMAGEFORMAT_GIF

public static final java.lang.String IMAGEFORMAT_GIF
See Also:
Constant Field Values

IMAGEFORMAT_PNG

public static final java.lang.String IMAGEFORMAT_PNG
See Also:
Constant Field Values

IMAGEFORMAT_TIFF

public static final java.lang.String IMAGEFORMAT_TIFF
See Also:
Constant Field Values

IMAGEFORMAT_GEOTIFF

public static final java.lang.String IMAGEFORMAT_GEOTIFF
See Also:
Constant Field Values

IMAGEFORMAT_PPM

public static final java.lang.String IMAGEFORMAT_PPM
See Also:
Constant Field Values

IMAGEFORMAT_WBMP

public static final java.lang.String IMAGEFORMAT_WBMP
See Also:
Constant Field Values

IMAGEFORMAT_SVG

public static final java.lang.String IMAGEFORMAT_SVG
See Also:
Constant Field Values


Copyright (C) BBNT Solutions LLC; See http://openmap.bbn.com/ for details