Java org.apache.lucene.spatial3d Geo3DPoint fields, constructors, methods, implement or subclass

Example usage for Java org.apache.lucene.spatial3d Geo3DPoint fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.lucene.spatial3d Geo3DPoint.

The text is from its open source code.

Constructor

Geo3DPoint(String name, double latitude, double longitude)
Creates a new Geo3DPoint field with the specified latitude, longitude (in degrees).

Method