-
Notifications
You must be signed in to change notification settings - Fork 108
/
spatial4j.yaml
45 lines (45 loc) · 2.43 KB
/
spatial4j.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
"functions":
- "name": "[org.locationtech.spatial4j.io.jackson.GeometryDeserializer].deserialize(com.fasterxml.jackson.core.JsonParser,com.fasterxml.jackson.databind.DeserializationContext)"
"params":
- "name": "arg0"
"type": "com.fasterxml.jackson.core.JsonParser"
- "name": "arg1"
"type": "com.fasterxml.jackson.databind.DeserializationContext"
"return_type": "org.locationtech.jts.geom.Geometry"
"signature": "[org.locationtech.spatial4j.io.jackson.GeometryDeserializer].deserialize(com.fasterxml.jackson.core.JsonParser,com.fasterxml.jackson.databind.DeserializationContext)"
- "name": "[org.locationtech.spatial4j.io.jackson.ShapeDeserializer].deserialize(com.fasterxml.jackson.core.JsonParser,com.fasterxml.jackson.databind.DeserializationContext)"
"params":
- "name": "arg0"
"type": "com.fasterxml.jackson.core.JsonParser"
- "name": "arg1"
"type": "com.fasterxml.jackson.databind.DeserializationContext"
"return_type": "org.locationtech.spatial4j.shape.Shape"
"signature": "[org.locationtech.spatial4j.io.jackson.ShapeDeserializer].deserialize(com.fasterxml.jackson.core.JsonParser,com.fasterxml.jackson.databind.DeserializationContext)"
- "name": "[org.locationtech.spatial4j.io.SupportedFormats].read(java.lang.String)"
"params":
- "name": "arg0"
"type": "java.lang.String"
"return_type": "org.locationtech.spatial4j.shape.Shape"
"signature": "[org.locationtech.spatial4j.io.SupportedFormats].read(java.lang.String)"
- "name": "[org.locationtech.spatial4j.io.WKTReader].readIfSupported(java.lang.Object)"
"params":
- "name": "arg0"
"type": "java.lang.Object"
"return_type": "org.locationtech.spatial4j.shape.Shape"
"signature": "[org.locationtech.spatial4j.io.WKTReader].readIfSupported(java.lang.Object)"
- "name": "[org.locationtech.spatial4j.io.GeoJSONReader].readIfSupported(java.lang.Object)"
"params":
- "name": "arg0"
"type": "java.lang.Object"
"return_type": "org.locationtech.spatial4j.shape.Shape"
"signature": "[org.locationtech.spatial4j.io.GeoJSONReader].readIfSupported(java.lang.Object)"
- "name": "[org.locationtech.spatial4j.io.GeoJSONReader].read(java.io.Reader)"
"params":
- "name": "arg0"
"type": "java.io.Reader"
"return_type": "org.locationtech.spatial4j.shape.Shape"
"signature": "[org.locationtech.spatial4j.io.GeoJSONReader].read(java.io.Reader)"
"language": "jvm"
"project": "spatial4j"
"target_name": "SpatialContextFuzzer"
"target_path": "/src/SpatialContextFuzzer.java"