Details
Description
Currently, the createDirectPosition method is in the PrimitiveFactory interface. DirectPosition is not a Primitive, so this method should be in GeometryFactory.
Currently, the createDirectPosition method is in the PrimitiveFactory interface. DirectPosition is not a Primitive, so this method should be in GeometryFactory.
Copied the method from PrimitiveFactory to GeometryFactory. Deprecated the old method. The deprecated method will need to be removed later.