Oihana PHP Arango

GeoFunction uses FunctionCallTrait

Table of Contents

Constants

DISTANCE  : string = 'DISTANCE'
GEO_AREA  : string = 'GEO_AREA'
GEO_CONTAINS  : string = 'GEO_CONTAINS'
GEO_DISTANCE  : string = 'GEO_DISTANCE'
GEO_EQUALS  : string = 'GEO_EQUALS'
GEO_IN_RANGE  : string = 'GEO_IN_RANGE'
GEO_INTERSECTS  : string = 'GEO_INTERSECTS'
GEO_LINESTRING  : string = 'GEO_LINESTRING'
GEO_MULTILINESTRING  : string = 'GEO_MULTILINESTRING'
GEO_MULTIPOINT  : string = 'GEO_MULTIPOINT'
GEO_MULTIPOLYGON  : string = 'GEO_MULTIPOLYGON'
GEO_POINT  : string = 'GEO_POINT'
GEO_POLYGON  : string = 'GEO_POLYGON'
IS_IN_POLYGON  : string = 'IS_IN_POLYGON'
NEAR  : string = 'NEAR'
WITHIN  : string = 'WITHIN'
WITHIN_RECTANGLE  : string = 'WITHIN_RECTANGLE'

Constants

GEO_CONTAINS

public string GEO_CONTAINS = 'GEO_CONTAINS'

GEO_DISTANCE

public string GEO_DISTANCE = 'GEO_DISTANCE'

GEO_IN_RANGE

public string GEO_IN_RANGE = 'GEO_IN_RANGE'

GEO_INTERSECTS

public string GEO_INTERSECTS = 'GEO_INTERSECTS'

GEO_LINESTRING

public string GEO_LINESTRING = 'GEO_LINESTRING'

GEO_MULTILINESTRING

public string GEO_MULTILINESTRING = 'GEO_MULTILINESTRING'

GEO_MULTIPOINT

public string GEO_MULTIPOINT = 'GEO_MULTIPOINT'

GEO_MULTIPOLYGON

public string GEO_MULTIPOLYGON = 'GEO_MULTIPOLYGON'

GEO_POLYGON

public string GEO_POLYGON = 'GEO_POLYGON'

IS_IN_POLYGON

public string IS_IN_POLYGON = 'IS_IN_POLYGON'

WITHIN_RECTANGLE

public string WITHIN_RECTANGLE = 'WITHIN_RECTANGLE'
On this page

Search results