GeometryFactory Data Type

Implemented Interfaces
Serializable
Properties
name data type constraints description
precisionModel PrecisionModel  
SRID number required
coordinateSequenceFactory CoordinateSequenceFactory  

Example

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