GeoPoint.Impl
Modifier and Type | Field and Description |
---|---|
protected java.lang.Object |
id |
protected Geo |
point |
Constructor and Description |
---|
GeoPoint.Impl(double lat,
double lon)
Create a Impl from decimal degrees lat/lon coordinates.
|
GeoPoint.Impl(double lat,
double lon,
boolean isDegrees)
Create a Impl from decimal degrees lat/lon coordinates.
|
GeoPoint.Impl(Geo p) |
Modifier and Type | Method and Description |
---|---|
BoundingCircle |
getBoundingCircle()
compute a point and radius around the extent.
|
java.lang.Object |
getID()
return an object that this extent represents.
|
Geo |
getPoint()
return the current point as a Geo object
|
java.lang.Object |
getPointId()
Deprecated.
use getID() instead.
|
void |
setID(java.lang.Object pid) |
void |
setPointId(java.lang.Object pid)
Deprecated.
use setID() instead.
|
protected Geo point
protected java.lang.Object id
public GeoPoint.Impl(Geo p)
public GeoPoint.Impl(double lat, double lon)
lat
- lon
- public GeoPoint.Impl(double lat, double lon, boolean isDegrees)
lat
- lon
- isDegrees
- flag to specify decimal degrees (true) or radians.public Geo getPoint()
GeoPoint
public void setPointId(java.lang.Object pid)
public java.lang.Object getPointId()
public void setID(java.lang.Object pid)
public java.lang.Object getID()
GeoExtent
public BoundingCircle getBoundingCircle()
GeoExtent
getBoundingCircle
in interface GeoExtent
Copyright (C) BBNT Solutions LLC; See http://openmap.bbn.com/ for details