- valueOf(String) - Static method in enum org.apache.lucene.spatial.geometry.DistanceUnits
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.lucene.spatial.geometry.shape.IntersectCase
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.lucene.spatial.tier.DistanceHandler.Precision
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.apache.lucene.spatial.geometry.DistanceUnits
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.lucene.spatial.geometry.shape.IntersectCase
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.lucene.spatial.tier.DistanceHandler.Precision
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- Vector2D - Class in org.apache.lucene.spatial.geometry.shape
-
2D vector
- Vector2D(double, double) - Constructor for class org.apache.lucene.spatial.geometry.shape.Vector2D
-
Create a vector from the origin of the coordinate system to the given
point
- Vector2D(Point2D) - Constructor for class org.apache.lucene.spatial.geometry.shape.Vector2D
-
Create a vector from the origin of the coordinate system to the given
point
- Vector2D(Point2D, Point2D) - Constructor for class org.apache.lucene.spatial.geometry.shape.Vector2D
-
Create a vector from one point to another
- Vector2D() - Constructor for class org.apache.lucene.spatial.geometry.shape.Vector2D
-
- Vector2D(Vector2D) - Constructor for class org.apache.lucene.spatial.geometry.shape.Vector2D
-