Package org.geolatte.geom.crs
Interface CoordinateSystemExpander
-
- All Known Implementing Classes:
DefaultCoordinateSystemExpander
public interface CoordinateSystemExpanderCreated by Karel Maesen, Geovise BVBA on 14/02/2020.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description CoordinateReferenceSystem<?>expand(CoordinateReferenceSystem<?> base, CoordinateSystemAxisDirection direction)default CoordinateReferenceSystem<?>expandM(CoordinateReferenceSystem<?> base)default CoordinateReferenceSystem<?>expandZ(CoordinateReferenceSystem<?> base)
-
-
-
Method Detail
-
expand
CoordinateReferenceSystem<?> expand(CoordinateReferenceSystem<?> base, CoordinateSystemAxisDirection direction)
-
expandM
default CoordinateReferenceSystem<?> expandM(CoordinateReferenceSystem<?> base)
-
expandZ
default CoordinateReferenceSystem<?> expandZ(CoordinateReferenceSystem<?> base)
-
-