Interface SlopeElevationAccuracy
- All Superinterfaces:
scala.Equals
,scala.Product
,Serializable
,scala.Serializable
- All Known Implementing Classes:
SlopeElevationAccuracy.Basic$
,SlopeElevationAccuracy.High$
,SlopeElevationAccuracy.Unrecognized
public interface SlopeElevationAccuracy
extends scala.Product, scala.Serializable
Indication of the accuracy of the slope or elevation values.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic class
Derived from basic data.static class
Derived from higher resolution data.static class
Unrecognized value.static class
-
Method Summary
Methods inherited from interface scala.Equals
canEqual, equals
Methods inherited from interface scala.Product
productArity, productElement, productIterator, productPrefix
-
Method Details
-
value
int value()
-