public class RADON extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
RADON.GridSizeHeuristics |
static class |
RADON.Matcher |
static class |
RADON.MBBIndex |
static class |
RADON.Merger |
static class |
RADON.SquareIndex |
| Modifier and Type | Field and Description |
|---|---|
static String |
CONTAINS |
static String |
COVEREDBY |
static String |
COVERS |
static String |
CROSSES |
static String |
DISJOINT |
static String |
EQUALS |
static String |
heuristicStatMeasure |
static String |
INTERSECTS |
static String |
OVERLAPS |
static String |
TOUCHES |
static String |
WITHIN |
| Constructor and Description |
|---|
RADON() |
| Modifier and Type | Method and Description |
|---|---|
static Map<String,com.vividsolutions.jts.geom.Geometry> |
getGeometryMapFromCache(ACache c,
String property) |
static AMapping |
getMapping(ACache source,
ACache target,
String sourceVar,
String targetVar,
String expression,
double threshold,
String relation) |
static AMapping |
getMapping(Map<String,com.vividsolutions.jts.geom.Geometry> sourceData,
Map<String,com.vividsolutions.jts.geom.Geometry> targetData,
String relation) |
static AMapping |
getMapping(Set<Polygon> sourceData,
Set<Polygon> targetData,
String relation) |
static RADON.SquareIndex |
index(Map<String,com.vividsolutions.jts.geom.Geometry> input,
RADON.SquareIndex extIndex,
double thetaX,
double thetaY) |
public static final String EQUALS
public static final String DISJOINT
public static final String INTERSECTS
public static final String TOUCHES
public static final String CROSSES
public static final String WITHIN
public static final String CONTAINS
public static final String OVERLAPS
public static final String COVERS
public static final String COVEREDBY
public static String heuristicStatMeasure
public static Map<String,com.vividsolutions.jts.geom.Geometry> getGeometryMapFromCache(ACache c, String property)
public static AMapping getMapping(ACache source, ACache target, String sourceVar, String targetVar, String expression, double threshold, String relation)
public static AMapping getMapping(Set<Polygon> sourceData, Set<Polygon> targetData, String relation)
public static AMapping getMapping(Map<String,com.vividsolutions.jts.geom.Geometry> sourceData, Map<String,com.vividsolutions.jts.geom.Geometry> targetData, String relation)
public static RADON.SquareIndex index(Map<String,com.vividsolutions.jts.geom.Geometry> input, RADON.SquareIndex extIndex, double thetaX, double thetaY)
Copyright © 2018. All rights reserved.