Repository URL to install this package:
|
Version:
7.7.1 ▾
|
#ifndef org_apache_lucene_document_LatLonDocValuesField_H
#define org_apache_lucene_document_LatLonDocValuesField_H
#include "org/apache/lucene/document/Field.h"
namespace java {
namespace lang {
class String;
class Class;
}
}
namespace org {
namespace apache {
namespace lucene {
namespace document {
class FieldType;
}
namespace search {
class Query;
class SortField;
}
}
}
}
template<class T> class JArray;
namespace org {
namespace apache {
namespace lucene {
namespace document {
class LatLonDocValuesField : public ::org::apache::lucene::document::Field {
public:
enum {
mid_init$_e17e80092f8a81ad,
mid_newDistanceSort_1db62e1c07498534,
mid_newSlowBoxQuery_844b72fc642a2e37,
mid_newSlowDistanceQuery_51cbab5d2565f2a4,
mid_setLocationValue_499c9dea213d2154,
mid_toString_a6d454b6117bc1ba,
max_mid
};
static ::java::lang::Class *class$;
static jmethodID *mids$;
static bool live$;
static jclass initializeClass(bool);
explicit LatLonDocValuesField(jobject obj) : ::org::apache::lucene::document::Field(obj) {
if (obj != NULL && mids$ == NULL)
env->getClass(initializeClass);
}
LatLonDocValuesField(const LatLonDocValuesField& obj) : ::org::apache::lucene::document::Field(obj) {}
static ::org::apache::lucene::document::FieldType *TYPE;
LatLonDocValuesField(const ::java::lang::String &, jdouble, jdouble);
static ::org::apache::lucene::search::SortField newDistanceSort(const ::java::lang::String &, jdouble, jdouble);
static ::org::apache::lucene::search::Query newSlowBoxQuery(const ::java::lang::String &, jdouble, jdouble, jdouble, jdouble);
static ::org::apache::lucene::search::Query newSlowDistanceQuery(const ::java::lang::String &, jdouble, jdouble, jdouble);
void setLocationValue(jdouble, jdouble) const;
::java::lang::String toString() const;
};
}
}
}
}
#include <Python.h>
namespace org {
namespace apache {
namespace lucene {
namespace document {
extern PyType_Def PY_TYPE_DEF(LatLonDocValuesField);
extern PyTypeObject *PY_TYPE(LatLonDocValuesField);
class t_LatLonDocValuesField {
public:
PyObject_HEAD
LatLonDocValuesField object;
static PyObject *wrap_Object(const LatLonDocValuesField&);
static PyObject *wrap_jobject(const jobject&);
static void install(PyObject *module);
static void initialize(PyObject *module);
};
}
}
}
}
#endif