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.operation Provides classes for implementing operations on geometries -
-
Uses of MultiPoint in org.locationtech.jts.geom
Methods in org.locationtech.jts.geom that return MultiPoint Modifier and Type Method Description 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(java.util.Collection multiPoints)Converts theListto an array. -
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()
-