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