Uses of Class
org.locationtech.jts.geom.MultiPoint
-
Packages that use MultiPoint Package Description org.locationtech.jts.geom org.locationtech.jts.geom.util org.locationtech.jts.operation -
-
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()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.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()
-