Uses of Class
com.spatial4j.core.context.jts.DatelineRule
-
Packages that use DatelineRule Package Description com.spatial4j.core.context.jts com.spatial4j.core.io.jts -
-
Uses of DatelineRule in com.spatial4j.core.context.jts
Fields in com.spatial4j.core.context.jts declared as DatelineRule Modifier and Type Field Description protected DatelineRuleJtsSpatialContext. datelineRuleDatelineRuleJtsSpatialContextFactory. datelineRuleMethods in com.spatial4j.core.context.jts that return DatelineRule Modifier and Type Method Description DatelineRuleJtsSpatialContext. getDatelineRule()Returns the rule used to handle geometry objects that have dateline crossing considerations.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 com.spatial4j.core.io.jts
Methods in com.spatial4j.core.io.jts that return DatelineRule Modifier and Type Method Description DatelineRuleJtsWKTReader. getDatelineRule()
-