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 ValidationRuleJtsSpatialContextFactory. validationRuleMethods in org.locationtech.spatial4j.context.jts that return ValidationRule Modifier and Type Method Description ValidationRuleJtsSpatialContext. getValidationRule()Deprecated.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. -
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 ValidationRuleJtsShapeFactory. validationRuleMethods in org.locationtech.spatial4j.shape.jts that return ValidationRule Modifier and Type Method Description ValidationRuleJtsShapeFactory. getValidationRule()Returns the rule used to handle errors when creating a JTSGeometry, particularly after it has been read from one of theShapeReaders.
-