Class Range.LongitudeRange
- java.lang.Object
-
- org.locationtech.spatial4j.shape.impl.Range
-
- org.locationtech.spatial4j.shape.impl.Range.LongitudeRange
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.locationtech.spatial4j.shape.impl.Range
Range.LongitudeRange
-
-
Field Summary
Fields Modifier and Type Field Description static Range.LongitudeRange
WORLD_180E180W
Deprecated.
-
Constructor Summary
Constructors Constructor Description LongitudeRange(double min, double max)
Deprecated.LongitudeRange(Rectangle r)
Deprecated.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description double
compareTo(Range.LongitudeRange b)
Deprecated.boolean
contains(double v)
Deprecated.boolean
crossesDateline()
Deprecated.private static double
diff(double a, double b)
Deprecated.a - b (compareTo order).Range
expandTo(Range other)
Deprecated.Range.LongitudeRange
expandTo(Range.LongitudeRange other)
Deprecated.double
getCenter()
Deprecated.double
getWidth()
Deprecated.
-
-
-
Field Detail
-
WORLD_180E180W
public static final Range.LongitudeRange WORLD_180E180W
Deprecated.
-
-
Constructor Detail
-
LongitudeRange
public LongitudeRange(double min, double max)
Deprecated.
-
LongitudeRange
public LongitudeRange(Rectangle r)
Deprecated.
-
-
Method Detail
-
crossesDateline
public boolean crossesDateline()
Deprecated.
-
compareTo
public double compareTo(Range.LongitudeRange b)
Deprecated.
-
diff
private static double diff(double a, double b)
Deprecated.a - b (compareTo order). < 0 if a < b
-
expandTo
public Range.LongitudeRange expandTo(Range.LongitudeRange other)
Deprecated.
-
-