Class GeometryLocationsWriter
java.lang.Object
org.locationtech.jtstest.testbuilder.ui.GeometryLocationsWriter
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate String
OLDwriteLocation
(Geometry geom, Coordinate p, double tolerance) void
setHtml
(boolean isHtmlFormatted) writeComponentLocation
(Geometry geom, Coordinate p, double tolerance) writeFacetLocation
(Geometry geom, Coordinate p, double tolerance) private String
writeFacetLocations
(List locs) static String
writeLocation
(LayerList layers, Coordinate pt, double tolerance) writeLocation
(Layer lyr, Coordinate p, double tolerance) writeLocationString
(LayerList layers, Coordinate pt, double tolerance) writeSingleLocation
(Layer lyr, Coordinate p, double tolerance)
-
Field Details
-
MAX_ITEMS_TO_DISPLAY
private static final int MAX_ITEMS_TO_DISPLAY- See Also:
-
isHtmlFormatted
private boolean isHtmlFormatted -
eol
-
highlightStart
-
highlightEnd
-
documentStart
-
documentEnd
-
-
Constructor Details
-
GeometryLocationsWriter
public GeometryLocationsWriter()
-
-
Method Details
-
writeLocation
-
setHtml
public void setHtml(boolean isHtmlFormatted) -
writeLocationString
-
writeSingleLocation
-
writeLocation
-
writeComponentLocation
-
writeFacetLocation
-
writeFacetLocations
-
componentType
-
OLDwriteLocation
-