Package org.geolatte.geom.crs
Class GeodeticLatitudeCSAxis
- java.lang.Object
-
- org.geolatte.geom.crs.CoordinateSystemAxis
-
- org.geolatte.geom.crs.EllipsoidalAxis
-
- org.geolatte.geom.crs.GeodeticLatitudeCSAxis
-
public class GeodeticLatitudeCSAxis extends EllipsoidalAxis
A coordinate system axis for geodetic latitude, defined as the angle from the equatorial plane to the perpendicular to the ellipsoid through a given point, northwards treated as positive Created by Karel Maesen, Geovise BVBA on 28/11/14.
-
-
Constructor Summary
Constructors Constructor Description GeodeticLatitudeCSAxis(String axisName, AngularUnit unit)Creates an instance.
-
Method Summary
-
Methods inherited from class org.geolatte.geom.crs.CoordinateSystemAxis
equals, getAxisDirection, getAxisName, getNormalOrder, getUnit, hashCode, mkLatAxis, mkLonAxis, mkXAxis, mkYAxis, mkZAxis, toString
-
-
-
-
Constructor Detail
-
GeodeticLatitudeCSAxis
public GeodeticLatitudeCSAxis(String axisName, AngularUnit unit)
Creates an instance.- Parameters:
axisName- the name for this axisunit- the unit of this axis
-
-