CartoType API
Public Attributes
CartoType::TMapDataParam Class Reference

#include <cartotype_map_data.h>

List of all members.

Public Attributes

const MStringiLayer
TRect iClip
int32 iResolution
const CLayerStyleiStyle
const CMapDataConditioniCondition

Detailed Description

Parameters supplied to CMapDataContext::Search.


Member Data Documentation

The clip rectangle, specified using the point format and map datum of the map. At least all objects that overlap this area are returned. If the rectangle is empty all objects are returned. Note that the rectangle will not actually be a rectangle when converted to pixels, so some care must be taken in making it large enough to cover the whole of the map rectangle.

If non-null, conditions to be used when searching; These conditions override those implied by iStyle; if both are non-null, iStyle is ignored.

The name of the current map layer if any.

The resolution in metres per pixel, or 0 if unknown. This parameter allows low-resolution data to be used if appropriate, saving loading and drawing time.

If non-null, the style to be used when drawing the objects. If the style has conditional styles, they will be used to restrict the objects that are returned. Only objects fulfilling one of the conditions are returned.


The documentation for this class was generated from the following file: