com.partnersoft.maps.server
Interface MapServerConstants

All Superinterfaces:
RoverConstants
All Known Implementing Classes:
MapClient, MapServer

public interface MapServerConstants
extends RoverConstants

Various constants used during network transactions.

Author:
Paul Reavis Copyright 2003 Partner Software, Inc.

Field Summary
static int CHECK_VERSION
           
static int CURRENT_VERSION
           
static int REQUEST_LEGEND
           
static int REQUEST_MAPSET
           
static int REQUEST_STYLES
           
static int REQUEST_TILE
           
 
Fields inherited from interface com.partnersoft.io.formats.rover.RoverConstants
ALIGN_BOTTOM_CENTER, ALIGN_BOTTOM_FIT, ALIGN_BOTTOM_LEFT, ALIGN_BOTTOM_RIGHT, ALIGN_CENTER, ALIGN_CENTER_LEFT, ALIGN_CENTER_RIGHT, ALIGN_CODE_CENTER, ALIGN_CODE_FIT, ALIGN_CODE_HIGH, ALIGN_CODE_LOW, ALIGN_FIT, ALIGN_FIT_LEFT, ALIGN_FIT_RIGHT, ALIGN_TOP_CENTER, ALIGN_TOP_FIT, ALIGN_TOP_LEFT, ALIGN_TOP_RIGHT, COMMENT, DATA_FIELDS_MAX, EOF, FLOAT_COORDS, GEOMETRY_TYPE_NAMES, HAS_DATA, HAS_OFFSET, HAS_ROTATION, LIST, MASK_TYPECODE, NAMING, POINT, POINT_COLOR, POLYGON, POLYLINE, POP, PUSH, RENDER_FINDITEM, RENDER_INDICATION, RENDER_NORMAL, RENDER_SELECTION, ROTATION_MULT, TEXEL_COORD_MAX, TEXEL_COORD_SIZE, TEXT, TILE_COORD_MAX, TILE_SIZE_PIXELS, VALUE
 

Field Detail

CURRENT_VERSION

static final int CURRENT_VERSION
See Also:
Constant Field Values

CHECK_VERSION

static final int CHECK_VERSION
See Also:
Constant Field Values

REQUEST_MAPSET

static final int REQUEST_MAPSET
See Also:
Constant Field Values

REQUEST_LEGEND

static final int REQUEST_LEGEND
See Also:
Constant Field Values

REQUEST_STYLES

static final int REQUEST_STYLES
See Also:
Constant Field Values

REQUEST_TILE

static final int REQUEST_TILE
See Also:
Constant Field Values