Class Range
java.lang.Object
org.locationtech.spatial4j.shape.impl.Range
- Direct Known Subclasses:
Range.LongitudeRange
Deprecated.
INTERNAL: A numeric range between a pair of numbers.
Perhaps this class could become 1st class citizen extending Shape but not now.
Only public so is accessible from tests in another package.
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
contains
(double v) Deprecated.double
Deprecated.boolean
Deprecated.Deprecated.double
Deprecated.double
getMax()
Deprecated.double
getMin()
Deprecated.double
getWidth()
Deprecated.int
hashCode()
Deprecated.toString()
Deprecated.static Range
xRange
(Rectangle rect, SpatialContext ctx) Deprecated.static Range
yRange
(Rectangle rect, SpatialContext ctx) Deprecated.
-
Field Details
-
min
protected final double minDeprecated. -
max
protected final double maxDeprecated.
-
-
Constructor Details
-
Range
public Range(double min, double max) Deprecated.
-
-
Method Details
-
xRange
Deprecated. -
yRange
Deprecated. -
getMin
public double getMin()Deprecated. -
getMax
public double getMax()Deprecated. -
equals
Deprecated. -
hashCode
public int hashCode()Deprecated. -
toString
Deprecated. -
getWidth
public double getWidth()Deprecated. -
contains
public boolean contains(double v) Deprecated. -
getCenter
public double getCenter()Deprecated. -
expandTo
Deprecated. -
deltaLen
Deprecated.
-