Interface SlopeElevationAccuracy

All Superinterfaces:
scala.Equals, scala.Product, Serializable
All Known Implementing Classes:
SlopeElevationAccuracy.Basic$, SlopeElevationAccuracy.High$, SlopeElevationAccuracy.Unrecognized

public interface SlopeElevationAccuracy extends scala.Product, Serializable
Indication of the accuracy of the slope or elevation values.
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static class 
    Derived from basic data.
    static class 
    Derived from higher resolution data.
    static class 
    Unrecognized value.
    static class 
     
  • Method Summary

    Modifier and Type
    Method
    Description
    int
     

    Methods inherited from interface scala.Equals

    canEqual, equals

    Methods inherited from interface scala.Product

    productArity, productElement, productElementName, productElementNames, productIterator, productPrefix
  • Method Details

    • value

      int value()