| Name | Visibility | Description | |
|---|---|---|---|
| GIS_GESTURE_MOVEMENT_THRESHOLD | public | Minimum movement distance in pixels required to recognize a gesture. | |
| GIS_GESTURE_TAPDOUBLE_THRESHOLD | public | Maximum time interval in milliseconds for recognizing two taps as a double tap. | |
| GIS_GESTURE_TAPLONG_THRESHOLD | public | Minimum tap duration in milliseconds required to recognize a long tap. | |
| Name | Visibility | Description | |
|---|---|---|---|
| BitmapFactoryList | public | Global list of available bitmap factories. | |
| FontHelper | public | Global helper used to construct platform specific font objects. | |
| GUIScale | public | Global scale factor used to scale GUI elements. | |
| Name | Visibility | Description | |
|---|---|---|---|
| NativeBitmapFactory | public | Returns the global factory for constructing platform specific bitmap objects. | |
| NativeViewerBmpFactory | public | Returns the global factory for constructing platform specific viewer bitmap objects. | |
| RegisterBitmapFactory | public | Registers a bitmap factory. | |
| RegisterViewerBmpFactory | public | Registers a viewer bitmap factory. | |
| Name | Description | |
|---|---|---|
| TGIS_Bitmap | Platform independent Bitmap (same object for all platforms). | |
| TGIS_BitmapAbstract | Abstract platform specific bitmap implementation for loading, exporting, direct pixel access, and internal shape rendering. | |
| TGIS_BitmapFactory | Platform independent factory for creating platform specific TGIS_Bitmap objects. | |
| TGIS_Brush | Platform independent brush class. | |
| TGIS_Font | Platform independent font class. | |
| TGIS_FontFactory | Platform independent factory for platform dependent TGIS_Font objects. | |
| TGIS_GradientMap | Structure of a gradient color ramp and its classification metadata. | |
| TGIS_GradientMapUnique | Gradient color ramp that generates procedurally distinct colors. | |
| TGIS_Pen | Platform independent pen class. | |
| TGIS_ViewerBmpFactory | Platform independent factory for platform dependent TGIS_ViewerBmp objects. | |
| Name | Description | |
|---|---|---|
| TGIS_Color | Platform independent color type with ARGB storage, channel accessors, predefined colors, and color-space conversion helpers. | |
| TGIS_ColorMap | Color map entry for continuous gradient ramps. | |
| TGIS_ColorMapEx | Extended color map entry for discrete classified ramps. | |
| TGIS_ColorRampNames | Represents a collection of predefined color ramp names for use with TGIS_Utils.GisColorRampList.ByName. | |
| TGIS_GestureState | Platform independent gesture state. | |
| Name | Description | |
|---|---|---|
| TGIS_BitmapFormat | Supported bitmap memory formats for TGIS_Bitmap pixel data. | |
| TGIS_BitmapLinesOrder | Supported scanline directions for TGIS_Bitmap pixel buffers. | |
| TGIS_BitmapType | Platform specific native bitmap backend type used by TGIS_Bitmap. | |
| TGIS_BrushStyle | Platform independent brush style definition. | |
| TGIS_ColorInterpolationMode | Defines the method used to interpolate colors between color stops. | |
| TGIS_ColorMapMode | Defines the colormap mode. | |
| TGIS_ColorSchema | Color schema categories for gradient ramps. | |
| TGIS_FontStyle | Platform independent font style definition. | |
| TGIS_LegendIconStyle | Style of legend icons. | |
| TGIS_LineCap | Platform independent pen cap style. | |
| TGIS_LineJoin | Platform independent pen join style. | |
| TGIS_PenStyle | Platform independent pen style definition. | |
| TGIS_PixelFormat | Platform independent pixel format specification. | |
| TGIS_PixelSubFormat | Platform independent pixel storage format definition. | |
| TGIS_ScalingFilter | Bitmap scaling filter type. | |
| Name | Description | |
|---|---|---|
| TGIS_ColorArray | Array of TGIS_Color. | |
| TGIS_ColorMapArray | Array of TGIS_ColorMap values. | |
| TGIS_ColorMapExArray | Array of TGIS_ColorMapEx values. | |
| TGIS_ColorSchemas | Platform independent set of color schema category values. | |
| TGIS_DashArray | Array of dash pattern lengths. | |
| TGIS_FontStyles | Platform independent set of font style definitions. | |
| TGIS_Pixels | Platform independent storage for pixels as a 32-bit array with ARGB support. | |