PackedCoordinateSequence Data Type

A CoordinateSequence implementation based on a packed arrays. In this implementation, Coordinates returned by #toArray and #get are copies of the internal values. To change the actual values, use the provided setters.

For efficiency, created Coordinate arrays are cached using a soft reference. The cache is cleared each time the coordinate sequence contents are modified through a setter method. 2009-11-25 - bdferris - This class copied from JTS (LGPL-licensed) to add Serializable to the class so that we can serialize it with our graphs

Version
1.7
Abstract Type
Implemented Interfaces
Cloneable, CoordinateSequence, Serializable
Properties
name data type constraints description
dimension number required

Example

{
  "dimension" : 12345
}