Uses of Class
org.locationtech.jts.geom.MultiPoint
-
Packages that use MultiPoint Package Description org.locationtech.jts.geom Contains theGeometryinterface hierarchy and supporting classes.org.locationtech.jts.geom.util Provides classes that parse and modify Geometry objects.org.locationtech.jts.operation Provides classes for implementing operations on geometriesorg.locationtech.jtstest.function -
-
Uses of MultiPoint in org.locationtech.jts.geom
Methods in org.locationtech.jts.geom that return MultiPoint Modifier and Type Method Description protected MultiPointMultiPoint. copyInternal()MultiPointGeometryFactory. createMultiPoint()Constructs an emptyMultiPointgeometry.MultiPointGeometryFactory. createMultiPoint(Coordinate[] coordinates)Deprecated.MultiPointGeometryFactory. createMultiPoint(CoordinateSequence coordinates)Creates aMultiPointusing the points in the givenCoordinateSequence.MultiPointGeometryFactory. createMultiPoint(Point[] point)Creates aMultiPointusing the givenPoints.MultiPointGeometryFactory. createMultiPointFromCoords(Coordinate[] coordinates)Creates aMultiPointusing the givenCoordinates.MultiPointMultiPoint. reverse()protected MultiPointMultiPoint. reverseInternal()static MultiPoint[]GeometryFactory. toMultiPointArray(Collection multiPoints)Converts theListto an array. -
Uses of MultiPoint in org.locationtech.jts.geom.util
Methods in org.locationtech.jts.geom.util with parameters of type MultiPoint Modifier and Type Method Description protected GeometryGeometryTransformer. transformMultiPoint(MultiPoint geom, Geometry parent) -
Uses of MultiPoint in org.locationtech.jts.operation
Methods in org.locationtech.jts.operation with parameters of type MultiPoint Modifier and Type Method Description booleanIsSimpleOp. isSimple(MultiPoint mp)Deprecated.use isSimple() -
Uses of MultiPoint in org.locationtech.jtstest.function
Methods in org.locationtech.jtstest.function that return MultiPoint Modifier and Type Method Description static MultiPointDiffFunctions. diffVertices(Geometry a, Geometry b)Diff the vertices in A against B to find vertices in A which are not in B.
-