Package | Description |
---|---|
com.bbn.openmap.omGraphics |
Provides geographically based graphics classes.
|
com.bbn.openmap.proj |
Provides projection classes.
|
com.bbn.openmap.proj.coords |
Modifier and Type | Method and Description |
---|---|
protected java.util.ArrayList<float[]> |
OMArc.getCoordLists(GeoProj proj,
LatLonPoint center,
double radius,
int nverts)
An internal method designed to fetch the ArrayList for LATLON OMArcs.
|
protected java.util.ArrayList<float[]> |
OMCircle.getCoordLists(GeoProj proj,
LatLonPoint center,
float radius,
int nverts)
An internal method designed to fetch the ArrayList for LATLON OMCircles.
|
Modifier and Type | Class and Description |
---|---|
class |
AspectRatioProjection
A Projection that wraps another projection, but stretch the image to another
aspect ratio.
|
class |
Azimuth
Base of all azimuthal projections.
|
class |
CADRG
Implements the CADRG projection.
|
class |
Cylindrical
Base of all cylindrical projections.
|
class |
DatumShiftProjection
This projection wraps another projection and adds datum handling.
|
class |
Gnomonic
Implements the Gnomonic projection.
|
class |
LambertConformal
Implements the LambertConformalConic projection.
|
class |
LLXY
Implements the LLXY projection, which is basically something where the
lat/lon and pixel ratios are the same.
|
class |
Mercator
Implements the Mercator projection.
|
class |
Orthographic
Implements the Orthographic projection.
|
class |
UTMProjection
A OpenMap Projection class that uses the
UTMPoint to do its
calculation. |
Constructor and Description |
---|
AspectRatioProjection(GeoProj proj,
int w,
int h)
Constructor that takes a projection and the new width/height.
|
DatumShiftProjection(GeoProj proj,
DatumShiftGCT datum) |
Modifier and Type | Method and Description |
---|---|
GeoProj |
CoordinateReferenceSystem.createProjection(java.util.Properties overrideProjectionParameters) |
Modifier and Type | Method and Description |
---|---|
void |
CoordinateReferenceSystem.prepareProjection(GeoProj proj) |
Copyright (C) BBNT Solutions LLC; See http://openmap.bbn.com/ for details