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
15
public static final int
PATCH
0
private static final java.lang.String
releaseInfo
""
-
org.locationtech.jts.algorithm.Angle Modifier and Type Constant Field Value public static final int
CLOCKWISE
-1
public static final int
COUNTERCLOCKWISE
1
public static final int
NONE
0
public static final double
PI_OVER_2
1.5707963267948966
public static final double
PI_OVER_4
0.7853981633974483
public static final double
PI_TIMES_2
6.283185307179586
-
org.locationtech.jts.algorithm.CGAlgorithms Modifier and Type Constant Field Value public static final int
CLOCKWISE
-1
public static final int
COLLINEAR
0
public static final int
COUNTERCLOCKWISE
1
public static final int
LEFT
1
public static final int
RIGHT
-1
public static final int
STRAIGHT
0
-
org.locationtech.jts.algorithm.CGAlgorithmsDD Modifier and Type Constant Field Value private static final double
DP_SAFE_EPSILON
1.0E-15
-
org.locationtech.jts.algorithm.LineIntersector Modifier and Type Constant Field Value public static final int
COLLINEAR
2
public static final int
COLLINEAR_INTERSECTION
2
public static final int
DO_INTERSECT
1
public static final int
DONT_INTERSECT
0
public static final int
NO_INTERSECTION
0
public static final int
POINT_INTERSECTION
1
-
org.locationtech.jts.algorithm.Orientation Modifier and Type Constant Field Value public static final int
CLOCKWISE
-1
public static final int
COLLINEAR
0
public static final int
COUNTERCLOCKWISE
1
public static final int
LEFT
1
public static final int
RIGHT
-1
public static final int
STRAIGHT
0
-
org.locationtech.jts.algorithm.match.HausdorffSimilarityMeasure Modifier and Type Constant Field Value private static final double
DENSIFY_FRACTION
0.25
-
org.locationtech.jts.awt.FontGlyphReader Modifier and Type Constant Field Value private static final double
FLATNESS_FACTOR
400.0
public static final java.lang.String
FONT_MONOSPACED
"Monospaced"
public static final java.lang.String
FONT_SANSERIF
"SansSerif"
public static final java.lang.String
FONT_SANSSERIF
"SansSerif"
public static final java.lang.String
FONT_SERIF
"Serif"
-
org.locationtech.jts.awt.PointShapeFactory.BasePointShapeFactory Modifier and Type Constant Field Value public static final double
DEFAULT_SIZE
3.0
-
org.locationtech.jts.geom.Coordinate Modifier and Type Constant Field Value public static final double
NULL_ORDINATE
0d/0d
private static final long
serialVersionUID
6683108902428366910L
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.org.locationtech.jts.geom.DefaultCoordinateSequence Modifier and Type Constant Field Value private static final long
serialVersionUID
-915438501601840650L
-
org.locationtech.jts.geom.DefaultCoordinateSequenceFactory Modifier and Type Constant Field Value private static final long
serialVersionUID
-4099577099607551657L
-
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.Envelope Modifier and Type Constant Field Value private static final long
serialVersionUID
5873921885273102420L
-
org.locationtech.jts.geom.Geometry Modifier and Type Constant Field Value private static final long
serialVersionUID
8763622679187376702L
static final int
SORTINDEX_GEOMETRYCOLLECTION
7
static final int
SORTINDEX_LINEARRING
3
static final int
SORTINDEX_LINESTRING
2
static final int
SORTINDEX_MULTILINESTRING
4
static final int
SORTINDEX_MULTIPOINT
1
static final int
SORTINDEX_MULTIPOLYGON
6
static final int
SORTINDEX_POINT
0
static final int
SORTINDEX_POLYGON
5
-
org.locationtech.jts.geom.GeometryCollection Modifier and Type Constant Field Value private static final long
serialVersionUID
-5694727726395021467L
-
org.locationtech.jts.geom.GeometryFactory Modifier and Type Constant Field Value private static final long
serialVersionUID
-6820524753094095635L
-
org.locationtech.jts.geom.LinearRing Modifier and Type Constant Field Value public static final int
MINIMUM_VALID_SIZE
4
private static final long
serialVersionUID
-4261142084085851829L
-
org.locationtech.jts.geom.LineSegment Modifier and Type Constant Field Value private static final long
serialVersionUID
3252005833466256227L
-
org.locationtech.jts.geom.LineString Modifier and Type Constant Field Value private static final long
serialVersionUID
3110669828065365560L
-
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.MultiLineString Modifier and Type Constant Field Value private static final long
serialVersionUID
8166665132445433741L
-
org.locationtech.jts.geom.MultiPoint Modifier and Type Constant Field Value private static final long
serialVersionUID
-8048474874175355449L
-
org.locationtech.jts.geom.MultiPolygon Modifier and Type Constant Field Value private static final long
serialVersionUID
-551033529766975875L
-
org.locationtech.jts.geom.Point Modifier and Type Constant Field Value private static final long
serialVersionUID
4902022702746614570L
-
org.locationtech.jts.geom.Polygon Modifier and Type Constant Field Value private static final long
serialVersionUID
-3494792200821764533L
-
org.locationtech.jts.geom.PrecisionModel Modifier and Type Constant Field Value public static final double
maximumPreciseValue
9.007199254740992E15
private static final long
serialVersionUID
7777263578777803835L
-
org.locationtech.jts.geom.PrecisionModel.Type Modifier and Type Constant Field Value private static final long
serialVersionUID
-5528602631731589822L
-
org.locationtech.jts.geom.impl.CoordinateArraySequence Modifier and Type Constant Field Value private static final long
serialVersionUID
-915438501601840650L
-
org.locationtech.jts.geom.impl.CoordinateArraySequenceFactory Modifier and Type Constant Field Value private static final long
serialVersionUID
-4099577099607551657L
-
org.locationtech.jts.geom.impl.PackedCoordinateSequence Modifier and Type Constant Field Value private static final long
serialVersionUID
-3151899011275603L
-
org.locationtech.jts.geom.impl.PackedCoordinateSequenceFactory Modifier and Type Constant Field Value public static final int
DOUBLE
0
public static final int
FLOAT
1
private static final long
serialVersionUID
-3558264771905224525L
-
org.locationtech.jts.geomgraph.Depth Modifier and Type Constant Field Value private static final int
NULL_VALUE
-1
-
org.locationtech.jts.geomgraph.DirectedEdgeStar Modifier and Type Constant Field Value private final int
LINKING_TO_OUTGOING
2
private final int
SCANNING_FOR_INCOMING
1
-
org.locationtech.jts.geomgraph.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.geomgraph.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.geomgraph.index.SweepLineEvent Modifier and Type Constant Field Value private static final int
DELETE
2
private static final int
INSERT
1
-
org.locationtech.jts.index.bintree.Root Modifier and Type Constant Field Value private static final double
origin
0.0
-
org.locationtech.jts.index.quadtree.DoubleBits Modifier and Type Constant Field Value public static final int
EXPONENT_BIAS
1023
-
org.locationtech.jts.index.quadtree.IntervalSize Modifier and Type Constant Field Value public static final int
MIN_BINARY_EXPONENT
-50
-
org.locationtech.jts.index.quadtree.Quadtree Modifier and Type Constant Field Value private static final long
serialVersionUID
-7461163625812743604L
-
org.locationtech.jts.index.strtree.AbstractNode Modifier and Type Constant Field Value private static final long
serialVersionUID
6493722185909573708L
-
org.locationtech.jts.index.strtree.AbstractSTRtree Modifier and Type Constant Field Value private static final int
DEFAULT_NODE_CAPACITY
10
private static final long
serialVersionUID
-3886435814360241337L
-
org.locationtech.jts.index.strtree.STRtree Modifier and Type Constant Field Value private static final int
DEFAULT_NODE_CAPACITY
10
private static final long
serialVersionUID
259274702368956900L
-
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.io.ByteOrderValues Modifier and Type Constant Field Value public static final int
BIG_ENDIAN
1
public static final int
LITTLE_ENDIAN
2
-
org.locationtech.jts.io.WKBConstants Modifier and Type Constant Field Value public static final int
wkbGeometryCollection
7
public static final int
wkbLineString
2
public static final int
wkbMultiLineString
5
public static final int
wkbMultiPoint
4
public static final int
wkbMultiPolygon
6
public static final int
wkbNDR
1
public static final int
wkbPoint
1
public static final int
wkbPolygon
3
public static final int
wkbXDR
0
-
org.locationtech.jts.io.WKBHexFileReader Modifier and Type Constant Field Value private static final int
MAX_LOOKAHEAD
1000
-
org.locationtech.jts.io.WKBReader Modifier and Type Constant Field Value private static final java.lang.String
INVALID_GEOM_TYPE_MSG
"Invalid geometry type encountered in "
-
org.locationtech.jts.io.WKTFileReader Modifier and Type Constant Field Value private static final int
MAX_LOOKAHEAD
1000
-
org.locationtech.jts.io.WKTReader Modifier and Type Constant Field Value private static final boolean
ALLOW_OLD_JTS_MULTIPOINT_SYNTAX
true
private static final java.lang.String
COMMA
","
private static final java.lang.String
EMPTY
"EMPTY"
private static final java.lang.String
L_PAREN
"("
private static final java.lang.String
NAN_SYMBOL
"NaN"
private static final java.lang.String
R_PAREN
")"
-
org.locationtech.jts.io.WKTWriter Modifier and Type Constant Field Value private static final int
INDENT
2
-
org.locationtech.jts.io.geojson.GeoJsonConstants Modifier and Type Constant Field Value public static final java.lang.String
NAME_COORDINATES
"coordinates"
public static final java.lang.String
NAME_CRS
"crs"
public static final java.lang.String
NAME_GEOMETRIES
"geometries"
public static final java.lang.String
NAME_GEOMETRYCOLLECTION
"GeometryCollection"
public static final java.lang.String
NAME_LINESTRING
"LineString"
public static final java.lang.String
NAME_MULTILINESTRING
"MultiLineString"
public static final java.lang.String
NAME_MULTIPOINT
"MultiPoint"
public static final java.lang.String
NAME_MULTIPOLYGON
"MultiPolygon"
public static final java.lang.String
NAME_NAME
"name"
public static final java.lang.String
NAME_POINT
"Point"
public static final java.lang.String
NAME_POLYGON
"Polygon"
public static final java.lang.String
NAME_PROPERTIES
"properties"
public static final java.lang.String
NAME_TYPE
"type"
-
org.locationtech.jts.io.geojson.GeoJsonWriter Modifier and Type Constant Field Value public static final java.lang.String
EPSG_PREFIX
"EPSG:"
-
org.locationtech.jts.io.gml2.GMLConstants Modifier and Type Constant Field Value public static final java.lang.String
GML_ATTR_SRSNAME
"srsName"
public static final java.lang.String
GML_BOX
"Box"
public static final java.lang.String
GML_COORD
"coord"
public static final java.lang.String
GML_COORD_X
"X"
public static final java.lang.String
GML_COORD_Y
"Y"
public static final java.lang.String
GML_COORD_Z
"Z"
public static final java.lang.String
GML_COORDINATES
"coordinates"
public static final java.lang.String
GML_GEOMETRY_MEMBER
"geometryMember"
public static final java.lang.String
GML_INNER_BOUNDARY_IS
"innerBoundaryIs"
public static final java.lang.String
GML_LINEARRING
"LinearRing"
public static final java.lang.String
GML_LINESTRING
"LineString"
public static final java.lang.String
GML_LINESTRING_MEMBER
"lineStringMember"
public static final java.lang.String
GML_MULTI_GEOMETRY
"MultiGeometry"
public static final java.lang.String
GML_MULTI_LINESTRING
"MultiLineString"
public static final java.lang.String
GML_MULTI_POINT
"MultiPoint"
public static final java.lang.String
GML_MULTI_POLYGON
"MultiPolygon"
public static final java.lang.String
GML_NAMESPACE
"http://www.opengis.net/gml"
public static final java.lang.String
GML_OUTER_BOUNDARY_IS
"outerBoundaryIs"
public static final java.lang.String
GML_POINT
"Point"
public static final java.lang.String
GML_POINT_MEMBER
"pointMember"
public static final java.lang.String
GML_POLYGON
"Polygon"
public static final java.lang.String
GML_POLYGON_MEMBER
"polygonMember"
public static final java.lang.String
GML_PREFIX
"gml"
-
org.locationtech.jts.io.gml2.GMLWriter Modifier and Type Constant Field Value private static final java.lang.String
coordinateSeparator
","
private final java.lang.String
INDENT
" "
private static final java.lang.String
tupleSeparator
" "
-
org.locationtech.jts.io.kml.KMLWriter Modifier and Type Constant Field Value private static final java.lang.String
COORDINATE_SEPARATOR
","
private final int
INDENT_SIZE
2
private static final java.lang.String
TUPLE_SEPARATOR
" "
-
org.locationtech.jts.math.DD Modifier and Type Constant Field Value public static final double
EPS
1.23259516440783E-32
private static final int
MAX_PRINT_DIGITS
32
private static final java.lang.String
SCI_NOT_EXPONENT_CHAR
"E"
private static final java.lang.String
SCI_NOT_ZERO
"0.0E0"
private static final double
SPLIT
1.34217729E8
-
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.noding.snapround.HotPixel Modifier and Type Constant Field Value private static final double
SAFE_ENV_EXPANSION_FACTOR
0.75
-
org.locationtech.jts.operation.buffer.BufferInputLineSimplifier Modifier and Type Constant Field Value private static final int
DELETE
1
private static final int
INIT
0
private static final int
KEEP
1
private static final int
NUM_PTS_TO_CHECK
10
-
org.locationtech.jts.operation.buffer.BufferOp Modifier and Type Constant Field Value public static final int
CAP_BUTT
2
public static final int
CAP_FLAT
2
public static final int
CAP_ROUND
1
public static final int
CAP_SQUARE
3
-
org.locationtech.jts.operation.buffer.BufferParameters Modifier and Type Constant Field Value public static final int
CAP_FLAT
2
public static final int
CAP_ROUND
1
public static final int
CAP_SQUARE
3
public static final double
DEFAULT_MITRE_LIMIT
5.0
public static final int
DEFAULT_QUADRANT_SEGMENTS
8
public static final double
DEFAULT_SIMPLIFY_FACTOR
0.01
public static final int
JOIN_BEVEL
3
public static final int
JOIN_MITRE
2
public static final int
JOIN_ROUND
1
-
org.locationtech.jts.operation.buffer.org.locationtech.jts.operation.buffer.OffsetSegmentGenerator Modifier and Type Constant Field Value private static final double
CURVE_VERTEX_SNAP_DISTANCE_FACTOR
1.0E-6
private static final double
INSIDE_TURN_VERTEX_SNAP_DISTANCE_FACTOR
0.001
private static final int
MAX_CLOSING_SEG_LEN_FACTOR
80
private static final double
OFFSET_SEGMENT_SEPARATION_FACTOR
0.001
-
org.locationtech.jts.operation.buffer.validate.BufferDistanceValidator Modifier and Type Constant Field Value private static final double
MAX_DISTANCE_DIFF_FRAC
0.012
-
org.locationtech.jts.operation.buffer.validate.BufferResultValidator Modifier and Type Constant Field Value private static final double
MAX_ENV_DIFF_FRAC
0.012
-
org.locationtech.jts.operation.distance.FacetSequenceTreeBuilder Modifier and Type Constant Field Value private static final int
FACET_SEQUENCE_SIZE
6
private static final int
STR_TREE_NODE_CAPACITY
4
-
org.locationtech.jts.operation.distance.GeometryLocation Modifier and Type Constant Field Value public static final int
INSIDE_AREA
-1
-
org.locationtech.jts.operation.overlay.ConsistentPolygonRingChecker Modifier and Type Constant Field Value private final int
LINKING_TO_OUTGOING
2
private final int
SCANNING_FOR_INCOMING
1
-
org.locationtech.jts.operation.overlay.OverlayOp Modifier and Type Constant Field Value public static final int
DIFFERENCE
3
public static final int
INTERSECTION
1
public static final int
SYMDIFFERENCE
4
public static final int
UNION
2
-
org.locationtech.jts.operation.overlay.snap.GeometrySnapper Modifier and Type Constant Field Value private static final double
SNAP_PRECISION_FACTOR
1.0E-9
-
org.locationtech.jts.operation.overlay.validate.OverlayResultValidator Modifier and Type Constant Field Value private static final double
TOLERANCE
1.0E-6
-
org.locationtech.jts.operation.union.CascadedPolygonUnion Modifier and Type Constant Field Value private static final int
STRTREE_NODE_CAPACITY
4
-
org.locationtech.jts.operation.valid.TopologyValidationError Modifier and Type Constant Field Value public static final int
DISCONNECTED_INTERIOR
4
public static final int
DUPLICATE_RINGS
8
public static final int
ERROR
0
public static final int
HOLE_OUTSIDE_SHELL
2
public static final int
INVALID_COORDINATE
10
public static final int
NESTED_HOLES
3
public static final int
NESTED_SHELLS
7
public static final int
REPEATED_POINT
1
public static final int
RING_NOT_CLOSED
11
public static final int
RING_SELF_INTERSECTION
6
public static final int
SELF_INTERSECTION
5
public static final int
TOO_FEW_POINTS
9
-
org.locationtech.jts.shape.fractal.KochSnowflakeBuilder Modifier and Type Constant Field Value private static final double
ONE_THIRD
0.3333333333333333
private static final double
TWO_THIRDS
0.6666666666666666
-
org.locationtech.jts.triangulate.ConformingDelaunayTriangulator Modifier and Type Constant Field Value private static final int
MAX_SPLIT_ITER
99
-
org.locationtech.jts.triangulate.ConstraintEnforcementException Modifier and Type Constant Field Value private static final long
serialVersionUID
386496846550080140L
-
org.locationtech.jts.triangulate.quadedge.QuadEdgeSubdivision Modifier and Type Constant Field Value private static final double
EDGE_COINCIDENCE_TOL_FACTOR
1000.0
-
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.Debug Modifier and Type Constant Field Value private static final java.lang.String
DEBUG_LINE_TAG
"D! "
-
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
-
org.locationtech.jtsexample.geom.ExtendedCoordinate Modifier and Type Constant Field Value private static final long
serialVersionUID
8527484784733305576L
-
org.locationtech.jtsexample.geom.prep.PreparedGeometryExample Modifier and Type Constant Field Value static final int
MAX_ITER
100000
-
org.locationtech.jtsexample.technique.SearchUsingPreparedGeometryIndex Modifier and Type Constant Field Value static final int
GRID_SIZE
10
static final int
MAX_ITER
200000
static final int
POLYGON_SIZE
100
-
org.locationtech.jtstest.command.OptionSpec Modifier and Type Constant Field Value public static final int
NARGS_ONE_OR_MORE
-2
public static final int
NARGS_ZERO_OR_MORE
-1
public static final int
NARGS_ZERO_OR_ONE
-3
public static final java.lang.String
OPTION_FREE_ARGS
"**FREE_ARGS**"
-
org.locationtech.jtstest.function.CreateShapeFunctions Modifier and Type Constant Field Value private static final int
DEFAULT_POINTSIZE
100
-
org.locationtech.jtstest.function.JTSFunctions Modifier and Type Constant Field Value private static final double
HEIGHT
70.0
private static final double
J_RADIUS
25.0
private static final double
J_WIDTH
30.0
private static final double
S_RADIUS
17.5
private static final double
T_WIDTH
85.0
private static final double
WIDTH
150.0
-
org.locationtech.jtstest.function.TriangulationFunctions Modifier and Type Constant Field Value private static final double
TRIANGULATION_TOLERANCE
0.0
-
org.locationtech.jtstest.geomfunction.StaticMethodGeometryFunction Modifier and Type Constant Field Value private static final java.lang.String
FUNCTIONS_SUFFIX
"Functions"
private static final java.lang.String
PARAM_NAME_COUNT
"Count"
private static final java.lang.String
PARAM_NAME_DISTANCE
"Distance"
private static final java.lang.String
PARAM_NAME_TEXT
"Text"
-
org.locationtech.jtstest.geomop.OverlayValidatedGeometryOperation Modifier and Type Constant Field Value private static final double
AREA_DIFF_TOL
5.0
-
org.locationtech.jtstest.geomop.StaticMethodGeometryFunction Modifier and Type Constant Field Value private static final java.lang.String
DESCRIPTION_SUFFIX
"Description"
private static final java.lang.String
FUNCTIONS_SUFFIX
"Functions"
private static final java.lang.String
PARAMETERS_SUFFIX
"Parameters"
-
org.locationtech.jtstest.testbuilder.AppConstants Modifier and Type Constant Field Value public static final int
AXIS_WIDTH
3
public static final int
POINT_SIZE
5
public static final int
VERTEX_SIZE
4
-
org.locationtech.jtstest.testbuilder.AppStrings Modifier and Type Constant Field Value public static final java.lang.String
GEOM_LABEL_A
"A"
public static final java.lang.String
GEOM_LABEL_B
"B"
public static final java.lang.String
LABEL_TEST_CASE
"Case"
static final java.lang.String
TAB_LABEL_CASES
"Cases"
static final java.lang.String
TAB_LABEL_INPUT
"Input"
static final java.lang.String
TAB_LABEL_INSPECT
"Inspect"
static final java.lang.String
TAB_LABEL_LAYERS
"Layers"
public static final java.lang.String
TAB_LABEL_LOG
"Log"
static final java.lang.String
TAB_LABEL_RESULT
"Result"
static final java.lang.String
TAB_LABEL_STATS
"Stats"
public static final java.lang.String
TAB_LABEL_VALUE
"Value"
static final java.lang.String
TIP_CASE_ADD_NEW
"Add New Case"
static final java.lang.String
TIP_CASE_DELETE
"Delete Case"
static final java.lang.String
TIP_CASE_DUP
"Duplicate Case"
static final java.lang.String
TIP_COPY_DATA
"Copy as WKT (Ctl-click for formatted)"
static final java.lang.String
TIP_DELETE_VERTEX_COMPONENT
"Delete Vertices or Components"
static final java.lang.String
TIP_DRAW_LINE
"<html>Draw LineString<br><br>Add Pt = Left-Click<br>Stream = Left-Drag</html>"
static final java.lang.String
TIP_DRAW_POINT
"Draw Point"
static final java.lang.String
TIP_DRAW_POLY
"<html>Draw Polygon<br><br>Add Pt = Left-Click<br>Stream = Left-Drag</html>"
static final java.lang.String
TIP_DRAW_RECTANGLE
"Draw Rectangle"
static final java.lang.String
TIP_EXCHANGE_A_B
"Exchange A & B"
static final java.lang.String
TIP_EXTRACT_COMPONENTS
"Extract Components to Case"
static final java.lang.String
TIP_INFO
"Show Info on Geometry, Segment, or Point"
public static final java.lang.String
TIP_INSPECT_GEOMETRY
"Inspect Geometry"
static final java.lang.String
TIP_MOVE_VERTEX
"<html>Move/Add/Delete Vertex<br><br>Move = Left-Btn<br>Add = Right-Btn<br>Delete = Ctl-Right-Btn</html>"
static final java.lang.String
TIP_NEXT
"<html>Next Case<br><br>No Zoom = Ctl-Click</html>"
static final java.lang.String
TIP_PAN
"Pan"
static final java.lang.String
TIP_PASTE_DATA
"Paste from WKT, WKB, or GML"
static final java.lang.String
TIP_PREV
"<html>Previous Case<br><br>No Zoom = Ctl-Click</html>"
public static final java.lang.String
TIP_TEXT_ENTRY
"Enter WKT, WKB GeoJSON, or GML, or drag-n-drop a WKT, WKB, GeoJSON, GML or SHP file"
public static final java.lang.String
TIP_WKT_PANEL_LOAD_GEOMETRY
"Load geometries"
static final java.lang.String
TIP_ZOOM
"<html>Zoom In/Out<br><br>In = Left-Btn<br>Out = Right-Btn<br>Extent = Shift-Drag<br>Pan = Ctl-Drag</html>"
static final java.lang.String
TIP_ZOOM_1_1
"Zoom 1:1"
static final java.lang.String
TIP_ZOOM_TO_A
"Zoom To A"
static final java.lang.String
TIP_ZOOM_TO_B
"Zoom To B"
static final java.lang.String
TIP_ZOOM_TO_FULL_EXTENT
"Zoom To Full Extent"
static final java.lang.String
TIP_ZOOM_TO_RESULT
"Zoom To Result"
-
org.locationtech.jtstest.testbuilder.InfoPanel Modifier and Type Constant Field Value private static final java.lang.String
LOG_SEP
"-------------------------------------------------"
-
org.locationtech.jtstest.testbuilder.InspectorPanel Modifier and Type Constant Field Value private static final int
BOX_SPACER
5
-
org.locationtech.jtstest.testbuilder.JTSTestBuilder Modifier and Type Constant Field Value private static final java.lang.String
OPT_GEOMFUNC
"geomfunc"
private static final java.lang.String
PROP_SWING_DEFAULTLAF
"swing.defaultlaf"
-
org.locationtech.jtstest.testbuilder.controller.ResultController Modifier and Type Constant Field Value private static final int
TIMER_DELAY_IN_MILLIS
10
-
org.locationtech.jtstest.testbuilder.io.shapefile.Shapefile Modifier and Type Constant Field Value public static final int
ARC
3
public static final int
ARCM
23
public static final int
ARCZ
13
public static final int
MULTIPOINT
8
public static final int
MULTIPOINTM
28
public static final int
MULTIPOINTZ
18
public static final int
NULL
0
public static final int
POINT
1
public static final int
POINTM
21
public static final int
POINTZ
11
public static final int
POLYGON
5
public static final int
POLYGONM
25
public static final int
POLYGONZ
15
static final int
SHAPEFILE_ID
9994
public static final int
UNDEFINED
-1
static final int
VERSION
1000
public static final int
XY
2
public static final int
XYM
3
public static final int
XYZM
4
-
org.locationtech.jtstest.testbuilder.io.shapefile.ShapefileHeader Modifier and Type Constant Field Value private static final boolean
DEBUG
false
-
org.locationtech.jtstest.testbuilder.model.DisplayParameters Modifier and Type Constant Field Value public static final int
FILL_BASIC
1
public static final int
FILL_RAINBOW
3
public static final int
FILL_RAINBOW_RANDOM
4
public static final int
FILL_VARY
2
-
org.locationtech.jtstest.testbuilder.model.DrawingGrid Modifier and Type Constant Field Value public static final int
GRID_MAJOR_FACTOR
1
-
org.locationtech.jtstest.testbuilder.model.GeometryStretcherView Modifier and Type Constant Field Value private static final int
MAX_VERTICES_IN_MASK
500
public static final double
NEARNESS_TOL_IN_VIEW
1.0
-
org.locationtech.jtstest.testbuilder.model.GeometryType Modifier and Type Constant Field Value public static final int
GEOMETRYCOLLECTION
1
public static final int
LINESTRING
6
public static final int
MULTILINESTRING
3
public static final int
MULTIPOINT
4
public static final int
MULTIPOLYGON
2
public static final int
POINT
7
public static final int
POLYGON
5
public static final int
WELLKNOWNTEXT
1
-
org.locationtech.jtstest.testbuilder.model.HtmlWriter Modifier and Type Constant Field Value private static final int
IMAGE_HEIGHT
200
private static final int
IMAGE_WIDTH
200
private static final int
STACK_TRACE_DEPTH
1
-
org.locationtech.jtstest.testbuilder.model.LayerList Modifier and Type Constant Field Value public static final int
LYR_A
0
public static final int
LYR_B
1
public static final int
LYR_RESULT
2
-
org.locationtech.jtstest.testbuilder.model.PNGWriter Modifier and Type Constant Field Value private static final int
IMAGE_HEIGHT
200
private static final int
IMAGE_WIDTH
200
private static final int
STACK_TRACE_DEPTH
1
-
org.locationtech.jtstest.testbuilder.topostretch.StretchedVertex Modifier and Type Constant Field Value private static final double
MAX_ARM_NEARNESS_ANG
0.3490658503988659
private static final double
POINT_LINE_FLATNESS_RATIO
0.01
-
org.locationtech.jtstest.testbuilder.ui.GeometryLocationsWriter Modifier and Type Constant Field Value private static final int
MAX_ITEMS_TO_DISPLAY
10
-
org.locationtech.jtstest.testbuilder.ui.Viewport Modifier and Type Constant Field Value private static final int
MIN_GRID_RESOLUTION_PIXELS
2
private static final double
ROUND_ERROR_REMOVAL
1.0E-8
-
org.locationtech.jtstest.testbuilder.ui.render.GeometryPainter Modifier and Type Constant Field Value private static final double
DECIMATION_DISTANCE
1.3
-
org.locationtech.jtstest.testbuilder.ui.render.GridRenderer Modifier and Type Constant Field Value private static final int
GRID_MAJOR_LINE_CLR
220
private static final int
GRID_MINOR_LINE_CLR
240
private static final int
MIN_VIEW_GRID_SIZE
5
private static final int
SCALE_TEXT_OFFSET_X
40
private static final int
SCALE_TEXT_OFFSET_Y
2
private static final int
TICK_LEN
5
-
org.locationtech.jtstest.testbuilder.ui.style.ArrowEndpointStyle Modifier and Type Constant Field Value private static final double
ANGLE
18.0
private static final int
ARROW_ALPHA
150
private static final double
LENGTH
15.0
-
org.locationtech.jtstest.testbuilder.ui.style.ArrowLineStyle Modifier and Type Constant Field Value private static final double
ENDPOINT_OFFSET
15.0
private static final double
HEAD_ANGLE
30.0
private static final double
HEAD_ANGLE_RAD
-2.6179938779914944
private static final double
HEAD_LENGTH
8.0
private static final double
LINE_OFFSET
4.0
public static final double
MIN_VISIBLE_LEN
34.0
-
org.locationtech.jtstest.testbuilder.ui.style.CircleEndpointStyle Modifier and Type Constant Field Value private static final double
DIAMETER
10.0
-
org.locationtech.jtstest.testbuilder.ui.style.LineStringStyle Modifier and Type Constant Field Value public static final int
LINE
1
public static final int
POLY_HOLE
3
public static final int
POLY_SHELL
2
-
org.locationtech.jtstest.testbuilder.ui.style.MidArrowLineStyle Modifier and Type Constant Field Value private static final double
HEAD_ANGLE
30.0
private static final double
HEAD_LENGTH
10.0
-
org.locationtech.jtstest.testbuilder.ui.style.SegmentIndexStyle Modifier and Type Constant Field Value private static final int
BOX_PAD
1
private static final int
CHAR_HEIGHT_APPROX
6
private static final int
CHAR_WIDTH_APPROX
6
private static final double
MIN_LEN
10.0
private static final int
VERTEX_OFFSET
15
-
org.locationtech.jtstest.testbuilder.ui.tools.BoxBandTool Modifier and Type Constant Field Value private static final int
MIN_MOVEMENT
3
-
org.locationtech.jtstest.testbuilder.ui.tools.EditVertexTool Modifier and Type Constant Field Value private static final double
IND_CIRCLE_RADIUS
10.0
-
org.locationtech.jtstest.testbuilder.ui.tools.ZoomTool Modifier and Type Constant Field Value private static final int
MIN_MOVEMENT
3
-
org.locationtech.jtstest.testrunner.BufferResultMatcher Modifier and Type Constant Field Value private static final double
MAX_HAUSDORFF_DISTANCE_FACTOR
100.0
private static final double
MAX_RELATIVE_AREA_DIFFERENCE
0.001
private static final double
MIN_DISTANCE_TOLERANCE
1.0E-8
-
org.locationtech.jtstest.testrunner.JTSTestRunnerCmd Modifier and Type Constant Field Value private static final java.lang.String
OPT_FILES
"files"
private static final java.lang.String
OPT_GEOMFUNC
"geomfunc"
private static final java.lang.String
OPT_GEOMOP
"geomop"
private static final java.lang.String
OPT_PROPERTIES
"properties"
private static final java.lang.String
OPT_TESTCASEINDEX
"testCaseIndex"
private static final java.lang.String
OPT_VERBOSE
"verbose"
private static final java.lang.String
PROPERTY_TESTFILES
"TestFiles"
-
org.locationtech.jtstest.testrunner.SimpleReportWriter Modifier and Type Constant Field Value private static final java.lang.String
LABEL_TEST_CASE
"Case"
-
org.locationtech.jtstest.testrunner.TestReader Modifier and Type Constant Field Value private static final java.lang.String
TAG_geometryOperation
"geometryOperation"
private static final java.lang.String
TAG_resultMatcher
"resultMatcher"
-
org.locationtech.jtstest.testrunner.TopologyTestApp Modifier and Type Constant Field Value private static final java.lang.String
OPT_GEOMFUNC
"geomfunc"
private static final java.lang.String
OPT_GEOMOP
"geomop"
private static final java.lang.String
OPT_TESTCASEINDEX
"testCaseIndex"
private static final java.lang.String
OPT_VERBOSE
"verbose"
-
org.locationtech.jtstest.util.FileUtil Modifier and Type Constant Field Value public static final java.lang.String
EXTENSION_SEPARATOR
"."
-
org.locationtech.jtstest.util.GeometryTextCleaner Modifier and Type Constant Field Value public static final java.lang.String
WKT_SYMBOLS
"(),.-"
-
org.locationtech.jtstest.util.io.GeoJsonMultiReader Modifier and Type Constant Field Value private static final java.lang.String
GEOJSON_COORDINATES
"coordinates"
private static final java.lang.String
GEOJSON_FEATURECOLLECTION
"FeatureCollection"
-
org.locationtech.jtstest.util.io.MultiFormatReader Modifier and Type Constant Field Value private static final int
FORMAT_GEOJSON
4
public static final int
FORMAT_GML
3
public static final int
FORMAT_UNKNOWN
0
public static final int
FORMAT_WKB
2
public static final int
FORMAT_WKT
1
private static final int
MAX_CHARS_TO_CHECK
6
-
org.locationtech.jtstest.util.io.SVGWriter Modifier and Type Constant Field Value private static final int
INDENT
2
-
org.locationtech.jtstest.util.io.WKTOrWKBReader Modifier and Type Constant Field Value private static final int
MAX_CHARS_TO_CHECK
6