Coordinate Interface
- author Antoine Corcy
AbstractInterface
Methods |
public abstract getEllipsoid() Get the Ellipsoid.
|
public abstract getLatitude() Get the latitude.
|
public abstract getLongitude() Get the longitude.
|
public abstract normalizeLatitude( $latitude) Normalizes a latitude to the (-90, 90) range. Latitudes below -90.0 or above 90.0 degrees are capped, not wrapped.
|
public abstract normalizeLongitude( $longitude) Normalizes a longitude to the (-180, 180) range. Longitudes below -180.0 or abode 180.0 degrees are wrapped.
|
public abstract setLatitude( $latitude) Set the latitude.
|
public abstract setLongitude( $longitude) Set the longitude.
|