Constant Field Values

Contents

org.locationtech.*

  • org.locationtech.jts.JTSVersion 
    Modifier and Type Constant Field Value
    public static final int MAJOR 1
    public static final int MINOR 19
    public static final int PATCH 0
  • org.locationtech.jts.geom.Coordinate 
    Modifier and Type Constant Field Value
    public static final int M 3
    public static final double NULL_ORDINATE 0d/0d
    public static final int X 0
    public static final int Y 1
    public static final int Z 2
  • org.locationtech.jts.geom.CoordinateSequence 
    Modifier and Type Constant Field Value
    public static final int M 3
    public static final int X 0
    public static final int Y 1
    public static final int Z 2
  • org.locationtech.jts.geom.CoordinateXY 
    Modifier and Type Constant Field Value
    public static final int M -1
    public static final int X 0
    public static final int Y 1
    public static final int Z -1
  • org.locationtech.jts.geom.CoordinateXYM 
    Modifier and Type Constant Field Value
    public static final int M 2
    public static final int X 0
    public static final int Y 1
    public static final int Z -1
  • org.locationtech.jts.geom.Dimension 
    Modifier and Type Constant Field Value
    public static final int A 2
    public static final int DONTCARE -3
    public static final int FALSE -1
    public static final int L 1
    public static final int P 0
    public static final char SYM_A 50
    public static final char SYM_DONTCARE 42
    public static final char SYM_FALSE 70
    public static final char SYM_L 49
    public static final char SYM_P 48
    public static final char SYM_TRUE 84
    public static final int TRUE -2
  • org.locationtech.jts.geom.Geometry 
    Modifier and Type Constant Field Value
    public static final java.lang.String TYPENAME_GEOMETRYCOLLECTION "GeometryCollection"
    public static final java.lang.String TYPENAME_LINEARRING "LinearRing"
    public static final java.lang.String TYPENAME_LINESTRING "LineString"
    public static final java.lang.String TYPENAME_MULTILINESTRING "MultiLineString"
    public static final java.lang.String TYPENAME_MULTIPOINT "MultiPoint"
    public static final java.lang.String TYPENAME_MULTIPOLYGON "MultiPolygon"
    public static final java.lang.String TYPENAME_POINT "Point"
    public static final java.lang.String TYPENAME_POLYGON "Polygon"
  • org.locationtech.jts.geom.LinearRing 
    Modifier and Type Constant Field Value
    public static final int MINIMUM_VALID_SIZE 3
  • org.locationtech.jts.geom.LineString 
    Modifier and Type Constant Field Value
    public static final int MINIMUM_VALID_SIZE 2
  • org.locationtech.jts.geom.Location 
    Modifier and Type Constant Field Value
    public static final int BOUNDARY 1
    public static final int EXTERIOR 2
    public static final int INTERIOR 0
    public static final int NONE -1
  • org.locationtech.jts.geom.Position 
    Modifier and Type Constant Field Value
    public static final int LEFT 1
    public static final int ON 0
    public static final int RIGHT 2
  • org.locationtech.jts.geom.PrecisionModel 
    Modifier and Type Constant Field Value
    public static final double maximumPreciseValue 9.007199254740992E15
  • org.locationtech.jts.geom.Quadrant 
    Modifier and Type Constant Field Value
    public static final int NE 0
    public static final int NW 1
    public static final int SE 3
    public static final int SW 2
  • org.locationtech.jts.index.sweepline.SweepLineEvent 
    Modifier and Type Constant Field Value
    public static final int DELETE 2
    public static final int INSERT 1
  • org.locationtech.jts.math.DD 
    Modifier and Type Constant Field Value
    public static final double EPS 1.23259516440783E-32
  • org.locationtech.jts.math.Plane3D 
    Modifier and Type Constant Field Value
    public static final int XY_PLANE 1
    public static final int XZ_PLANE 3
    public static final int YZ_PLANE 2
  • org.locationtech.jts.noding.IteratedNoder 
    Modifier and Type Constant Field Value
    public static final int MAX_ITER 5
  • org.locationtech.jts.operation.distance.GeometryLocation 
    Modifier and Type Constant Field Value
    public static final int INSIDE_AREA -1
  • org.locationtech.jts.shape.fractal.HilbertCode 
    Modifier and Type Constant Field Value
    public static final int MAX_LEVEL 16
  • org.locationtech.jts.shape.fractal.MortonCode 
    Modifier and Type Constant Field Value
    public static final int MAX_LEVEL 16
  • org.locationtech.jts.triangulate.quadedge.Vertex 
    Modifier and Type Constant Field Value
    public static final int BEHIND 3
    public static final int BETWEEN 4
    public static final int BEYOND 2
    public static final int DESTINATION 6
    public static final int LEFT 0
    public static final int ORIGIN 5
    public static final int RIGHT 1
  • org.locationtech.jts.util.Memory 
    Modifier and Type Constant Field Value
    public static final double GB 1.073741824E9
    public static final double KB 1024.0
    public static final double MB 1048576.0