Created
February 19, 2018 10:08
-
-
Save guizmaii/e4bac45621f1489c78dcdb71a9cdf23a to your computer and use it in GitHub Desktop.
JST GeometryFactory instance
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import com.vividsolutions.jts.geom.{GeometryFactory, PrecisionModel} | |
| object GeometryFactoryInstance { | |
| lazy val instance: GeometryFactory = new GeometryFactory(new PrecisionModel(), 4326) | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment