Repository URL to install this package:
|
Version:
7.7.1 ▾
|
#ifndef org_apache_lucene_spatial3d_Geo3DDocValuesField_H
#define org_apache_lucene_spatial3d_Geo3DDocValuesField_H
#include "org/apache/lucene/document/Field.h"
namespace java {
namespace lang {
class String;
class Class;
}
}
namespace org {
namespace apache {
namespace lucene {
namespace geo {
class Polygon;
}
namespace document {
class FieldType;
}
namespace spatial3d {
namespace geom {
class GeoPoint;
}
}
namespace search {
class SortField;
}
}
}
}
template<class T> class JArray;
namespace org {
namespace apache {
namespace lucene {
namespace spatial3d {
class Geo3DDocValuesField : public ::org::apache::lucene::document::Field {
public:
enum {
mid_init$_1b586b7a2c39489e,
mid_init$_d428416943656909,
mid_decodePoint_d49326b22e44a4e5,
mid_decodeXValue_15c047a21abf3adf,
mid_decodeYValue_15c047a21abf3adf,
mid_decodeZValue_15c047a21abf3adf,
mid_encodePoint_3a92d8aa0e20678e,
mid_encodePoint_82bc7df034dec8ee,
mid_newDistanceSort_a410b632a8148d02,
mid_newOutsideBoxSort_9ee17e9ba54e49be,
mid_newOutsideDistanceSort_a410b632a8148d02,
mid_newOutsideLargePolygonSort_b34609e765cfd3b9,
mid_newOutsidePathSort_0bb3584243570986,
mid_newOutsidePolygonSort_b34609e765cfd3b9,
mid_newPathSort_0bb3584243570986,
mid_roundDownX_7972cdc924393e85,
mid_roundDownY_7972cdc924393e85,
mid_roundDownZ_7972cdc924393e85,
mid_roundUpX_7972cdc924393e85,
mid_roundUpY_7972cdc924393e85,
mid_roundUpZ_7972cdc924393e85,
mid_setLocationValue_518c1b94594599ae,
mid_setLocationValue_61c0897ee4ccafc1,
mid_toString_a6d454b6117bc1ba,
max_mid
};
static ::java::lang::Class *class$;
static jmethodID *mids$;
static bool live$;
static jclass initializeClass(bool);
explicit Geo3DDocValuesField(jobject obj) : ::org::apache::lucene::document::Field(obj) {
if (obj != NULL && mids$ == NULL)
env->getClass(initializeClass);
}
Geo3DDocValuesField(const Geo3DDocValuesField& obj) : ::org::apache::lucene::document::Field(obj) {}
static ::org::apache::lucene::document::FieldType *TYPE;
Geo3DDocValuesField(const ::java::lang::String &, const ::org::apache::lucene::spatial3d::geom::GeoPoint &);
Geo3DDocValuesField(const ::java::lang::String &, jdouble, jdouble, jdouble);
static ::org::apache::lucene::spatial3d::geom::GeoPoint decodePoint(jlong);
static jdouble decodeXValue(jlong);
static jdouble decodeYValue(jlong);
static jdouble decodeZValue(jlong);
static jlong encodePoint(const ::org::apache::lucene::spatial3d::geom::GeoPoint &);
static jlong encodePoint(jdouble, jdouble, jdouble);
static ::org::apache::lucene::search::SortField newDistanceSort(const ::java::lang::String &, jdouble, jdouble, jdouble);
static ::org::apache::lucene::search::SortField newOutsideBoxSort(const ::java::lang::String &, jdouble, jdouble, jdouble, jdouble);
static ::org::apache::lucene::search::SortField newOutsideDistanceSort(const ::java::lang::String &, jdouble, jdouble, jdouble);
static ::org::apache::lucene::search::SortField newOutsideLargePolygonSort(const ::java::lang::String &, const JArray< ::org::apache::lucene::geo::Polygon > &);
static ::org::apache::lucene::search::SortField newOutsidePathSort(const ::java::lang::String &, const JArray< jdouble > &, const JArray< jdouble > &, jdouble);
static ::org::apache::lucene::search::SortField newOutsidePolygonSort(const ::java::lang::String &, const JArray< ::org::apache::lucene::geo::Polygon > &);
static ::org::apache::lucene::search::SortField newPathSort(const ::java::lang::String &, const JArray< jdouble > &, const JArray< jdouble > &, jdouble);
static jdouble roundDownX(jdouble);
static jdouble roundDownY(jdouble);
static jdouble roundDownZ(jdouble);
static jdouble roundUpX(jdouble);
static jdouble roundUpY(jdouble);
static jdouble roundUpZ(jdouble);
void setLocationValue(const ::org::apache::lucene::spatial3d::geom::GeoPoint &) const;
void setLocationValue(jdouble, jdouble, jdouble) const;
::java::lang::String toString() const;
};
}
}
}
}
#include <Python.h>
namespace org {
namespace apache {
namespace lucene {
namespace spatial3d {
extern PyType_Def PY_TYPE_DEF(Geo3DDocValuesField);
extern PyTypeObject *PY_TYPE(Geo3DDocValuesField);
class t_Geo3DDocValuesField {
public:
PyObject_HEAD
Geo3DDocValuesField object;
static PyObject *wrap_Object(const Geo3DDocValuesField&);
static PyObject *wrap_jobject(const jobject&);
static void install(PyObject *module);
static void initialize(PyObject *module);
};
}
}
}
}
#endif