Class JTSFunctions
- java.lang.Object
-
- org.locationtech.jtstest.function.JTSFunctions
-
public class JTSFunctions extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description JTSFunctions()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description private static Geometry
create_J(Geometry g)
private static Geometry
create_S(Geometry g)
private static Geometry
create_T(Geometry g)
static java.lang.String
jtsVersion(Geometry g)
static Geometry
logoBuffer(Geometry g, double distance)
static Geometry
logoLines(Geometry g)
-
-
-
Field Detail
-
HEIGHT
private static final double HEIGHT
- See Also:
- Constant Field Values
-
WIDTH
private static final double WIDTH
- See Also:
- Constant Field Values
-
J_WIDTH
private static final double J_WIDTH
- See Also:
- Constant Field Values
-
J_RADIUS
private static final double J_RADIUS
- See Also:
- Constant Field Values
-
S_RADIUS
private static final double S_RADIUS
- See Also:
- Constant Field Values
-
T_WIDTH
private static final double T_WIDTH
- See Also:
- Constant Field Values
-
-
Method Detail
-
jtsVersion
public static java.lang.String jtsVersion(Geometry g)
-
-