Package com.yahoo.schema.document
Class GeoPos
java.lang.Object
com.yahoo.schema.document.GeoPos
Common utilities for recognizing fields with the built-in "position" datatype,
possibly in array form.
- Author:
- arnej
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic booleanisAnyPos(com.yahoo.document.DataType type) static booleanisAnyPos(ImmutableSDField field) static booleanisPos(com.yahoo.document.DataType type) static booleanisPos(ImmutableSDField field) static booleanisPosArray(com.yahoo.document.DataType type) static booleanisPosArray(ImmutableSDField field)
-
Constructor Details
-
GeoPos
public GeoPos()
-
-
Method Details
-
isPos
public static boolean isPos(com.yahoo.document.DataType type) -
isPosArray
public static boolean isPosArray(com.yahoo.document.DataType type) -
isAnyPos
public static boolean isAnyPos(com.yahoo.document.DataType type) -
isPos
-
isPosArray
-
isAnyPos
-