Package org.tinfour.svm.properties
Class SvmFileSpecification
- java.lang.Object
-
- org.tinfour.svm.properties.SvmFileSpecification
-
public class SvmFileSpecification extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetField()Get the named data field String from the specification (if supplied) or the LAS/LAZ filter specification (if supplied).FilegetFile()Get the file reference from the specificationStringgetLasFilter()Gets a data filter specification if provided for for LAS or LAZ filesIVerticalCoordinateTransformgetVerticalTransform()Get the vertical coordinate transform from the specification (if supplied)StringtoString()
-
-
-
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.
-
-