Package org.geolatte.geom.crs
Class DefaultCoordinateSystemExpander
- java.lang.Object
-
- org.geolatte.geom.crs.DefaultCoordinateSystemExpander
-
- All Implemented Interfaces:
CoordinateSystemExpander
public class DefaultCoordinateSystemExpander extends Object implements CoordinateSystemExpander
Created by Karel Maesen, Geovise BVBA on 14/02/2020.
-
-
Constructor Summary
Constructors Constructor Description DefaultCoordinateSystemExpander()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CoordinateReferenceSystem<?>expand(CoordinateReferenceSystem<?> base, CoordinateSystemAxisDirection direction)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.geolatte.geom.crs.CoordinateSystemExpander
expandM, expandZ
-
-
-
-
Method Detail
-
expand
public CoordinateReferenceSystem<?> expand(CoordinateReferenceSystem<?> base, CoordinateSystemAxisDirection direction)
- Specified by:
expandin interfaceCoordinateSystemExpander
-
-