#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).
_______________________________________________ geos-devel mailing list geos-devel@lists.osgeo.org https://lists.osgeo.org/mailman/listinfo/geos-devel