Uses of Enum
org.locationtech.spatial4j.context.jts.DatelineRule
Packages that use DatelineRule
-
Uses of DatelineRule in org.locationtech.spatial4j.context.jts
Subclasses with type arguments of type DatelineRule in org.locationtech.spatial4j.context.jtsModifier and TypeClassDescriptionenumIndicates the algorithm used to process JTS Polygons and JTS LineStrings for detecting dateline (aka anti-meridian) crossings.Fields in org.locationtech.spatial4j.context.jts declared as DatelineRuleMethods in org.locationtech.spatial4j.context.jts that return DatelineRuleModifier and TypeMethodDescriptionJtsSpatialContext.getDatelineRule()Deprecated.static DatelineRuleReturns 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 DatelineRuleMethods in org.locationtech.spatial4j.shape.jts that return DatelineRuleModifier and TypeMethodDescriptionJtsShapeFactory.getDatelineRule()Returns the rule used to handle geometry objects that have dateline (aka anti-meridian) crossing considerations.