public class GeometryLocationsWriter extends Object
Constructor and Description |
---|
GeometryLocationsWriter() |
Modifier and Type | Method and Description |
---|---|
String |
OLDwriteLocation(Geometry geom,
Coordinate p,
double tolerance) |
void |
setHtml(boolean isHtmlFormatted) |
String |
writeComponentLocation(Geometry geom,
Coordinate p,
double tolerance) |
String |
writeFacetLocation(Geometry geom,
Coordinate p,
double tolerance) |
String |
writeLocation(Layer lyr,
Coordinate p,
double tolerance) |
static String |
writeLocation(LayerList layers,
Coordinate pt,
double tolerance) |
String |
writeLocationString(LayerList layers,
Coordinate pt,
double tolerance) |
String |
writeSingleLocation(Layer lyr,
Coordinate p,
double tolerance) |
public static String writeLocation(LayerList layers, Coordinate pt, double tolerance)
public void setHtml(boolean isHtmlFormatted)
public String writeLocationString(LayerList layers, Coordinate pt, double tolerance)
public String writeSingleLocation(Layer lyr, Coordinate p, double tolerance)
public String writeLocation(Layer lyr, Coordinate p, double tolerance)
public String writeComponentLocation(Geometry geom, Coordinate p, double tolerance)
public String writeFacetLocation(Geometry geom, Coordinate p, double tolerance)
public String OLDwriteLocation(Geometry geom, Coordinate p, double tolerance)
Copyright © 2023. All rights reserved.