Class GeometryLocationsWriter
- java.lang.Object
-
- org.locationtech.jtstest.testbuilder.ui.GeometryLocationsWriter
-
public class GeometryLocationsWriter extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.String
documentEnd
private java.lang.String
documentStart
private java.lang.String
eol
private java.lang.String
highlightEnd
private java.lang.String
highlightStart
private boolean
isHtmlFormatted
private static int
MAX_ITEMS_TO_DISPLAY
-
Constructor Summary
Constructors Constructor Description GeometryLocationsWriter()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description private java.lang.String
componentType(GeometryLocation loc)
java.lang.String
OLDwriteLocation(Geometry geom, Coordinate p, double tolerance)
void
setHtml(boolean isHtmlFormatted)
java.lang.String
writeComponentLocation(Geometry geom, Coordinate p, double tolerance)
java.lang.String
writeFacetLocation(Geometry geom, Coordinate p, double tolerance)
private java.lang.String
writeFacetLocations(java.util.List locs)
static java.lang.String
writeLocation(LayerList layers, Coordinate pt, double tolerance)
java.lang.String
writeLocation(Layer lyr, Coordinate p, double tolerance)
java.lang.String
writeLocationString(LayerList layers, Coordinate pt, double tolerance)
java.lang.String
writeSingleLocation(Layer lyr, Coordinate p, double tolerance)
-
-
-
Field Detail
-
MAX_ITEMS_TO_DISPLAY
private static final int MAX_ITEMS_TO_DISPLAY
- See Also:
- Constant Field Values
-
isHtmlFormatted
private boolean isHtmlFormatted
-
eol
private java.lang.String eol
-
highlightStart
private java.lang.String highlightStart
-
highlightEnd
private java.lang.String highlightEnd
-
documentStart
private java.lang.String documentStart
-
documentEnd
private java.lang.String documentEnd
-
-
Method Detail
-
writeLocation
public static java.lang.String writeLocation(LayerList layers, Coordinate pt, double tolerance)
-
setHtml
public void setHtml(boolean isHtmlFormatted)
-
writeLocationString
public java.lang.String writeLocationString(LayerList layers, Coordinate pt, double tolerance)
-
writeSingleLocation
public java.lang.String writeSingleLocation(Layer lyr, Coordinate p, double tolerance)
-
writeLocation
public java.lang.String writeLocation(Layer lyr, Coordinate p, double tolerance)
-
writeComponentLocation
public java.lang.String writeComponentLocation(Geometry geom, Coordinate p, double tolerance)
-
writeFacetLocation
public java.lang.String writeFacetLocation(Geometry geom, Coordinate p, double tolerance)
-
writeFacetLocations
private java.lang.String writeFacetLocations(java.util.List locs)
-
componentType
private java.lang.String componentType(GeometryLocation loc)
-
OLDwriteLocation
public java.lang.String OLDwriteLocation(Geometry geom, Coordinate p, double tolerance)
-
-