
nl.tno.bim.nmd.scaling.NmdScaler Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of bimnmdservice Show documentation
Show all versions of bimnmdservice Show documentation
provides a REST api for retrieving nmd data from various data sources
The newest version!
package nl.tno.bim.nmd.scaling;
public interface NmdScaler {
Double scaleWithConversion(Double[] dims, double unitConversionFactor);
Integer getNumberOfDimensions();
Boolean areDimsWithinBounds(Double[] dims, double unitConversionFactor);
String getUnit();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy