Modifier and Type | Constant Field | Value |
---|---|---|
public static final double |
DELAUNAY_THRESHOLD_FACTOR |
256.0 |
public static final double |
HALF_PLANE_THRESHOLD_FACTOR |
256.0 |
public static final double |
IN_CIRCLE_THRESHOLD_FACTOR |
1048576.0 |
public static final double |
PRECISION_THRESHOLD_FACTOR |
256.0 |
public static final double |
VERTEX_TOLERANCE_FACTOR_DEFAULT |
100000.0 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
BIT_CONSTRAINT |
2 |
public static final int |
BIT_SYNTHETIC |
1 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
CONSTRAINT_EDGE_FLAG |
-2147483648 |
public static final int |
CONSTRAINT_INDEX_COMPLIMENT |
-16777216 |
public static final int |
CONSTRAINT_INDEX_MASK |
16777215 |
public static final int |
CONSTRAINT_INDEX_MAX |
16777212 |
public static final int |
CONSTRAINT_LINE_MEMBER_FLAG |
268435456 |
public static final int |
CONSTRAINT_REGION_BORDER_FLAG |
1073741824 |
public static final int |
CONSTRAINT_REGION_INTERIOR_FLAG |
536870912 |
public static final int |
CONSTRAINT_REGION_MEMBER_FLAGS |
1610612736 |
public static final int |
SYNTHETIC_EDGE_FLAG |
134217728 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final double |
DEFAULT_MEMORY_FRACTION |
0.6 |
public static final long |
MEMORY_FOR_STANDARD |
240L |
public static final long |
MEMORY_FOR_VIRTUAL |
120L |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final double |
earthFlattening |
0.003352810664781205 |
public static final double |
earthSemiMajorAxis |
6378137.0 |
public static final double |
earthSemiMinorAxis |
6356752.3142 |
Copyright © 2021. All rights reserved.