Revision: 6587
http://sourceforge.net/p/jump-pilot/code/6587
Author: ma15569
Date: 2020-10-08 10:36:07 +0000 (Thu, 08 Oct 2020)
Log Message:
-----------
Added method to get the Envelope
Modified Paths:
--------------
core/trunk/src/org/openjump/core/rasterimage/algorithms/RasterizeAlgorithm.java
Modified:
core/trunk/src/org/openjump/core/rasterimage/algorithms/RasterizeAlgorithm.java
===================================================================
---
core/trunk/src/org/openjump/core/rasterimage/algorithms/RasterizeAlgorithm.java
2020-10-08 10:34:26 UTC (rev 6586)
+++
core/trunk/src/org/openjump/core/rasterimage/algorithms/RasterizeAlgorithm.java
2020-10-08 10:36:07 UTC (rev 6587)
@@ -208,6 +208,14 @@
}
+ /**
+ * gets com.vividsolutions.jts.geom.Envelope, recalculated
+ * according to the cell size
+ * @return com.vividsolutions.jts.geom.Envelope
+ */
+ public Envelope getEnvelope() {
+ return m_Extent.getEnvelope();
+ }
_______________________________________________
Jump-pilot-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel