GeometryFactory Data Type

Properties
name data type constraints description
precisionModel PrecisionModel  
coordinateSequenceFactory CoordinateSequenceFactory  
SRID number required int

Example

{
  "precisionModel" : {
    "scale" : 12345.0,
    "maximumSignificantDigits" : 12345,
    "offsetX" : 12345.0,
    "type" : { },
    "floating" : true,
    "offsetY" : 12345.0
  },
  "coordinateSequenceFactory" : { },
  "SRID" : 12345
}