Uses of Class
org.locationtech.spatial4j.context.jts.DatelineRule
-
Packages that use DatelineRule Package Description org.locationtech.spatial4j.context.jts org.locationtech.spatial4j.shape.jts -
-
Uses of DatelineRule in org.locationtech.spatial4j.context.jts
Fields in org.locationtech.spatial4j.context.jts declared as DatelineRule Modifier and Type Field Description DatelineRule
JtsSpatialContextFactory. datelineRule
Methods in org.locationtech.spatial4j.context.jts that return DatelineRule Modifier and Type Method Description DatelineRule
JtsSpatialContext. getDatelineRule()
Deprecated.static DatelineRule
DatelineRule. valueOf(String name)
Returns the enum constant of this type with the specified name.static DatelineRule[]
DatelineRule. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of DatelineRule in org.locationtech.spatial4j.shape.jts
Fields in org.locationtech.spatial4j.shape.jts declared as DatelineRule Modifier and Type Field Description protected DatelineRule
JtsShapeFactory. datelineRule
Methods in org.locationtech.spatial4j.shape.jts that return DatelineRule Modifier and Type Method Description DatelineRule
JtsShapeFactory. getDatelineRule()
Returns the rule used to handle geometry objects that have dateline (aka anti-meridian) crossing considerations.
-