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.LongitudeRangeWORLD_180E180WDeprecated.
-
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 doublecompareTo(Range.LongitudeRange b)Deprecated.booleancontains(double v)Deprecated.booleancrossesDateline()Deprecated.private static doublediff(double a, double b)Deprecated.a - b (compareTo order).RangeexpandTo(Range other)Deprecated.Range.LongitudeRangeexpandTo(Range.LongitudeRange other)Deprecated.doublegetCenter()Deprecated.doublegetWidth()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.
-
-