Enum SurfaceInterpolationType

  • All Implemented Interfaces:
    Serializable, Comparable<SurfaceInterpolationType>

    public enum SurfaceInterpolationType
    extends Enum<SurfaceInterpolationType>

    Java class for SurfaceInterpolationType.

    The following schema fragment specifies the expected content contained within this class.

     <simpleType name="SurfaceInterpolationType">
       <restriction base="{http://www.w3.org/2001/XMLSchema}string">
         <enumeration value="none"/>
         <enumeration value="planar"/>
         <enumeration value="spherical"/>
         <enumeration value="elliptical"/>
         <enumeration value="conic"/>
         <enumeration value="tin"/>
         <enumeration value="parametricCurve"/>
         <enumeration value="polynomialSpline"/>
         <enumeration value="rationalSpline"/>
         <enumeration value="triangulatedSpline"/>
       </restriction>
     </simpleType>