Uses of Class
com.spatial4j.core.context.jts.ValidationRule
-
Packages that use ValidationRule Package Description com.spatial4j.core.context.jts -
-
Uses of ValidationRule in com.spatial4j.core.context.jts
Fields in com.spatial4j.core.context.jts declared as ValidationRule Modifier and Type Field Description protected ValidationRuleJtsSpatialContext. validationRuleValidationRuleJtsSpatialContextFactory. validationRuleMethods in com.spatial4j.core.context.jts that return ValidationRule Modifier and Type Method Description ValidationRuleJtsSpatialContext. getValidationRule()Returns the rule used to handle errors when creating a JTSGeometry, particularly after it has been read from one of theShapeReaders.static ValidationRuleValidationRule. valueOf(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.
-