Class SimpleJsonCursor

java.lang.Object
com.esri.core.geometry.JsonCursor
com.esri.core.geometry.SimpleJsonCursor

class SimpleJsonCursor extends JsonCursor
  • Field Details

    • m_jsonString

      String m_jsonString
    • m_jsonStringArray

      String[] m_jsonStringArray
    • m_index

      int m_index
    • m_count

      int m_count
  • Constructor Details

    • SimpleJsonCursor

      public SimpleJsonCursor(String jsonString)
    • SimpleJsonCursor

      public SimpleJsonCursor(String[] jsonStringArray)
  • Method Details

    • getID

      public int getID()
      Description copied from class: JsonCursor
      Returns the ID of the current geometry. The ID is propagated across the operations (when possible). Returns an ID associated with the current Geometry. The ID is passed along and is returned by some operators to preserve relationship between the input and output geometry classes. It is not always possible to preserve an ID during an operation.
      Specified by:
      getID in class JsonCursor
    • next

      public String next()
      Description copied from class: JsonCursor
      Moves the cursor to the next string. Returns null when reached the end.
      Specified by:
      next in class JsonCursor