[geos-devel] [GEOS] #1089: Support for geometry with M value

GEOS geos-trac at osgeo.org
Mon Jul 19 11:33:53 PDT 2021


#1089: Support for geometry with M value
-------------------------+---------------------------
 Reporter:  jfbourdon    |       Owner:  geos-devel@…
     Type:  enhancement  |      Status:  new
 Priority:  minor        |   Milestone:  3.10.0
Component:  Default      |     Version:  main
 Severity:  Unassigned   |  Resolution:
 Keywords:               |
-------------------------+---------------------------

Comment (by ondrejsv):

 The way the JTS implements the M values is not suitable?

 The Coordinate class declares just a dummy
 [https://github.com/locationtech/jts/blob/master/modules/core/src/main/java/org/locationtech/jts/geom/Coordinate.java#L206
 getM()] accessor without allocating any space and deferring the
 implementation to its descendants like
 [https://github.com/locationtech/jts/blob/master/modules/core/src/main/java/org/locationtech/jts/geom/CoordinateXYM.java
 CoordinateXYM] or
 [https://github.com/locationtech/jts/blob/master/modules/core/src/main/java/org/locationtech/jts/geom/CoordinateXYZM.java
 CoordinateXYZM].

-- 
Ticket URL: <https://trac.osgeo.org/geos/ticket/1089#comment:2>
GEOS <http://trac.osgeo.org/geos>
GEOS (Geometry Engine - Open Source) is a C++ port of the Java Topology Suite (JTS).


More information about the geos-devel mailing list