Uses of Enum
org.locationtech.spatial4j.context.jts.ValidationRule
Packages that use ValidationRule
-
Uses of ValidationRule in org.locationtech.spatial4j.context.jts
Subclasses with type arguments of type ValidationRule in org.locationtech.spatial4j.context.jtsModifier and TypeClassDescriptionenumIndicates how JTS geometries (notably polygons but applies to other geometries too) are validated (if at all) and repaired (if at all).Fields in org.locationtech.spatial4j.context.jts declared as ValidationRuleMethods in org.locationtech.spatial4j.context.jts that return ValidationRuleModifier and TypeMethodDescriptionJtsSpatialContext.getValidationRule()Deprecated.static ValidationRuleReturns the enum constant of this type with the specified name.static ValidationRule[]ValidationRule.values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ValidationRule in org.locationtech.spatial4j.shape.jts
Fields in org.locationtech.spatial4j.shape.jts declared as ValidationRuleMethods in org.locationtech.spatial4j.shape.jts that return ValidationRuleModifier and TypeMethodDescriptionJtsShapeFactory.getValidationRule()Returns the rule used to handle errors when creating a JTSGeometry, particularly after it has been read from one of theShapeReaders.