Class SvmFileSpecification


  • public class SvmFileSpecification
    extends Object
    • Method Detail

      • getFile

        public File getFile()
        Get the file reference from the specification
        Returns:
        a valid instance
      • getField

        public String getField()
        Get the named data field String from the specification (if supplied) or the LAS/LAZ filter specification (if supplied).
        Returns:
        if supplied, a valid, non-empty string; otherwise, a null.
      • getLasFilter

        public String getLasFilter()
        Gets a data filter specification if provided for for LAS or LAZ files
        Returns:
        if specified, a valid string; otherwise, a null.
      • getVerticalTransform

        public IVerticalCoordinateTransform getVerticalTransform()
        Get the vertical coordinate transform from the specification (if supplied)
        Returns:
        if supplied, a valid instance; otherwise, a null.