Class GeometryLocationsWriter
java.lang.Object
org.locationtech.jtstest.testbuilder.ui.GeometryLocationsWriter
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate StringOLDwriteLocation(Geometry geom, Coordinate p, double tolerance) voidsetHtml(boolean isHtmlFormatted) writeComponentLocation(Geometry geom, Coordinate p, double tolerance) writeFacetLocation(Geometry geom, Coordinate p, double tolerance) private StringwriteFacetLocations(List locs) static StringwriteLocation(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
-