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 DatelineRuleJtsSpatialContextFactory. datelineRuleMethods in org.locationtech.spatial4j.context.jts that return DatelineRule Modifier and Type Method Description DatelineRuleJtsSpatialContext. getDatelineRule()Deprecated.static DatelineRuleDatelineRule. 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 DatelineRuleJtsShapeFactory. datelineRuleMethods in org.locationtech.spatial4j.shape.jts that return DatelineRule Modifier and Type Method Description DatelineRuleJtsShapeFactory. getDatelineRule()Returns the rule used to handle geometry objects that have dateline (aka anti-meridian) crossing considerations.
-