Class SimpleJsonCursor
java.lang.Object
com.esri.core.geometry.JsonCursor
com.esri.core.geometry.SimpleJsonCursor
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionSimpleJsonCursor(String jsonString) SimpleJsonCursor(String[] jsonStringArray) -
Method Summary
-
Field Details
-
Constructor Details
-
SimpleJsonCursor
-
SimpleJsonCursor
-
-
Method Details
-
getID
public int getID()Description copied from class:JsonCursorReturns 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:
getIDin classJsonCursor
-
next
Description copied from class:JsonCursorMoves the cursor to the next string. Returns null when reached the end.- Specified by:
nextin classJsonCursor
-