Uses of Class
org.locationtech.jtstest.geomfunction.Metadata
-
Packages that use Metadata Package Description org.locationtech.jtstest.function -
-
Uses of Metadata in org.locationtech.jtstest.function
Methods in org.locationtech.jtstest.function with annotations of type Metadata Modifier and Type Method Description static Geometry
EditFunctions. addHole(Geometry polyGeom, Geometry hole)
static Geometry
CreateShapeFunctions. bezierCurve(Geometry geom, double alpha)
static Geometry
CreateShapeFunctions. bezierCurveControl(Geometry geom, Geometry controlPoints)
static Geometry
CreateShapeFunctions. bezierCurveSkew(Geometry geom, double alpha, double skew)
static Geometry
BufferFunctions. buffer(Geometry g, double distance)
static Geometry
ConstructionFunctions. circleByRadiusLine(Geometry radiusLine, int nPts)
static Geometry
NodingFunctions. findInteriorNodes(Geometry geom)
static Geometry
NodingFunctions. findNodes(Geometry geom)
static Geometry
CreateRandomShapeFunctions. haltonPoints(Geometry g, int nPts)
static Geometry
CreateRandomShapeFunctions. haltonPoints57(Geometry g, int nPts)
static Geometry
CreateRandomShapeFunctions. haltonPointsWithBases(Geometry g, int nPts, int basei, int basej)
static Geometry
CreateFractalShapeFunctions. hilbertCurve(Geometry g, int n)
static Geometry
CreateFractalShapeFunctions. hilbertCurveAtLevel(Geometry g, int level)
static Geometry
ConstructionFunctions. largestEmptyCircle(Geometry g, double tolerance)
static Geometry
ConstructionFunctions. largestEmptyCircleCenter(Geometry g, double tolerance)
static Geometry
ConstructionFunctions. largestEmptyCircleRadius(Geometry g, double tolerance)
static Geometry
ConstructionFunctions. maximumInscribedCircle(Geometry g, double tolerance)
static Geometry
ConstructionFunctions. maximumInscribedCircleCenter(Geometry g, double tolerance)
static Geometry
ConstructionFunctions. maximumInscribedCircleRadius(Geometry g, double tolerance)
static double
ConstructionFunctions. maximumInscribedCircleRadiusLen(Geometry g, double tolerance)
static Geometry
CreateFractalShapeFunctions. mortonCurve(Geometry g, int n)
static Geometry
CreateFractalShapeFunctions. mortonCurveAtLevel(Geometry g, int level)
static Geometry
ValidationFunctions. nonSimpleAllPoints(Geometry geom)
static Geometry
ValidationFunctions. nonSimpleEndpoints(Geometry geom)
static Geometry
ValidationFunctions. nonSimplePoint(Geometry geom)
static Geometry
PolygonOverlayFunctions. overlayIterSnap(Geometry g1, Geometry g2, double snapTol)
static Geometry
OverlayNGSRFunctions. reducePrecision(Geometry a, double scaleFactor)
static Geometry
CreateRandomShapeFunctions. robertsPoints(Geometry geom, int nPts)
Creates a set of quasi-random 2D points using the Roberts recurrences.static Geometry
AffineTransformationFunctions. rotate(Geometry g, double angle)
static Geometry
AffineTransformationFunctions. rotateAroundPoint(Geometry g, Geometry pt, double angle)
static Geometry
AffineTransformationFunctions. rotateByPiMultiple(Geometry g, double multipleOfPi)
static Geometry
AffineTransformationFunctions. rotateByPiMultipleAroundPoint(Geometry g, Geometry pt, double multipleOfPi)
static Geometry
NodingFunctions. snappingNoder(Geometry geom, Geometry geom2, double snapDistance)
static Geometry
NodingFunctions. snapRoundingNoder(Geometry geom, Geometry geom2, double scaleFactor)
static Geometry
CreateShapeFunctions. spiral(Geometry geom, int nCycles, int quadrantSegs)
static Geometry
AffineTransformationFunctions. transformByBaseline(Geometry g, Geometry destBaseline)
static Geometry
AffineTransformationFunctions. transformByVectors(Geometry g, Geometry control)
static Geometry
AffineTransformationFunctions. translate(Geometry g, double dx, double dy)
static Geometry
OverlayNGSRFunctions. unaryUnion(Geometry a, double scaleFactor)
static Geometry
OverlayNGFunctions. unionCoverage(Geometry geom)
static Geometry
BufferFunctions. variableBuffer(Geometry line, double startDist, double endDist)
static Geometry
BufferFunctions. variableBufferMid(Geometry line, double startDist, double midDist)
Method parameters in org.locationtech.jtstest.function with annotations of type Metadata Modifier and Type Method Description static Geometry
CreateShapeFunctions. bezierCurve(Geometry geom, double alpha)
static Geometry
CreateShapeFunctions. bezierCurveSkew(Geometry geom, double alpha, double skew)
static Geometry
CreateShapeFunctions. bezierCurveSkew(Geometry geom, double alpha, double skew)
static Geometry
BufferByUnionFunctions. bufferBySections(Geometry g, double distance, int maxChainSize)
static Geometry
BufferFunctions. bufferCurveWithParams(Geometry g, Double distance, Integer quadrantSegments, Integer capStyle, Integer joinStyle, Double mitreLimit)
static Geometry
BufferFunctions. bufferCurveWithParams(Geometry g, Double distance, Integer quadrantSegments, Integer capStyle, Integer joinStyle, Double mitreLimit)
static Geometry
BufferFunctions. bufferCurveWithParams(Geometry g, Double distance, Integer quadrantSegments, Integer capStyle, Integer joinStyle, Double mitreLimit)
static Geometry
BufferFunctions. bufferCurveWithParams(Geometry g, Double distance, Integer quadrantSegments, Integer capStyle, Integer joinStyle, Double mitreLimit)
static Geometry
BufferFunctions. bufferWithParams(Geometry g, Double distance, Integer quadrantSegments, Integer capStyle, Integer joinStyle, Double mitreLimit)
static Geometry
BufferFunctions. bufferWithParams(Geometry g, Double distance, Integer quadrantSegments, Integer capStyle, Integer joinStyle, Double mitreLimit)
static Geometry
BufferFunctions. bufferWithParams(Geometry g, Double distance, Integer quadrantSegments, Integer capStyle, Integer joinStyle, Double mitreLimit)
static Geometry
BufferFunctions. bufferWithParams(Geometry g, Double distance, Integer quadrantSegments, Integer capStyle, Integer joinStyle, Double mitreLimit)
static Geometry
BufferFunctions. bufferWithSimplify(Geometry g, Double distance, Double simplifyFactor)
static Geometry
ConstructionFunctions. circleByRadiusLine(Geometry radiusLine, int nPts)
static Geometry
HullFunctions. concaveFill(Geometry geom, double maxEdgeLen)
static Geometry
HullFunctions. concaveFillByLenRatio(Geometry geom, double maxEdgeLenRatio)
static Geometry
ConstructionFunctions. concaveHullByLen(Geometry geom, double maxLen)
static Geometry
ConstructionFunctions. concaveHullByLenRatio(Geometry geom, double maxLen)
static Geometry
HullFunctions. concaveHullPoints(Geometry geom, double maxLen)
static Geometry
HullFunctions. concaveHullPointsByLenRatio(Geometry geom, double maxLenRatio)
static Geometry
HullFunctions. concaveHullPointsWithHoles(Geometry geom, double maxLen)
static Geometry
HullFunctions. concaveHullPointsWithHolesByLenRatio(Geometry geom, double maxLenRatio)
static Geometry
HullFunctions. concaveHullPolygons(Geometry geom, double maxEdgeLen)
static Geometry
HullFunctions. concaveHullPolygonsByLenRatio(Geometry geom, double maxEdgeLenRatio)
static Geometry
HullFunctions. concaveHullPolygonsTight(Geometry geom, double maxEdgeLen)
static Geometry
HullFunctions. concaveHullPolygonsTightByLenRatio(Geometry geom, double maxEdgeLenRatio)
static Geometry
HullFunctions. concaveHullPolygonsWithHoles(Geometry geom, double maxEdgeLen)
static Geometry
ConstructionFunctions. concaveHullWithHolesByLen(Geometry geom, double maxLen)
static Geometry
ConstructionFunctions. concaveHullWithHolesByLenRatio(Geometry geom, double maxLen)
static Geometry
OverlayNGSRFunctions. difference(Geometry a, Geometry b, double scaleFactor)
static Geometry
OverlayNGSRFunctions. differenceBA(Geometry a, Geometry b, double scaleFactor)
static Geometry
CreateShapeFunctions. ellipseRotate(Geometry g, int nPts, double ang)
static Geometry
LinearReferencingFunctions. extractLine(Geometry g, double start, double end)
static Geometry
LinearReferencingFunctions. extractLine(Geometry g, double start, double end)
static Geometry
CreateShapeFunctions. fontGlyph(Geometry g, String text, String fontName)
static Geometry
CreateShapeFunctions. fontGlyphSerifPointSize(Geometry g, String text, int pointSize)
static Geometry
CreateRandomShapeFunctions. haltonPointsWithBases(Geometry g, int nPts, int basei, int basej)
static Geometry
CreateRandomShapeFunctions. haltonPointsWithBases(Geometry g, int nPts, int basei, int basej)
static Geometry
CreateFractalShapeFunctions. hilbertCurve(Geometry g, int n)
static Geometry
CreateFractalShapeFunctions. hilbertCurveAtLevel(Geometry g, int level)
static Geometry
SimplificationFunctions. innerPolygonHullByAreaDelta(Geometry geom, double areaFrac)
static Geometry
SimplificationFunctions. innerPolygonHullByVertexFrac(Geometry geom, double vertexFrac)
static Geometry
OverlayNGSRFunctions. intersection(Geometry a, Geometry b, double scaleFactor)
static Geometry
OverlayNGOptFunctions. intersectionPrepSR(Geometry a, Geometry b, double scaleFactor)
static Geometry
OverlayNGOptFunctions. intersectionSR(Geometry a, Geometry b, double scaleFactor)
static Geometry
ConstructionFunctions. largestEmptyCircle(Geometry g, double tolerance)
static Geometry
ConstructionFunctions. largestEmptyCircleCenter(Geometry g, double tolerance)
static Geometry
ConstructionFunctions. largestEmptyCircleRadius(Geometry g, double tolerance)
static Geometry
ConstructionFunctions. maximumInscribedCircle(Geometry g, double tolerance)
static Geometry
ConstructionFunctions. maximumInscribedCircleCenter(Geometry g, double tolerance)
static Geometry
ConstructionFunctions. maximumInscribedCircleRadius(Geometry g, double tolerance)
static double
ConstructionFunctions. maximumInscribedCircleRadiusLen(Geometry g, double tolerance)
static Geometry
CreateFractalShapeFunctions. mortonCurve(Geometry g, int n)
static Geometry
CreateFractalShapeFunctions. mortonCurveAtLevel(Geometry g, int level)
static Geometry
CreateShapeFunctions. nGon(Geometry g, int sides)
static Geometry
OffsetCurveFunctions. offsetCurveBothWithParams(Geometry geom, Double distance, Integer quadrantSegments, Integer capStyle, Integer joinStyle, Double mitreLimit)
static Geometry
OffsetCurveFunctions. offsetCurveBothWithParams(Geometry geom, Double distance, Integer quadrantSegments, Integer capStyle, Integer joinStyle, Double mitreLimit)
static Geometry
OffsetCurveFunctions. offsetCurveBothWithParams(Geometry geom, Double distance, Integer quadrantSegments, Integer capStyle, Integer joinStyle, Double mitreLimit)
static Geometry
OffsetCurveFunctions. offsetCurveBothWithParams(Geometry geom, Double distance, Integer quadrantSegments, Integer capStyle, Integer joinStyle, Double mitreLimit)
static Geometry
OffsetCurveFunctions. offsetCurveWithParams(Geometry geom, Double distance, Integer quadrantSegments, Integer capStyle, Integer joinStyle, Double mitreLimit)
static Geometry
OffsetCurveFunctions. offsetCurveWithParams(Geometry geom, Double distance, Integer quadrantSegments, Integer capStyle, Integer joinStyle, Double mitreLimit)
static Geometry
OffsetCurveFunctions. offsetCurveWithParams(Geometry geom, Double distance, Integer quadrantSegments, Integer capStyle, Integer joinStyle, Double mitreLimit)
static Geometry
OffsetCurveFunctions. offsetCurveWithParams(Geometry geom, Double distance, Integer quadrantSegments, Integer capStyle, Integer joinStyle, Double mitreLimit)
static Geometry
SimplificationFunctions. outerPolygonHullByAreaDelta(Geometry geom, double areaFrac)
static Geometry
SimplificationFunctions. outerPolygonHullByVertexFrac(Geometry geom, double vertexFrac)
static Geometry
PolygonOverlayFunctions. overlaySR(Geometry g1, Geometry g2, double scale)
static Geometry
CreateRandomShapeFunctions. randomPointsInGridWithGutter(Geometry g, int nPts, double gutterFraction)
static Geometry
OverlayNGSRFunctions. reducePrecision(Geometry a, double scaleFactor)
static Geometry
PrecisionFunctions. reducePrecision(Geometry geom, double scaleFactor)
static Geometry
PrecisionFunctions. reducePrecisionKeepCollapsed(Geometry geom, double scaleFactor)
static Geometry
PrecisionFunctions. reducePrecisionPointwise(Geometry geom, double scaleFactor)
static Geometry
AffineTransformationFunctions. rotate(Geometry g, double angle)
static Geometry
AffineTransformationFunctions. rotateAroundPoint(Geometry g, Geometry pt, double angle)
static Geometry
AffineTransformationFunctions. rotateByPiMultiple(Geometry g, double multipleOfPi)
static Geometry
AffineTransformationFunctions. rotateByPiMultipleAroundPoint(Geometry g, Geometry pt, double multipleOfPi)
static Geometry
AffineTransformationFunctions. scale(Geometry g, double scale)
static Geometry
BufferByUnionFunctions. sectionBuffers(Geometry g, double distance, int maxChainSize)
static Geometry
SimplificationFunctions. simplifyVW(Geometry g, double tolerance)
static Geometry
CreateShapeFunctions. sineStar(Geometry g, int nArms, int nPts)
static Geometry
CreateShapeFunctions. sineStar(Geometry g, int nArms, int nPts)
static Geometry
NodingFunctions. snappingNoder(Geometry geom, Geometry geom2, double snapDistance)
static Geometry
NodingFunctions. snapRoundingNoder(Geometry geom, Geometry geom2, double scaleFactor)
static Geometry
CreateShapeFunctions. spiral(Geometry geom, int nCycles, int quadrantSegs)
static Geometry
CreateShapeFunctions. spiral(Geometry geom, int nCycles, int quadrantSegs)
static Geometry
CreateShapeFunctions. supercircle(Geometry g, int nPts, double pow)
static Geometry
CreateShapeFunctions. supercircle(Geometry g, int nPts, double pow)
static Geometry
OverlayNGSRFunctions. symDifference(Geometry a, Geometry b, double scaleFactor)
static Geometry
AffineTransformationFunctions. translate(Geometry g, double dx, double dy)
static Geometry
AffineTransformationFunctions. translate(Geometry g, double dx, double dy)
static Geometry
OverlayNGSRFunctions. unaryUnion(Geometry a, double scaleFactor)
static Geometry
OverlayNGFunctions. union(Geometry a, Geometry b)
static Geometry
OverlayNGSRFunctions. union(Geometry a, Geometry b, double scaleFactor)
static Geometry
BufferFunctions. variableBuffer(Geometry line, double startDist, double endDist)
static Geometry
BufferFunctions. variableBuffer(Geometry line, double startDist, double endDist)
static Geometry
BufferFunctions. variableBufferMid(Geometry line, double startDist, double midDist)
static Geometry
BufferFunctions. variableBufferMid(Geometry line, double startDist, double midDist)
static String
WriterFunctions. writeGeoJSONFixDecimal(Geometry g, int numDecimals)
-