Uses of Class
org.geolatte.geom.crs.CoordinateSystemAxisDirection
-
Packages that use CoordinateSystemAxisDirection Package Description org.geolatte.geom.crs This package contains classes that model Coordinate Reference Systems. -
-
Uses of CoordinateSystemAxisDirection in org.geolatte.geom.crs
Methods in org.geolatte.geom.crs that return CoordinateSystemAxisDirection Modifier and Type Method Description CoordinateSystemAxisDirectionCoordinateSystemAxis. getAxisDirection()static CoordinateSystemAxisDirectionCoordinateSystemAxisDirection. valueOf(String name)Returns the enum constant of this type with the specified name.static CoordinateSystemAxisDirection[]CoordinateSystemAxisDirection. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.geolatte.geom.crs that return types with arguments of type CoordinateSystemAxisDirection Modifier and Type Method Description List<CoordinateSystemAxisDirection>CoordinateSystem. getAxisDirections()Returns a list of all the directions of this systemsMethods in org.geolatte.geom.crs with parameters of type CoordinateSystemAxisDirection Modifier and Type Method Description CoordinateReferenceSystem<?>CoordinateSystemExpander. expand(CoordinateReferenceSystem<?> base, CoordinateSystemAxisDirection direction)CoordinateReferenceSystem<?>DefaultCoordinateSystemExpander. expand(CoordinateReferenceSystem<?> base, CoordinateSystemAxisDirection direction)Constructors in org.geolatte.geom.crs with parameters of type CoordinateSystemAxisDirection Constructor Description StraightLineAxis(String axisName, CoordinateSystemAxisDirection coordinateSystemAxisDirection, int normalOrder, Unit unit)StraightLineAxis(String axisName, CoordinateSystemAxisDirection coordinateSystemAxisDirection, LinearUnit unit)Creates an instance.VerticalStraightLineAxis(String axisName, CoordinateSystemAxisDirection coordinateSystemAxisDirection, LinearUnit unit)
-