Class PrecisionModel.Type

java.lang.Object
org.locationtech.jts.geom.PrecisionModel.Type
All Implemented Interfaces:
Serializable
Enclosing class:
PrecisionModel

public static class PrecisionModel.Type extends Object implements Serializable
The types of Precision Model which JTS supports.
See Also:
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      See Also:
    • nameToTypeMap

      private static Map nameToTypeMap
    • name

      private String name
  • Constructor Details

    • Type

      public Type(String name)
  • Method Details