Grooper Help - Version 25.0
25.0.0032 2,215

GeoPoint

Storage Type Grooper.Core

Represents a storage type for geographic coordinates (latitude and longitude).

Remarks

The GeoPoint storage type enables Data Fields and extraction nodes to store, format, and validate geographic coordinates as a single value. It is designed for use cases where latitude and longitude pairs must be captured, displayed, or exported in a consistent, configurable format.

Usage

Assign the GeoPoint storage type to a Data Field to capture and manage geographic locations. The value is typically represented as two numeric components (latitude and longitude), separated by a configurable delimiter. This allows integration with mapping systems, geospatial analysis, or any process requiring precise location data.

  • Use the 'Coordinate Delimiter' property to specify how latitude and longitude values are separated (e.g., comma, space).
  • Use the 'Format Specifier' property to control the numeric formatting of each coordinate, supporting both standard and custom .NET format strings.
  • Values are parsed and formatted according to the current culture settings, ensuring compatibility with regional conventions for decimal and list separators.

Configuration Guidance

  • Ensure the delimiter chosen does not conflict with the numeric format or culture-specific decimal separator.
  • When importing or exporting data, match the delimiter and format to the requirements of the target system.
  • Validation is performed to ensure both latitude and longitude are present and within valid ranges.

The GeoPoint storage type streamlines the handling of geographic data within Grooper, supporting accurate extraction, validation, and output of location information.

Properties

NameTypeDescription
General
Output

Used By

Notification