DK for Java | tatukgis.jdk | Enums | Classes | Interfaces | Delegates | Types
| Name | Description |
|---|---|
| EGIS_Exception | Base exception class for TatukGIS errors. |
| EGIS_PaintException | Exception class for paint-time GIS viewer errors. |
| PaintAdapter | Empty adapter implementation of PaintListener. |
| PaintEvent | Paint event arguments carrying the paint source and canvas object. |
| RenderAdapter | Adapter class providing default implementations of methods. |
| RenderEvent | Java event object carrying the renderer instance and draw mode for renderer update notifications. |
| TGIS_AddressMatching | Class supports address matching according to defined formulas. |
| TGIS_AggregatorAbstract | Abstract base class for dynamic aggregators used by TGIS_LayerVector.DynamicAggregator. |
| TGIS_AggregatorBinningAbstract | Abstract base class for dynamic binning aggregators. |
| TGIS_AggregatorBinningHexagonAbstract | Abstract base class for dynamic binning using a hexagonal grid. |
| TGIS_AggregatorBinningHexagonFlat | Implements binning using a flat-topped hexagonal grid. |
| TGIS_AggregatorBinningHexagonPointy | This class implements the binning method using a pointy-topped hexagonal grid. |
| TGIS_AggregatorBinningSquare | Implements binning using a square grid. |
| TGIS_AggregatorClusteringAbstract | Abstract base class for dynamic clustering aggregators. |
| TGIS_AggregatorClusteringHexagonalGridAbstract | Abstract base class for dynamic clustering using a hexagonal grid. |
| TGIS_AggregatorClusteringHexagonalGridFlat | Implements clustering using a flat-topped hexagonal grid. |
| TGIS_AggregatorClusteringHexagonalGridPointy | Implements clustering using a pointy-topped hexagonal grid. |
| TGIS_AggregatorClusteringMovingAverage | Implements moving-average clustering without a fixed grid. |
| TGIS_AggregatorClusteringSquareGrid | Implements clustering using a square grid. |
| TGIS_AggregatorNames | Exposes canonical names of dynamic aggregators for factory-based creation. |
| TGIS_AggregatorShapeReduction | Implements aggregation based on shape reduction for dense point data. |
| TGIS_AliasList | Thread-safe list of aliases and their resolved values. |
| TGIS_AltitudeZone | Mapping entry between an altitude value range and its display color and legend text. |
| TGIS_AnyConnection | Abstract base class for internal shared database connections. |
| TGIS_ArcGISFeatureServer | Encapsulates an ArcGIS feature server. |
| TGIS_ArcGISFeatureServerLayer | Represents ArcGIS Feature Service layer metadata and data access. |
| TGIS_ArcGISServerFolder | Encapsulates an ArcGIS server folder. |
| TGIS_AsyncData | Callback data wrapper that stores an object together with its ownership and disposal rules. |
| TGIS_AsyncResult | Class implementing the standard asynchronous result wrapper. |
| TGIS_Bitmap | Platform independent bitmap wrapper that provides a common API across all supported target platforms. |
| TGIS_BitmapAbstract | Abstract platform-specific bitmap backend for loading, exporting, direct pixel access, and internal shape rendering. |
| TGIS_BitmapFactory | Platform independent factory for creating platform specific TGIS_BitmapAbstract backends for TGIS_Bitmap wrappers. |
| TGIS_Brush | Platform independent brush class. |
| TGIS_BufferedFileStream | Buffered file stream. |
| TGIS_BufferedStream | Buffered stream. |
| TGIS_BusyEventArgs | Provides progress and abort state for Busy event notifications. |
| TGIS_BusyEventManager | Class for reporting progress in single-stage or multi-stage algorithms. |
| TGIS_Bytes | Buffer wrapper that provides offset-based access to bytes and typed values. |
| TGIS_ClassificationAbstract | General class that enables performing advanced data classification in the process of creating choropleth (thematic) maps. |
| TGIS_ClassificationFactory | Class for creating classification objects based on the layer type. |
| TGIS_ClassificationPixel | Class that enables advanced pixel data classification for creating choropleth and other thematic maps. |
| TGIS_ClassificationVector | Class that enables advanced vector data classification for creating choropleth and other thematic maps. |
| 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_ColorRampList | List object for color ramps. |
| TGIS_ColorRampNames | Represents a collection of predefined color ramp names for use with TGIS_Utils.GisColorRampList.ByName. |
| TGIS_Complex | Complex number. |
| TGIS_Config | Abstract wrapper for layer and project configuration content. |
| TGIS_ConfigAbstract | Abstract base class for TGIS_Config implementations. |
| TGIS_ConfigFactory | Factory class for creating configuration instances. |
| TGIS_ConfigIni | INI-backed configuration storage for layers, groups, sections, and sublayers. |
| TGIS_ConfigProjectIni | Project-specific INI-backed configuration storage. |
| TGIS_ConfigProjectXml | XML-backed configuration class for project settings and layer metadata. |
| TGIS_ConfigShapeStyle | INI-backed configuration object for shape level style content. |
| TGIS_ConfigXml | XML-backed configuration class for layer settings and related data. |
| TGIS_ContourGenerator | Implements contour line and contour-band generation for raster grid and DEM (Digital Elevation Model) layers. |
| TGIS_ControlAttributes | Swing visual control for displaying, editing, and restructuring shape attributes, or showing selected-shape statistics for a vector layer. |
| TGIS_ControlLegend | Visual legend control for displaying layers and hierarchy groups from an attached IGIS_Viewer. |
| TGIS_ControlLegendDialogOptions | Stores dialog limits for unique-value related vector wizard operations. |
| TGIS_ControlLegendForm | Swing-based modal form for viewing and editing properties of a TGIS_Layer in cooperation with a TGIS_ControlLegend component. |
| TGIS_ControlLegendOptionsHelper | Helper for converting legend option values on OXYGENE platforms. |
| TGIS_ControlNorthArrow | Swing visual control for displaying a map north arrow. |
| TGIS_ControlPrintPreview | Main print preview control for rendering and printing GIS_Viewer pages. |
| TGIS_ControlPrintPreviewForm | JFrame-based form for managing print preview, page navigation, printing, printer setup, and help commands. |
| TGIS_ControlPrintPreviewSimple | Swing print preview control that opens a predefined preview form for page-based printing of the attached GIS_Viewer. |
| TGIS_ControlScale | Swing visual control for displaying the current map scale. |
| TGIS_ControlScaleEventArgs | Provides event arguments for map scale preparation. |
| TGIS_CSAbstract | Base class for coordinate system definition elements identified by EPSG (European Petroleum Survey Group) codes and WKT (Well-Known Text) names. |
| TGIS_CSAbstractList | Threaded base list for coordinate system definition objects with EPSG (European Petroleum Survey Group) and WKT (Well-Known Text) lookup. |
| TGIS_CSAbstractListEnumerator | Enumerator for TGIS_CSAbstractList items. |
| TGIS_CSArea | Geographic area or region definition for a coordinate system validity extent, specified as a rectangular bounding box where the coordinate system is applicable and expected to be accurate. |
| TGIS_CSAreaList | Registry of datum validity areas represented as geographic rectangular extents. |
| TGIS_CSCoordinateSystem | Abstract coordinate system definition for transforming coordinates, extents, and distances between geographic and projected coordinate reference systems. |
| TGIS_CSDatum | Datum definition combining an ellipsoid and datum transformation parameters used to relate coordinates to WGS84 (World Geodetic System 1984, EPSG:4326). |
| TGIS_CSDatumList | Registry of geodetic datum definitions. |
| TGIS_CSEllipsoid | Ellipsoid or spheroid definition with semi-major axis, semi-minor axis, and derived geodetic properties. |
| TGIS_CSEllipsoidList | Registry of ellipsoid definitions used by the coordinate system framework. |
| TGIS_CSFactory | Static factory for creating and finding TGIS_CSCoordinateSystem objects from WKT strings, EPSG codes, authority identifiers, and WKT files. |
| TGIS_CSFactoryEsri | Factory for parsing legacy ESRI PRJ files and creating coordinate system objects. |
| TGIS_CSFactoryMapInfo | Factory for converting between MapInfo coordinate system representation and TGIS_CSCoordinateSystem objects. |
| TGIS_CSGeographicCoordinateSystem | Geographic coordinate system based on a datum, ellipsoid, prime meridian, and angular units. |
| TGIS_CSGeographicCoordinateSystemList | Registry of geographic coordinate systems. |
| TGIS_CSMapinfoDatumsMap | Mapping table translating MapInfo datum identifiers to TatukGIS datum objects for MapInfo coordinate system conversion. |
| TGIS_CSMapinfoEllipsoidMap | Mapping table translating MapInfo ellipsoid identifiers to TatukGIS ellipsoid objects for MapInfo coordinate system conversion. |
| TGIS_CSMapinfoProjectionsMap | Mapping table translating MapInfo projection identifiers to TatukGIS projection objects for MapInfo coordinate system conversion. |
| TGIS_CSMapinfoUnits2Map | Mapping table translating MapInfo numeric unit identifiers to TatukGIS unit objects for MapInfo coordinate system conversion. |
| TGIS_CSMapinfoUnitsMap | Mapping table translating MapInfo unit literal strings to TatukGIS unit objects for MapInfo coordinate system conversion. |
| TGIS_CSPrimeMeridian | Prime meridian definition specifying the zero-longitude reference for a geographic coordinate system. |
| TGIS_CSPrimeMeridianList | List of prime meridian definitions. |
| TGIS_CSProjAbstract | Abstract base class for all map projection implementations. |
| TGIS_CSProjAiry | Airy azimuthal projection with minimized distortion near the center. |
| TGIS_CSProjAitof | Aitoff world projection for small-scale global maps. |
| TGIS_CSProjAlbers | Albers Equal Area Conic projection for regional equal-area mapping. |
| TGIS_CSProjApianGlobular_I | Apian Globular I historical world projection. |
| TGIS_CSProjAugust | August conformal pseudoconical projection for world and atlas maps. |
| TGIS_CSProjAzimuthalEquidistant | Azimuthal Equidistant projection centered on a chosen origin point. |
| TGIS_CSProjBaconGlobular | Bacon Globular pseudoconical projection for small-scale world maps. |
| TGIS_CSProjBehrmann | Behrmann cylindrical equal-area world map projection. |
| TGIS_CSProjBipolarConic | Bipolar conic projection for western hemisphere mapping. |
| TGIS_CSProjBoggsEumorphic | Boggs Eumorphic world projection with balanced global distortion. |
| TGIS_CSProjBonne | Bonne equal-area conic projection. |
| TGIS_CSProjBonneSouthOriented | Bonne southern hemisphere variant with south-up orientation. |
| TGIS_CSProjCassini | Cassini-Soldner transverse cylindrical projection for regional mapping. |
| TGIS_CSProjCentralCylindrical | Central Cylindrical perspective projection. |
| TGIS_CSProjChamberlinTrimetric | Chamberlin trimetric world projection optimized for continental display. |
| TGIS_CSProjChamberlinTrimetric_Record1 | Helper record for Chamberlin Trimetric. |
| TGIS_CSProjCollignon | Collignon equal-area pseudocylindrical world projection. |
| TGIS_CSProjCrasterParabolic | Craster Parabolic equal-area projection. |
| TGIS_CSProjEckert_I | Eckert I pseudocylindrical world projection. |
| TGIS_CSProjEckert_II | Eckert II pseudocylindrical projection. |
| TGIS_CSProjEckert_III | Eckert III pseudocylindrical projection for world mapping. |
| TGIS_CSProjEckert_IV | Eckert IV equal-area pseudocylindrical projection for world maps. |
| TGIS_CSProjEckert_V | Eckert V pseudocylindrical projection for small-scale world maps. |
| TGIS_CSProjEckert_VI | Eckert VI equal-area pseudocylindrical projection for world maps. |
| TGIS_CSProjectedCoordinateSystem | Projected coordinate system that transforms geographic coordinates to planar coordinates using a projection method and projection parameters. |
| TGIS_CSProjectedCoordinateSystemList | Registry of projected coordinate systems. |
| TGIS_CSProjEqualAreaCylindrical | Cylindrical equal-area projection with a configurable standard parallel. |
| TGIS_CSProjEquidistantConic | Equidistant conic projection with two standard parallels. |
| TGIS_CSProjEquidistantTwoPoint | Equidistant Two Point projection that preserves distance from two reference points. |
| TGIS_CSProjEuler | Euler conic projection with two standard parallels. |
| TGIS_CSProjF16GRS | F-16 Grid Reference System military coordinate notation. |
| TGIS_CSProjFahey | Fahey pseudocylindrical world projection. |
| TGIS_CSProjFlatPolarParabolic | McBryde-Thomas flat-polar parabolic equal-area world projection. |
| TGIS_CSProjFlatPolarQuartic | McBryde-Thomas flat-polar quartic equal-area world projection. |
| TGIS_CSProjFlatPolarSine1 | McBryde-Thomas flat-polar sine no. |
| TGIS_CSProjFlatPolarSine2 | McBryde-Thomas flat-polar sine (no. |
| TGIS_CSProjFlatPolarSinusoidal | McBryde-Thomas Flat-Polar Sinusoidal equal-area projection. |
| TGIS_CSProjFoucautPseudocylindrical | Foucaut pseudocylindrical world projection. |
| TGIS_CSProjFoucautSinusoidal | Foucaut sinusoidal equal-area world projection. |
| TGIS_CSProjGallOrthographic | Gall Orthographic cylindrical equal-area world map projection. |
| TGIS_CSProjGallStereographic | Gall stereographic cylindrical world map projection. |
| TGIS_CSProjGeocentric | Geocentric Earth-centered Earth-fixed (ECEF) 3D coordinate transformation. |
| TGIS_CSProjGEOREF | GEOREF (Geographic Reference) alphanumeric grid reference system. |
| TGIS_CSProjGinsburg_VIII | Ginsburg VIII pseudoconical Soviet-developed world projection. |
| TGIS_CSProjGnomic | Gnomonic azimuthal projection in which great circles map to straight lines. |
| TGIS_CSProjGoodeHomolosine | Goode homolosine equal-area interrupted world projection. |
| TGIS_CSProjGridAbstract | Abstract base class for grid-based coordinate systems such as MGRS. |
| TGIS_CSProjGS48 | GS48 modified stereographic projection for the conterminous United States. |
| TGIS_CSProjGS50 | GS50 modified stereographic projection for the United States. |
| TGIS_CSProjHammer | Hammer (Eckert-Greifendorff) equal-area azimuthal world projection. |
| TGIS_CSProjHatano | Hatano asymmetrical equal-area world projection. |
| TGIS_CSProjHotineObliqueMercator | Hotine Oblique Mercator conformal projection with azimuth-based orientation. |
| TGIS_CSProjHotineObliqueMercatorAzimuthCenter | Hotine Oblique Mercator variant with center-point origin definition. |
| TGIS_CSProjHotineObliqueMercatorAzimuthNaturalOrigin | Hotine Oblique Mercator variant with natural-origin center point definition. |
| TGIS_CSProjHotineObliqueMercatorTwoPoint | Hotine Oblique Mercator conformal cylindrical projection defined by two control points. |
| TGIS_CSProjInternationalMapWorldPolyconic | International Map of the World polyconic projection standard. |
| TGIS_CSProjKavraisky_V | Kavraisky V pseudocylindrical world projection. |
| TGIS_CSProjKavraisky_VII | Kavraisky VII pseudocylindrical projection for small-scale world maps. |
| TGIS_CSProjKrovak | Krovak conformal conic projection. |
| TGIS_CSProjKrovakModified | Modified Krovak conformal conic projection with north-oriented coordinate handling and large false offsets. |
| TGIS_CSProjKrovakModifiedNorthOriented | North-oriented modified Krovak projection variant. |
| TGIS_CSProjKrovakNorthOriented | North-oriented Krovak projection variant with standard coordinate direction. |
| TGIS_CSProjLabordeMadagaskar | Laborde special oblique conformal projection for Madagascar. |
| TGIS_CSProjLagrange | Lagrange conformal world projection with adjustable width. |
| TGIS_CSProjLambert | Lambert equal-area conic projection variant with a single effective standard parallel. |
| TGIS_CSProjLambertAzimuthalEqualArea | Lambert Azimuthal Equal Area projection. |
| TGIS_CSProjLambertConformalConic | Lambert Conformal Conic projection. |
| TGIS_CSProjLambertConformalConicWestOriented | Lambert Conformal Conic west-oriented variant for western hemisphere coordinate systems. |
| TGIS_CSProjLambertConformalConic_1SP | Lambert Conformal Conic 1 Standard Parallel projection. |
| TGIS_CSProjLandsat | Space oblique Mercator for Landsat satellite imagery mapping. |
| TGIS_CSProjLarrivee | Larrivee pseudocylindrical world projection. |
| TGIS_CSProjLaskowski | Laskowski world projection with custom distortion properties. |
| TGIS_CSProjLeeOblatedStereographic | Lee oblated stereographic conformal azimuthal projection for regional mapping. |
| TGIS_CSProjList | List of registered coordinate system projections. |
| TGIS_CSProjLoximuthal | Loximuthal compromise projection for world and thematic maps. |
| TGIS_CSProjMercator | Standard Mercator cylindrical projection. |
| TGIS_CSProjMercator_1SP_Spherical | Mercator spherical variant used by Web Mercator style coordinate systems. |
| TGIS_CSProjMGRS | MGRS (Military Grid Reference System) alphanumeric coordinate system. |
| TGIS_CSProjMillerCylindrical | Miller Cylindrical compromise projection for world maps. |
| TGIS_CSProjMillerOblatedStereographic | Miller Oblated Stereographic conformal azimuthal projection for specialized regional maps. |
| TGIS_CSProjModifiedStererographicsForAlaska | Alaska modified stereographic projection for historical state mapping. |
| TGIS_CSProjMollweide | Mollweide equal-area world projection. |
| TGIS_CSProjMurdoch_I | Murdoch I conic projection variant of the polyconic family. |
| TGIS_CSProjMurdoch_II | Murdoch II conic projection variant of the Euler family. |
| TGIS_CSProjMurdoch_III | Murdoch III conic projection variant of the Euler family. |
| TGIS_CSProjNell | Nell pseudocylindrical world projection. |
| TGIS_CSProjNellHammer | Nell-Hammer hybrid world projection combining Nell and Hammer properties. |
| TGIS_CSProjNewZealandMapGrid | New Zealand Map Grid regional conformal projection. |
| TGIS_CSProjNicolosiGlobular | Nicolosi globular historical world projection. |
| TGIS_CSProjOblatedEqualArea | Oblated Equal Area projection for oblique regional mapping. |
| TGIS_CSProjObliqueCylindricalEqualAreaAzimuth | Oblique Cylindrical Equal Area azimuth-based projection. |
| TGIS_CSProjObliqueCylindricalEqualAreaTwoPoint | Oblique Cylindrical Equal Area two-point projection. |
| TGIS_CSProjObliqueStereographic | Oblique stereographic conformal azimuthal projection for arbitrary center points. |
| TGIS_CSProjOrteliusOval | Ortelius Oval historical world projection. |
| TGIS_CSProjOrthographic | Orthographic azimuthal projection showing the Earth as viewed from infinite distance. |
| TGIS_CSProjParameters | Container for projection parameter values. |
| TGIS_CSProjParametersInternal | Projection parameters in a memory optimized internal container. |
| TGIS_CSProjPerspectiveConic | Perspective conic projection with a geometric perspective center. |
| TGIS_CSProjPlateCarree | Plate Carree equidistant cylindrical projection. |
| TGIS_CSProjPolarStereographic | Polar stereographic conformal azimuthal projection for polar regions. |
| TGIS_CSProjPolarStereographic_B | Polar stereographic B variant with standardized polar parameters. |
| TGIS_CSProjPolarStereographic_C | Polar stereographic C variant with true scale at a standard parallel. |
| TGIS_CSProjPolyconicAmerican | American Polyconic projection with one tangent cone for each parallel. |
| TGIS_CSProjPutnins_P1 | Putnins P1 pseudocylindrical world projection. |
| TGIS_CSProjPutnins_P2 | Putnins P2 pseudocylindrical world projection. |
| TGIS_CSProjPutnins_P3 | Putnins P3 pseudocylindrical projection. |
| TGIS_CSProjPutnins_P3p | Putnins P3' pseudocylindrical projection variant. |
| TGIS_CSProjPutnins_P4p | Putnins P4' pseudocylindrical projection for world mapping. |
| TGIS_CSProjPutnins_P5 | Putnins P5 pseudocylindrical projection. |
| TGIS_CSProjPutnins_P5p | Putnins P5' pseudocylindrical projection variant. |
| TGIS_CSProjPutnins_P6 | Putnins P6 pseudocylindrical projection. |
| TGIS_CSProjPutnins_P6p | Putnins P6' pseudocylindrical projection variant. |
| TGIS_CSProjQuarticAuthalic | Quartic authalic equal-area world projection. |
| TGIS_CSProjRectangularPolyconic | Rectangular polyconic projection for regional mapping. |
| TGIS_CSProjRobinson | Robinson compromise world projection for visually balanced world maps. |
| TGIS_CSProjSinusoidal | Sinusoidal equal-area pseudocylindrical projection. |
| TGIS_CSProjStereographic | Stereographic conformal azimuthal projection for geodetic to projected coordinate conversion. |
| TGIS_CSProjSwissObliqueMercator | Swiss Oblique Mercator projection used for Swiss national mapping. |
| TGIS_CSProjTissot | Tissot equidistant conic projection for regional mapping. |
| TGIS_CSProjTransverseCentralCylindrical | Transverse central cylindrical projection for regional mapping. |
| TGIS_CSProjTransverseCylindricalEqualArea | Transverse cylindrical equal-area projection for regional mapping. |
| TGIS_CSProjTransverseMercator | High-precision Transverse Mercator projection for north-south map zones. |
| TGIS_CSProjTransverseMercatorOld | Legacy Transverse Mercator projection retained for backward compatibility. |
| TGIS_CSProjTransverseMercatorSouthOriented | South-oriented Transverse Mercator variant for coordinate systems that increase toward the south. |
| TGIS_CSProjUniversalPolarStereographic | Universal Polar Stereographic projection for standard polar grid systems. |
| TGIS_CSProjUniversalTransverseMercator | Universal Transverse Mercator projection for the global 60-zone UTM system. |
| TGIS_CSProjUrmaevFlatPolarSinusoidal | Urmaev Flat-Polar Sinusoidal equal-area projection. |
| TGIS_CSProjUrmaev_V | Urmaev V world projection with customizable parameters. |
| TGIS_CSProjVanDerGrinten_I | Van der Grinten I compromise projection for whole-world maps. |
| TGIS_CSProjVanDerGrinten_II | Van der Grinten II pseudocylindrical projection. |
| TGIS_CSProjVanDerGrinten_III | Van der Grinten III pseudocylindrical world projection variant. |
| TGIS_CSProjVanDerGrinten_IV | Van der Grinten IV pseudocylindrical world projection variant. |
| TGIS_CSProjVitkovsky_I | Vitkovsky I pseudocylindrical equal-area projection. |
| TGIS_CSProjWagner_I | Wagner I Urmaev sinusoidal world projection. |
| TGIS_CSProjWagner_II | Wagner II pseudocylindrical world projection. |
| TGIS_CSProjWagner_III | Wagner III pseudocylindrical world projection with standard parallel. |
| TGIS_CSProjWagner_IV | Wagner IV equal-area pseudocylindrical world projection. |
| TGIS_CSProjWagner_V | Wagner V equal-area pseudocylindrical world projection. |
| TGIS_CSProjWagner_VI | Wagner VI pseudocylindrical world projection with moderate distortion. |
| TGIS_CSProjWagner_VII | Wagner VII pseudocylindrical world projection. |
| TGIS_CSProjWerenskiold_I | Werenskiold I pseudoconical world projection. |
| TGIS_CSProjWerner | Werner pole-centered equal-area Bonne variant. |
| TGIS_CSProjWinkelTripel | Winkel Tripel compromise projection for world maps. |
| TGIS_CSProjWinkel_I | Winkel I pseudocylindrical world projection. |
| TGIS_CSProjWinkel_II | Winkel II pseudocylindrical world projection variant. |
| TGIS_CSTransformAbstract | Abstract datum transformation definition describing the method and parameters used to convert geodetic coordinates between datums. |
| TGIS_CSTransformCoordinateFrameRotation | 7-parameter Coordinate Frame Rotation transformation (EPSG method 9607) for datum conversion using geocentric translation, rotation, and scale correction. |
| TGIS_CSTransformGeocentricTranslations | 3-parameter geocentric translation transformation (EPSG method 9603) for datum conversion by fixed Earth-Centered, Earth-Fixed (ECEF) coordinate offsets. |
| TGIS_CSTransformGeographicalAndHighOffsets | Geographical and height offset datum transformation. |
| TGIS_CSTransformGeographicalOffsets | Geographical offset datum transformation. |
| TGIS_CSTransformGridShift | Generic grid-based datum transformation that loads coordinate shift grids such as NADCON and NTv2 and interpolates a shift for each point. |
| TGIS_CSTransformList | Registry of datum transformation definitions and parameters. |
| TGIS_CSTransformMolodenskiBadekas | Molodensky-Badekas datum transformation (EPSG method 9636) using a local rotation origin instead of the geocenter. |
| TGIS_CSTransformNadcon | NADCON grid-shift transformation (EPSG method 9613) for datum conversion using NOAA NADCON grid files. |
| TGIS_CSTransformNTV2 | NTv2 grid-shift transformation (EPSG method 9615) for datum conversion using NTv2 grid files in .gsb format. |
| TGIS_CSTransformPositionVector7Params | 7-parameter Position Vector transformation (EPSG method 9606) for datum conversion using geocentric translation, rotation, and scale correction. |
| TGIS_CSUnits | Unit of measurement definition for linear, angular, areal, or automatic unit selection with conversion factors to base units. |
| TGIS_CSUnitsList | Registry of coordinate measurement units such as linear, angular, and areal units. |
| TGIS_CSUnknownCoordinateSystem | Sentinel unknown or undefined coordinate system used as a placeholder when no real coordinate system is assigned. |
| TGIS_CubicSplines | Implementation of cubic splines for path generation in 3D. |
| TGIS_CustomPrinterPreview | Custom print preview printer for rendering GIS output using a custom preview page format. |
| TGIS_DataSet | Swing dataset component that exposes records from a TGIS_LayerVector. |
| TGIS_DataTable | Table model that represents records from a TGIS_LayerVector. |
| TGIS_DbAbstract | Abstract base class for database engines used by SQL-backed GIS layers. |
| TGIS_DbJdbc | JDBC (Java Database Connectivity)-based database access class for executing SQL queries and table operations through the TatukGIS database abstraction layer. |
| TGIS_DDFField | ISO 8211 field. |
| TGIS_DDFFieldDefn | ISO 8211 field definition. |
| TGIS_DDFModule | ISO 8211 module. |
| TGIS_DDFRecord | ISO 8211 record. |
| TGIS_DDFSubfieldDefn | ISO 8211 subfield definition. |
| TGIS_DemGenerator | Applies DEM operations to a 3×3 pixel window for preview generation. |
| TGIS_DemOperation | Base class for DEM operations on a 3×3 elevation window. |
| TGIS_DemOperationAspect | Generates an aspect map from an elevation raster. |
| TGIS_DemOperationFlowDir | Generates a flow direction map from an elevation raster. |
| TGIS_DemOperationHillShade | Generates a hillshade map from an elevation raster. |
| TGIS_DemOperationMatrixGain | Generates a matrix gain map from an elevation raster. |
| TGIS_DemOperationRoughness | Generates a roughness map from an elevation raster. |
| TGIS_DemOperationSlope | Generates a slope map from an elevation raster. |
| TGIS_DemOperationSlopeHydro | Generates a hydrological slope map from an elevation raster. |
| TGIS_DemOperationTotalCurvature | Generates a total curvature map from an elevation raster. |
| TGIS_DemOperationTPI | Generates a Topographic Position Index map from an elevation raster. |
| TGIS_DemOperationTRI | Generates a Terrain Ruggedness Index map from an elevation raster. |
| TGIS_DynamicAggregatorAbstract | Abstract base class for dynamic aggregation of vector-layer shapes during drawing, such as clustering or binning. |
| TGIS_DynamicAggregatorFactory | Factory class for registering and creating dynamic aggregator implementations by name. |
| TGIS_DynamicAggregatorValue | Metadata container for aggregated shapes. |
| TGIS_Editor | Editor encapsulation. |
| TGIS_EditorEdgeLengthsStyle | Visual style settings for editor edge length labels. |
| TGIS_EditorEditingPointsStyle | Visual style settings for editor points. |
| TGIS_EditorHelper | Coordinates interactive editing and draws helper graphics on the canvas. |
| TGIS_EditorPartState | Internal state record for part editing in TGIS_Editor. |
| TGIS_EditorPointChangeEventArgs | Provides data for the editor point change event. |
| TGIS_EditorPointMoveEventArgs | Provides data for the edited point event. |
| TGIS_EditorPointState | Internal state record for point editing in TGIS_Editor. |
| TGIS_EditorSnapPointEventArgs | Provides data for the snap point event. |
| TGIS_EditorStyle | Visual style used to draw editor elements. |
| TGIS_EditorToolAbstract | Abstract base class for interactive editor tools. |
| TGIS_EditorToolArc | Tool for building an arc using different construction modes. |
| TGIS_EditorToolCircle | Tool for building a circle from a center point and radius. |
| TGIS_EditorToolCircle2P | Tool for building a circle from two points. |
| TGIS_EditorToolCircle3P | Tool for building a circle from three points. |
| TGIS_EditorToolEllipse | Tool for building an ellipse from three points. |
| TGIS_EditorToolLine | Tool for building a line. |
| TGIS_EditorToolLockedParams | Stores locked editing parameters used by editor tools. |
| TGIS_EditorToolRectangle | Tool for building a rectangle. |
| TGIS_EditorToolRectangle90 | Tool for building a rotated rectangle. |
| TGIS_EnvironmentInfo | Provides basic runtime environment information. |
| TGIS_Extent | Axis-aligned 2D extent defined by minimum and maximum X/Y coordinates. |
| TGIS_Extent3D | Axis-aligned 3D extent with X, Y, Z, and M (measure) ranges. |
| TGIS_ExtentUid | Label area record storing a bounding box, corner points, layer index, and shape unique identifier for overlap tests and point lookup. |
| TGIS_FieldFormula | Stores a field formula and its prepared query object. |
| TGIS_FieldInfo | Describes field schema information and field behavior flags. |
| TGIS_FieldList | A field-value list. |
| TGIS_FieldRule | Class responsible for complete rule-based editing of an attribute field. |
| TGIS_FieldRulesOperations | Contains methods for loading and saving field rules. |
| TGIS_FieldValueAlias | Single value-to-alias mapping for attribute display. |
| TGIS_FieldValueAliases | Collection of value-to-alias mappings for one field. |
| TGIS_FieldValueCheck | One validation rule for a field value. |
| TGIS_FieldValueChecks | Ordered collection of field value validation rules. |
| TGIS_FieldValues | Allowed values, editor mode, and default value for a field. |
| TGIS_FileBMP | Writes BMP bitmap files through the pixel file framework, including files of any size supported by the underlying stream. |
| TGIS_FileDBF | Encapsulates DBF file access for vector layer attribute data. |
| TGIS_FileFGDB | Low-level wrapper for reading, creating, querying, and editing Esri File Geodatabase databases, feature classes, and tables. |
| TGIS_FileFLT | The Class which encapsulates the writing of a Arcinfo Float(Binary) Grid file. |
| TGIS_FileGDAL | Encapsulates GDAL-based reading and writing of raster image and grid datasets. |
| TGIS_FileGeoraster | GeoRaster storage and access class for reading Oracle GeoRaster raster data, metadata, and cell blocks from a database. |
| TGIS_FileGRD | Pixel file writer for Arcinfo ASCII Grid and Surfer ASCII Grid output. |
| TGIS_FileIFC | Wrapper class for reading Industry Foundation Classes (IFC) files through an external provider. |
| TGIS_FileJPEG | Encapsulates writing a JPEG bitmap file. |
| TGIS_FileLAS | Encapsulates reading of LAS point cloud files. |
| TGIS_FilePixel | Base class for creating and writing a pixel file of any size. |
| TGIS_FilePixelStoreAbstract | Abstract base class for SQL-backed PixelStore storage. |
| TGIS_FilePixelStoreJdbc | JDBC-backed PixelStore file class for reading and writing raster cell data stored in database tables. |
| TGIS_FilePNG | Writes PNG raster files through the TatukGIS pixel file framework. |
| TGIS_FileS57 | Reads S-57 files and exposes parsed content through import events. |
| TGIS_FileSHP | Low-level access class for SHP geometry files. |
| TGIS_FileSHPInternal | Internal base class for low-level SHP and SHX file access. |
| TGIS_FileSHX | Low-level access class for SHX index files. |
| TGIS_FileStream | Equivalent to TFileStream. |
| TGIS_FileSVG | Reads SVG Tiny 1.2 content and renders it as a TatukGIS symbol. |
| TGIS_FileTAB | Low-level TAB text parser and export helper. |
| TGIS_FileTAB_ID | Encapsulates low-level access to the TAB ID index file. |
| TGIS_FileTAB_MAP | Low-level MAP file reader with cursor-based block navigation. |
| TGIS_FileTAB_MAPInternal | Internal MAP header reader and shared MAP stream state. |
| TGIS_FileTIFF | Internal TIFF/GeoTIFF file class for reading and writing pixel data. |
| TGIS_FileTIFFDecoder | Internal TIFF decoder used for line-by-line decompression. |
| TGIS_FileTIFFDecodeState | Current TIFF decoding state used internally by TIFF layer handling. |
| TGIS_FileTIFFLZWCompRecord | Internal working state for TIFF LZW compression. |
| TGIS_FileVPF | Provides low-level access to a VPF database and dispatches shape-building callbacks. |
| TGIS_FileWCS | WCS client wrapper for service metadata and coverage requests. |
| TGIS_FileWFS | Encapsulates a WFS provider for capabilities loading, feature access, request building, and schema retrieval. |
| TGIS_FileWMS | Provides access to a WMS service, its capabilities, and request methods. |
| TGIS_Font | Platform independent font class. |
| TGIS_FontFactory | Platform independent factory for platform dependent TGIS_Font objects. |
| TGIS_FourierTransform | Encapsulation of one- and two-dimensional Discrete and Fast Fourier Transform (DFT and FFT) for a real-valued signal. |
| TGIS_GaussianHeatmap | Fast heatmap generator, creates superposition of normal (Gaussian) distribution for each data point. |
| TGIS_Geocoding | Class that provides geocoding and reverse geocoding support. |
| TGIS_GeometryFactory | Factory class for creating geometric shapes from multiple text, binary, and data interchange formats, and from rectangular extents. |
| TGIS_GeometryFactoryEnt | Factory class for converting between TGIS_Shape objects and database-specific geometry encodings. |
| TGIS_GeorasterBand | GeoRaster band state container for one raster band cell, including its current extent, buffer, grid, and pyramid level. |
| TGIS_GestureHelper | Helper class that translates touch input into mouse-like interaction state and callbacks. |
| TGIS_GestureState | Platform independent gesture state. |
| TGIS_GetLayerExtentEventArgs | Provides data to the GetLayerExtent event. |
| TGIS_GetLayerLastShapeUidEventArgs | Event fired to get last layer shape uid. |
| TGIS_GetLineEventArgs | Provides data to the GetLine event. |
| TGIS_GetNativeLineEventArgs | Provides data to the GetNativeLine event. |
| TGIS_GetNativeValueEventArgs | Provides data to the GetNativeValue event. |
| TGIS_GetShapeFieldEventArgs | Event fired to get shape field value. |
| TGIS_GetShapeGeometryEventArgs | Provides data to the GetShapeGeometry event. |
| TGIS_GetShapeObjectEventArgs | Event fired to get layer shape. |
| TGIS_GPBReader | Google Protocol Buffers reader for OSM GPB/PBF field data. |
| TGIS_GradientMap | Structure of a gradient color ramp and its classification metadata. |
| TGIS_GradientMapUnique | Gradient color ramp that generates procedurally distinct colors. |
| TGIS_Graticule | Stores graticule configuration for a viewer, including mode, visibility, and horizontal and vertical styles. |
| TGIS_GraticuleHelper | Draws graticules for the current viewer using a renderer and view geometry information. |
| TGIS_GraticuleLabel | Stores graticule label appearance settings such as visibility, font, shadow color, position, and orientation. |
| TGIS_GraticuleStyle | Defines line and label presentation settings for one graticule direction. |
| TGIS_GridClass | Helper class for managing PixelStore grid cell data. |
| TGIS_GridToPoint | Converts a grid or pixel layer to point shapes. |
| TGIS_GridToPolygon | Converts a grid or pixel layer to polygon shapes. |
| TGIS_GridToVectorAbstract | Abstract base class for converters that generate vector data from grid or pixel layers. |
| TGIS_HatchDefinition | Encapsulates a single hatch definition. |
| TGIS_HatchHelper | Internal helper class for building prepared hatch symbology data. |
| TGIS_HatchLineDefinition | Encapsulates a single hatch line definition used to describe one repeated line component of a hatch fill symbol. |
| TGIS_HatchPatternData | Encapsulates a single hatch pattern definition used to render a hatch fill line set. |
| TGIS_HelpEventArgs | Provides data for the help event. |
| TGIS_HierarchyGroup | Represents a hierarchy group node that can contain child groups and layers. |
| TGIS_HierarchyGroupEventArgs | Provides data for the hierarchy group event. |
| TGIS_HierarchyManager | Manages top-level hierarchy groups for a viewer. |
| TGIS_Hillshade | Hillshade generator for digital terrain model grid layers. |
| TGIS_HtmlLabel | Formatted HTML label for parsing, measuring, and drawing HTML text. |
| TGIS_HttpResponse | HTTP response metadata and content stream. |
| TGIS_HttpResponseEx | Class-based equivalent of. |
| TGIS_Hydrology | Provides hydrology processing tools for DEM-based raster analysis and stream network extraction. |
| TGIS_IfcElement | IFC (Industry Foundation Classes) model element with identifiers, properties, child elements, and a 3D extent. |
| TGIS_IfcElementPropertySet | IFC (Industry Foundation Classes) property set record for an IfcElement. |
| TGIS_IfcPropertyInfo | IFC (Industry Foundation Classes) property information record storing a property name and value pair. |
| TGIS_ImportProject | Imports supported external GIS project files into a TGIS_Viewer. |
| TGIS_IniFile | INI file configuration reader with dictionary-based section caching for optimized repeated access. |
| TGIS_InterpolatedPath | Base class for 3D path interpolation methods. |
| TGIS_InterpolationIDW | Implementation of the Inverse Distance Weighting (IDW) interpolation method. |
| TGIS_InterpolationKriging | Implementation of the ordinary Kriging interpolation method. |
| TGIS_InterpolationSplines | Implementation of the Completely Regularized Splines (CRS) interpolation method. |
| TGIS_IsochroneMap | Network analysis tool for creating isochrone maps for a starting point and maximum traversal cost. |
| TGIS_JPEGDecoder | Encapsulates JPEG decoding for files of any size permitted by available memory. |
| TGIS_JSONArray | Stores an ordered array of JSON values. |
| TGIS_JSONEnumerator | Enumerator over child JSON values. |
| TGIS_JSONItem | Represents a named item stored in a JSON object member list. |
| TGIS_JSONIter | Iteration state used by JSON search helper functions. |
| TGIS_JSONIterator | Iterator over items in a JSON list. |
| TGIS_JSONList | Stores named JSON object members. |
| TGIS_JSONObject | Represents a JSON value, object, array, or scalar node. |
| TGIS_JSONPair | Represents a JSON object member as a key/value pair. |
| TGIS_JSONPairEnumerator | Enumerator over JSON key/value pairs. |
| TGIS_LabelsArea | Concrete label area allocator used to reserve occupied label space. |
| TGIS_LabelsAreaAbstract | Abstract base class for label allocation and overlap management. |
| TGIS_Layer | General layer class. |
| TGIS_LayerAbstract | Abstract base class for TGIS_Layer implementations. |
| TGIS_LayerADF | Pixel layer for ArcInfo Arc/Info Grid ADF raster datasets, including Float(Binary) Grid variants. |
| TGIS_LayerArcGISFS | Vector layer implementation for ArcGIS Feature Server sources. |
| TGIS_LayerBIL | Pixel layer for reading BIL (SPOT) raster datasets. |
| TGIS_LayerBMP | BMP raster layer implementation for reading, creating, and saving bitmap data. |
| TGIS_LayerBT | Encapsulates a Binary Terrian Grid pixel layer. |
| TGIS_LayerCADRG | CADRG raster layer backed by a TGIS_FileCADRGDecoder instance. |
| TGIS_LayerCompoundAbstract | General compound layer class that acts as a container for other layers. |
| TGIS_LayerCompoundPixel | Compound layer specialization for pixel sublayers. |
| TGIS_LayerCompoundVector | Compound layer specialization for vector sublayers. |
| TGIS_LayerCSV | Vector layer class for reading and writing spatial data stored in CSV text files. |
| TGIS_LayerDelaunay | Vector layer that stores Delaunay triangulation data and supports point altitude interpolation from a prepared triangulation net. |
| TGIS_LayerDEM | Encapsulates a USGS DEM ASCII Grid layer. |
| TGIS_LayerDGN | Layer that reads DGN files. |
| TGIS_LayerDLG | Layer that reads and writes DLG (Digital Line Graphs) files. |
| TGIS_LayerDTED | Encapsulates a Binary Terrian Grid layer for DTED elevation data. |
| TGIS_LayerDWG | Vector layer for reading AutoCAD DWG drawing data as vector shapes. |
| TGIS_LayerDWGExtendedDataEventArgs | Provides event arguments for DWG extended entity definition data (DXF code 1001). |
| TGIS_LayerDXF | Vector layer for reading DXF (Drawing Exchange Format) CAD (Computer-Aided Design) files into GIS shapes and sublayers. |
| TGIS_LayerDXFExtendedDataEventArgs | Provides data for the DXF extended entity definition event for code 1001 application-defined data. |
| TGIS_LayerE00 | Vector layer that reads ArcInfo E00 coverage exchange files. |
| TGIS_LayerECW | Pixel layer implementation for reading ECW imagery and related JPEG2000 content through the ECW library. |
| TGIS_LayerEofEventArgs | Provides data to the EOF state request event. |
| TGIS_LayerEventArgs | Provides event arguments containing a layer reference. |
| TGIS_LayerFGDB | Vector layer for reading and writing Esri File Geodatabase API data. |
| TGIS_LayerFLT | Encapsulation of an Arcinfo Float(Binary) Grid layer. |
| TGIS_LayerGDAL | GDAL-backed raster layer implementation built on TGIS_LayerPixel. |
| TGIS_LayerGDF | Vector layer that reads GDF 3.0 data. |
| TGIS_LayerGeoraster | Pixel SQL layer providing access to Oracle GeoRaster raster data. |
| TGIS_LayerGeorasterJdbc | Specialized Oracle GeoRaster layer providing access through JDBC (Java Database Connectivity). |
| TGIS_LayerGIF | Represents a GIF layer implemented as a pixel layer. |
| TGIS_LayerGML | Vector layer for reading and writing GML (Geography Markup Language) feature data, including geometry, attributes, and schema handling. |
| TGIS_LayerGPX | Vector layer implementation for GPX waypoint, route, and track data. |
| TGIS_LayerGRD | Pixel layer implementation for ArcInfo and Surfer GRD raster formats. |
| TGIS_LayerGroup | General group layer class for managing sublayers as a single layer. |
| TGIS_LayerGSHHS | Layer which can read a GSHHS file. |
| TGIS_LayerIFC | IFC (Industry Foundation Classes) layer built on TGIS_LayerWexBIM for accessing IFC building model data. |
| TGIS_LayerIMG | Pixel layer for reading ERDAS IMAGINE IMG raster datasets. |
| TGIS_LayerInfo | Class storing basic information about a layer. |
| TGIS_LayerJPG | JPEG-backed pixel layer that provides decoding, line access, scaling, and save/build support. |
| TGIS_LayerJSON | Vector layer for reading and writing JSON-based geospatial data such as GeoJSON (Geographic JSON), Esri JSON, TopoJSON, and CityJSON. |
| TGIS_LayerKML | KML/KMZ vector layer for importing, exporting, drawing, and saving Google Earth data. |
| TGIS_LayerLandXML | Represents a LandXML layer. |
| TGIS_LayerLAS | Layer for reading LAS files. |
| TGIS_LayerMIF | Vector layer implementation for reading and writing MapInfo MIF/MID datasets. |
| TGIS_LayerMoveFirstEventArgs | Event fired when layer executes MoveFirst. |
| TGIS_LayerMoveNextEventArgs | Event fired when layer executes MoveNext. |
| TGIS_LayerMrSID | Encapsulates a MrSID raster layer. |
| TGIS_LayerMVT | Compound vector layer that reads and exposes Mapbox Vector Tile content. |
| TGIS_LayerOGR | Vector layer implementation that reads features from OGR/GDAL-backed data sources. |
| TGIS_LayerOSM | OpenStreetMap compound vector layer. |
| TGIS_LayerPixel | Abstract base class for georeferenced pixel and raster layers, providing shared bitmap and numeric grid infrastructure. |
| TGIS_LayerPixelEnumerator | Enumerator for iterating pixel items in a pixel layer. |
| TGIS_LayerPixelEnumeratorFactory | Factory class for creating TGIS_LayerPixelEnumerator instances. |
| TGIS_LayerPixelLock | Describes a locked pixel, grid, or band area of a raster layer. |
| TGIS_LayerPixelSqlAbstract | Abstract SQL-based pixel layer for managing database-driven pixel data through connection parameters, SQL commands, and dialect token replacement. |
| TGIS_LayerPixelStoreAbstract | Abstract PixelStore-backed raster layer for reading, writing, scaling, and extracting bitmap or grid data from pixel storage. |
| TGIS_LayerPixelStoreJdbc | PixelStore layer implementation that provides PixelStore access through JDBC (Java Database Connectivity). |
| TGIS_LayerPixelSubFormat | Pixel subformat capabilities describing storage format, grayscale mode, and compression settings for pixel files. |
| TGIS_LayerPixelTile | Tile rectangle and traversal order for a pixel tile. |
| TGIS_LayerPixelUDF | Pixel layer that obtains raster or grid data through user-defined events. |
| TGIS_LayerPLY | Vector layer class for reading and drawing PLY file content. |
| TGIS_LayerPNG | PNG-backed pixel layer that loads, manages, scales, and saves PNG image data. |
| TGIS_LayerProject | General project layer class. |
| TGIS_LayerS57 | Compound vector layer for reading S-57 ENC data into sublayers and shapes. |
| TGIS_LayerSDTS_RPE | Encapsulates an SDTS RPE raster layer. |
| TGIS_LayerSDTS_TVP | Encapsulates an SDTS TVP vector layer. |
| TGIS_LayerSGRD | Encapsulates a SAGA GIS Binary Grid raster layer. |
| TGIS_LayerSHP | Layer class for reading and writing ESRI Shapefile datasets. |
| TGIS_LayerSqlAbstract | Abstract SQL-backed vector layer for storing and retrieving TatukGIS shapes and attributes from relational database tables. |
| TGIS_LayerSqlAnywhereAbstract | Abstract SQL-backed vector layer for direct access to Sybase SQL Anywhere spatial data. |
| TGIS_LayerSqlAnywhereJdbc | Spatial layer for reading and writing Sybase SQL Anywhere Spatial data through Jdbc access. |
| TGIS_LayerSqlDb2Abstract | Abstract SQL layer implementation for IBM DB2 Spatial Extender vector data. |
| TGIS_LayerSqlDb2Jdbc | SQL layer for reading IBM DB2 Spatial Extender geometry data through JDBC (Java Database Connectivity). |
| TGIS_LayerSqlGmAbstract | Abstract vector layer for accessing GeoMedia SQL Warehouse data through a SQL-backed storage model. |
| TGIS_LayerSqlGmJdbc | Encapsulates a GeoMedia SQL layer implemented through JDBC (Java Database Connectivity). |
| TGIS_LayerSqlGmMsSpatialAbstract | Abstract vector SQL layer for GeoMedia SQL Server Native Spatial access on Microsoft SQL Server 2008 or later. |
| TGIS_LayerSqlGmMsSpatialJdbc | Jdbc-based layer for GeoMedia SQL Server Native Spatial access through MS SQL Server 2008 or later. |
| TGIS_LayerSqlGmSdoAbstract | Abstract SQL vector layer for GeoMedia Oracle Object Model datasets stored with Oracle Spatial SDO geometry. |
| TGIS_LayerSqlGmSdoJdbc | JDBC-specific SQL layer for accessing Geomedia Oracle Object Model spatial data through TGIS_LayerSqlGmSdoAbstract. |
| TGIS_LayerSqlGpkgAbstract | Abstract SQL-backed GeoPackage (GPKG) vector layer implementation for reading, writing, building, importing, merging, and managing feature tables, geometry blobs, metadata, schema changes, spatial index support, and cursor-based shape access. |
| TGIS_LayerSqlGpkgJdbc | SQL layer for reading GeoPackage data through Jdbc (Java Database Connectivity) file access. |
| TGIS_LayerSqlIfxAbstract | Abstract SQL vector layer base for direct access to IBM Informix Spatial Data Blade geometry and features tables. |
| TGIS_LayerSqlIfxJdbc | SQL layer for reading spatial data from IBM Informix Spatial Data Blade tables via Jdbc. |
| TGIS_LayerSqlJdbc | SQL layer for reading spatial data through Jdbc connections and integrating Jdbc-backed queries with the SQL abstract layer framework. |
| TGIS_LayerSqlMsSpatialAbstract | Abstract vector SQL layer for reading and updating Microsoft SQL Server Spatial data in SQL Server 2008 and higher. |
| TGIS_LayerSqlMsSpatialJdbc | Layer for reading Microsoft SQL Server Spatial data from MSSQL 2008 and higher through JDBC (Java Database Connectivity). |
| TGIS_LayerSqlOgisAbstract | Abstract OpenGIS SQL (OGIS) vector layer for SQL-backed spatial data access, query execution, schema management, and shape read/write operations. |
| TGIS_LayerSqlOgisJdbc | Layer for reading OpenGIS SQL spatial data through Jdbc integration. |
| TGIS_LayerSqlPgdbAbstract | Abstract SQL-based vector layer for accessing ESRI Personal Geodatabase data. |
| TGIS_LayerSqlPgdbJdbc | SQL layer for reading ESRI Personal Geodatabase feature data through Jdbc access. |
| TGIS_LayerSqlPgisAbstract | Abstract PostGIS SQL vector layer providing core access to spatial data stored in PostgreSQL/PostGIS tables and views. |
| TGIS_LayerSqlPgisJdbc | SQL layer for reading and writing PostGIS spatial data through a Jdbc backend. |
| TGIS_LayerSqlSdeAbstract | Abstract ArcSDE SQL vector layer for direct access to ArcSDE spatial tables without ArcSDE services. |
| TGIS_LayerSqlSdeJdbc | SQL layer for reading ArcSDE data through Jdbc. |
| TGIS_LayerSqlSdeRaster | SQL-backed pixel layer for accessing SDE raster data. |
| TGIS_LayerSqlSdeRasterJdbc | Specialized SQL raster layer providing SDE Raster access through JDBC (Java Database Connectivity). |
| TGIS_LayerSqlSdoAbstract | Abstract Oracle Spatial SQL vector layer for accessing and editing vector features stored in Oracle tables as SDO geometry. |
| TGIS_LayerSqlSdoJdbc | Oracle Spatial layer implementation using JDBC (Java Database Connectivity) access. |
| TGIS_LayerSqlSdoPcAbstract | Abstract SQL-based vector layer for accessing Oracle Spatial point cloud datasets through metadata, cursor-based queries, and shape retrieval. |
| TGIS_LayerSqlSdoPcJdbc | Oracle Spatial Point Cloud access layer implementation for JDBC-based DK11 access. |
| TGIS_LayerSqlSdoTinAbstract | Abstract Oracle Spatial SQL layer for reading SDO TIN metadata and retrieving TIN-backed spatial shapes through cursor-based access. |
| TGIS_LayerSqlSdoTinJdbc | Encapsulation of an Oracle Spatial TIN (Triangulated Irregular Network) access layer for JDBC-based SQL connectivity. |
| TGIS_LayerSqlSwAbstract | Abstract base class for MapInfo SpatialWare SQL vector layers. |
| TGIS_LayerSqlSwJdbc | Encapsulates a MapInfo SpatialWare SQL layer accessed through Jdbc. |
| TGIS_LayerSRTM | Encapsulates an SRTM HGT Grid layer. |
| TGIS_LayerSTL | Vector layer for the Standard Tessellation Language (STL) stereolithography CAD file format. |
| TGIS_LayerSublayer | Represents a virtual view of a parent layer, such as a named layer exposed by a TGIS_LayerWMS connection. |
| TGIS_LayerSublayerPixel | Represents a virtual pixel sublayer that forwards pixel-layer operations to a parent layer. |
| TGIS_LayerSublayerVector | Represents a virtual vector sublayer that forwards vector-layer operations to a parent layer. |
| TGIS_LayerTAB | Layer that can read TAB file. |
| TGIS_LayerTIFF | TIFF raster layer implementation for reading standard TIFF and BigTIFF images. |
| TGIS_LayerTiger | Layer that can read TIGER/Line 2000 (or later) files. |
| TGIS_LayerVector | Abstract base class for vector layers managing collections of geometric shapes with spatial indexing, attribute fields, SQL-like queries, and coordinate transformations. |
| TGIS_LayerVectorDirectWriteHelper | Helper for direct streaming writes of shapes to vector-layer storage. |
| TGIS_LayerVectorEnumerator | Enumerator for iterating shapes in a vector layer. |
| TGIS_LayerVectorEnumeratorFactory | Factory class for creating TGIS_LayerVectorEnumerator instances with shared filter settings. |
| TGIS_LayerVectorMergeHelper | Helper layer class for merging vector data into an existing TGIS_LayerVector instance. |
| TGIS_LayerVectorSqlAbstract | Abstract SQL-backed vector layer class for storing and managing vector features in database tables. |
| TGIS_LayerVectorUDF | User-defined vector layer that obtains data through application events. |
| TGIS_LayerVoronoi | Encapsulation of a Voronoi layer that stores Voronoi cell polygons or Delaunay triangles, depending on the Triangulate property. |
| TGIS_LayerVPF | Layer that reads VPF datasets through a compound vector layer. |
| TGIS_LayerWCS | Encapsulates an OpenGIS Web Coverage Service (WCS) layer as a raster layer. |
| TGIS_LayerWebTileLod | Level of Detail (LOD) specification for a web tile layer. |
| TGIS_LayerWebTiles | Pixel layer for displaying tiled imagery, usually from web tile sources. |
| TGIS_LayerWexBIM | Vector layer for reading WexBIM files, an IFC for web format used to display Building Information Modeling (BIM) geometry in GIS viewers. |
| TGIS_LayerWFS | Compound vector layer for accessing and rendering OpenGIS Web Feature Service (WFS) feature layers discovered from a WFS service. |
| TGIS_LayerWMS | Raster layer for accessing OpenGIS Web Map Service (WMS) map images, capabilities metadata, and related server queries. |
| TGIS_LayerWMTS | Web tile layer for OpenGIS Web Map Tile Service (WMTS) servers, including capabilities parsing, tile matrix configuration, and feature info retrieval. |
| TGIS_LayerXYZ | Vector layer for reading XYZ or ASC text-based point data files. |
| TGIS_LayerXYZGrid | Pixel layer for reading XYZ regular grid data as a raster surface. |
| TGIS_Legend | Interactive legend widget displaying layer hierarchy with drag-drop reordering, visibility toggling, and parameter editing. |
| TGIS_LegendColorRampFactory | Utility class that prepares the color ramps displayed in the legend. |
| TGIS_LegendIconFactory | Utility class that prepares feature icons displayed in the legend. |
| TGIS_LegendItemData | FOR INTERNAL USE ONLY. |
| TGIS_LegendViewer | FOR INTERNAL USE ONLY. |
| TGIS_LegendViewerFactory | FOR INTERNAL USE ONLY. |
| TGIS_Line | Line segment between two 2D points. |
| TGIS_Line3D | Line segment between two 3D points. |
| TGIS_LinearPath | Implementation of linear interpolation for path generation in 3D. |
| TGIS_LineSymbolParser | Utility for parsing and formatting strings that define a TGIS_SymbolLineEx value. |
| TGIS_LinkCostEventArgs | Provides data for the link cost event. |
| TGIS_LinkDynamicEventArgs | Provides data for the link dynamic event. |
| TGIS_LinkEventArgs | Provides data for the link event. |
| TGIS_LinkLevelEventArgs | Provides data for the link levels event. |
| TGIS_LinkTypeEventArgs | Provides data for the link type event. |
| TGIS_LocalizedNotification | Central localization notification manager that broadcasts language change notifications to registered subscribers. |
| TGIS_Logger | Static logging class for runtime diagnostics, severity-based logging, and optional file persistence. |
| TGIS_MapZone | Mapping between a source value zone and a target value zone. |
| TGIS_Material | Material definition for 3D rendering. |
| TGIS_Materials | Manages a list of materials and their compression type. |
| TGIS_MemoryStream | Memory-backed stream implementation. |
| TGIS_MVTStyler | Encapsulates Mapbox Vector Tiles (MVT) style parsing and layer styling. |
| TGIS_Network | Stores and manages a network graph for shortest path and related network analysis. |
| TGIS_NetworkFile | Simple file based network storage. |
| TGIS_NetworkLink | Represents a network link between two nodes. |
| TGIS_NetworkLinkEventArgs | Provides data for the link event. |
| TGIS_NetworkNode | Represents a network node. |
| TGIS_NetworkObject | Base class for network objects stored in a network. |
| TGIS_NetworkObjectList | List of cached (in-memory) network objects. |
| TGIS_NetworkStorageAbstract | Abstract base class for physical network storage backends. |
| TGIS_NodeHeuristicCostEventArgs | Provides data for the heuristic cost event. |
| TGIS_Normals | Manages a list of normal vectors. |
| TGIS_OSMGeocoding | Class encapsulating access to the TatukGIS online geocoding service. |
| TGIS_OSMImporter | OpenStreetMap importer and export helper. |
| TGIS_OSMIsochrone | Class encapsulating access to the TatukGIS online isochrone service. |
| TGIS_OSMMember | Stores OpenStreetMap relation member data. |
| TGIS_OSMNode | Stores OpenStreetMap node data. |
| TGIS_OSMRelation | Stores OpenStreetMap relation data. |
| TGIS_OSMRouting | Class encapsulating access to the TatukGIS online routing service. |
| TGIS_OSMServiceAbstract | Base class for TatukGIS online service clients. |
| TGIS_OSMWay | Stores OpenStreetMap way data. |
| TGIS_PaintEventArgs | Provides data for BeforePaint and AfterPaint events. |
| TGIS_PaintExceptionEventArgs | Provides data for a paint exception event. |
| TGIS_ParamsAbstract | Abstract base class for all GIS parameter containers. |
| TGIS_ParamsArea | Parameters that are common for area features. |
| TGIS_ParamsChart | Parameters common to chart rendering. |
| TGIS_ParamsFeature | Parameters common to vector features such as lines, areas, markers, and labels. |
| TGIS_ParamsField | Parameters describing how a parameter value is read from an attribute field. |
| TGIS_ParamsLabel | Parameters common to label rendering, including text source, font, placement, size limits, rotation, and shield symbol settings. |
| TGIS_ParamsLabelFont | Helper object for the deprecated TGIS_ParamsLabel.Font property. |
| TGIS_ParamsLine | Parameters that are common for line features. |
| TGIS_ParamsList | List of parameter sections associated with a layer. |
| TGIS_ParamsMarker | Parameters common to marker rendering, including marker style, symbol, size, and rotation. |
| TGIS_ParamsPixel | Parameters that are common for pixel layers. |
| TGIS_ParamsRender | Parameters common to vector feature rendering. |
| TGIS_ParamsSection | Grouped section parameters controlling visibility, legend display, and 3D Z-coordinate rendering behavior. |
| TGIS_ParamsSectionPixel | Parameter section containing pixel-layer rendering settings. |
| TGIS_ParamsSectionVector | Section parameters for vector layers. |
| TGIS_ParamsSpecific | Common parameter base class for Layer.Params subobjects. |
| TGIS_ParamsUserObject | Abstract base class for a user-defined object attached to params. |
| TGIS_ParamsVector | Base class for vector-layer parameter objects. |
| TGIS_PartDescriptor | Descriptor of a shape part used in 3D content. |
| TGIS_PartDescriptors | Manages a list of part descriptors. |
| TGIS_PasswordList | Thread-safe list for storing passwords by name and key. |
| TGIS_PBFParser | Parses OpenStreetMap PBF data and reports decoded entities through events. |
| TGIS_Pdf | Main PDF document class for creating, finalizing, and saving PDF output. |
| TGIS_PdfCanvas | Canvas providing drawing capabilities for a PDF page. |
| TGIS_PdfFont | PDF font object representing an embedded or referenced font resource. |
| TGIS_PdfFontMetric | PDF font metric values for ascent, descent, and capital letter height. |
| TGIS_PdfGeoref | PDF georeferencing object storing map extent and coordinate system metadata for a page area. |
| TGIS_PdfImage | PDF image object representing an embedded bitmap resource. |
| TGIS_PdfLayer | PDF layer object representing an optional named content layer. |
| TGIS_PdfObject | Base PDF object representing a single PDF document entity with optional stream-backed content. |
| TGIS_PdfPage | PDF page object containing page size, content, and optional georeferencing metadata. |
| TGIS_PdfPageContent | PDF page content object storing the rendered content stream for a page. |
| TGIS_PdfSharedBitmap | Wraps a bitmap with a unique identifier so the same embedded PDF image object can be reused instead of embedding identical image data multiple times. |
| TGIS_Pen | Platform independent pen class. |
| TGIS_Pipeline | Pipeline engine for parsing and executing pipeline operations. |
| TGIS_PipelineOperationAbstract | Abstract base class for a single pipeline operation. |
| TGIS_PipelineOperationExtendedAbstract | Pipeline base process operation that predefines Source, Destination, and Save parameters and saves the destination layer when needed. |
| TGIS_PipelineOperations | Registration list of all pipeline operations. |
| TGIS_PipelineParameter | Encapsulates pipeline parameter metadata and its current value. |
| TGIS_PixelAltitudeZone | Class to store mapping zones for the AltitudeMapZones pixel rendering parameter. |
| TGIS_PixelAltitudeZones | List of mapping zones for the AltitudeMapZones pixel rendering parameter. |
| TGIS_PixelBand | Complete definition of a raster band, including content, coding, and bit layout. |
| TGIS_PixelBandsDefinition | Complete definition of all pixel bands for a raster layer, including band interpretation and per-band layout metadata. |
| TGIS_PixelChannelZone | Stores per-channel numeric remap zones for RedMapZones, GreenMapZones, and BlueMapZones. |
| TGIS_PixelChannelZones | List of mapping zones for RedMapZones, GreenMapZones, and BlueMapZones pixel rendering parameters. |
| TGIS_PixelColorZone | Class to store mapping zones for the FullRGBMapZones pixel rendering parameter. |
| TGIS_PixelColorZones | List of mapping zones for the FullRGBMapZones pixel rendering parameter. |
| TGIS_PixelExportManager | Manages tiled export from a viewer into a destination pixel layer. |
| TGIS_PixelFilterAbstract | Abstract base class for all pixel layer filters. |
| TGIS_PixelFilterAlphaTrimmedMean | Alpha-trimmed mean filter for pixel layers - transforms the pixel value to the alpha-trimmed mean of the values within the block. |
| TGIS_PixelFilterArithmeticMean | Arithmetic mean filter for pixel layers - transforms the pixel value to the arithmetic mean of the values within the block. |
| TGIS_PixelFilterBlockStats | Abstract class for all pixel layer block filters. |
| TGIS_PixelFilterBottomHat | Bottom-hat filter for pixel layers - three-stage filter, computes the difference of the closing (dilation followed by erosion) of the image with the original image. |
| TGIS_PixelFilterClosing | Closing filter for pixel layers - two-stage filter, applies dilation followed by erosion. |
| TGIS_PixelFilterContraHarmonicMean | Contra-harmonic mean filter for pixel layers - transforms the pixel value to the contra-harmonic mean of the values within the block. |
| TGIS_PixelFilterConvolution | Applies mask filters to pixel layers by convolution. |
| TGIS_PixelFilterDilation | Dilation filter for pixel layers - transforms the pixel value to the greatest sum of the value in the block and the mask value. |
| TGIS_PixelFilterErosion | Erosion filter for pixel layers - transforms the pixel value to the smallest difference of the value in the block and the mask value. |
| TGIS_PixelFilterGeometricMean | Geometric mean filter for pixel layers - transforms the pixel value to the geometric mean of the values within the block. |
| TGIS_PixelFilterHarmonicMean | Harmonic mean filter for pixel layers - transforms the pixel value to the harmonic mean of the values within the block. |
| TGIS_PixelFilterMajority | Majority filter for pixel layers - transforms the pixel value to the most frequent value in the block (if exists). |
| TGIS_PixelFilterMaximum | Maximum filter for pixel layers - transforms the pixel value to the greatest value in the block. |
| TGIS_PixelFilterMedian | Median filter for pixel layers - transforms the pixel value to the median of the values within the block. |
| TGIS_PixelFilterMidpoint | Midpoint filter for pixel layers - transforms the pixel value to the average between the maximum and the minimum value in the block. |
| TGIS_PixelFilterMinimum | Minimum filter for pixel layers - transforms the pixel value to the smallest value in the block. |
| TGIS_PixelFilterMinority | Minority filter for pixel layers - transforms the pixel value to the least frequent value in the block (if it exists). |
| TGIS_PixelFilterMorphological | Abstract class for all pixel layer morphological filters. |
| TGIS_PixelFilterNoise | Abstract class for all noise pixel layer filters. |
| TGIS_PixelFilterNoiseGaussian | Gaussian noise filter for pixel layers. |
| TGIS_PixelFilterNoiseSaltPepper | Salt-and-pepper noise filter for pixel layers. |
| TGIS_PixelFilterOpening | Opening filter for pixel layers - two-stage filter, applies erosion followed by dilation. |
| TGIS_PixelFilterRange | Range filter for pixel layers - transforms the pixel value to the difference between the maximum and the minimum value in the block. |
| TGIS_PixelFilterSobelMagnitude | Sobel magnitude filter for pixel layers - performs edge detection, the pixel value is proportional to the value difference at the edge. |
| TGIS_PixelFilterStandardDeviation | Standard deviation filter for pixel layers - transforms the pixel value to the standard deviation of the values within the block. |
| TGIS_PixelFilterSum | Sum filter for pixel layers - transforms the pixel value to the sum of the values within the block. |
| TGIS_PixelFilterThreshold | Threshold filter for pixel layers that sets values below the threshold to the layer minimum and other values to the layer maximum. |
| TGIS_PixelFilterTopHat | Top-hat filter for pixel layers - three-stage filter, computes the difference of the original image with its opening (erosion followed by dilation). |
| TGIS_PixelFilterUniqueCount | Unique value count filter for pixel layers - transforms the pixel value to the number of unique values within the block. |
| TGIS_PixelFilterWeightedMean | Weighted mean filter for pixel layers - transforms the pixel value to the weighted mean of the values within the block. |
| TGIS_PixelFilterWeightedMedian | Weighted median filter for pixel layers - transforms the pixel value to the weighted median of the values within the block. |
| TGIS_PixelFilterYpMean | Yp mean filter for pixel layers - transforms the pixel value to the Yp mean of the values within the block. |
| TGIS_PixelGrayZone | Class to store mapping zones for the GrayMapZones pixel rendering parameter. |
| TGIS_PixelGrayZones | List of mapping zones for the GrayMapZones pixel rendering parameter. |
| TGIS_PixelItem | Per-pixel iterator item exposing raster position, extent, and mutable pixel or grid values. |
| TGIS_PixelStoreCell | Represents a single PixelStore cell stored in an SQL database. |
| TGIS_PixelTransparentZone | Stores a transparent pixel color range definition. |
| TGIS_PixelTransparentZones | List of transparent pixel color ranges. |
| TGIS_PixelZoneListAbstract | Base class for pixel layer zone lists. |
| TGIS_Point | Two-dimensional point with Double-precision X and Y coordinates. |
| TGIS_Point3D | 3D point type with X, Y, Z, and M coordinates for vector geometry and Shapefile compatibility. |
| TGIS_PointCloudToGrid | Provides the means to convert a point cloud vector layer such as LIDAR to a digital elevation model (grid layer). |
| TGIS_PredefinedLineSymbolList | List of predefined line symbol parts for the extended line symbology editor (TGIS_LineSymbolEditor). |
| TGIS_Printer | Base printer wrapper for GIS output. |
| TGIS_PrinterPreview | Preview printer wrapper for GIS output. |
| TGIS_PrintLayoutBox | Print layout element representing a filled box with an optional frame. |
| TGIS_PrintLayoutElement | Abstract base class for print layout elements stored in a print template. |
| TGIS_PrintLayoutFrame | Print layout element representing a frame without fill. |
| TGIS_PrintLayoutGraphic | Print layout element representing a graphic based on a |
| TGIS_PrintLayoutLegend | Print layout element representing a legend printable control bound to an |
| TGIS_PrintLayoutLocation | Print layout element bounds definition. |
| TGIS_PrintLayoutMap | Print layout element representing a map frame bound to an |
| TGIS_PrintLayoutNorthArrow | Print layout element representing a north arrow printable control bound to an |
| TGIS_PrintLayoutPage | Print layout element representing the printed page size. |
| TGIS_PrintLayoutPosition | Print layout element position definition. |
| TGIS_PrintLayoutScale | Print layout element representing a scale printable control bound to an |
| TGIS_PrintLayoutSnap | Snap settings for rounding print layout positions and sizes. |
| TGIS_PrintLayoutText | Print layout element representing formatted text. |
| TGIS_PrintLayoutWidth | Print layout element width definition. |
| TGIS_PrintManagerAbstract | Basic print manager class to be used as a base class for print managers. |
| TGIS_PrintPreviewPanel | Swing panel that renders a preview image centered within the panel. |
| TGIS_ProjectQgis | Class for importing Qgis project files in version 2.x. |
| TGIS_ProxySettings | Stores global proxy connection settings. |
| TGIS_QuadTree | Provides an in-memory or file-based quad tree spatial index. |
| TGIS_QuadTreeItem | Quad tree item stored in nodes. |
| TGIS_QuadTreeNode | Represents a single quad tree node that stores items and subnodes. |
| TGIS_RasterAlgebra | Engine for evaluating raster algebra expressions over registered layers. |
| TGIS_ReadWriteEventArgs | Provides data for the Read/Write event. |
| TGIS_Reclassification | Class that reclassifies grid layer values. |
| TGIS_RegistredLayer | Registration entry describing a single registered layer driver and its metadata. |
| TGIS_RegistredLayers | Class wrapper exposing factory and registry methods for registered GIS (Geographic Information System) layer drivers. |
| TGIS_RendererAbstract | Abstract base renderer class for TatukGIS viewers and concrete renderer implementations on VCL, FireMonkey, WPF, CLR, Java, Cocoa, and Island platforms. |
| TGIS_RendererAbstractCache | Base bitmap cache descriptor used by PrepareBitmapCache and RenderBitmapCache. |
| TGIS_RendererContext | Stores canvases and draw-context objects used by a renderer context. |
| TGIS_RendererManager | Registration list of all renderers. |
| TGIS_RendererPdf | PDF file renderer implementing TGIS_RendererAbstract. |
| TGIS_RendererSvg | SVG renderer implementing TGIS_RendererAbstract for drawing GIS geometry, layers, labels, charts, and bitmap content to Scalable Vector Graphics (SVG) output. |
| TGIS_RendererSwing | Swing/Java renderer implementation based on java.awt.Graphics2D for drawing GIS shapes, labels, charts, bitmaps, and editor overlays. |
| TGIS_RendererSwingCache | Bitmap cache object that stores the topmost pixel layer as a Java BufferedImage for use by PrepareBitmapCache and RenderBitmapCache. |
| TGIS_RGBTriple | RGB (Red, Green, Blue) color represented as separate byte components. |
| TGIS_RTree | Main API for managing an R-tree spatial index that stores and queries items by TGIS_Extent bounding rectangles. |
| TGIS_RTreeHeader | For internal use only. |
| TGIS_RTreeItem | For internal use only. |
| TGIS_RTreePage | For internal use only. |
| TGIS_RTreePageData | For internal use only. |
| TGIS_SdoGeometry | Encapsulates Oracle Spatial SDO geometry content for shape translation. |
| TGIS_SelectedShapeList | Collection of selected shape unique identifiers (UIDs). |
| TGIS_SemivarianceAbstract | Abstract class for all semivariance models. |
| TGIS_SemivarianceCircular | Represents the circular semivariance model. |
| TGIS_SemivarianceExponential | Represents the exponential semivariance model. |
| TGIS_SemivarianceGaussian | Represents the gaussian semivariance model. |
| TGIS_SemivarianceLinear | Represents the linear semivariance model. |
| TGIS_SemivariancePowerLaw | Represents the power-law semivariance model. |
| TGIS_SemivarianceSpherical | Represents the spherical semivariance model. |
| TGIS_SemivarianceWithRange | Abstract class for all semivariance models with range. |
| TGIS_SemivarianceWithSill | Abstract class for all semivariance models with range and sill. |
| TGIS_SetUpEventArgs | Provides data to the SetUp event. |
| TGIS_Shape | Abstract base class for vector shapes stored in a TGIS_LayerVector. |
| TGIS_ShapeAbstract | Abstract base class for TGIS_Shape implementations. |
| TGIS_ShapeArc | Arc/line shape representing one or more connected vertex sequences for linear geographic features. |
| TGIS_ShapeComplex | Complex shape composed of multiple child shapes stored in a single geometry container for multipart or grouped vector features. |
| TGIS_ShapeEventArgs | Provides data for shape-related events on the Oxygene/.NET target platform. |
| TGIS_ShapeFieldChangeEventArgs | Provides event data for shape attribute change notifications on the Oxygene/.NET platform. |
| TGIS_ShapeList | Ordered collection of TGIS_Shape objects used for indexed access and iteration. |
| TGIS_ShapeListStub | Abstract stub class for internal implementation of structured shape list used in vector-to-grid computations. |
| TGIS_ShapeMultiPatch | Polygon-based shape for storing MultiPatch 3D geometry with optional normals, textures, materials, part descriptors, and vertex colors. |
| TGIS_ShapeMultiPoint | MultiPoint shape representing a collection of point features stored as a single vector geometry. |
| TGIS_ShapePoint | Point shape representing a single coordinate location in a vector layer. |
| TGIS_ShapePointCloud | Represents a 3D PointCloud shape. |
| TGIS_ShapePolygon | Polygon shape representing closed area geometry with support for multiple parts and interior holes, compliant with OGC (Open Geospatial Consortium) Simple Features polygon topology. |
| TGIS_ShapePosEventArgs | Provides event data for shape label positioning callbacks on the Oxygene/.NET platform. |
| TGIS_SharedConnections | Internal shared connection pool manager for opening and closing database connections across supported database APIs and target platforms. |
| TGIS_ShortestPath | Encapsulates shortest path and routing functionality over a vector network. |
| TGIS_ShortestPathLink | Represents one link or segment in the computed shortest path. |
| TGIS_SingleColor | RGBA color using Single-precision component values. |
| TGIS_SingleVector | Three-dimensional vector using Single-precision values. |
| TGIS_SldFile | Encapsulates reading an SLD configuration file and applying its styling to a layer. |
| TGIS_SlopeMap | Slope map generator for digital terrain models. |
| TGIS_SqlQuery | Internal parser and evaluator for WHERE-like statements used with non-SQL tables. |
| TGIS_SquareMatrix | Square matrix of double precision real numbers. |
| TGIS_Stacktemplate<typename T> | Generic stack. |
| TGIS_StatisticalFunctions | Record with all statistical functions. |
| TGIS_StatisticsAbstract | Abstract base class for statistics managers that define, calculate, and persist layer statistics results. |
| TGIS_StatisticsFactory | Class for creating statistics objects depending on a layer type. |
| TGIS_StatisticsItem | General class for storing a single statistical value. |
| TGIS_StatisticsItemDouble | Class for storing double-precision statistical value. |
| TGIS_StatisticsItemInteger | Class for storing integer statistical value. |
| TGIS_StatisticsItemVariant | Class for storing variant statistical value. |
| TGIS_StatisticsItemVariantList | Class for storing statistical result with list of variants. |
| TGIS_StatisticsLayer | Base statistics class for layers. |
| TGIS_StatisticsLayerResult | Statistics result container bound to a specific layer. |
| TGIS_StatisticsPixel | Statistics class for raster layers. |
| TGIS_StatisticsResult | Container for statistics results for a single dataset. |
| TGIS_StatisticsVector | Statistics class for vector layers. |
| TGIS_Stream | Enhanced stream with text and byte helper methods, code page support, and BOM-aware string reading and writing. |
| TGIS_StringFormat | Static utility class for formatting Variant values as strings. |
| TGIS_StyleRendererAbstract | FOR INTERNAL USE ONLY. |
| TGIS_Svg | Main SVG writer object that manages pages, fonts, and output objects. |
| TGIS_SvgCanvas | Canvas provides drawing capabilities. |
| TGIS_SvgDrawingObject | Base SVG drawing object with style state and drawing operations. |
| TGIS_SvgFont | SVG font object backed by a font reader and character map. |
| TGIS_SvgFontMetric | SVG font metrics record containing ascent, descent, and cap height values. |
| TGIS_SvgObject | Base class for internal SVG writer objects with parent and stream management. |
| TGIS_SvgPage | SVG page object that manages page size, canvases, patterns, and fonts. |
| TGIS_SvgPageContent | SVG page content object. |
| TGIS_SvgPattern | SVG pattern definition object. |
| TGIS_SymbolAbstract | Abstract base class for reusable symbols prepared and drawn by the TatukGIS rendering infrastructure. |
| TGIS_SymbolCGM | Computer Graphics Metafile (CGM) symbol with parsing and rendering support for binary and text CGM content. |
| TGIS_SymbolFont | Font glyph symbol rendered from a character and font settings. |
| TGIS_SymbolHatch | Encapsulates a hatch fill symbol. |
| TGIS_SymbolHatchLine | Internal hatch symbol implementation that renders fill patterns from parsed hatch line definitions. |
| TGIS_SymbolLibrarySVG | Provides access to registered SVG symbol libraries. |
| TGIS_SymbolLine | Encapsulates a simple line symbol definition used for repeated line pattern rendering. |
| TGIS_SymbolLineEx | Encapsulates an extended line symbol with parsed commands for complex line pattern rendering. |
| TGIS_SymbolLineHelper | Internal helper for drawing advanced line symbology. |
| TGIS_SymbolList | Cache and repository of reusable symbols, used to prepare and manage symbol instances efficiently. |
| TGIS_SymbolPicture | Picture-based symbol implemented from bitmap or image content. |
| TGIS_SymbolSVG | Encapsulates a Scalable Vector Graphics (SVG) symbol. |
| TGIS_TemplateGraphic | Contains graphic content used by template-based printing. |
| TGIS_TemplatePrint | Encapsulates template-based printing for *.tpl and *.ttktemplate files. |
| TGIS_TemplatePrintBuilder | Builder and manager for a print template layout. |
| TGIS_TemplateProducerEventArgs | Provides data for the TemplateProducer event. |
| TGIS_TemporaryFileStream | Memory mapped temporary file stream. |
| TGIS_TextStreamReader | Fast text reader for existing streams with BOM and code page detection. |
| TGIS_Textures | Manages texture coordinate arrays, parts, and coordinate dimensions. |
| TGIS_ThreadClass | Base class that encapsulates a critical section for thread-safe locking. |
| TGIS_ThreadStorage | Stores per-thread helper objects and thread-specific state. |
| TGIS_Tile | Tile coordinates identifying a raster tile by level, column, and row. |
| TGIS_TinToGrid | Converts a Triangulated Irregular Network (TIN) vector layer to a digital elevation model stored in a grid layer. |
| TGIS_Tokenizer | Tokenizer for splitting strings into delimited tokens. |
| TGIS_Topology | Topology engine for DE-9IM (Dimensionally Extended 9-Intersection Model) spatial relationship testing, constructive geometry operations, shape repair, splitting, and tolerance-based processing on GIS shapes. |
| TGIS_Transform | Abstract base class for layer transformations between source and destination coordinate spaces. |
| TGIS_TransformCustom | Custom transformation that delegates coordinate conversion to an assigned callback. |
| TGIS_TransformGCP | Abstract base class for layer transformations based on GCP (Ground Control Point) pairs. |
| TGIS_TransformPolynomial | GCP (Ground Control Point) polynomial transformation for forward and reverse coordinate rectification. |
| TGIS_TreeList | List of legend tree nodes with selection support. |
| TGIS_TreeNode | Node of the legend tree. |
| TGIS_Utils | Static utility class providing general-purpose GIS geometry, extent, measurement, and shape helper methods. |
| TGIS_VariantList | A variant list. |
| TGIS_VarIntReader | Buffered reader for varint-encoded binary data. |
| TGIS_VectorToGridAbstract | Abstract base class for generating grid layers from vector samples. |
| TGIS_VertexColors | Manages a list of vertex colors. |
| TGIS_Viewer | Generic map viewer implementation intended to be used through descendants such as TGIS_ViewerWnd and TGIS_ViewerBmp rather than directly. |
| TGIS_ViewerBmp | Bitmap-based GIS viewer for rendering map content to an internal or supplied bitmap without using a window control. |
| TGIS_ViewerBmpFactory | Platform independent factory for platform dependent TGIS_ViewerBmp viewer objects. |
| TGIS_ViewerBmpFactoryJava | Platform-specific factory for creating Java bitmap viewer instances. |
| TGIS_ViewerHelperRun | Context for a single viewer update run, for example in a thread. |
| TGIS_ViewerNonVisual | Non-visual viewer wrapper for working with projects, layers, and map state without any visual target platform implementation. |
| TGIS_ViewerRef | Holds an IGIS_Viewer reference to avoid calling _AddRef and _Release on every access. |
| TGIS_ViewerWnd | Main Swing visual control for on-screen map presentation, interactive navigation, rendering coordination, and viewer event handling. |
| TGIS_ViewerWndHelper | Helper class for TGIS_Viewer window interaction, including zoom, drag, animation, delayed update scheduling, and map/screen conversion. |
| TGIS_ViewerWndHelperRun | Represents the execution context for a single viewer update run, including cached bitmap data and running state. |
| TGIS_Viewshed | Viewshed, above-ground-level (AGL), and Fresnel zone clearance generator. |
| TGIS_WCSCoverage | Stores metadata for a single WCS coverage. |
| TGIS_WCSCoverageBoundingBox | WCS coverage bounding box. |
| TGIS_WebUtils | Web utility helper methods. |
| TGIS_WFSFeature | Represents a WFS feature type definition together with fetched data and paging state. |
| TGIS_WMSLayer | Represents WMS layer metadata parsed from service capabilities. |
| TGIS_XmlFile | Context-based XML configuration file reader and writer for managing sections, layers, groups, attributes, and zone-style definitions. |
| TGIS_Zone | Integer value range definition, typically used for 0 to 255 zones. |