Uses of Class
org.geolatte.geom.crs.Unit
-
Packages that use Unit Package Description org.geolatte.geom.crs This package contains classes that model Coordinate Reference Systems. -
-
Uses of Unit in org.geolatte.geom.crs
Subclasses of Unit in org.geolatte.geom.crs Modifier and Type Class Description classAngularUnitAngular units Created by Karel Maesen, Geovise BVBA on 28/11/14.classLinearUnitCreated by Karel Maesen, Geovise BVBA on 28/11/14.Methods in org.geolatte.geom.crs that return Unit Modifier and Type Method Description UnitCoordinateSystem. getAxisUnit(int index)Returns theUnitof the axis at the specified position.abstract UnitUnit. getFundamentalUnit()Returns the fundamental unit for this type ofUnit.UnitCoordinateSystemAxis. getUnit()UnitGeographicCoordinateReferenceSystem. getUnit()Returns theUnitfor thisCoordinateReferenceSystem.default UnitOneDimensionCoordinateReferenceSystem. getUnit()Methods in org.geolatte.geom.crs with parameters of type Unit Modifier and Type Method Description CrsIdCrsId. extend(LinearUnit zUnit, Unit mUnit)Creates an instance that identifies the crs identified by thisCrsId, but extended with (optionally) a vertical or measure axis.Constructors in org.geolatte.geom.crs with parameters of type Unit Constructor Description StraightLineAxis(String axisName, CoordinateSystemAxisDirection coordinateSystemAxisDirection, int normalOrder, Unit unit)
-