Class GeophileSpatialFunctionNames
java.lang.Object
com.apple.foundationdb.record.spatial.geophile.GeophileSpatialFunctionNames
Key function names for Geophile indexes.
-
Field Summary
Fields -
Method Summary
-
Field Details
-
GEOPHILE_POINT_Z
Index a geospatial point. Arguments are double fields latitude, longitude.- See Also:
-
GEOPHILE_JSON_Z
Index a GeoJson string field.- See Also:
-
GEOPHILE_WKB_Z
Index a JTS geometry serialized as WKB to a byte string field.- See Also:
-
GEOPHILE_WKT_Z
Index a JTS geometry serialized as WKT to a string field.- See Also:
-