Package | Description |
---|---|
org.apache.sis.core | |
org.apache.sis.distance | |
org.apache.sis.index.tree |
Modifier and Type | Method and Description |
---|---|
LatLon[] |
LatLonPointRadius.getCircularRegionApproximation(int numberOfPoints)
Deprecated.
Gets the circular region approximation on the earth surface using haversine
formula.
|
Constructor and Description |
---|
LatLonPointRadius(LatLon center,
double radius)
Deprecated.
Creates a representation of point-radius search region.
|
LatLonRect(LatLon lowerLeft,
LatLon upperRight)
Deprecated.
Creates representation of 2D rectangle.
|
Modifier and Type | Method and Description |
---|---|
static LatLon |
DistanceUtils.getPointOnGreatCircle(double latitude,
double longitude,
double d,
double bearing)
Returns a coordinate on the great circle at the specified bearing.
|
Modifier and Type | Method and Description |
---|---|
LatLon |
GeoRSSData.getLatLon() |
LatLon |
QuadTreeData.getLatLon()
Returns the latitude/longitude pair.
|
Modifier and Type | Method and Description |
---|---|
List<QuadTreeData> |
QuadTree.queryByPointRadius(LatLon point,
double radiusKM)
Performs point radius search.
|
Constructor and Description |
---|
GeoRSSData(String filename,
LatLon latLon)
Creates a GeoRSSData object that stores the name of the file that the
entry's information is written to and the geo location of the entry.
|
Copyright © 2010–2013 The Apache Software Foundation. All rights reserved.