Uses of Interface
org.elasticsearch.geometry.utils.GeometryValidator
-
Packages that use GeometryValidator Package Description org.elasticsearch.common.geo org.elasticsearch.geometry.utils -
-
Uses of GeometryValidator in org.elasticsearch.common.geo
Constructors in org.elasticsearch.common.geo with parameters of type GeometryValidator Constructor Description GeoJson(boolean rightOrientation, boolean coerce, GeometryValidator validator) -
Uses of GeometryValidator in org.elasticsearch.geometry.utils
Classes in org.elasticsearch.geometry.utils that implement GeometryValidator Modifier and Type Class Description classGeographyValidatorValidator that checks that lats are between -90 and +90 and lons are between -180 and +180 and altitude is present only if ignoreZValue is set to trueclassStandardValidatorValidator that only checks that altitude only shows up if ignoreZValue is set to true.Constructors in org.elasticsearch.geometry.utils with parameters of type GeometryValidator Constructor Description WellKnownText(boolean coerce, GeometryValidator validator)
-