Class GeophileSpatialFunctionNames

java.lang.Object
com.apple.foundationdb.record.spatial.geophile.GeophileSpatialFunctionNames

@API(EXPERIMENTAL) public class GeophileSpatialFunctionNames extends Object
Key function names for Geophile indexes.
  • Field Details

    • GEOPHILE_POINT_Z

      public static final String GEOPHILE_POINT_Z
      Index a geospatial point. Arguments are double fields latitude, longitude.
      See Also:
    • GEOPHILE_JSON_Z

      public static final String GEOPHILE_JSON_Z
      Index a GeoJson string field.
      See Also:
    • GEOPHILE_WKB_Z

      public static final String GEOPHILE_WKB_Z
      Index a JTS geometry serialized as WKB to a byte string field.
      See Also:
    • GEOPHILE_WKT_Z

      public static final String GEOPHILE_WKT_Z
      Index a JTS geometry serialized as WKT to a string field.
      See Also: