| name | data type | constraints | description | 
|---|---|---|---|
| precisionModel | PrecisionModel | ||
| SRID | number | required | |
| coordinateSequenceFactory | CoordinateSequenceFactory | 
Example
{
  "precisionModel" : {
    "offsetX" : 12345.0,
    "scale" : 12345.0,
    "type" : { },
    "floating" : true,
    "offsetY" : 12345.0,
    "maximumSignificantDigits" : 12345
  },
  "SRID" : 12345,
  "coordinateSequenceFactory" : { }
}