Class Value

    • Constructor Detail

      • Value

        public Value()
      • Value

        public Value​(Value source)
        NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
    • Method Detail

      • getAutoContent

        public String getAutoContent()
        Get 自动识别的字段内容
        Returns:
        AutoContent 自动识别的字段内容
      • setAutoContent

        public void setAutoContent​(String AutoContent)
        Set 自动识别的字段内容
        Parameters:
        AutoContent - 自动识别的字段内容
      • getCoord

        public Polygon getCoord()
        Get 四点坐标 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        Coord 四点坐标 注意:此字段可能返回 null,表示取不到有效值。
      • setCoord

        public void setCoord​(Polygon Coord)
        Set 四点坐标 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        Coord - 四点坐标 注意:此字段可能返回 null,表示取不到有效值。