Uses of Class
org.locationtech.spatial4j.context.jts.ValidationRule
-
Packages that use ValidationRule Package Description org.locationtech.spatial4j.context.jts org.locationtech.spatial4j.shape.jts -
-
Uses of ValidationRule in org.locationtech.spatial4j.context.jts
Fields in org.locationtech.spatial4j.context.jts declared as ValidationRule Modifier and Type Field Description ValidationRule
JtsSpatialContextFactory. validationRule
Methods in org.locationtech.spatial4j.context.jts that return ValidationRule Modifier and Type Method Description ValidationRule
JtsSpatialContext. getValidationRule()
Deprecated.static ValidationRule
ValidationRule. valueOf(java.lang.String name)
Returns 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 ValidationRule Modifier and Type Field Description protected ValidationRule
JtsShapeFactory. validationRule
Methods in org.locationtech.spatial4j.shape.jts that return ValidationRule Modifier and Type Method Description ValidationRule
JtsShapeFactory. getValidationRule()
Returns the rule used to handle errors when creating a JTSGeometry
, particularly after it has been read from one of theShapeReader
s.
-