- All Known Implementing Classes:
PairedDataContainer
,PairedDataContainerVertDatum
,PairedDataMath
,PairedDataMathVertDatum
,TimeSeriesContainer
,TimeSeriesContainerVertDatum
,TimeSeriesMath
,TimeSeriesMathVertDatum
public interface IVerticalDatumOperations<T,V extends Exception>
This interface defines standard methods for classes that utilize IVerticalDatum
-
Method Summary
Modifier and TypeMethodDescriptionThis method returns a copy of this object with the VerticalDatum collapsed if possible (and if not already collapsed).This method returns a copy of this object with the VerticalDatum expanded if possible (and if not already expanded).
-
Method Details
-
expandVerticalDatum
This method returns a copy of this object with the VerticalDatum expanded if possible (and if not already expanded). -
collapseVerticalDatum
This method returns a copy of this object with the VerticalDatum collapsed if possible (and if not already collapsed).
-