@Immutable public class RotatedPole extends AbstractProjection
| Constructor and Description |
|---|
RotatedPole()
Default Constructor, needed for beans.
|
RotatedPole(double northPoleLat,
double northPoleLon) |
| Modifier and Type | Method and Description |
|---|---|
Projection |
constructCopy()
copy constructor - avoid clone !!
|
boolean |
crossSeam(ProjectionPoint pt1,
ProjectionPoint pt2)
Does the line between these two points cross the projection "seam", which
is a discontinuity in the function latlon <-> projection plane
|
boolean |
equals(Object o) |
ProjectionPoint |
getNorthPole() |
int |
hashCode() |
ProjectionPoint |
latLonToProj(LatLonPoint latlon)
Transform a "real" longitude and latitude to the rotated longitude (X) and
rotated latitude (Y).
|
String |
paramsToString()
String representation of the projection parameters.
|
LatLonPoint |
projToLatLon(ProjectionPoint ppt)
Transform a rotated longitude (X) and rotated latitude (Y) to a "real"
longitude-latitude pair.
|
addParameter, addParameter, addParameter, addParameter, findProjectionParameter, getClassName, getHeader, getMinOrMaxLon, getName, getProjectionAttributes, getProjectionParameters, getProjectionTypeLabel, isLatLon, latLonToProjBB, projToLatLonBB, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitlatLonToProj, projToLatLonpublic RotatedPole()
public RotatedPole(double northPoleLat,
double northPoleLon)
public ProjectionPoint getNorthPole()
public Projection constructCopy()
AbstractProjectionconstructCopy in class AbstractProjectionpublic String paramsToString()
ProjectionparamsToString in interface ProjectionparamsToString in class AbstractProjectionpublic ProjectionPoint latLonToProj(LatLonPoint latlon)
public LatLonPoint projToLatLon(ProjectionPoint ppt)
public boolean crossSeam(ProjectionPoint pt1, ProjectionPoint pt2)
Projectionpt1 - the line goes between these two pointspt2 - the line goes between these two points