Package | Description |
---|---|
org.apache.lucene.geo |
Geospatial Utility Implementations for Lucene Core
|
Modifier and Type | Method and Description |
---|---|
static Component2D.WithinRelation |
Component2D.WithinRelation.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Component2D.WithinRelation[] |
Component2D.WithinRelation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
default Component2D.WithinRelation |
Component2D.withinLine(double aX,
double aY,
boolean ab,
double bX,
double bY)
Compute the within relation of this component2D with a triangle
|
Component2D.WithinRelation |
Component2D.withinLine(double minX,
double maxX,
double minY,
double maxY,
double aX,
double aY,
boolean ab,
double bX,
double bY)
Compute the within relation of this component2D with a line
|
Component2D.WithinRelation |
Component2D.withinPoint(double x,
double y)
Compute the within relation of this component2D with a point
|
default Component2D.WithinRelation |
Component2D.withinTriangle(double aX,
double aY,
boolean ab,
double bX,
double bY,
boolean bc,
double cX,
double cY,
boolean ca)
Compute the within relation of this component2D with a triangle
|
Component2D.WithinRelation |
Component2D.withinTriangle(double minX,
double maxX,
double minY,
double maxY,
double aX,
double aY,
boolean ab,
double bX,
double bY,
boolean bc,
double cX,
double cY,
boolean ca)
Compute the within relation of this component2D with a triangle
|
Copyright © 2000-2021 Apache Software Foundation. All Rights Reserved.