Uses of Class
org.geolatte.geom.crs.CoordinateSystemAxis
-
Packages that use CoordinateSystemAxis Package Description org.geolatte.geom A model for geospatial geometries.org.geolatte.geom.crs This package contains classes that model Coordinate Reference Systems. -
-
Uses of CoordinateSystemAxis in org.geolatte.geom
Methods in org.geolatte.geom with parameters of type CoordinateSystemAxis Modifier and Type Method Description doublePosition. getCoordinate(CoordinateSystemAxis axis)doublePosition. getCoordinate(CoordinateSystemAxis axis, CoordinateReferenceSystem<?> crs)Deprecated. -
Uses of CoordinateSystemAxis in org.geolatte.geom.crs
Subclasses of CoordinateSystemAxis in org.geolatte.geom.crs Modifier and Type Class Description classEllipsoidalAxisCreated by Karel Maesen, Geovise BVBA on 28/11/14.classEllipsoidalHeightCSAXisA coordinate system axis for ellipsoidal height, defined as the distance of a point from the ellipsoid measured along the perpendicular from the ellipsoid to this point, positive if upwards or outside of the ellipsoid Created by Karel Maesen, Geovise BVBA on 28/11/14.classGeodeticLatitudeCSAxisA 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.classGeodeticLongitudeCSAxisA coordinate system axis for geodetic longitude, defined as the angle from the prime meridian plane to the meridian plane of a given point, eastward treated as positive Created by Karel Maesen, Geovise BVBA on 28/11/14.classMeasureStraightLineAxisAn axis for aLinearCoordinateReferenceSystemCreated by Karel Maesen, Geovise BVBA on 29/11/14.classStraightLineAxisA straight line axis for us in cartesian, vertical or linear coordinate systems Created by Karel Maesen, Geovise BVBA on 28/11/14.classVerticalStraightLineAxisCreated by Karel Maesen, Geovise BVBA on 29/11/14.Methods in org.geolatte.geom.crs that return CoordinateSystemAxis Modifier and Type Method Description CoordinateSystemAxis[]CoordinateSystem. getAxes()Returns theCoordinateSystemAxesof thisCoordinateSystem(in order).CoordinateSystemAxisCoordinateReferenceSystem. getAxis(int idx)Return theCoordinateSystemAxesassociated with thisCoordinateReferenceSystem.CoordinateSystemAxisCoordinateSystem. getAxis(int index)Returns theCoordinateSystemAxisat the specified position.CoordinateSystemAxisOneDimensionCoordinateSystem. getAxis()Returns the single axis in the coordinate system.CoordinateSystemAxisCoordinateSystem. getAxisForComponentIndex(int i)Return the axis that corresponds to the i-th element in the coordinates for aPositionin thisCoordinateSystem.CoordinateSystemAxisLinearCoordinateReferenceSystem. getStraightLineAxis()CoordinateSystemAxisOneDimensionCoordinateReferenceSystem. getStraightLineAxis()CoordinateSystemAxisVerticalCoordinateReferenceSystem. getStraightLineAxis()Methods in org.geolatte.geom.crs with parameters of type CoordinateSystemAxis Modifier and Type Method Description CoordinateSystem<? extends C2D>CartesianCoordinateSystem2D. extend(CoordinateSystemAxis axis)CoordinateSystem<C3DM>CartesianCoordinateSystem2DM. extend(CoordinateSystemAxis axis)CoordinateSystem<C3DM>CartesianCoordinateSystem3D. extend(CoordinateSystemAxis axis)CoordinateSystem<?>CartesianCoordinateSystem3DM. extend(CoordinateSystemAxis axis)abstract CoordinateSystem<?>CoordinateSystem. extend(CoordinateSystemAxis axis)Create a new coordinate system with the axes of this system plus the specified axisCoordinateSystem<? extends G2D>EllipsoidalCoordinateSystem2D. extend(CoordinateSystemAxis axis)CoordinateSystem<G3DM>EllipsoidalCoordinateSystem2DM. extend(CoordinateSystemAxis axis)CoordinateSystem<G3DM>EllipsoidalCoordinateSystem3D. extend(CoordinateSystemAxis axis)CoordinateSystem<?>EllipsoidalCoordinateSystem3DM. extend(CoordinateSystemAxis axis)CoordinateSystem<?>OneDimensionCoordinateSystem. extend(CoordinateSystemAxis axis)intCoordinateReferenceSystem. getAxisIndex(CoordinateSystemAxis axis)Returns the index of the specified axis in thisCoordinateReferenceSystem, or -1 if it is not an axis of this system.intCoordinateSystem. getAxisIndex(CoordinateSystemAxis axis)Returns the position of the specifiedCoordinateSystemAxisin thisCoordinateSystem, or -1 if it is not an axis of this instance.Constructors in org.geolatte.geom.crs with parameters of type CoordinateSystemAxis Constructor Description CoordinateSystem(CoordinateSystemAxis... axes)Constructs aCoordinateSystem.
-