com.supermap.web.ogc.wfs
public class ArithmeticType
继承 ArithmeticType Inheritance Object

算术运算类型枚举类.

该类用于定义算术运算类型,共包括 4 种:加、减、乘、除。



公共属性
  属性 定义方
    ADD : String = Add
[static] 加。
ArithmeticType
    DIV : String = Div
[static] 除。
ArithmeticType
    MUL : String = Mul
[static] 乘。
ArithmeticType
    SUB : String = Sub
[static] 减。
ArithmeticType
属性详细信息
ADD 属性
public static var ADD:String = Add

加。

DIV 属性  
public static var DIV:String = Div

除。

MUL 属性  
public static var MUL:String = Mul

乘。

SUB 属性  
public static var SUB:String = Sub

减。