Uses of Class
org.elasticsearch.common.geo.GeoUtils.EffectivePoint
-
Packages that use GeoUtils.EffectivePoint Package Description org.elasticsearch.common.geo -
-
Uses of GeoUtils.EffectivePoint in org.elasticsearch.common.geo
Methods in org.elasticsearch.common.geo that return GeoUtils.EffectivePoint Modifier and Type Method Description static GeoUtils.EffectivePointGeoUtils.EffectivePoint. valueOf(String name)Returns the enum constant of this type with the specified name.static GeoUtils.EffectivePoint[]GeoUtils.EffectivePoint. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.elasticsearch.common.geo with parameters of type GeoUtils.EffectivePoint Modifier and Type Method Description static GeoPointGeoUtils. parseGeoPoint(XContentParser parser, GeoPoint point, boolean ignoreZValue, GeoUtils.EffectivePoint effectivePoint)Parse aGeoPointwith aXContentParser.GeoPointGeoPoint. resetFromString(String value, boolean ignoreZValue, GeoUtils.EffectivePoint effectivePoint)
-