Uses of Class
org.geotools.metadata.math.Line
-
Packages that use Line Package Description org.geotools.metadata.math A set of mathematical objects and algebraic utilities. -
-
Uses of Line in org.geotools.metadata.math
Methods in org.geotools.metadata.math that return Line Modifier and Type Method Description Line
Line. clone()
Returns a clone of this line.Methods in org.geotools.metadata.math with parameters of type Line Modifier and Type Method Description Point2D
Line. intersectionPoint(Line line)
Returns the intersection point between this line and the specified one.
-